Date: 08 Mar 2003 18:25:39 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Kris Kennaway <kris@obsecurity.org> Cc: Murray Stokely <murray@FreeBSD.ORG>, portmgr@FreeBSD.ORG, FreeBSD GNOME Users <gnome@FreeBSD.ORG>, re@FreeBSD.ORG Subject: Re: GNOME 2.2 or GNOME 1.4 on 4.8 CDs? Message-ID: <1047165939.328.58.camel@shumai.marcuscom.com> In-Reply-To: <20030308212650.GD56020@rot13.obsecurity.org> References: <20030302190211.Z57064@freebsdmall.com> <1047146177.96334.4.camel@shumai.marcuscom.com> <20030308212650.GD56020@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-iTFaN6DAybI6HrLSwst0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-03-08 at 16:26, Kris Kennaway wrote: > On Sat, Mar 08, 2003 at 12:56:18PM -0500, Joe Marcus Clarke wrote: > > On Sun, 2003-03-02 at 22:02, Murray Stokely wrote: > > > GNOME 1.4 is still listed in print-cdrom-packages.sh. Should this be > > > updated to gnome 2.2? > >=20 > > Murray, I saw you MFC'd the GNOME 2 changes for > > print-cdrom-packages.sh. Here are the diffs for sysinstall. >=20 > There is a shell argument overflow in 'cd /usr/ports/x11/gnome2; make > package-depends' which has been causing us no end of trouble..is there > any chance you could take a look at trying to fix this? Okay, I played at this, and found that it will only happen when symlinks are involved. That is, I have a ports tree checkout out in my home directory on freefall. "echo $HOME" returns /home/marcus. However, "ls -l /home" shows that /home points to /d/home. If I set ${PORTSDIR} to be /home/marcus/src/ports on freefall, I will get this loop (basically, it duplicates every port in the dependency chain), and thus exhaust /bin/sh. However, if I set ${PORTSDIR} to /d/home/marcus/src/ports, I get a proper run of package-depends yielding 114 dependencies. To give you an idea the difference. With ${PORTSDIR} set to /home/marcus/src/ports: # cd ${PORTSDIR}/x11-toolkits/gtk20 # make package-depends | wc -l 33 # setenv PORTSDIR /d/home/marcus/src/ports # make package-depends | wc -l 15 Hope this helps. Joe >=20 > Kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-iTFaN6DAybI6HrLSwst0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+anvzb2iPiv4Uz4cRAivXAJ9J/EmLyrnIzrdZljbng9EwcXUulgCeK9oH lwtkzTh2Fz5XXqhSvH7cGPM= =zBi1 -----END PGP SIGNATURE----- --=-iTFaN6DAybI6HrLSwst0-- 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?1047165939.328.58.camel>