Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem
Date: Mon, 30 Jun 2008 09:20:11
Message-Id: 1214817606.28471.5.camel@salomon-22
In Reply to: [gentoo-alt] sys-devel/binutils-config-1.9-r04.12 problem by Alan Hourihane
1 On Wed, 2008-06-25 at 20:57 +0100, Alan Hourihane wrote:
2 > I've just emerged the above package and got this....
3 >
4 > /root/gentoo/usr/lib/misc/binutils-config/create-ldwrapper: line 62:
5 > eerror: command not found
6 > >>> sys-devel/binutils-config-1.9-r04.12 merged.
7 > >>> Auto-cleaning packages...
8 >
9 > Which is fine because line 62: says this....
10 >
11 > *) eerror "unknown platform ${CTARGET}"
12
13 Ohw, indeed.
14 I want to avoid another dependency here, so this should read:
15
16 - *) eerror "unknown platform ${CTARGET}"
17 + *) echo "unknown platform ${CTARGET}" >&2
18 exit 1
19 ;;
20
21 >
22 > I know it's an unknown platform and I can fix that, but "eerror" is not
23 > defined anywhere which is the bug.
24
25 Thanks, fixed in SVN.
26
27 /haubi/
28 --
29 Michael Haubenwallner
30 Gentoo on a different level
31
32 --
33 gentoo-alt@l.g.o mailing list