Bug 96492 - ports/textproc/libxml2 compiling error
Summary: ports/textproc/libxml2 compiling error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-29 02:00 UTC by Takamichi Tateoka
Modified: 2006-04-29 02:29 UTC (History)
0 users

See Also:


Attachments
file.diff (431 bytes, patch)
2006-04-29 02:00 UTC, Takamichi Tateoka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!