Date: 02 Apr 2002 09:35:10 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Ferruccio Zamuner <nonsolosoft@diff.org> Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: Trouble builinding gnome2 Message-ID: <1017758111.9383.1.camel@shumai.marcuscom.com> In-Reply-To: <200204020750.g327oV506002@tnt.diff.org> References: <200204010859.g318xhG04432@tnt.diff.org> <1017652074.89716.10.camel@shumai.marcuscom.com> <200204020750.g327oV506002@tnt.diff.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-EG+ZFAk55k/uE7ZgasrM Content-Type: multipart/mixed; boundary="=-KrL2vQfNOOIAuhjktLwF" --=-KrL2vQfNOOIAuhjktLwF Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-04-02 at 02:50, Ferruccio Zamuner wrote: [snip] > Thank Joe. >=20 > Yes, I've done it and now gnome is built and ready to run. > Anyway I've seen an error ending the make install: >=20 > su-2.04# cd /usr/ports/x11/gnome > su-2.04# make install > [...] > =3D=3D=3D> gnome-1.4.1b2_2 depends on shared library: capplet.5 - found > =3D=3D=3D> gnome-1.4.1b2_2 depends on shared library: panel_applet.5 - = found > =3D=3D=3D> Generating temporary packing list > =3D=3D=3D> Registering installation for gnome-1.4.1b2_2 > /bin/sh:Argument list too long > /bin/sh:Argument list too long >=20 > 1) > How to avoid these errors: Argument list too long? This is a bug, and I have a patch for it. Try applying the attached file to /usr/ports/Mk/bsd.port.mk. It will fix the problem. >=20 > 2) > How to avoid circular dependences building gnome? There shouldn't be any circular dependencies when building GNOME. If you run into one, let us know. Joe >=20 >=20 >=20 > Thank you again, \fer >=20 --=-KrL2vQfNOOIAuhjktLwF Content-Disposition: attachment; filename=bsd.port.mk.diff Content-Type: text/plain; name=bsd.port.mk.diff; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable --- bsd.port.mk.orig Mon Apr 1 03:54:09 2002 +++ bsd.port.mk Mon Apr 1 03:53:50 2002 @@ -3154,6 +3154,8 @@ if (${ECHO} $$checked | ${GREP} -qwv "$$dir"); then \ childout=3D$$(cd $$dir; ${MAKE} CHILD_DEPENDS=3Dyes PARENT_CHECKED=3D"= $$checked" package-depends-list); \ set -- $$childout; \ + childname=3D""; \ + childdir=3D""; \ while [ $$\# !=3D 0 ]; do \ childname=3D"$$childname $$1"; \ childdir=3D"$$childdir $$2"; \ --=-KrL2vQfNOOIAuhjktLwF-- --=-EG+ZFAk55k/uE7ZgasrM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjypwZ4ACgkQb2iPiv4Uz4cRFwCgkINtWfsfsSQqjScJ30Wxwh2Q 7j4AoKl+oMAJt7Bgd0Fq+5vMgHlRTWND =8M5m -----END PGP SIGNATURE----- --=-EG+ZFAk55k/uE7ZgasrM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1017758111.9383.1.camel>