Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] GNAP Question concerning extensions
Date: Wed, 07 Dec 2005 11:49:39
Message-Id: 1133956133.2524.8.camel@localhost
In Reply to: [gentoo-embedded] GNAP Question concerning extensions by Heiko Kopp
1 On Wed, 2005-12-07 at 09:07 +0100, Heiko Kopp wrote:
2 > Hello,
3 >
4 > I'm quite new to GNAP but have some experience with gentoo. For a project I
5 > want to integrate the SUN-JRE 1.5 as extension into GNAP using gnap_make.
6 > Unfortunately this package is masked by ~x86. Handling this via an overlay,
7 > I run into another problem. The extension creation fails with a weired error
8 > message:
9 >
10 > /usr/portage/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.05.ebuild: line 69:
11 > ./install.sfx: No such file or directory
12 >
13 > !!! ERROR: dev-java/sun-jre-bin-1.5.0.05 failed.
14 > !!! Function src_unpack, Line 69, Exitcode 127
15 > !!! (no error message)
16 > !!! If you need support, post the topmost build error, NOT this status
17 > message.
18 >
19 > The ebuild itself fails at line 69 complaining about a missing install.sfx.
20 > Actually this file is created in the ebuild two lines above.
21 >
22 > Can anyone lead me to a hint. If not possible to use this package with the
23 > portage system, the only solution I would think of is to put it directly in
24 > the file system.
25
26
27 Note that you are attempting to use a binary package
28 (dev-java/sun-jre-bin) that was probably built and linked against glibc
29 and it's attempting to execute. The no such file or dir error msg is
30 probably the kernel returning the errno msg telling you that it can't
31 find all needed libraries.
32
33
34 --
35 Ned Ludd <solar@g.o>
36 Gentoo Linux
37
38 --
39 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] GNAP Question concerning extensions Heiko Kopp <heiko.kopp@×××××××××××.de>