From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1ENEez-0000Di-Q1 for garchives@archives.gentoo.org; Wed, 05 Oct 2005 19:10:38 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j95J0tfZ012866; Wed, 5 Oct 2005 19:00:55 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j95Ivj4x004198 for ; Wed, 5 Oct 2005 18:57:45 GMT Received: from agriffis by smtp.gentoo.org with local (Exim 4.43) id 1ENEaj-0003TO-JD for gentoo-dev@lists.gentoo.org; Wed, 05 Oct 2005 19:06:13 +0000 Date: Wed, 5 Oct 2005 15:04:23 -0400 X-OfflineIMAP-464015795-64676f73656e64-494e424f582e4f7574626f78: 1128539174-043075025341-v4.0.11 From: Aron Griffis To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-portage-dev] allow extra info to be echod on die Message-ID: <20051005190423.GG28593@olive.flatmonk> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <20051005163317.GA6783@toucan.gentoo.org> <20051005164801.GC7855@nightcrawler> <20051005184709.GD7855@nightcrawler> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: <20051005184709.GD7855@nightcrawler> User-Agent: Mutt/1.5.11 X-Archives-Salt: bcab14a0-050b-46b2-8bbe-5ce725673653 X-Archives-Hash: 4bc3df13887e752e6dbf86037ab4074d --4SFOXa2GPu3tIq4H Content-Type: text/plain; charset=utf8; format=flowed Content-Disposition: inline Brian Harring wrote: [Wed Oct 05 2005, 02:47:09PM EDT] > > diefunc() { > > local funcname="$1" lineno="$2" exitcode="$3" > > shift 3 > > @@ -289,6 +291,7 @@ > > echo "!!! ${*:-(no error message)}" >&2 > > echo "!!! If you need support, post the topmost build error, NOT this status message." >&2 > > echo >&2 > > + for x in $EBUILD_DEATH_HOOKS; do > > + ${x} "$1" "$2" "$3" > > + done > > exit 1 > > } Is this exactly what went in? It looks like you're trying to use positional params that were shifted earlier. Regards, Aron -- Aron Griffis Gentoo Linux Developer --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDRCO2JrHF4yAQTrARAvm7AJ0aCk/NNDXP/Bjfi5mAZ7DFa0WZZwCgxw3x HcvXZxg+GvHIpzScqjlS1hE= =AIhi -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H-- -- gentoo-dev@gentoo.org mailing list