Date: 01 Apr 2002 09:05:48 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Mike Harding <mvh@ix.netcom.com> Cc: gnome@FreeBSD.ORG Subject: Re: argument list too long? Message-ID: <1017669948.286.10.camel@gyros.marcuscom.com> In-Reply-To: <20020330195306.D95DB13108@netcom1.netcom.com> References: <20020329192217.6072D13107@netcom1.netcom.com> <1017432902.291.82.camel@gyros.marcuscom.com> <20020330195306.D95DB13108@netcom1.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-WB/sF0V3YP8LTCHCHdgt Content-Type: multipart/mixed; boundary="=-UbK60okXuSK3C/GPHsXw" --=-UbK60okXuSK3C/GPHsXw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-03-30 at 14:53, Mike Harding wrote: >=20 > @comment ORIGIN:x11/gnome > @comment this plist intentionally left empty > @unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | = grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi >=20 > are the last few lines of +CONTENTS >=20 > I did a partial rebuild of gnome - if I just remove the gnome meta > port, and reinstall, I see this message.(twice) I think I found the problem. I submitted a patch to freebsd-ports@.=20 However, if you're not subscribed, the patch is attached. Apply this to /usr/ports/Mk/bsd.port.mk, and see if you can reproduce the problem.=20 Thanks. Joe >=20 > =3D=3D=3D> Registering installation for gnome-1.4.1b2_2 > /bin/sh:Argument list too long > /bin/sh:Argument list too long >=20 > I tried this with and without WITH_FULL_MOZILLA=3Dyes in /etc/make.conf >=20 > X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to ma= rcus@marcuscom.com using -f > From: Joe Marcus Clarke <marcus@marcuscom.com> > Cc: gnome@FreeBSD.ORG > Date: 29 Mar 2002 15:15:02 -0500 >=20 >=20 > --=3D-qECiPv2YUK33ZijvIu2i > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable >=20 > On Fri, 2002-03-29 at 14:22, Mike Harding wrote: > >=3D20 > > I am seeing this in the gnome installation now, surely doesn't bode > > well: > >=3D20 > > =3D3D=3D3D=3D3D> Registering installation for gnome-1.4.1b2_2 > > /bin/sh:Argument list too long > > /bin/sh:Argument list too long >=20 > I just built gnome from scratch on -CURRENT, and it worked fine. Do y= ou > have a current ports tree? If you look at > /var/db/pkg/gnome-1.4.1b2_2/+CONTENTS, what are the last few lines? >=20 > Joer >=20 > >=3D20 > > _ Mike H. > >=3D20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > >=3D20 > --=3D20 > PGP Key: http://www.marucscom.com/pgp.asc >=20 > --=3D-qECiPv2YUK33ZijvIu2i > Content-Type: application/pgp-signature; name=3Dsignature.asc > Content-Description: This is a digitally signed message part >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (FreeBSD) > Comment: For info see http://www.gnupg.org >=20 > iEYEABECAAYFAjyky0YACgkQb2iPiv4Uz4cQMQCeOsN/eynzE3hz+CnBmCqJrvnc > zDIAn3xfk+A3K91UNVFwc2AfsFDzoubx > =3Dn/Aw > -----END PGP SIGNATURE----- >=20 > --=3D-qECiPv2YUK33ZijvIu2i-- >=20 >=20 --=20 PGP Key: http://www.marucscom.com/pgp.asc --=-UbK60okXuSK3C/GPHsXw Content-Disposition: attachment; filename=bsd.port.mk.diff Content-Type: text/plain; name=bsd.port.mk.diff; charset=ISO8859-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"; \ --=-UbK60okXuSK3C/GPHsXw-- --=-WB/sF0V3YP8LTCHCHdgt 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 iEYEABECAAYFAjyoaTwACgkQb2iPiv4Uz4c6MQCgimlt8AzuRQ6nBm8LQffEZLik GCMAoIB6pbmUPeKYM0z4YK9wpOdtR5v+ =5XYW -----END PGP SIGNATURE----- --=-WB/sF0V3YP8LTCHCHdgt-- 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?1017669948.286.10.camel>