Gentoo Archives: gentoo-catalyst

From: Heiko Kopp <heiko.kopp@×××××××××××.de>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] GRP SUN-JRE Package
Date: Wed, 07 Dec 2005 12:05:09
Message-Id: BFBC8E56.126AE%heiko.kopp@uni-rostock.de
1 Hello,
2
3 im currently trying to build a GRP SUN-JRE Package (in detail by the use of
4 GNAT). The problem is, that catalyst seems to have problems with ebuilds
5 creating files during the src_unpack() phase as the package
6
7 /dev-java/sun-jre-bin/sun-jre-bin-1.5.0.05.ebuild
8
9 does. The problem herein is, that the catalyst process
10
11 Running command "/bin/bash /usr/lib/catalyst/targets/grp/grp.sh run pkgset
12 java '=dev-java/sun-jre-bin-1.5.0.05'"
13
14 fails with a missing file install.sfx. This file is created during the
15 src_unpack() phase from the original jre-1_5_0_05-linux-i586.bin by
16 stripping the leading bash script out of it. The file is simply written
17 somewhere in the work directory. However the start of the script using
18 ./install.sfx does not work case it is not able to find the script.
19
20 Does anyone has a chance to help me out here? I would greatly appriciate any
21 tip. If not possible I will have to provide a different kind of ebuild
22 without the step of extracting the file.
23
24 I'm aware that building GRP Packages of binaries is not the best way, but
25 for my embedded system I need sun jre support (version 1.5) which is
26 currently not provided by a source-package.
27
28 Sincerly,
29
30 Heiko.
31
32
33 --
34 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] GRP SUN-JRE Package Chris Gianelloni <wolf31o2@g.o>