Gentoo Archives: gentoo-user

From: Kumar Golap <tizan.moris@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] equery, make.conf USE flag mismatch on amd64
Date: Wed, 08 Mar 2006 15:30:28
Message-Id: 921c0f4f0603080722o4c466790n1d2acfb95672c237@mail.gmail.com
In Reply to: Re: [gentoo-user] equery, make.conf USE flag mismatch on amd64 by Patrick Brjesson
1 Hi again...
2
3 The athlon 64 does have mmx as flags ...so that's not an issue
4
5 when i do emerge -pv ...it does seem that iits not using mmx
6
7 And i have an interesting problem when i do : emerge --info
8
9 I get this in my USE flags
10
11 USE="amd64 X a52 aalib acpi alsa arts audiofile avi berkdb
12 bitmap-fonts bzip2 cdr crypt cups curl directfb dri dvd dvdr eds
13 emboss encode esd exif expat f77 fam ffmpeg flac foomaticdb fortran gd
14 gdbm gif glut gnome gpm gstreamer gtk gtk2 hal idn imagemagick imlib
15 ipv6 java jpeg kde lcms libcaca libg++ libwww lirc lm_sensors lzw
16 lzw-tiff mad mikmod mng motif mozilla mp3 mpeg mysql ncurses nls nptl
17 ogg oggvorbis openal opengl pam pam_console pcre pdflib perl png
18 python qt quicktime readline recode scanner sdl slang speex spell
19 sqlite ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts
20 udev usb userlocales v4l vorbis xine xml2 xmms xorg xpm xv zlib
21 userland_GNU kernel_linux elibc_glibc"
22
23 which is a different version from what i have in the actual make.conf
24
25 So i wonder if this is cached somewhere and emerge is not reading my
26 new version of /etc/make.conf
27 So from where is it generating that USE flags or have i corrupted my
28 portage tree by any chance ?
29
30
31
32
33 regards
34
35 Kumar
36
37 On 3/8/06, Patrick B�rjesson <psycho@××××××××.cx> wrote:
38 > On 2006-03-08 00:20, Kumar Golap uttered these thoughts:
39 > > I have the following USE in my make.conf (on an athlon64 machine)
40 > > USE="3dnow xorg a52 alsa acpi arts avi berkdb cdr crypt cups dvdr dvd
41 > > encode foomaticdb ffmpeg flac gdbm gif gpm gtk gtk2 hal imlib jpeg kde
42 > > gnome libg++ libwww lm_sensors mad mikmod mmx motif mpeg mysql ncurses
43 > > nls oggvorbis opengl pam pam_console pdflib png python qt quicktime
44 > > readline sdl slang spell sse ssl svga tcpd tiff truetype usb X xml2
45 > > xmms xv zlib f77 v4l win32codecs"
46 > >
47 > >
48 > > And when i do: equery uses xawtv i get the following:
49 > > [ Searching for packages matching xawtv... ]
50 > > [ Colour Code : set unset ]
51 > > [ Legend : Left column (U) - USE flags from make.conf
52 > > ]
53 > > [ : Right column (I) - USE flags packages was installed with ]
54 > > [ Found these USE variables for media-tv/xawtv-3.95-r1 ]
55 > [snip]
56 > > - - mmx : Adds support for optimizations for Pentium MMX and
57 > > Athlon class processors
58 > [snip]
59 >
60 > > Please note that "mmx" seems to be missing in both columns. despite
61 > > that its there in my USE in make.conf
62 > >
63 > > When i do: emerge --pretend --newuse xawtv
64 > >
65 > > It basically reports that nothing need to be done
66 >
67 > Try a
68 > $ emerge -vp xawtv
69 > and see if the mmx useflag is set in that output... If not, then do a
70 > $ emerge --info
71 > and see if the useflag output from that command includes mmx. If not,
72 > you've probably got a typo of some sort in your make.conf since the mmx
73 > useflag is not profile-masked on the amd64 (use.mask under your
74 > /etc/make.profile symlink).
75 >
76 > > Is this a bug in equery or is it that i can't set mmx on an Athlon64 ?
77 >
78 > Might be, but probably not ;)
79 >
80 >
81 > Regards,
82 > Patrick B�rjesson
83 >
84 > --
85 > / () The ASCII Ribbon Campaign - against HTML Email
86 > \ /\ and proprietary formats.
87 >
88 >
89 >
90
91 --
92 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] equery, make.conf USE flag mismatch on amd64 Kumar Golap <tizan.moris@×××××.com>