Date: Tue, 26 Mar 2002 17:15:38 +0200 From: Peter Pentchev <roam@ringlet.net> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: Dependencies' list problem Message-ID: <20020326171538.B341@straylight.oblivion.bg> In-Reply-To: <3CA08ECB.2CD005C6@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, Mar 26, 2002 at 05:07:55PM %2B0200 References: <20020326144530.E301@straylight.oblivion.bg> <3CA08ECB.2CD005C6@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 26, 2002 at 05:07:55PM +0200, Maxim Sobolev wrote: > Peter Pentchev wrote: > >=20 > > Hi, > >=20 > > We've got a problem :) > >=20 > > The ALL-DEPENDS-LIST variable that is defined in bsd.port.mk lists > > (recursively) a port's dependencies, keeping a list of those processed > > and only adding new ones when they are not already in the list. > >=20 > > Or is that right? > >=20 > > [roam@straylight:v1 /usr/ports/x11/gnomecore]$ make all-depends-list | = fgrep gettext > > /usr/ports/devel/gettext > > /usr/ports/devel/gettext-old > > [roam@straylight:v1 /usr/ports/x11/gnomecore]$ cd ../../devel/bonobo-co= nf/ > > [roam@straylight:v1 /usr/ports/devel/bonobo-conf]$ make all-depends-lis= t | fgrep gettext > > /usr/ports/devel/gettext-old > > [roam@straylight:v1 /usr/ports/devel/bonobo-conf]$ > >=20 > > As you can see, devel/bonobo-conf, which depends on gnomecore, does NOT > > list devel/gettext as a dependency. The reason? Simple: > > ALL-DEPENDS-LIST uses ${GREP} -qwv (bsd.port.mk, line 3050), and grep(1) > > treats '-' as a word separator, thus stating that 'devel/gettext' is > > contained within 'devel/gettext-old' and need not be added to the list > > of dependencies. > >=20 > > How to repeat - either issue the commands above, or simply issue a > > 'make fetch-recursive' in ports/mail/evolution and watch it NOT fetch > > gettext-0.11.0.. >=20 > You are wrong. bonobo-conf doesn't require gettext to build or run, > but requires gettext-old to run properly. Evolution requires gettext > for building and gettext-old for building and running, therefore you > see what you see. Erm.. shouldn't 'make fetch-recursive' fetch all the files needed by this port *and all its dependencies*? In other words, fetch all the distfiles that would be needed for a build on a pristine installation, with absolutely no packages installed? In this case, I want to do the fetch once (slow dial-up connection from home, etc) for all the ports that will need to be updated; IMHO, msgfmt-new is a dependency - albeit somewhat indirect - too.. Maybe I am somehow misinterpreting the meaning of 'fetch-recursive'; in that case, it would seem that the behavior until now has been the fortunate result of a glitch :) G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am the meaning of this sentence. --v9Ux+11Zm5mwPlX6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjygkJoACgkQ7Ri2jRYZRVMoGgCfak2+RnFILBhKjPvd2dkmZYON rxwAnjRYOkvtDfePKNP3lIxWGj2sBZvM =XOhN -----END PGP SIGNATURE----- --v9Ux+11Zm5mwPlX6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020326171538.B341>