[gentoo-dev] Re: [gentoo-portage-dev] allow extra info to be echod on die

2005-10-05 Thread Brian Harring
Just an addendum to this... it went in, will be available in 2.0.51_rc4 and up. If you want all registered death funcs to kick in, EBUILD_DEATH_HOOKS=$EBUILD_DEATH_HOOKS the_name_of_your_func or if you want just your func to run EBUILD_DEATH_HOOKS=the_name_of_your_func CC'ing gentoo-dev,

Re: [gentoo-dev] Re: [gentoo-portage-dev] allow extra info to be echod on die

2005-10-05 Thread Daniel Ostrow
On Wed, 2005-10-05 at 13:47 -0500, Brian Harring wrote: 2.0.51_rc4 And by 2.0.51_rc4 he really meant 2.0.53_rc4. :) -- Daniel Ostrow Gentoo Foundation Board of Trustees Gentoo/{PPC,PPC64,DevRel} [EMAIL PROTECTED] -- gentoo-dev@gentoo.org mailing list

Re: [gentoo-dev] Re: [gentoo-portage-dev] allow extra info to be echod on die

2005-10-05 Thread Aron Griffis
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

Re: [gentoo-dev] Re: [gentoo-portage-dev] allow extra info to be echod on die

2005-10-05 Thread Brian Harring
On Wed, Oct 05, 2005 at 03:04:23PM -0400, Aron Griffis wrote: 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