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
-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.)
>>
>>
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
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
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.
-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
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
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
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
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
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
> 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
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
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
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:
>
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
> >
> > 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
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
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
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
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?
>
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
38 matches
Mail list logo