Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix]binutils dependency in AIX
Date: Mon, 21 Jul 2008 10:10:39
Message-Id: 1216635025.27554.50.camel@sapc154.salomon.at
In Reply to: Re: [gentoo-alt] [prefix]binutils dependency in AIX by Greg
1 On Thu, 2008-07-17 at 11:52 -0500, Greg wrote:
2 >
3 > Jeremy Olexa wrote:
4 >
5 > >On Thu, Jul 17, 2008 at 11:11 AM, Greg <trigggl@×××××.com> wrote:
6 > >
7 > >
8 > >
9 > >>Out of pure optimism, I'm trying to install mplayer. I doubt it will work,
10 > >>but I'm going to try. I've been using --nodeps on a package by package
11 > >>
12 > >>
13 > >
14 > >Very optimistic. =)
15
16 Indeed!
17
18 > >
19 > >
20 > Detected operating system: AIX
21 > Detected host architecture: UNKNOWN
22 > Checking for powerpc-ibm-aix5.2.0.0-gcc version ... 4.2.4
23 > Checking for host cc ... powerpc-ibm-aix5.2.0.0-gcc
24 > Checking for cross compilation ... no
25 > The architecture of your CPU (UNKNOWN) is not supported by this
26 > configure script
27
28
29 This is the important message:
30
31 > It seems nobody has ported MPlayer to your OS or CPU type yet.
32
33 Noone has used mplayer on aix yet, or at least not reported back the
34 necessary changes upstream.
35
36 >
37 > Error: unsupported architecture UNKNOWN
38 >
39 >
40 > Is this a show-stopper?
41
42 Yes.
43
44 > Or can I somehow force it to a known/correct
45 > CPU type?
46
47 Maybe yes, if you find out how to add AIX-support to mplayer (itself,
48 not the ebuild only).
49
50 > Can't find the offending package. Whatever it is, it's has something to
51 > do with x11. Mplayer doesn't pull it in.
52
53 It is the x-modular.eclass pulling in either binutils or odcctools.
54 You might want to allow sys-devel/native-cctools too to suffice the
55 binutils dependency. IFF that really works, we can commit something like
56 this:
57
58 --- eclass/x-modular.eclass (revision 27855)
59 +++ eclass/x-modular.eclass (working copy)
60 - || ( >=sys-devel/binutils-2.16.1-r3 sys-devel/odcctools )"
61 + || ( >=sys-devel/binutils-2.16.1-r3 sys-devel/odcctools sys-devel/native-cctools )"
62
63 But please note:
64
65 While we can install many packages on AIX, we still do not emulate some
66 sort of Desktop-PC on top of AIX - it's still AIX after all.
67
68 We only can install software that has been "designed" (even if not
69 explicitly) to work on AIX (or "any flavour of Unix") too.
70
71 /haubi/
72 --
73 Michael Haubenwallner
74 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] [prefix]binutils dependency in AIX Michael Haubenwallner <haubi@g.o>