Bug 96492

Summary: ports/textproc/libxml2 compiling error
Product: Ports & Packages Reporter: Takamichi Tateoka <tate>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Takamichi Tateoka 2006-04-29 02:00:33 UTC
	ports/textproc/libxml2 makes error during make.

How-To-Repeat: 
	cd /usr/ports/textproc/libxml2
	make
	.... [snip] ....
	xmlIO.c: In function `xmlCheckFilename':
	xmlIO.c:619: syntax error before `struct'
	xmlIO.c:621: `stat_buffer' undeclared (first use in this function)
	xmlIO.c:621: (Each undeclared identifier is reported only once
	xmlIO.c:621: for each function it appears in.)
	gmake[2]: *** [xmlIO.lo] Error 1
	gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.24'
	gmake[1]: *** [all-recursive] Error 1
	gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.6.24'
	gmake: *** [all] Error 2
	*** Error code 2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-29 02:04:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-04-29 02:28:53 UTC
State Changed
From-To: open->closed

Committed, thanks!