Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] ~amd64 vs. ~x86
Date: Tue, 29 Nov 2005 03:54:32
Message-Id: 5bdc1c8b0511281952y6eab0918h7bd5a430648f8842@mail.gmail.com
In Reply to: Re: [gentoo-amd64] ~amd64 vs. ~x86 by Harm Geerts
1 On 11/28/05, Harm Geerts <harmgeerts@××××.nl> wrote:
2 > On Tuesday 29 November 2005 01:23, Mark Knecht wrote:
3 > > On another list, music based, I was told by someone that using both
4 > > ~x86 and ~AMD64 on the same system is incorrect by design. I have no
5 > > reason to not believe him but I seem to have missed this point when I
6 > > was building this system.
7 > >
8 > > Can someone clarify if this is the case? If so, what is the
9 > > recommended action for me to take at this point?
10 >
11 > It depends on the profile you are currently using.
12 >
13 > # ls -l /etc/make.profile
14 > lrwxrwxrwx 1 root root 50 mei 11 2005 /etc/make.profile
15 > -> ../usr/portage/profiles/default-linux/amd64/2005.0
16 >
17 > As you can see my system is using the amd64 profile version 2005.0
18 > That gives ACCEPT_KEYWORDS a default value of "amd64"
19 > If I want to run packages marked unstable for amd64 I would change the
20 > ACCEPT_KEYWORDS value to "~amd64" in /etc/make.conf
21 >
22 > ACCEPT_KEYWORDS decides which package versions portage should use when merging
23 > something.
24 > Each ebuild has a KEYWORDS variable, it lists all the arches that can use that
25 > version of a package.
26 >
27 > So by setting ACCEPT_KEYWORDS="~x86" on a amd64 profile you might install
28 > packages that are only tested for ~x86. This can lead to serious problems
29 > with packages that are broken on amd64 (and therefore not keyworded as amd64)
30 >
31 > You should set ACCEPT_KEYWORDS to the correct value for your profile.
32 > Then run the following to make sure all installed packages are keyworded for
33 > your profile.
34 >
35 > # emerge -DNup world
36 > # revdep-rebuild -p
37 > --
38 > gentoo-amd64@g.o mailing list
39
40 Thanks Harm and thanks to Oliver also.
41
42 OK, my system is similar to yours:
43
44 mark@lightning ~ $ ls -l /etc/make.profile
45 lrwxrwxrwx 1 root root 50 Aug 30 09:50 /etc/make.profile ->
46 ../usr/portage/profiles/default-linux/amd64/2005.1
47
48
49 However, to get the apps running that I wanted to run I've ended up
50 with a messy set of keywords:
51
52 mark@lightning ~ $ cat /etc/portage/package.keywords
53 gnome-base/gnome-light amd64
54 media-video/helixplayer amd64
55 media-libs/win32codecs amd64
56 net-irc/xchat-gnome amd64
57 x11-base/x11-drm amd64
58
59 app-admin/eselect-opengl ~amd64
60 app-admin/eselect ~amd64
61 sys-apps/sdparm ~amd64
62 sys-kernel/gentoo-sources ~amd64
63 x11-themes/fvwm-crystal ~amd64
64 x11-misc/trayer ~amd64
65 x11-wm/fvwm ~amd64
66 x11-misc/habak ~amd64
67 media-libs/libiec61883 ~amd64
68 sys-libs/libraw1394 ~amd64
69 sci-electronics/iverilog ~amd64
70 media-plugins/mythmusic ~amd64
71
72 net-www/mplayerplug-in ~amd64
73
74 media-sound/om ~amd64
75 media-libs/liblo ~amd64
76 app-emulation/emul-linux-x86-xlibs ~amd64
77 #media-video/ati-drivers ~amd64
78 #media-video/ati-drivers-extra ~amd64
79 x11-base/xorg-x11 ~amd64
80
81 app-cdr/k3b ~x86
82 app-emulation/wine ~x86
83 media-libs/liblrdf ~x86
84 media-sound/snd ~x86
85 media-video/xine-ui ~x86
86 x11-libs/fltk ~x86
87
88 sys-fs/hfsplusutils x86
89 sys-fs/mac-fdisk ~x86
90
91 media-sound/alsa-headers ~amd64
92 media-plugins/alsa-jack ~amd64
93 media-libs/alsa-lib ~amd64
94 media-sound/alsa-oss ~x86
95 media-sound/alsa-tools ~x86
96 media-sound/alsa-utils ~amd64
97 media-sound/alsa-jack ~amd64
98 media-sound/jack-rack ~x86
99
100 x11-libs/fltk ~amd64
101 mark@lightning ~ $
102
103 A questions though. Just because an app is not tested on AMD64, and
104 hence not keyworded with amd64 or ~amd64, doesn't mean it has a
105 problem, does it? It just means it's not tested, right? Or am I
106 incorrect in that?
107
108 Thanks,
109 Mark
110
111 --
112 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] ~amd64 vs. ~x86 Nuitari <nuitari@××××××××××××××××.net>
Re: [gentoo-amd64] ~amd64 vs. ~x86 Barry.SCHWARTZ@×××××××××××××.org
Re: [gentoo-amd64] ~amd64 vs. ~x86 Jonathan Schaeffer <joschaeffer@×××××.com>
Re: [gentoo-amd64] ~amd64 vs. ~x86 Alex Bennee <alex@××××××.com>