Date: Mon, 19 Jan 2004 12:32:11 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: nelis@brabys.co.za Cc: FreeBSD Gnome Mail List <freebsd-gnome@freebsd.org> Subject: Re: Gnome2.4.1 not building Message-ID: <1074533531.24264.0.camel@shumai.marcuscom.com> In-Reply-To: <1074499532.95445.15.camel@enigma.8ball.co.za> References: <1074499532.95445.15.camel@enigma.8ball.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-kVdUu7f13svm1hiecPLg Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-01-19 at 03:05, Nelis Lamprecht wrote: > Greetings, >=20 > Busy installing Gnome2 on a newly installed FreeBSD 5.2RELEASE box which > I plan to install the devel Gnome 5.x on after I've installed > Gnome2.4.1. Is this the right procedure ? I am aware of all the > implications, this is a test machine which I plan to use for well, > testing. Yes. >=20 > As far as I understand from reading past posts, I should first install > Gnome2 as per usual then run the marcus script to download latest devel > release which will merge it into my current ports tree and then I run > the gnome_upgrade.sh script to upgrade to version 5.x ? ( I did read the > FAQ ) It's GNOME 2.5, but this is essentially correct. >=20 > Anyway, I am having problems after cvsuping my ports trying to install > 2.4.1, below is the error. You need to fix your libiconv installation. Joe >=20 > Thanks. >=20 > Nelis >=20 >=20 >=20 > =3D=3D=3D> Building for glib-2.2.3 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/devel/glib20/work/glib-2.2.3' > Making all in . > gmake[2]: Entering directory `/usr/ports/devel/glib20/work/glib-2.2.3' > gmake[2]: Nothing to be done for `all-am'. > gmake[2]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.2.3' > Making all in m4macros > gmake[2]: Entering directory > `/usr/ports/devel/glib20/work/glib-2.2.3/m4macros' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/devel/glib20/work/glib-2.2.3/m4macros' > Making all in glib > gmake[2]: Entering directory > `/usr/ports/devel/glib20/work/glib-2.2.3/glib' > Making all in libcharset > gmake[3]: Entering directory > `/usr/ports/devel/glib20/work/glib-2.2.3/glib/libcharset' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/devel/glib20/work/glib-2.2.3/glib/libcharset' > gmake[3]: Entering directory > `/usr/ports/devel/glib20/work/glib-2.2.3/glib' > /bin/sh ../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. > -DG_LOG_DOMAIN=3D\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED > -DGLIB_COMPILATION -I/usr/local/include -D_THREAD_SAFE -O -g -pipe > -mcpu=3Dpentiumpro -Wall -c gconvert.c > rm -f .libs/gconvert.lo > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=3D\"GLib\" > -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION > -I/usr/local/include -D_THREAD_SAFE -O -g -pipe -mcpu=3Dpentiumpro -Wall > -c gconvert.c -fPIC -DPIC -o .libs/gconvert.lo > gconvert.c:25:19: iconv.h: No such file or directory > gconvert.c:43:2: #error GNU libiconv in use but included iconv.h not > from libiconv > gconvert.c:62: error: syntax error before "iconv_t" > gconvert.c: In function `try_conversion': > gconvert.c:64: error: `cd' undeclared (first use in this function) > gconvert.c:64: error: (Each undeclared identifier is reported only once > gconvert.c:64: error: for each function it appears in.) > gconvert.c:64: warning: implicit declaration of function `iconv_open' > gconvert.c:64: error: `to_codeset' undeclared (first use in this > function) > gconvert.c:64: error: `from_codeset' undeclared (first use in this > function) > gconvert.c:66: error: `iconv_t' undeclared (first use in this function) > gconvert.c: At top level: > gconvert.c:75: error: syntax error before "iconv_t" > gconvert.c: In function `try_to_aliases': > gconvert.c:77: error: `to_aliases' undeclared (first use in this > function) > gconvert.c:82: error: `from_codeset' undeclared (first use in this > function) > gconvert.c:82: error: `cd' undeclared (first use in this function) > gconvert.c: In function `g_iconv_open': > gconvert.c:113: error: syntax error before "cd" > gconvert.c:115: error: `cd' undeclared (first use in this function) > gconvert.c:140: error: `iconv_t' undeclared (first use in this function) > gconvert.c: In function `g_iconv': > gconvert.c:167: error: syntax error before "cd" > gconvert.c:169: warning: implicit declaration of function `iconv' > gconvert.c:169: error: `cd' undeclared (first use in this function) > gconvert.c: In function `g_iconv_close': > gconvert.c:190: error: syntax error before "cd" > gconvert.c:192: warning: implicit declaration of function `iconv_close' > gconvert.c:192: error: `cd' undeclared (first use in this function) > gmake[3]: *** [gconvert.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/devel/glib20/work/glib-2.2.3/glib' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/devel/glib20/work/glib-2.2.3/glib' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.2.3' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > =20 > Stop in /usr/ports/devel/glib20. > *** Error code 1 > =20 > Stop in /usr/ports/devel/libgtop2. > *** Error code 1 > =20 > Stop in /usr/ports/x11/gnomeapplets2. > *** Error code 1 > =20 > Stop in /usr/ports/x11/gnome2. >=20 >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-kVdUu7f13svm1hiecPLg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBADBSbb2iPiv4Uz4cRApnLAJ9wVXa/j49hayDe/Satl60+LMkMfwCeK9LO 3FiK7p1aJcFc5GZZDAce8fU= =uZhs -----END PGP SIGNATURE----- --=-kVdUu7f13svm1hiecPLg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1074533531.24264.0.camel>