Re: [gentoo-user] the nsplugin use flag

2007-07-20 Thread Dirk Heinrichs
Am Freitag, 20. Juli 2007 schrieb Florian Philipp: > Am Freitag 20 Juli 2007 16:41 schrieb Allan Gottlieb: > > I notice that I have the nsplugin use flag UNset. use.desc says > > > > nsplugin - Builds plugins for Netscape compatible browsers > > > > Am I correct in believing that firefox is Netsca

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Vladimir G. Ivanovic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kenneth Prugh wrote: > Vladimir G. Ivanovic wrote: > >> You, of course, remembered to change your default compiler with >> >># gcc-config -gnu-4.2.0 >> >> before recompiling everything. (Run 'gcc-config' with no arguments for >> more info.) >> >>

[gentoo-user] emerge --depclean question

2007-07-20 Thread Alex Schuster
Hi there! Any idea why emerge --depclean wants to remove app-shells/bash-completion-config? It it needed by some installed packages: [EMAIL PROTECTED] ~ --> equery depends app-shells/bash-completion-config [ Searching for packages depending on app-shells/bash-completion-config... ] app-editors/v

Re: [gentoo-user] the nsplugin use flag

2007-07-20 Thread Allan Gottlieb
At Fri, 20 Jul 2007 19:57:24 +0200 Florian Philipp <[EMAIL PROTECTED]> wrote: > Am Freitag 20 Juli 2007 16:41 schrieb Allan Gottlieb: >> Am I correct in believing that firefox is Netscape compatible and >> hence that I should enable this use flag? > > http://bugs.gentoo.org/show_bug.cgi?id=161835

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Kenneth Prugh
Vladimir G. Ivanovic wrote: > You, of course, remembered to change your default compiler with > ># gcc-config -gnu-4.2.0 > > before recompiling everything. (Run 'gcc-config' with no arguments for > more info.) > > --- Vladimir Yep. I've also seen that with march/mtune set to native, GCC 4.

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Vladimir G. Ivanovic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kenneth Prugh wrote: > Andrew Gaydenko wrote: The question is: must I replace '-march=nocona' with '-mtune=native and -march=native'? >>> I have a Core2 Duo E6600 and use these CFLAGS with GCC 4.2: >>> >>> CFLAGS="-Os -march=native -mtune=na

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Volker Armin Hemmann
On Freitag, 20. Juli 2007, Tobias Heinlein wrote: > Volker Armin Hemmann wrote: > > On Freitag, 20. Juli 2007, Andrew Gaydenko wrote: > > march and mtune together? stupid. > > mmmx, msse2, mss3 stupid. Its all part of nocona (maybe not msse3 but > > everything else). > > Yes, that's right. These fl

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Tobias Heinlein
Volker Armin Hemmann wrote: > On Freitag, 20. Juli 2007, Andrew Gaydenko wrote: > march and mtune together? stupid. > mmmx, msse2, mss3 stupid. Its all part of nocona (maybe not msse3 but > everything else). Yes, that's right. These flags don't need to be set again. But there are some ebuilds th

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Dale
Kenneth Prugh wrote: > Andrew Gaydenko wrote: > The question is: must I replace '-march=nocona' with '-mtune=native and -march=native'? >>> I have a Core2 Duo E6600 and use these CFLAGS with GCC 4.2: >>> >>> CFLAGS="-Os -march=native -mtune=native -fomit-frame-pointer -p

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Boyd Stephen Smith Jr.
On Friday 20 July 2007, "Boyd Stephen Smith Jr." <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] gcc 4.2 and Core 2 Duo': > If they have the same value, or -march is listed after -mtune, yes. > -march implies -mtune, but you might do something like -march=686 -mtune=native -- Boyd Stephen S

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Kenneth Prugh
Andrew Gaydenko wrote: >>> The question is: must I replace '-march=nocona' with '-mtune=native and >>> -march=native'? >> I have a Core2 Duo E6600 and use these CFLAGS with GCC 4.2: >> >> CFLAGS="-Os -march=native -mtune=native -fomit-frame-pointer -pipe -mmmx >> -msse2 -msse3" >> >> Native works

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Daniel Pielmeier
> march and mtune together? stupid. > native when you know your CPU? Does your CHOST say 'x86_64' or nocona? > mmmx, msse2, mss3 stupid. Its all part of nocona (maybe not msse3 but > everything else). And fomit-frame-pointer? AFAIK superfluos on the amd64 > architecture, which was copied by intel

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Kenneth Prugh
Florian Philipp wrote: > Am Freitag 20 Juli 2007 20:16 schrieb Kenneth Prugh: >> Andrew Gaydenko wrote: >>> I have noticed, the official portage tree has included gcc 4.2. Now for >>> Core 2 Duo CPU (amd64 Gentoo arch) I use in make.conf file: >>> >>> CFLAGS="-O2 -march=nocona -pipe" >>> >>> gcc' c

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Kenneth Prugh
Volker Armin Hemmann wrote: > Second, that 'feature' means that gcc looks at your CHOST and use that for > the > march/mtune setting. > > So no, don't change anything at all. march=nocona is fine. Don't touch it. That's completely wrong. If you look at the old patch [1] that fixed mtune for the

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Florian Philipp
Am Freitag 20 Juli 2007 20:16 schrieb Kenneth Prugh: > Andrew Gaydenko wrote: > > I have noticed, the official portage tree has included gcc 4.2. Now for > > Core 2 Duo CPU (amd64 Gentoo arch) I use in make.conf file: > > > > CFLAGS="-O2 -march=nocona -pipe" > > > > gcc' changelog has this note: >

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Volker Armin Hemmann
On Freitag, 20. Juli 2007, Andrew Gaydenko wrote: > I have noticed, the official portage tree has included gcc 4.2. Now for > Core 2 Duo CPU (amd64 Gentoo arch) I use in make.conf file: > > CFLAGS="-O2 -march=nocona -pipe" > > gcc' changelog has this note: > > > ... > IA-32/x86

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Andrew Gaydenko
> > > > The question is: must I replace '-march=nocona' with '-mtune=native and > > -march=native'? > > I have a Core2 Duo E6600 and use these CFLAGS with GCC 4.2: > > CFLAGS="-Os -march=native -mtune=native -fomit-frame-pointer -pipe -mmmx > -msse2 -msse3" > > Native works fine here. Kenneth

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Neil Bothwick
Hello Andrew Gaydenko, > The question is: must I replace '-march=nocona' with '-mtune=native and > -march=native'? You CAN change them but there's no MUST about it. I've been running GCC 4.2 with -march=nocona for about ten days and it's working well. -- Neil Bothwick Linux like wigwam. No wi

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Daniel Pielmeier
Andrew Gaydenko schrieb: > I have noticed, the official portage tree has included gcc 4.2. Now for > Core 2 Duo CPU (amd64 Gentoo arch) I use in make.conf file: > > CFLAGS="-O2 -march=nocona -pipe" > > gcc' changelog has this note: > > > ... > IA-32/x86-64 > > * -mtune

Re: [gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Kenneth Prugh
Andrew Gaydenko wrote: > I have noticed, the official portage tree has included gcc 4.2. Now for > Core 2 Duo CPU (amd64 Gentoo arch) I use in make.conf file: > > CFLAGS="-O2 -march=nocona -pipe" > > gcc' changelog has this note: > > > ... > IA-32/x86-64 > > * -mtune=g

Re: [gentoo-user] the nsplugin use flag

2007-07-20 Thread Florian Philipp
Am Freitag 20 Juli 2007 16:41 schrieb Allan Gottlieb: > I notice that I have the nsplugin use flag UNset. use.desc says > > nsplugin - Builds plugins for Netscape compatible browsers > > Am I correct in believing that firefox is Netscape compatible and > hence that I should enable this use flag? >

[gentoo-user] gcc 4.2 and Core 2 Duo

2007-07-20 Thread Andrew Gaydenko
I have noticed, the official portage tree has included gcc 4.2. Now for Core 2 Duo CPU (amd64 Gentoo arch) I use in make.conf file: CFLAGS="-O2 -march=nocona -pipe" gcc' changelog has this note: ... IA-32/x86-64 * -mtune=generic can now be used to generate code running

[gentoo-user] the nsplugin use flag

2007-07-20 Thread Allan Gottlieb
I notice that I have the nsplugin use flag UNset. use.desc says nsplugin - Builds plugins for Netscape compatible browsers Am I correct in believing that firefox is Netscape compatible and hence that I should enable this use flag? thanks, allan -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Stefán István
péntek 20 július 2007 15.36 dátummal Neil Bothwick ezt írta: > On Fri, 20 Jul 2007 15:20:54 +0200, Stefán István wrote: > > > I've made the world update width the hal useflag, but in kde I still > > can't activate hal. In the Control Panel -> Peripherials > Storage > > Media > Advanced the "Enable

Re: [gentoo-user] Re: Sony Viao Vista and Gentoo

2007-07-20 Thread Stroller
On 20 Jul 2007, at 13:04, Albert Hopkins wrote: ... Enclosures are great when you want to keep a drive in there. But in the case that you want to - say - pull the hard-drive out of your laptop and plug it into a desktop PC for just a few minutes these "adaptor cables" are very useful indeed. The

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Neil Bothwick
On Fri, 20 Jul 2007 15:20:54 +0200, Stefán István wrote: > I've made the world update width the hal useflag, but in kde I still > can't activate hal. In the Control Panel -> Peripherials > Storage > Media > Advanced the "Enable HAL backend" is still inactiv and says "No > support for HAL on this s

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Dirk Heinrichs
Am Freitag, 20. Juli 2007 schrieb ext Stefán István: > péntek 20 július 2007 10.59 dátummal Alex Schuster ezt írta: > > Stefán István writes: > > > I've made the mistake that I compiled kde without the hal use flag. > > > How can I find out which kde packages should be recompiled in order > > > to

Re: [gentoo-user] enable musicbrainz on amarok?

2007-07-20 Thread Alex Schuster
b.n. writes: > I recently recompiled amarok with the musicbrainz USE flag enabled, to > allow tagging of mp3 files with musicbrainz. > However, when I try to "Edit tag information..." the "Fill-in tags > using MusicBrainz" button is always disabled. It tells me to install > Musicbrainz, but it's i

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Stefán István
péntek 20 július 2007 10.59 dátummal Alex Schuster ezt írta: > Stefán István writes: > > > I've made the mistake that I compiled kde without the hal use flag. > > How can I find out which kde packages should be recompiled in order to > > be able to use hal in kde? > > Use the --newuse (-N) option

Re: [gentoo-user] OT ( was : Cannot boot 2.6.21-gentoo-r4)

2007-07-20 Thread Albert Hopkins
On Fri, 2007-07-20 at 08:49 +0200, Luigi Pinna wrote: > That is no true. > If you copy your old .config and give make, the make asks you for all > new options (I think "that" is the right one make oldconfig) > Luigi No. What you seeing is a little different. If you read the Makefile: # If .con

Re: [gentoo-user] Re: Sony Viao Vista and Gentoo

2007-07-20 Thread Albert Hopkins
> Enclosures are great when you want to keep a drive in there. But in > the case that you want to - say - pull the hard-drive out of your > laptop and plug it into a desktop PC for just a few minutes these > "adaptor cables" are very useful indeed. The link above prices them > at $17 - a p

Re: [gentoo-user] enable musicbrainz on amarok?

2007-07-20 Thread b.n.
Ryan Sims ha scritto: On 7/19/07, b.n. <[EMAIL PROTECTED]> wrote: Hi, I recently recompiled amarok with the musicbrainz USE flag enabled, to allow tagging of mp3 files with musicbrainz. However, when I try to "Edit tag information..." the "Fill-in tags using MusicBrainz" button is always disabl

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Dale
Alex Schuster wrote: > Stefán István writes: > > >> I've made the mistake that I compiled kde without the hal use flag. >> How can I find out which kde packages should be recompiled in order to >> be able to use hal in kde? >> > > Use the --newuse (-N) option to emerge: > > emerge --newuse

Re: [gentoo-user] OT ( was : Cannot boot 2.6.21-gentoo-r4)

2007-07-20 Thread Ian Hastie
On Fri, 20 Jul 2007 08:49:04 +0200 Luigi Pinna <[EMAIL PROTECTED]> wrote: > Alle giovedì 19 luglio 2007, Billy McCann ha scritto: > [...] > > > 2. Copy old .config and "make". In this case you miss any > > > new kernel options. > [...] > > That is no true. > If you copy your old .config a

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Alex Schuster
Stefán István writes: > I've made the mistake that I compiled kde without the hal use flag. > How can I find out which kde packages should be recompiled in order to > be able to use hal in kde? Use the --newuse (-N) option to emerge: emerge --newuse --deep kde Looks to me like kdebase would be

Re: [gentoo-user] enable hal in kde

2007-07-20 Thread Neil Bothwick
On Fri, 20 Jul 2007 10:28:11 +0200, Stefán István wrote: > I've made the mistake that I compiled kde without the hal use flag. > How can I find out which kde packages should be recompiled in order to > be able to use hal in kde? Add hal to your USE flags and do "emerge -uavDN world" -- Neil Bo

[gentoo-user] enable hal in kde

2007-07-20 Thread Stefán István
Hello! I've made the mistake that I compiled kde without the hal use flag. How can I find out which kde packages should be recompiled in order to be able to use hal in kde? Thanks, Istvan -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Re: Sony Viao Vista and Gentoo

2007-07-20 Thread Neil Bothwick
On Fri, 20 Jul 2007 00:34:23 +0100, Stroller wrote: > Enclosures are great when you want to keep a drive in there. But in > the case that you want to - say - pull the hard-drive out of your > laptop and plug it into a desktop PC for just a few minutes these > "adaptor cables" are very useful