Re: [gentoo-user] Re: firewall make.conf settings

2008-01-25 Thread tecnic5
Hemmann, Volker Armin [EMAIL PROTECTED]
24/01/2008 20:39
Por favor, responda a gentoo-user
 
Para:   gentoo-user@lists.gentoo.org
cc: 
Asunto: Re: [gentoo-user] Re: firewall make.conf settings

On Donnerstag, 24. Januar 2008, James wrote:
 Hemmann, Volker Armin volker.armin.hemmann at tu-clausthal.de 
writes:
   -mcpu is deprecated, according to the examples file as of gcc 3.4, 
SO:
  
   CFLAGS=-Os -march=i586 -pipe -fomit-frame-pointer
   CHOST=i586-pc-linux-gnu
  
   changed to:
   CFLAGS=-Os -mtune=i586 -pipe -fomit-frame-pointer
   or
   CFLAGS=-Os -march=i586 -mtune=i586 -pipe -fomit-frame-pointer
 
  sure about that? doesn't march include everything mtune would do?

 No, I'm not sure. The more I read the more I see different opinions!
 That's why I'm asking. Remember the goals are:
 1) keep executible (binaries) as small as possible
 2) use one make.conf on a master system to generate binaries
 for most old pentiums and the K6(amd) systems

 My gut tells me that

 CFLAGS=-Os -march=i586 -pipe -fomit-frame-pointer
 CHOST=i586-pc-linux-gnu

 is the best choice in this cause. However, my 'gut' is more focused
 on the 'kiss' principal:  (kiss whoever does the cooking and cleans
 the dishes) aka keep it simple.

well, I like your line ;)
-- 
gentoo-user@lists.gentoo.org mailing list


I like it too!!

-march is more specific than -mtune, that means that it takes profit of 
processor-specific instructions to increase performance, but breaking 
compatiblity with other processors as a side effect. Since you will be 
using the same code for different processors you don't want to be *that* 
specific, so you'll have to stick on the more general -march option.

That's my theory, however, there's some dark point: gcc guides usually 
state that the main difference between -march and -mtune is _backwards_ 
compatibility, but doesn't say anything about _family_ compatibility. 
Quoting Gentoo GCC Optimization guide:


On x86 and x86-64 CPUs, -march will generate code specifically for that 
CPU using all its available instruction sets and the correct ABI; it will 
have no backwards compatibility for older/different CPUs. If you don't 
need to execute code on anything other than the system you're running 
Gentoo on, continue to use -march. You should only consider using -mtune 
when you need to generate code for older CPUs such as i386 and i486. 
-mtune produces more generic code than -march; though it will tune code 
for a certain CPU, it doesn't take into account available instruction sets 
and ABI. Don't use -mcpu on x86 or x86-64 systems, as it is deprecated for 
those arches. 


So I guess it depends on how much time you have before your firewalls are 
production-ready. If you have plenty of time, I'd try -march out and see 
if no horrible crashes appear; if you don't want to play the 
crazy-lab-folk role, go for the safer -mtune.

My two cents :-).
Abraham

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] SOLVED No ebuild for kdeartwork-colorschemes ??

2008-01-25 Thread Neil Bothwick
On Thu, 24 Jan 2008 23:07:17 +0200, ionut cucu wrote:

 I'm still on claws-mail-3.0 and it works on my kde,

If I move the .claws-mail directory, it start fine, so it must be
something in my settings that KDE 4.0 objects to.


-- 
Neil Bothwick

Engineers do it with less resistance.


signature.asc
Description: PGP signature


[gentoo-user] Choppy video playback

2008-01-25 Thread Mike Mazur
Hi,

I'm having choppy video playback in mplayer, vlc and also in Firefox
on YouTube and the like. I notice a video freeze every 1-2 seconds or
so, then the video snaps back to where it should be. The audio sounds
fine. Mplayer often spits out a warning message[1].

I also noticed that typing into forms (like an email in Gmail) in
Firefox, after Firefox has been running a few hours also suffers from
this freeze every 1-2 seconds.

A typical workload is Gnome, Firefox, Claws-Mail, Pidgin, Tomboy,
xmms2 and a bunch of terminals with SSH sessions and irssi.

I have an Intel Core 2 Duo 2GHz with 2 GB of RAM, so this shouldn't be
happening. I'm running kernel 2.6.23-gentoo-r3. I don't remember when
exactly this started, I don't really watch video too often.

Could it be the scheduler with which my kernel is compiled? Currently
it's set to Preemptible Kernel (Low-Latency Desktop).

Any ideas? What to start tweaking with?

Thanks for any help,
Mike


[1] Mplayer warning message:
   
    Your system is too SLOW to play this!  
   

Possible reasons, problems, workarounds:
- Most common: broken/buggy _audio_ driver
  - Try -ao sdl or use the OSS emulation of ALSA.
  - Experiment with different values for -autosync, 30 is a good start.
- Slow video output
  - Try a different -vo driver (-vo help for a list) or try -framedrop!
- Slow CPU
  - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
- Broken file
  - Try various combinations of -nobps -ni -forceidx -mc 0.
- Slow media (NFS/SMB mounts, DVD, VCD etc)
  - Try -cache 8192.
- Are you using -cache to play a non-interleaved AVI file?
  - Try -nocache.
Read DOCS/HTML/en/video.html for tuning/speedup tips.
If none of this helps you, read DOCS/HTML/en/bugreports.html.
-- 
gentoo-user@lists.gentoo.org mailing list



csound Re: [gentoo-user] tone generator

2008-01-25 Thread Ralf Stephan
It's surprising how few people have heard about the most
flexible tone generator (=synth) out there: csound

http://www.csounds.com

The latest package has a Gentoo ebuild, too, which is not
in the repository, however.

You can do *everything* with it, and it's so fast you
can use it as MIDI player, too.


Regards
ralf
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Choppy video playback

2008-01-25 Thread Tomas Papan
hello,

can you send us your /etc/make.conf ?

br
tomas

Mike Mazur wrote:
 Hi,

 I'm having choppy video playback in mplayer, vlc and also in Firefox
 on YouTube and the like. I notice a video freeze every 1-2 seconds or
 so, then the video snaps back to where it should be. The audio sounds
 fine. Mplayer often spits out a warning message[1].

 I also noticed that typing into forms (like an email in Gmail) in
 Firefox, after Firefox has been running a few hours also suffers from
 this freeze every 1-2 seconds.

 A typical workload is Gnome, Firefox, Claws-Mail, Pidgin, Tomboy,
 xmms2 and a bunch of terminals with SSH sessions and irssi.

 I have an Intel Core 2 Duo 2GHz with 2 GB of RAM, so this shouldn't be
 happening. I'm running kernel 2.6.23-gentoo-r3. I don't remember when
 exactly this started, I don't really watch video too often.

 Could it be the scheduler with which my kernel is compiled? Currently
 it's set to Preemptible Kernel (Low-Latency Desktop).

 Any ideas? What to start tweaking with?

 Thanks for any help,
 Mike


 [1] Mplayer warning message:

 Your system is too SLOW to play this!  


 Possible reasons, problems, workarounds:
 - Most common: broken/buggy _audio_ driver
   - Try -ao sdl or use the OSS emulation of ALSA.
   - Experiment with different values for -autosync, 30 is a good start.
 - Slow video output
   - Try a different -vo driver (-vo help for a list) or try -framedrop!
 - Slow CPU
   - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
 e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
 - Broken file
   - Try various combinations of -nobps -ni -forceidx -mc 0.
 - Slow media (NFS/SMB mounts, DVD, VCD etc)
   - Try -cache 8192.
 - Are you using -cache to play a non-interleaved AVI file?
   - Try -nocache.
 Read DOCS/HTML/en/video.html for tuning/speedup tips.
 If none of this helps you, read DOCS/HTML/en/bugreports.html.
   

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Ricardo Saffi Marques
I really don't know. I mean, I particularly always stick to Gentoo Safe
Cflags, but I know people that use a 32-bit profile and use -march=nocona.
Let's see what other ppl have to say.

On 1/25/08, John covici [EMAIL PROTECTED] wrote:

 on Friday 01/25/2008 Andrey Falko([EMAIL PROTECTED]) wrote
  On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:
 
   Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
   -mtune=athlon-xp -pipe -- now I am getting one of those new Intel
   e8400 CPU's and so I have two questions.
  
   What should I change my CCFLAGS to -- and do I have to recompile the
   whole system after this is done or what?
 
 
  I've done this before. I moved from an old Intel 3.06 Ghz to a new
 Athlon64
  4600+. I did *not* change flags before the move from system to system.
 After
  the move, however,  I  changed my -march flag (in your case -mtune,
 which is
  equivalent) and recompiled everything to have the change take effect.
 
  In your case, move the system from machine to machine, then change your
  -mtune to: -mtune=nocona (see
 
 http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
 )
  . When you are done with that recompile everything: emerge -e world
 
 Thanks all -- I have a 32-bit profile, so I guess I will not be able
 to use ncona -- is this correct?


 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

  John Covici
  [EMAIL PROTECTED]
 --
 gentoo-user@lists.gentoo.org mailing list




-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com


Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Justin
Thats correct and be happy, because if so, you have to start from a
amd64 stage and not from x86 one.

John covici schrieb:
 on Friday 01/25/2008 Andrey Falko([EMAIL PROTECTED]) wrote
   On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:
   
Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
-mtune=athlon-xp -pipe -- now I am getting one of those new Intel
e8400 CPU's and so I have two questions.
   
What should I change my CCFLAGS to -- and do I have to recompile the
whole system after this is done or what?
   
   
   I've done this before. I moved from an old Intel 3.06 Ghz to a new Athlon64
   4600+. I did *not* change flags before the move from system to system. 
 After
   the move, however,  I  changed my -march flag (in your case -mtune, which 
 is
   equivalent) and recompiled everything to have the change take effect.
   
   In your case, move the system from machine to machine, then change your
   -mtune to: -mtune=nocona (see
   
 http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
   . When you are done with that recompile everything: emerge -e world
   
 Thanks all -- I have a 32-bit profile, so I guess I will not be able
 to use ncona -- is this correct?


   
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] paludis vs emerge

2008-01-25 Thread Brian Marshall
On Fri, 25 Jan 2008 19:30:55 -0500
David Relson [EMAIL PROTECTED] wrote:

 I've been experimenting with paludis for the last month or two to
 compare it with emerge.  For my periodic update world runs the two
 programs seem functionally comparable.  Paludis is, however, more
 verbose and I'm not liking that aspect.
 
 My typical emerge command is emerge -auDtqv world and produces:
 
   [ebuild   UD] kde-base/kde-3.5.7 [3.5.8] USE=... 
   [ebuild   U ] sys-apps/paludis-0.26.0_alpha9 [0.26.0_alpha7]
 USE=... [noomerge   ] kde-base/kde-3.5.7 [3.5.8] USE=... 
   [nomerge] sys-apps/paludis-0.26.0_alpha9 [0.26.0_alpha7] ...
   [ebuild   U ]  dev-libs/boost-1.34.1-r2 [1.34.1-r1] ...
   [ebuild   UD] app-misc/mime-types-5 [7] ..
 
   Would you like to merge these packages? [Yes/No] no
 
   Quitting.
 
 I like the one brevity as I can see a lot of information and then
 decide whether to go ahead or not.
 
 paludis --show-use-descriptions none -p -i world lets me see
 what's going to happen.  On the down side, I need to run it a
 second time (without the -p) to install the packages.  Also,
 paludis first prints a bunch of informational messages and then
 prints 4 info lines per package.
 
 Have I overlooked an option comparable to --ask ?
 
No, Paludis is non-interactive.

 Have I overlooked an option to suppress the initial messages.
 
Use --compact to compress the package output and --log-level to control
the amount of informational messages.

 Thanks.
 
 David



Brian


signature.asc
Description: PGP signature


[gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?

2008-01-25 Thread Michael Sullivan
I'm trying to install the evaluation copy of vmware workstation 6 and
the installer is asking me:

What is the directory that contains the init directories (rc0.d/ to 
rc6.d/)? 

What's the answer to this?  AFAIK, these directories do not exist on
Gentoo.  What should I do?  Do I need to create symlinks to somewhere
in /etc?  Please advise...


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] alsa-utils speaker-test question

2008-01-25 Thread Willie Wong
On Fri, Jan 25, 2008 at 04:20:48PM -0800, Penguin Lover maxim wexler squawked:
 speaker-test 0.0.8

Hum, that is rather old. Try upgrading alsa? The stable, unless you
are on mips, is at least 1.0.14

W
-- 
Four can study together, if three of them are dea...
~Daniel Jonathan Peng
Sortir en Pantoufles: up 414 days,  1:03
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] alsa-utils speaker-test question

2008-01-25 Thread maxim wexler

--- Willie Wong [EMAIL PROTECTED] wrote:

 On Fri, Jan 25, 2008 at 04:20:48PM -0800, Penguin
 Lover maxim wexler squawked:
  speaker-test 0.0.8
 
 Hum, that is rather old. Try upgrading alsa? The
 stable, unless you
 are on mips, is at least 1.0.14
 

Do you mean alsa-utils. Here's alsa:

localhost heathen # emerge -avuD alsa

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] sys-devel/gnuconfig-20070724
[20070118] 40 kB
[ebuild U ] sys-apps/findutils-4.3.8-r1 [4.3.2-r1]
USE=-nls (-selinux) -static 1,766 kB
[ebuild U ] sys-devel/m4-1.4.10 [1.4.9-r1]
USE=-examples -nls 722 kB
[ebuild U ] dev-libs/expat-2.0.1 [1.95.8]
USE=(-test%) 436 kB
[ebuild U ] app-misc/pax-utils-0.1.16 [0.1.15]
USE=-caps 64 kB
[ebuild  N] dev-util/unifdef-1.20  65 kB
[ebuild U ] sys-kernel/linux-headers-2.6.23-r3
[2.6.17-r2] USE=(-gcc64%) 4,671 kB
[ebuild U ] sys-devel/binutils-config-1.9-r4
[1.9-r3] 0 kB
[ebuild U ] net-misc/rsync-2.6.9-r5 [2.6.9-r2]
USE=ipv6 -acl -static -xinetd 0 kB
[ebuild U ] sys-apps/sysvinit-2.86-r10 [2.86-r8]
USE=(-ibm) (-selinux) -static 0 kB
[ebuild U ] sys-devel/binutils-2.18-r1 [2.16.1-r3]
USE=-multislot -multitarget -nls -test -vanilla
14,629 kB
[ebuild U ] dev-lang/perl-5.8.8-r4 [5.8.8-r2]
USE=gdbm -berkdb -build -debug* -doc -ithreads
-perlsuid 0 kB
[ebuild U ] sys-apps/debianutils-2.28.2 [2.17.4]
USE=-static 135 kB
[ebuild U ] sys-devel/autoconf-2.61-r1 [2.61]
USE=-emacs 0 kB
[ebuild U ] sys-apps/man-pages-2.75 [2.61-r1]
USE=-nls 1,815 kB
[ebuild U ] sys-devel/libtool-1.5.24 [1.5.23b]
USE=-vanilla% 2,852 kB
[ebuild U ] sys-apps/diffutils-2.8.7-r2 [2.8.7-r1]
USE=-nls* -static 1,038 kB
[ebuild U ] dev-libs/openssl-0.9.8g [0.9.8d]
USE=zlib -bindist -emacs -gmp% -kerberos% -sse2
-test 3,277 kB
[ebuild U ] sys-apps/baselayout-1.12.10-r5
[1.12.9-r2] USE=unicode -bootstrap -build -static
214 kB
[ebuild U ] sys-fs/udev-115-r1 [104-r12]
USE=(-selinux) 210 kB
[ebuild U ] sys-apps/module-init-tools-3.4
[3.2.2-r3] USE=-old-linux% (-no-old-linux%) 195 kB
[ebuild U ] sys-libs/ncurses-5.6-r2 [5.6-r1]
USE=gpm unicode -bootstrap -build -debug -doc
-minimal -nocxx -profile% -trace 0 kB
[ebuild U ] app-shells/bash-3.2_p17-r1 [3.2_p17]
USE=-afs -bashlogger -nls -plugins% -vanilla 0 kB
[ebuild U ] sys-libs/gpm-1.20.1-r6 [1.20.1-r5]
USE=(-selinux) 9 kB
[ebuild  NS   ] sys-kernel/gentoo-sources-2.6.23-r6 
USE=-build -symlink 44,649 kB
[ebuild U ] sys-libs/readline-5.2_p7 [5.2_p4] 13
kB
[ebuild U ] dev-lang/python-2.4.4-r6 [2.4.4-r4]
USE=gdbm ipv6 ncurses readline ssl -berkdb -bootstrap
-build -doc -examples -nocxx -nothreads -tk -ucs2 10
kB

Total: 27 packages (25 upgrades, 1 new, 1 in new
slot), Size of downloads: 76,801 kB

Would you like to merge these packages? [Yes/No] no

Quitting.

I note two curious things(at least): alsa isn't
mentioned but gentoo-sources is?

Here's alsa-utils:

localhost heathen # emerge -avuD alsa-utils

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] sys-devel/gnuconfig-20070724
[20070118] 40 kB
[ebuild U ] sys-devel/m4-1.4.10 [1.4.9-r1]
USE=-examples -nls 722 kB
[ebuild U ] media-sound/alsa-headers-1.0.14
[1.0.10_rc3] 2,540 kB
[ebuild U ] dev-libs/expat-2.0.1 [1.95.8]
USE=(-test%) 436 kB
[ebuild U ] app-misc/pax-utils-0.1.16 [0.1.15]
USE=-caps 64 kB
[ebuild  N] dev-util/unifdef-1.20  65 kB
[ebuild U ] sys-kernel/linux-headers-2.6.23-r3
[2.6.17-r2] USE=(-gcc64%) 4,671 kB
[ebuild U ] net-misc/rsync-2.6.9-r5 [2.6.9-r2]
USE=ipv6 -acl -static -xinetd 0 kB
[ebuild U ] sys-apps/pciutils-2.2.8 [2.2.0-r1]
USE=zlib%* -network-cron% 228 kB
[ebuild U ] sys-apps/sysvinit-2.86-r10 [2.86-r8]
USE=(-ibm) (-selinux) -static 0 kB
[ebuild U ] dev-lang/perl-5.8.8-r4 [5.8.8-r2]
USE=gdbm -berkdb -build -debug* -doc -ithreads
-perlsuid 0 kB
[ebuild U ] sys-apps/debianutils-2.28.2 [2.17.4]
USE=-static 135 kB
[ebuild U ] sys-devel/autoconf-2.61-r1 [2.61]
USE=-emacs 0 kB
[ebuild U ] sys-devel/libtool-1.5.24 [1.5.23b]
USE=-vanilla% 2,852 kB
[ebuild U ] sys-apps/man-pages-2.75 [2.61-r1]
USE=-nls 1,815 kB
[ebuild U ] media-libs/alsa-lib-1.0.14a-r1
[1.0.10_rc3] USE=midi%* -alisp% -debug% -doc
(-jack%) ALSA_PCM_PLUGINS=adpcm%* alaw%* copy%*
dshare%* dsnoop%* extplug%* file%* hooks%* ladspa%*
lfloat%* linear%* meter%* mulaw%* multi%* null%*
rate%* route%* share%* shm%* 768 kB
[ebuild U ] sys-apps/diffutils-2.8.7-r2 [2.8.7-r1]
USE=-nls* -static 1,038 kB
[ebuild U ] dev-libs/openssl-0.9.8g [0.9.8d]
USE=zlib -bindist -emacs -gmp% -kerberos% -sse2
-test 3,277 kB
[ebuild U ] sys-apps/baselayout-1.12.10-r5
[1.12.9-r2] USE=unicode -bootstrap -build -static
214 kB
[ebuild U ] sys-apps/module-init-tools-3.4
[3.2.2-r3] USE=-old-linux% (-no-old-linux%) 195 kB
[ebuild U ] sys-libs/ncurses-5.6-r2 [5.6-r1]
USE=gpm unicode -bootstrap -build -debug -doc

Re: [gentoo-user] alsa-utils speaker-test question

2008-01-25 Thread Willie Wong
On Fri, Jan 25, 2008 at 06:55:28PM -0800, Penguin Lover maxim wexler squawked:
 Do you mean alsa-utils. Here's alsa:

yes. Sorry for the confusion. 

 localhost heathen # emerge -avuD alsa
 
 These are the packages that would be merged, in order:

snip

 
 I note two curious things(at least): alsa isn't
 mentioned but gentoo-sources is?

That is because 1) alsa is not a package name
2) current kernel ebuilds uses the kernel-2.eclass which specifies
that it provides virtual/alsa

So, when you asked it to emerge alsa, it looked at the list of things
that you've already installed, and saw that the kernel sources
provides alsa, so it says: ah-ha! I shall upgrade the kernel
sources. 

HTH, 

W
-- 
Yang: I want to take Engineering mathematics, which is probability this 
   term, and applied mathematics, which is linear algebra this term.
Yang's AA at National Taiwanese University:
  What? Do you want to be an engineering medicine doctor?
Sortir en Pantoufles: up 414 days,  1:58
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] KDE4.0?

2008-01-25 Thread maxim wexler
 That's not the split method. Since you chose the
 split packages you need: 
 kde-base/kde-meta:kde-4
 

d'oh!

 Add that version to package.keywords. Stable users
 will need ~arch keywords 
 for a few dependencies of KDE 4.
 

Ok, I ran 

#emerge -avD kde-base/kde-meta:kde-4

eight times and everytime I needed to add something to
package.keywords, like so:


=x11-libs/qt-4.3.3 ~x86
=app-crypt/gpgme-1.1.6 ~x86
=dev-util/cmake-2.4.7-r1 ~x86
=dev-libs/rasqal-0.9.15 ~x86
=dev-cpp/clucene-0.9.19 ~x86
=dev-libs/redland-1.0.6 ~x86
=x11-apps/xinit-1.0.5-r2 ~x86
=kde-base/kdepasswd-4.0.0:kde-4 ~x86

I notice the entries from the site all end with '* *'
but I've been using '~x86' all this time without any
problem. Is that wrong?


I'm assuming this is correct since portage seemed to
accept them in turn.

Now when I came to last entry emerge kept repeating
itself. I checked, package.keywords was saved after
the last entry

These are the packages that would be merged, in order:

Calculating dependencies /
!!! All ebuilds that could satisfy
=kde-base/kdepasswd-4.0.0:kde-4 have been masked.
!!! One of the following masked packages is required
to complete your request:
- kde-base/kdepasswd-4.0.0 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Ingmar Vanhassel [EMAIL PROTECTED] (16 Jan 2008)
# Mask KDE 4.0.0 for testing. This release of KDE 4
will not be unmasked.
# KDE 4 guide:
http://www.gentoo.org/proj/en/desktop/kde/kde4.xml


For more information, see MASKED PACKAGES section in
the emerge man page or
refer to the Gentoo Handbook.
(dependency required by kde-base/kdm-4.0.0 [ebuild])

The above keeps coming up over and over. So, I'll have
to leave it here until I get more info.

-mw



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] KDE4.0?

2008-01-25 Thread maxim wexler
Q: You said I could install KDE 3.5 and KDE 4.0, but
they block each other!

This is my ideal. Having to ditch kde while I emerge
700M  over an eight mile phone line(~70 hours, not
including compile times)is way too long unless I can
do it incrementally over several nights AND keep my
desktop for the daytime. 

-mw


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] KDE4.0?

2008-01-25 Thread maxim wexler
 The above keeps coming up over and over. So, I'll
 have
 to leave it here until I get more info.
 
 -mw
 
more info: I ran # autounmask kde-base/kde-meta-4.0.0 
again and this time these blocks appeared.

[blocks B ] app-admin/eselect-esd (is blocking
media-sound/esound-0.2.36-r1)
[blocks B ] kde-base/kdebase-3.5.7-r6 (is
blocking kde-base/kdelibs-4.0.0)
[blocks B ] app-crypt/qca-1.0-r3 (is blocking
app-crypt/qca-2.0.0-r2)
[blocks B ] media-sound/esound-0.2.36-r2 (is
blocking app-admin/eselect-esd-20060719)
[blocks B ] =app-admin/eselect-1.0.3 (is blocking
app-admin/eselect-opengl-1.0.3)


From the gentoo-kde4-faq:

Q: You said I could install KDE 3.5 and KDE 4.0, but
they block each other!

A: You will need to install the latest revision (not
version) of kde-base/kdebase (if you use monolithic
ebuilds) or kde-base/kdebase-startkde (if you use
split ebuilds). These versions include patches to
allow multiple versions of KDE to coexist. 

So I autounmasked kdebase-startkde * done! and
tried:

# emerge -avD kde-base/kdebase-startkde:kde-4

But was met with the same blockers despite what it
says in the faq. Or am I missing something else?

-mw


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] paludis vs emerge

2008-01-25 Thread David Relson
I've been experimenting with paludis for the last month or two to
compare it with emerge.  For my periodic update world runs the two
programs seem functionally comparable.  Paludis is, however, more
verbose and I'm not liking that aspect.

My typical emerge command is emerge -auDtqv world and produces:

  [ebuild   UD] kde-base/kde-3.5.7 [3.5.8] USE=... 
  [ebuild   U ] sys-apps/paludis-0.26.0_alpha9 [0.26.0_alpha7] USE=...
  [noomerge   ] kde-base/kde-3.5.7 [3.5.8] USE=... 
  [nomerge] sys-apps/paludis-0.26.0_alpha9 [0.26.0_alpha7] ...
  [ebuild   U ]  dev-libs/boost-1.34.1-r2 [1.34.1-r1] ...
  [ebuild   UD] app-misc/mime-types-5 [7] ..

  Would you like to merge these packages? [Yes/No] no

  Quitting.

I like the one brevity as I can see a lot of information and then
decide whether to go ahead or not.

paludis --show-use-descriptions none -p -i world lets me see
what's going to happen.  On the down side, I need to run it a
second time (without the -p) to install the packages.  Also,
paludis first prints a bunch of informational messages and then prints 4
info lines per package.

Have I overlooked an option comparable to --ask ?

Have I overlooked an option to suppress the initial messages.

Thanks.

David
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?

2008-01-25 Thread Andrey Falko
On Jan 25, 2008 10:03 PM, Michael Sullivan [EMAIL PROTECTED] wrote:

 I'm trying to install the evaluation copy of vmware workstation 6 and
 the installer is asking me:

 What is the directory that contains the init directories (rc0.d/ to
 rc6.d/)?


/etc/init.d

are you using the ebuild??

If you want workstation 6.0:

echo app-emulation/vmware-workstation ~x86  /etc/portage/package.keywords
emerge vmware-workstation



 What's the answer to this?  AFAIK, these directories do not exist on
 Gentoo.  What should I do?  Do I need to create symlinks to somewhere
 in /etc?  Please advise...


 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] NFS Server Tuning

2008-01-25 Thread Florian Philipp

On Thu, 2008-01-24 at 19:19 -0600, Dan Farrell wrote:

[...]
 and as the client (from `mount`): 
 
 nfs:/mnt/storage on /home/media/storage type
   nfs(rw,rsize=65536,wsize=65536,soft,timeo=300,addr=192.168.1.88)
 
 /etc/fstab on the client looks like: 
 
 nfs:/mnt/storage /home/media/storagenfs
   rsize=65536,wsize=65536,rw,async,soft,timeo=300 0 0
 
 
 Of these options, rsize,wsize,and async are reputed to effect
 performance.  However, I do not see much of an effect between different
 rsize and wsize settings.  I believe that over an uncongested 100T
 network it probably doesn't matter too much what rsize and wsize are.  
 On a different share (same server) mounted async without [r|w]size set,
 performance (write, this time) was 11.2mb/s, roughly the same.
 Furthermore, I'm not sure these values are even valid.
 http://www.linuxdocs.org/HOWTOs/NFS-HOWTO/performance.html said that
 nfs3 goes only to 32768.  
[...]

As far as I remember, rsize and wsize are negotiated between client and
server. Those mount options just set an upper limit which is certainly
not what you want. I'm even wondering that those settings are accepted
at all! Normally, unsigned 16bit integer has a range from 0 to 65535. If
you ask me, that's an off-by-one error just waiting to happen...


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Can't use gnome! [SOLVED]

2008-01-25 Thread Hemmann, Volker Armin
On Freitag, 25. Januar 2008, Michael Sullivan wrote:
 On Fri, 2008-01-25 at 20:04 +0100, b.n. wrote:


 I fixed it.  Somehow some permissions on some directories on /tmp got
 changed.  I changed them back, and it seems to be back to normal now...

which will only help you until the next reboot since the latest baselayout 
nukes everything in /tmp on boot.

Maybe /tmp itself has not the right permissions?

ls -lh / would be nice.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] tone generator

2008-01-25 Thread maxim wexler
 Not sure if that's what you want, but speaker-test
 from alsa-utils can generate sine waves, pink and
 white noise.

[EMAIL PROTECTED] ~ $ speaker-test -t 2

speaker-test 0.0.8

Playback device is plughw:0,0
Stream parameters are 48000Hz, S16_LE, 1 channels
Sine wave rate is 440.Hz

But it's silent. Doesn't even say /dev/dsp already in
use or something like that. I use alsa and my audio
works OK otherwise. 

More mysteries to unravel.

mw


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Can't use gnome! [SOLVED]

2008-01-25 Thread Michael Sullivan
On Fri, 2008-01-25 at 20:04 +0100, b.n. wrote:
 Michael Sullivan ha scritto:
  I rebooted into Linux a couple of days ago and tried to log into gnome,
  and a whole bunch of error messages popped up.  They all said basically
  this:
  
  There was an error loading config from /apps/gnome-terminal/global.
  (Failed to contact configuration server; some possible causes are that you
  need to enable TCP/IP networking for ORBit, or you have stale NFS locks
  due to a system crash. See http://www.gnome.org/projects/gconf/ for
  information. (Details -  1: IOR file '/tmp/gconfd-michael/lock/ior' not
  opened successfully, no gconfd located: No such file or directory 2: IOR
  file '/tmp/gconfd-michael/lock/ior' not opened successfully, no gconfd
  located: No such file or directory))
 
 I'm a KDE user, so take my advice with a grain of salt. But I googled a
 bit, and you're not alone (even if your error is obscure). Unfortunately
 I failed to find a clear cut solution.
 
 However, you may try to start gnome with another user, or erase (move)
 your .gnome .gconf etc. and retry. It seems something in your
 configuration files is weird.
 
 m.

I fixed it.  Somehow some permissions on some directories on /tmp got
changed.  I changed them back, and it seems to be back to normal now...

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Can't use gnome!

2008-01-25 Thread b.n.
Michael Sullivan ha scritto:
 I rebooted into Linux a couple of days ago and tried to log into gnome,
 and a whole bunch of error messages popped up.  They all said basically
 this:
 
 There was an error loading config from /apps/gnome-terminal/global.
 (Failed to contact configuration server; some possible causes are that you
 need to enable TCP/IP networking for ORBit, or you have stale NFS locks
 due to a system crash. See http://www.gnome.org/projects/gconf/ for
 information. (Details -  1: IOR file '/tmp/gconfd-michael/lock/ior' not
 opened successfully, no gconfd located: No such file or directory 2: IOR
 file '/tmp/gconfd-michael/lock/ior' not opened successfully, no gconfd
 located: No such file or directory))

I'm a KDE user, so take my advice with a grain of salt. But I googled a
bit, and you're not alone (even if your error is obscure). Unfortunately
I failed to find a clear cut solution.

However, you may try to start gnome with another user, or erase (move)
your .gnome .gconf etc. and retry. It seems something in your
configuration files is weird.

m.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Ricardo Saffi Marques
Well, I'd change my CFLAGS, for sure, so that I'd get all the benefits of
having that better processor. What's your profile: x86 or x86_64 (amd64)?

For your processor, according to http://gentoo-wiki.com/Safe_Cflags (that I
always like to check):

 Intel Core 2 Duo/Quad / Xeon 51xx/53xx

 vendor_id  : GenuineIntel
 cpu family  : 6
 model  : 15
 model name  : Intel(R) Core(TM)2 CPU  @ XXXGHz

 *32 bit profile (x86)*

 CHOST=i686-pc-linux-gnu
 CFLAGS=-march=prescott -O2 -pipe -fomit-frame-pointer
 CXXFLAGS=${CFLAGS}

 *64 bit profile (amd64)*

 CHOST=x86_64-pc-linux-gnu
 CFLAGS=-march=nocona -O2 -pipe
 CXXFLAGS=${CFLAGS}

 *Note:*

- GCC 4.3 has 
 -march=core2[1]http://www.gnu.org/software/gcc/gcc-4.3/changes.html,
but Gentoo has nothing above 4.2 in portage.

 So, I'd change my make.conf to one of those (again, depending of your
profile). And after that, even though some things may need a revdep-rebuild
and it may take a while, why not emerge -e world?

Regards,

Saffi


On 1/25/08, John covici [EMAIL PROTECTED] wrote:

 Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
 -mtune=athlon-xp -pipe -- now I am getting one of those new Intel
 e8400 CPU's and so I have two questions.

 What should I change my CCFLAGS to -- and do I have to recompile the
 whole system after this is done or what?

 Thanks in advance for any assistance.

 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

  John Covici
  [EMAIL PROTECTED]
 --
 gentoo-user@lists.gentoo.org mailing list




-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com


[gentoo-user] alsa-utils speaker-test question

2008-01-25 Thread maxim wexler
Hi group,

speaker-test runs but makes no sound:

[EMAIL PROTECTED] ~/docs/elex $ speaker-test -t 2

speaker-test 0.0.8

Playback device is plughw:0,0
Stream parameters are 48000Hz, S16_LE, 1 channels
Sine wave rate is 440.Hz

Unless I do this:

[EMAIL PROTECTED] ~/docs/elex $ speaker-test -c2
-Ddefault -twav

speaker-test 0.0.8

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 16384 to 16384
Period size range from 1024 to 1024
Periods = 4
Buffer time size 2525
To choose buffer_size = 16384
To choose period_size = 4096
was set period_size = 1024
was set buffer_size = 16384
 0 - Front Left
 1 - Front Right
Time per period = 5.641697
 0 - Front Left
 1 - Front Right
Time per period = 5.973134
 0 - Front Left
 1 - Front Right
Time per period = 5.973148
 0 - Front Left
 1 - Front Right

alsamixer is NOT muted. Anyone?

Maxim


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Andrey Falko
On Jan 25, 2008 12:44 PM, John covici [EMAIL PROTECTED] wrote:

 on Friday 01/25/2008 Andrey Falko([EMAIL PROTECTED]) wrote
   On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:
  
Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
-mtune=athlon-xp -pipe -- now I am getting one of those new Intel
e8400 CPU's and so I have two questions.
   
What should I change my CCFLAGS to -- and do I have to recompile the
whole system after this is done or what?
  
  
   I've done this before. I moved from an old Intel 3.06 Ghz to a new
 Athlon64
   4600+. I did *not* change flags before the move from system to system.
 After
   the move, however,  I  changed my -march flag (in your case -mtune,
 which is
   equivalent) and recompiled everything to have the change take effect.
  
   In your case, move the system from machine to machine, then change your
   -mtune to: -mtune=nocona (see
  
 http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
 )
   . When you are done with that recompile everything: emerge -e world
  
 Thanks all -- I have a 32-bit profile, so I guess I will not be able
 to use ncona -- is this correct?

 No. nocona will not generate 64-bit code with a 32-bit profile. nocona is
more native to your cpu, but I am sure that you won't get much of a boost
using it over prescott.


 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

 John Covici
 [EMAIL PROTECTED]
 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Neil Walker

John covici wrote:

Thanks all -- I have a 32-bit profile, so I guess I will not be able
to use ncona -- is this correct?
  


No, it's not correct. march=nocona is just as valid under 32 bits as 
64. It simply defines the capabilities of your processor to gcc. It does 
NOT force gcc to produce 64 bit code. With later versions of gcc, 
march=native may be a better choice but, with the current stable gcc, 
march=nocona is the best choice.



Be lucky,

Neil


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Can't use gnome!

2008-01-25 Thread Michael Sullivan
I rebooted into Linux a couple of days ago and tried to log into gnome,
and a whole bunch of error messages popped up.  They all said basically
this:

There was an error loading config from /apps/gnome-terminal/global.
(Failed to contact configuration server; some possible causes are that you
need to enable TCP/IP networking for ORBit, or you have stale NFS locks
due to a system crash. See http://www.gnome.org/projects/gconf/ for
information. (Details -  1: IOR file '/tmp/gconfd-michael/lock/ior' not
opened successfully, no gconfd located: No such file or directory 2: IOR
file '/tmp/gconfd-michael/lock/ior' not opened successfully, no gconfd
located: No such file or directory))

I'm typing this from KDE.  I really hate KDE - it's way too flashy, so I'd
like to get back to gnome as soon as possible.  Over the past two days
I've done an emerge -e gnome and rebooted the computer and tried to log in
to gnome, and it still doesn't work.  The file
'/tmp/gconfd-michael/lock/ior' is simply not being created.  I did a ps ax
| grep gconf and it returned nothing except the ps request.  Here's my
emerge --info:

camille ~ # emerge --info
Portage 2.1.3.19 (default-linux/x86/no-nptl, gcc-4.1.2, glibc-2.5-r4,
2.6.23-gentoo-r3 i686)
=
System uname: 2.6.23-gentoo-r3 i686 Intel(R) Celeron(R) CPU 2.66GHz
Timestamp of tree: Thu, 24 Jan 2008 13:30:01 +
app-shells/bash: 3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.3
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/config /var/bind /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf
/etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo
/etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O2 -march=i686 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
unmerge-orphans userfetch
GENTOO_MIRRORS=http://mirror.datapipe.net/gentoo;
LINGUAS=en fr es
MAKEOPTS=-j2
PKGDIR=/usr/portage-packages/camille
PORTAGE_RSYNC_EXTRA_OPTS=--human-readable
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 alsa apache2 apm arts asterisk audiofile avi bash-completion
berkdb bind-mysql bitmap-fonts browserplugin bzip2 candy cdr cgi cli
cracklib crypt ctype cups dba dbus divx4linux doc dri dvb dvd dvdr dvdread
eds emboss encode evo examples expat f77 ffmpeg flash foomaticdb fortran
ftp gdbm gentoo gif glut gnome gphoto2 gpm gstreamer gtk gtk2 guile hal
iconv imap imlib ipv6 isdnlog ithreads ivtv jack jack-tempfs java jikes
joystick jpeg kde kerberos lib libclamav libg++ libwww lirc mad midi
mikmod mmx mmx2 mmxext mode-owner motif mp3 mpeg mplayer mpm-leader
mudflap mysql mythtv nas nautilus ncurses new-login nls nntp nsplugin
offensive ogg oggvorbis opengl openmp oss pam pcre pdf perl php png
portaudio ppds pppd python qt qt3 qt4 quicktime readline real reflection
ruby samba sasl sdl seamonkey session slp snmp spell spl sql ssl svga
syslog tcl tcltk tcpd test threads tidy truetype truetype-fonts
type1-fonts unicode usb userlocales v4l v4l2 vanilla vorbis win32codecs
x86 xml xml2 xorg xv zaptel zlib ALSA_CARDS=hda-intel
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug
rate route share shm softvol APACHE2_MODULES=actions alias auth_basic
auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file
authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user
autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires
ext_filter file_cache filter headers ident imagemap include info
log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp
proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status
unique_id userdir usertrack vhost_alias ELIBC=glibc
INPUT_DEVICES=keyboard mouse evdev KERNEL=linux LCD_DEVICES=bayrad
cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text
LINGUAS=en fr es USERLAND=GNU VIDEO_CARDS=apm ark chips cirrus cyrix
dummy fbdev glint i128 i740 i810 imstt mach64 mga 

Re: [gentoo-user] KDE4.0?

2008-01-25 Thread maxim wexler
 Which is rather pointless given that the KDE docs
 provides example
 package.{keywords,unmask} files...
 
 http://www.gentoo.org/proj/en/desktop/kde/kde4.xml
 

Thanks for this. The link from kde.org goes to a page
dated Dec 11 2007 which doesn't mention v4.0.

I did what it said using the recommended(Split)
method, then this:

localhost heathen # emerge -avD kde-base/kde:kde-4

These are the packages that would be merged, in order:

Calculating dependencies /
!!! All ebuilds that could satisfy
kde-base/kde:kde-4 have been masked.
!!! One of the following masked packages is required
to complete your request:
- kde-base/kde-4.0.0 (masked by: package.mask, ~x86
keyword)
/usr/portage/profiles/package.mask:
# Ingmar Vanhassel [EMAIL PROTECTED] (16 Jan 2008)
# Mask KDE 4.0.0 for testing. This release of KDE 4
will not be unmasked.
# KDE 4 guide:
http://www.gentoo.org/proj/en/desktop/kde/kde4.xml


For more information, see MASKED PACKAGES section in
the emerge man page or
refer to the Gentoo Handbook.

Further down the page it suggests I emerge
kdebase-startkde

localhost heathen # emerge -avD
kde-base/kdebase-startkde

These are the packages that would be merged, in order:

Calculating dependencies /
!!! All ebuilds that could satisfy
=x11-libs/qt-4.3.3:4 have been masked.
!!! One of the following masked packages is required
to complete your request:
- x11-libs/qt-4.3.3 (masked by: ~x86 keyword)
- x11-libs/qt-4.4.0_rc1 (masked by: package.mask, ~x86
keyword)
/usr/portage/profiles/package.mask:
# Caleb Tennis [EMAIL PROTECTED] (19 Dec 2007)
# Christian Faulhammer [EMAIL PROTECTED]
# Mask qt-4.4 package while testing them in portage
# Plus packages depending on them


For more information, see MASKED PACKAGES section in
the emerge man page or
refer to the Gentoo Handbook.
(dependency required by
kde-base/kdebase-startkde-4.0.0 [ebuild])

Which leads to this:


localhost heathen # emerge -avD =qt-4.3.3:4

These are the packages that would be merged, in order:

Calculating dependencies /
!!! All ebuilds that could satisfy =qt-4.3.3:4 have
been masked.
!!! One of the following masked packages is required
to complete your request:
- x11-libs/qt-4.3.3 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in
the emerge man page or
refer to the Gentoo Handbook.

From the Handbook:

When you want to install a package that isn't
available for your system, you will receive this
masking error. You should try installing a different
application that is available for your system or wait
until the package is put available.

What is this other version? I don't suppose I have to
wait since it's already here, apparently.

mw


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread John covici
Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
-mtune=athlon-xp -pipe -- now I am getting one of those new Intel
e8400 CPU's and so I have two questions.

What should I change my CCFLAGS to -- and do I have to recompile the
whole system after this is done or what?

Thanks in advance for any assistance.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Andrey Falko
On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:

 Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
 -mtune=athlon-xp -pipe -- now I am getting one of those new Intel
 e8400 CPU's and so I have two questions.

 What should I change my CCFLAGS to -- and do I have to recompile the
 whole system after this is done or what?


I've done this before. I moved from an old Intel 3.06 Ghz to a new Athlon64
4600+. I did *not* change flags before the move from system to system. After
the move, however,  I  changed my -march flag (in your case -mtune, which is
equivalent) and recompiled everything to have the change take effect.

In your case, move the system from machine to machine, then change your
-mtune to: -mtune=nocona (see
http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
. When you are done with that recompile everything: emerge -e world



 Thanks in advance for any assistance.

 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

 John Covici
 [EMAIL PROTECTED]
 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread John covici
on Friday 01/25/2008 Andrey Falko([EMAIL PROTECTED]) wrote
  On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:
  
   Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
   -mtune=athlon-xp -pipe -- now I am getting one of those new Intel
   e8400 CPU's and so I have two questions.
  
   What should I change my CCFLAGS to -- and do I have to recompile the
   whole system after this is done or what?
  
  
  I've done this before. I moved from an old Intel 3.06 Ghz to a new Athlon64
  4600+. I did *not* change flags before the move from system to system. After
  the move, however,  I  changed my -march flag (in your case -mtune, which is
  equivalent) and recompiled everything to have the change take effect.
  
  In your case, move the system from machine to machine, then change your
  -mtune to: -mtune=nocona (see
  http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
  . When you are done with that recompile everything: emerge -e world
  
Thanks all -- I have a 32-bit profile, so I guess I will not be able
to use ncona -- is this correct?


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] tone generator

2008-01-25 Thread Michael Higgins
On Fri, 25 Jan 2008 10:59:25 -0800 (PST)
maxim wexler [EMAIL PROTECTED] wrote:

  Not sure if that's what you want, but speaker-test
  from alsa-utils can generate sine waves, pink and
  white noise.
 
 [EMAIL PROTECTED] ~ $ speaker-test -t 2
 
 speaker-test 0.0.8
 
 Playback device is plughw:0,0
 Stream parameters are 48000Hz, S16_LE, 1 channels
 Sine wave rate is 440.Hz
 
 But it's silent. Doesn't even say /dev/dsp already in
 use or something like that. I use alsa and my audio
 works OK otherwise. 
 
 More mysteries to unravel.

 speaker-test -D default -r 44100 -c 2 -f 880 -t sine

Worked for me.

Cheers,

-- 
 |\  /||   |  ~ ~  
 | \/ ||---|  `|` ?
 ||ichael  |   |iggins\^ /
 michael.higgins[at]evolone[dot]org
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] KDE4.0?

2008-01-25 Thread Bo Ørsted Andresen
On Friday 25 January 2008 19:45:39 maxim wexler wrote:
  Which is rather pointless given that the KDE docs
  provides example
  package.{keywords,unmask} files...
 
  http://www.gentoo.org/proj/en/desktop/kde/kde4.xml

 Thanks for this. The link from kde.org goes to a page
 dated Dec 11 2007 which doesn't mention v4.0.

The link on kde.org is to kde.gentoo.org which does have a link to the KDE 
4.0 Guide.

 I did what it said using the recommended(Split)
 method, then this:

 localhost heathen # emerge -avD kde-base/kde:kde-4

That's not the split method. Since you chose the split packages you need: 
kde-base/kde-meta:kde-4

See http://www.gentoo.org/doc/en/kde-split-ebuilds.xml for further info...

[SNIP]
 Further down the page it suggests I emerge
 kdebase-startkde

Which is for those who want a minimal desktop rather than everything in KDE 
(which is what kde-meta is for).

 localhost heathen # emerge -avD
 kde-base/kdebase-startkde

[SNIP]
 - x11-libs/qt-4.3.3 (masked by: ~x86 keyword)

Add that version to package.keywords. Stable users will need ~arch keywords 
for a few dependencies of KDE 4.

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.