Gentoo Archives: gentoo-amd64

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] my amd64 system is not recognised at linux-*-64
Date: Thu, 23 Apr 2009 13:44:24
Message-Id: 200904231544.16312.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-amd64] my amd64 system is not recognised at linux-*-64 by Markos Chandras
1 On Donnerstag 23 April 2009, Markos Chandras wrote:
2 > On Thursday 23 April 2009 14:26:39 Volker Armin Hemmann wrote:
3 > > On Donnerstag 23 April 2009, Markos Chandras wrote:
4 > > > Hello There,
5 > > >
6 > > > I asked about this on #gentoo-amd64, but I ll be quite busy and I might
7 > > > miss the answer.
8 > > >
9 > > > So
10 > > >
11 > > > I have a problem with qt-creator installation on amd64
12 > > >
13 > > > Take a look on this code
14 > > >
15 > > > linux-*-64 {
16 > > > IDE_LIBRARY_BASENAME = lib64
17 > > > } else {
18 > > > IDE_LIBRARY_BASENAME = lib
19 > > > }
20 > > >
21 > > > According to this, when the system is amd64, libraries should be
22 > > > installed under lib64/ directory, else they will be installed on lib/
23 > > > directory.
24 > > >
25 > > > The thing is that on my amd64 system, they install on lib/ directory.
26 > > > Do you have any ideas why it fails to pick the right directory?
27 > > >
28 > > > My features are
29 > > >
30 > > > Eternity ~ # portageq envvar FEATURES
31 > > > buildpkg ccache distlocks fixpackages metadata-transfer parallel-fetch
32 > > > preserve-libs protect-owned sandbox sfperms strict unmerge-orphans
33 > > > userfetch
34 > > >
35 > > >
36 > > > I tried to add multilib on FEATURES but it didnt solve this issue
37 > > >
38 > > > Thanks :)
39 > >
40 > > you don't add multilib to features. You have to use a multilib profile!
41 > > If you use this one:
42 > > default/linux/amd64/2008.0/desktop
43 > >
44 > > you are using a multilib profile.
45 > >
46 > > I would say its a bug in the ebuild - it ends in /usr/lib here too.
47 > >
48 > > why it doesn't use get_libdir to get the right lib to install into is a
49 > > question best answered by the author(s) of the ebuild.
50 >
51 > I am the author of the ebuild :)
52
53 which makes the talking a lot easier ;)
54
55 >
56 > Until 1.0.0 version, $(get_libdir) was the solution to this problem
57
58 hm
59
60 >
61 > I guess I could do some ugly hacking there in order to fix that as well but
62 > I would prefer a cleaner solution
63 >
64 > In any case, I am running correct profile, so I think it is a 'qt-creator'
65 > specific bug.
66
67 looks like. Yeah.
68
69 Glück Auf