Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Still trying to compile hydrogen
Date: Sat, 18 Feb 2012 08:57:22
Message-Id: 20120218085602.GB3058@solfire
In Reply to: Re: [gentoo-user] [OT] Still trying to compile hydrogen by Paul Hartman
1 Paul Hartman <paul.hartman+gentoo@×××××.com> [12-02-18 09:04]:
2 > On Sat, Feb 18, 2012 at 12:37 AM, <meino.cramer@×××.de> wrote:
3 > > I want to compile hydrogen cleanly.
4 > >
5 > > Since the ebuild of hydrogen fails to compile because
6 > > the system "linux3" is not known (which happens even
7 > > when compiled on a linux-2.6*-booted machine)...
8 >
9 > You may want to try the ebuild again. I'm using kernel 3.2.6 on ~amd64
10 > and just emerged media-sound/hydrogen-0.9.5 no problems at all.
11 >
12
13 Hi Paul,
14
15 thanks for yor reply.
16
17 The result is:
18
19 solfire:/home/user>sudo emerge hydrogen
20 Calculating dependencies... done!
21
22 >>> Verifying ebuild manifests
23
24 >>> Emerging (1 of 1) media-sound/hydrogen-0.9.5
25 >>> Downloading 'http://de-mirror.org/distro/gentoo/distfiles/hydrogen-0.9.5.tar.gz'
26 --2012-02-18 09:52:47-- http://de-mirror.org/distro/gentoo/distfiles/hydrogen-0.9.5.tar.gz
27 Resolving de-mirror.org... 87.106.54.147
28 Connecting to de-mirror.org|87.106.54.147|:80... connected.
29 HTTP request sent, awaiting response... 302 Found
30 Location: http://de-mirror.org/gentoo/distfiles/hydrogen-0.9.5.tar.gz [following]
31 --2012-02-18 09:52:47-- http://de-mirror.org/gentoo/distfiles/hydrogen-0.9.5.tar.gz
32 Reusing existing connection to de-mirror.org:80.
33 HTTP request sent, awaiting response... 200 OK
34 Length: 5239702 (5.0M) [application/x-gzip]
35 Saving to: `/usr/portage/distfiles/hydrogen-0.9.5.tar.gz'
36
37 100%[======================================>] 5,239,702 239K/s in 22s
38
39 2012-02-18 09:53:09 (238 KB/s) - `/usr/portage/distfiles/hydrogen-0.9.5.tar.gz' saved [5239702/5239702]
40
41 * hydrogen-0.9.5.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
42 >>> Unpacking source...
43 >>> Unpacking hydrogen-0.9.5.tar.gz to /var/tmp/portage/media-sound/hydrogen-0.9.5/work
44 >>> Source unpacked in /var/tmp/portage/media-sound/hydrogen-0.9.5/work
45 >>> Preparing source in /var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5 ...
46 * Applying portaudio.patch ...
47 [ ok ]
48 * Applying hydrogen-0.9.5-use_lrdf_pkgconfig.patch ...
49 [ ok ]
50 >>> Source prepared.
51 >>> Configuring source in /var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5 ...
52 >>> Source configured.
53 >>> Compiling source in /var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5 ...
54 scons: Reading SConscript files ...
55 Exception: Platform 'linux3' not supported:
56 File "/var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5/Sconstruct", line 378:
57 includes, a , b = get_platform_flags( opts )
58 File "/var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5/Sconstruct", line 103:
59 raise Exception( "Platform '%s' not supported" % sys.platform )
60 * ERROR: media-sound/hydrogen-0.9.5 failed (compile phase):
61 * (no error message)
62 *
63 * Call stack:
64 * ebuild.sh, line 85: Called src_compile
65 * environment, line 2405: Called die
66 * The specific snippet of code:
67 * scons prefix=/usr DESTDIR="${D}" optflags="${CXXFLAGS}" ${myconf} || die
68 *
69 * If you need support, post the output of 'emerge --info =media-sound/hydrogen-0.9.5',
70 * the complete build log and the output of 'emerge -pqv =media-sound/hydrogen-0.9.5'.
71 * The complete build log is located at '/var/tmp/portage/media-sound/hydrogen-0.9.5/temp/build.log'.
72 * The ebuild environment file is located at '/var/tmp/portage/media-sound/hydrogen-0.9.5/temp/environment'.
73 * S: '/var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5'
74
75 >>> Failed to emerge media-sound/hydrogen-0.9.5, Log file:
76
77 >>> '/var/tmp/portage/media-sound/hydrogen-0.9.5/temp/build.log'
78
79
80 As mentioned in my previous post, the problem is not the kernel
81 version and after getting over this bug there are others ahead.
82
83 How do I have to set QTDIR correctly under Gentoo/Qt4 ?
84
85 Thank you very much in advance for any help!
86 Best regards,
87 mcc

Replies

Subject Author
Re: [gentoo-user] [OT] Still trying to compile hydrogen Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] [OT] Still trying to compile hydrogen Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] [OT] Still trying to compile hydrogen Alex Schuster <wonko@×××××××××.org>