* [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem
@ 2008-06-25 19:57 Alan Hourihane
2008-06-25 22:31 ` Jeremy Olexa
2008-06-30 9:20 ` Michael Haubenwallner
0 siblings, 2 replies; 3+ messages in thread
From: Alan Hourihane @ 2008-06-25 19:57 UTC (permalink / raw
To: gentoo-alt
I've just emerged the above package and got this....
/root/gentoo/usr/lib/misc/binutils-config/create-ldwrapper: line 62:
eerror: command not found
>>> sys-devel/binutils-config-1.9-r04.12 merged.
>>> Auto-cleaning packages...
Which is fine because line 62: says this....
*) eerror "unknown platform ${CTARGET}"
I know it's an unknown platform and I can fix that, but "eerror" is not
defined anywhere which is the bug.
Alan.
--
gentoo-alt@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem
2008-06-25 19:57 [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem Alan Hourihane
@ 2008-06-25 22:31 ` Jeremy Olexa
2008-06-30 9:20 ` Michael Haubenwallner
1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Olexa @ 2008-06-25 22:31 UTC (permalink / raw
To: gentoo-alt
Alan Hourihane wrote:
> Which is fine because line 62: says this....
>
> *) eerror "unknown platform ${CTARGET}"
>
> I know it's an unknown platform and I can fix that, but "eerror" is not
> defined anywhere which is the bug.
Looks like a "source $EPREFIX/sbin/functions.sh" was forgotten.
-Jeremy
--
gentoo-alt@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem
2008-06-25 19:57 [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem Alan Hourihane
2008-06-25 22:31 ` Jeremy Olexa
@ 2008-06-30 9:20 ` Michael Haubenwallner
1 sibling, 0 replies; 3+ messages in thread
From: Michael Haubenwallner @ 2008-06-30 9:20 UTC (permalink / raw
To: gentoo-alt
On Wed, 2008-06-25 at 20:57 +0100, Alan Hourihane wrote:
> I've just emerged the above package and got this....
>
> /root/gentoo/usr/lib/misc/binutils-config/create-ldwrapper: line 62:
> eerror: command not found
> >>> sys-devel/binutils-config-1.9-r04.12 merged.
> >>> Auto-cleaning packages...
>
> Which is fine because line 62: says this....
>
> *) eerror "unknown platform ${CTARGET}"
Ohw, indeed.
I want to avoid another dependency here, so this should read:
- *) eerror "unknown platform ${CTARGET}"
+ *) echo "unknown platform ${CTARGET}" >&2
exit 1
;;
>
> I know it's an unknown platform and I can fix that, but "eerror" is not
> defined anywhere which is the bug.
Thanks, fixed in SVN.
/haubi/
--
Michael Haubenwallner
Gentoo on a different level
--
gentoo-alt@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-30 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 19:57 [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem Alan Hourihane
2008-06-25 22:31 ` Jeremy Olexa
2008-06-30 9:20 ` Michael Haubenwallner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox