Date: Thu, 16 Feb 2006 23:26:38 -0700 From: Aaron Dalton <aaron@freebsd.org> To: ports@freebsd.org Subject: FreeBSD 4.11 and gettext Message-ID: <43F56C9E.2040708@freebsd.org>
next in thread | raw e-mail | index | archive | help
(Sorry for the general developers@ post!) I'm trying to install net/cvsup-without-gui on a fresh 4.11 install (a port testing jail actually). I get the following compilation error while building gettext. I didn't want to file a PR if it's just my ignorance causing the problem. I see the file bsdxml.h in my host environment (/usr/include) but nowhere in the jail. I also see it in my 5.2.1 jail. Should this port simply not build on 4.11? Thanks for your time! fouroneone# make install distclean ===> cvsup-without-gui-16.1h_2 depends on file: /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found ===> Verifying install for /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3 ===> ezm3-1.2 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> gmake-3.80_2 depends on shared library: intl - not found ===> Verifying install for intl in /usr/ports/devel/gettext ===> Building for gettext-0.14.5_1 Making all in autoconf-lib-link Making all in m4 Making all in tests Making all in gettext-runtime make all-recursive Making all in doc Making all in intl Making all in intl-java cd . && test ! -d /usr/lib/jdk1.1.8 || env PATH=/usr/lib/jdk1.1.8/bin:$PATH javadoc -d javadoc1 gnu/gettext/*.java cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu/gettext/*.java Making all in intl-csharp Making all in lib make all-am Making all in libasprintf make all-am Making all in src Making all in po Making all in man Making all in m4 Making all in gettext-tools make all-recursive Making all in doc Making all in intl Making all in lib make all-am Making all in libgrep Making all in libuniname Making all in src make all-am cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libgrep -I../libuniname -I../lib -I../lib -I../intl -I../../gettext-runtime/intl -I/usr/local/include -DINSTALLDIR=\"/usr/local/bin\" -O -pipe -c -o xgettext-x-glade.o `test -f 'x-glade.c' || echo './'`x-glade.c x-glade.c:34: bsdxml.h: No such file or directory x-glade.c:191: syntax error before `parser' x-glade.c:191: warning: data definition has no type or storage class *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-tools/src. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-tools/src. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-tools. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-tools. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.14.5. *** Error code 1 Stop in /usr/ports/devel/gettext. *** Error code 1 Stop in /usr/ports/devel/gmake. *** Error code 1 Stop in /usr/ports/lang/ezm3. *** Error code 1 Stop in /usr/ports/net/cvsup-without-gui. fouroneone# -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43F56C9E.2040708>