Bug 88545 - [PATCH] devel/gconf2 does not build on 4.11
Summary: [PATCH] devel/gconf2 does not build on 4.11
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: 2005-11-06 10:20 UTC by Nicolas Rachinsky
Modified: 2005-11-06 20:23 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (306 bytes, patch)
2005-11-06 10:20 UTC, Nicolas Rachinsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Rachinsky 2005-11-06 10:20:16 UTC
devel/gconf2 does not build under FBSD 4.11
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\"/usr/X11R6\" -DGCONF_LOCALE_DIR=\"/usr/X11R6/share/locale\" -DGCONF_SRCDIR=\"/scratch/ports/usr/exported/ports/devel/gconf2/work/GConf-2.12.1\" -DGCONF_CONFDIR=\"/usr/X11R6/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/X11R6/etc/gconf\" -DGCONF_BINDIR=\"/usr/X11R6/bin\" -DGCONF_SERVERDIR=\"/usr/X11R6/libexec\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/X11R6/lib/GConf/2\" -DVERSION=\"2.12.1\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -I/usr/local/include -O -pipe -Wall -c gconf-listeners.c -Wp,-MD,.deps/gconf-listeners.TPlo  -fP
 IC -DPIC -o .libs/gconf-listeners.o
gconf-listeners.c: In function `ltable_insert':
gconf-listeners.c:370: syntax error before `int'
gconf-listeners.c:372: `cmp' undeclared (first use in this function)
gconf-listeners.c:372: (Each undeclared identifier is reported only once
gconf-listeners.c:372: for each function it appears in.)
gmake[3]: *** [gconf-listeners.lo] Error 1
gmake[3]: Leaving directory `/scratch/ports/usr/exported/ports/devel/gconf2/work/GConf-2.12.1/gconf'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/scratch/ports/usr/exported/ports/devel/gconf2/work/GConf-2.12.1/gconf'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/scratch/ports/usr/exported/ports/devel/gconf2/work/GConf-2.12.1'
gmake: *** [all] Error 2
*** Error code 2

Fix: Put this patch in devel/gconf2/files/patch-bb

How-To-Repeat: 
Try make build of devel/gconf2 under FBSD 4.11
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-06 11:06:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-11-06 20:23:09 UTC
State Changed
From-To: open->closed

Committed, thanks!