From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13890 invoked by uid 1002); 13 Nov 2003 15:16:59 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 30820 invoked from network); 13 Nov 2003 15:16:58 -0000 Date: Thu, 13 Nov 2003 16:16:52 +0100 From: Spider To: gentoo-dev@gentoo.org Message-Id: <20031113161652.592bd53c.spider@gentoo.org> In-Reply-To: <20031112234613.GG30382@time> References: <20031110010238.682c8609.spider@gentoo.org> <20031112234613.GG30382@time> Organization: Gentoo.org X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=..JpdkKpAg?r+T'" Subject: Re: [gentoo-dev] Time to Stop and Clean X-Archives-Salt: 2d972a2f-a2c5-4acd-8e6e-bb30e3087f16 X-Archives-Hash: 2fdea9f4d3b927a70f443f9464ccdbcf --=..JpdkKpAg?r+T' Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit begin quote On Wed, 12 Nov 2003 18:46:13 -0500 Aron Griffis wrote: > Spider wrote: [Sun Nov 09 2003, 07:02:38PM EST] > > Could all ye developers take the time to go through your packages > > and > > check that there are -no- references to ${D} ${S} , ${W} in pkg_* > > statements? > > All the offenders (assuming this is actually an offense): a -perfect- example is this : ./app-emulation/spim/spim-6.5.ebuild pkg_postinst() { cd ${S} cp Makefile.comp Makefile make test || die "Test failed" } in a package situation, ${S} isnt there because we never built it, so this will fail the first cd, then it will fail cp (I have no idea where it will be when it does this actually) after this the || die segment will always happen becuase make probably won't find a Makefile. //Spider -- begin .signature This is a .signature virus! Please copy me into your .signature! See Microsoft KB Article Q265230 for more information. end --=..JpdkKpAg?r+T' Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/s6BmZS9CZTi033kRAojzAJ92RrI/TftO2hDiiXmETlCWHbB1AwCfTy8s LxUORKZskEURXgAGBpYqU/Q= =sYIS -----END PGP SIGNATURE----- --=..JpdkKpAg?r+T'--