[gentoo-user] How to get notified of new mail in custom mail folders

2006-03-03 Thread Masood Ahmed
Hi,
I have a email system comprising of fetchmail, to fetchmail mail
from pop servers. Procmail, to filter the incoming mail and mutt to read
it.
Now what i want to know is, is there some way so that i can make
bash display You've a new mail everytime i log in? I dont store my email
in default place (/var/mail) but in my home directory. Kindly please help.

Thanks in advance,
Masood Ahmed
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nfs sharing: same user name, but different user id.

2006-03-03 Thread Boyd Stephen Smith Jr.
On Friday 03 March 2006 02:35, Robert Persson [EMAIL PROTECTED] 
wrote about '[gentoo-user] nfs sharing: same user name, but different user 
id.':
 Is there any facility within nfs to map users to other userids (beyond
 that needed for root-squashing)?

There's all_squash, along with a way to choose what numeric id users are 
squashed to. 

Also, I believe there's idmapd which should be able to do an arbitrary 
mapping.

 Or failing that, is there a way to change the user ids on one of the
 machines without making a big mess?

Go down to single-user mode and change owners at the same time you 
edit /etc/passwd and you should be fine, I think.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] kdemultimedia fails to emerge

2006-03-03 Thread Michael Kintzios


 -Original Message-
 From: Rumen Yotov [mailto:[EMAIL PROTECTED] 
 Sent: 02 March 2006 07:21
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] kdemultimedia fails to emerge
 
 
 On Thursday 02 March 2006 09:04, Mick wrote:
  Why on earth is libstdc++ playing up again?
  ==
  /bin/sh ../../libtool --silent --mode=link --tag=CXX 
 i686-pc-linux-gnu-g++
  -DEXAMPLES_DIR='/usr/kde/3.4/share/apps/artsbuilder/examples'
  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
 -D_BSD_SOURCE -Wcast-align
  -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith 
 -DNDEBUG -DNO_DEBUG
  -O2 -O2 -march=pentium3 -fomit-frame-pointer -pipe -Wformat-security
  -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
  -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
  -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-o 
 libartsbuilder.la
  -rpath /usr/kde/3.4/lib -L/usr/kde/3.4/lib -L/usr/qt/3/lib 
 -L/usr/lib
  -L/usr/kde/3.4/lib -no-undefined -Wl,--no-undefined
  -Wl,--allow-shlib-undefined artsbuilder.lo sequenceutils.lo
  structurebuilder_impl.lo structures_impl.lo moduleinfo.lo 
 compatibility.lo
  localfactory_impl.lo artsbuilderloader_impl.lo -lmcop 
 -lartsflow -ldl
  i686-pc-linux-gnu-g++: 
 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so:
  No such file or directory
  make[3]: *** [libartsbuilder.la] Error 1
  make[3]: Leaving directory
  
 `/var/tmp/portage/kdemultimedia-3.4.3/work/kdemultimedia-3.4.3
 /arts/runtime
 ' make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory
  `/var/tmp/portage/kdemultimedia-3.4.3/work/kdemultimedia-3.4.3/arts'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  `/var/tmp/portage/kdemultimedia-3.4.3/work/kdemultimedia-3.4.3'
  make: *** [all] Error 2
 
  !!! ERROR: kde-base/kdemultimedia-3.4.3 failed.
  !!! Function kde_src_compile, Line 224, Exitcode 2
  !!! died running emake, kde_src_compile:make
  ==
  revdep-rebuild won't fix it, neither will remerging 
 libstdc++.  Any ideas
  please?
  --
  Regards,
  Mick
 Hi,
 Run fix_libtool_files.sh script using your old GCC version 
 as an argument.
 Just run:#fix_libtool_files.sh to see all options.

Thank you!  I thought that this is only meant to be run when moving from
one major version to another, not between minor subversions.  It fixed a
load of links and everything worked fine from there.  :)
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] install windows after gentoo on two different physical drives

2006-03-03 Thread Michael Kintzios


 -Original Message-
 From: Daniel da Veiga [mailto:[EMAIL PROTECTED] 
 Sent: 03 March 2006 01:52
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] install windows after gentoo on 
 two different physical drives
 
 
 On 3/2/06, Marco Calviani [EMAIL PROTECTED] wrote:
  Hi list,
i have a machine with two SATA hard disk. I would like to know if
  there are some possibilties to install windows (XP in particular) on
  the second hard drive AFTER gentoo has been installed on the first
  one, and, if yes, how to perform this task.
 
 I would use the most secure option, fisically remove the Linux drive,
 install Windows, put the Linux drive back and edit grub/lilo.

That's probably the best/safest option.

 Windows has a history of fixing Linux partitions, destroying data
 and disabling boot from their unknown partition type.

It only overwrites the MBR with its own proprietary boot code.  I never
had M$Windoze interfering with Linux partitions, or partition boot
sectors.

I believe that the only way to install WinXP on any other than the first
partition of the first disk while using the WinXP Installation CD, is to
temporarily use the hide flag on the first disk/partitions.
Alternatively, create an iso image of a known good WinXP installation
and dump that on any drive/partition you like.  Then use the fixmbr
command from a WinXP installation CD to write the MSWindoze boot code in
the WinXP drive and perhaps fixboot to write a new partition boot sector
and chainload your new WinXP from your Grub/LiLo conf file.

Too much hassle if you ask me.  I would just do what Daniel recommends.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Reg Gentoo 2006.0 Installer not working

2006-03-03 Thread c.s.prakash
hello,i downloaded the gentoo 2006.0 for x86 and when i try to install thru both text axt and graphical installer it hangsie., it hangs when installing startsafter setting all the settings it asks for review and i started to install but the installer hangs ie it stays at 0% and nothing hangs
-- C.S.Prakash


[gentoo-user] System with 2 NICs and DHCP (pump)

2006-03-03 Thread Alexander Skwar
Hello!

I've got a system, which has 2 NICs. Both are configured with
DHCP (client: pump). We're using DDNS; ie. the DHCP server enters
the IP adress and hostname into DNS, so that lookups work.

Problem now is, that this machine has two NICs. Because of that,
it needs to enter *TWO* unique hostnames; one for eth0 and
one for eth1. In my /etc/conf.d/net, I've added:

modules=( pump )
config_eth0=( dhcp )

config_eth1=( dhcp )
pump_eth1=--hostname=dewugb01

When I run /etc/init.d/net.eth0 start  /etc/init.d/net.eth1 start
by hand, everything's working as I want it to.

But as soon as the leases have to be renewed, I've got a problem.
Meaning, that it'll try to register the hostname from eth0
for the IP of eth1 as well; IOW: it will not respect the
hostname that I specified.

I also see, that there's just ONE pump process running.

How do I do all of that correctly?

Thanks a lot,

Alexander Skwar
-- 
And now for something completely the same.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nfs sharing: same user name, but different user id.

2006-03-03 Thread Uwe Thiem
On 03 March 2006 10:35, Robert Persson wrote:
 I am trying to export nfs shares from the linux box to a mac and
 vice-versa. The trouble is that. although there are users on each box with
 the same name, they have different numeric user IDs. For instance user
 robert on the linux box has userid 1000 but on the mac robert has userid
 502. This means that users on one machine can't write to their home
 directories on the other machine.

 Is there any facility within nfs to map users to other userids (beyond that
 needed for root-squashing)?

idmapd

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Which profile for EM64T setup?

2006-03-03 Thread Francesco Talamona
On Friday 03 March 2006 05:13, Statux wrote:
 Aside from that, does anyone have any information/suggestions
 relating to the use of EM64T in the Gentoo environment or in general?

http://www.nabble.com/gentoo-on-xeon-with-64-bits-extention-t903643.html

HTH
Francesco
-- 
Linux Version 2.6.15-gentoo-r5, Compiled #3 PREEMPT Sat Feb 25 18:50:50 
CET 2006
One 2GHz AMD Athlon 64 Processor, 2GB RAM, 4014.52 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] radeon and framebuffer

2006-03-03 Thread Aggelos

Is it possible to have framebuffer on console with the ATI RV280
graphics card, while also getting 3D hardware acceleration when
switching to X?
I am asking this because according to
http://gentoo-wiki.com/HOWTO_ATI_Drivers
we must remove Support for framebuffer devices from the kernel.
Aggelos.



http://www.freemail.gr - δωρεάν υπηρεσία ηλεκτρονικού ταχυδρομείου.
http://www.freemail.gr - free email service for the Greek-speaking.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XFig Export

2006-03-03 Thread Justin Hart
You rock.

Justin

On 2/28/06, Hans-Werner Hilse [EMAIL PROTECTED] wrote:
 Hi,

 On Tue, 28 Feb 2006 00:25:25 -0500 Justin Hart [EMAIL PROTECTED]
 wrote:

  I'm using xfig for figures for a paper that I am writing.  When I hit
  the export menu option, it crashes.  Inconvenient, since I need to get
  this into a format acceptable to latex (is there a package for .fig
  files?)

 AFAIK, Xfig calls transfig for this. Maybe you could try to run it
 manually?

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




--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get notified of new mail in custom mail folders

2006-03-03 Thread Joe Martel

Hi Masood,

Are you filtering your mail into maildirs or mbox files?

e.g. a Maildir would look something like /home/masood/.maildir/[some 
more directories here]

whereas an mbox would be one file like /home/masood/.mail

Joe

Masood Ahmed wrote:


Hi,
I have a email system comprising of fetchmail, to fetchmail mail
from pop servers. Procmail, to filter the incoming mail and mutt to read
it.
Now what i want to know is, is there some way so that i can make
bash display You've a new mail everytime i log in? I dont store my email
in default place (/var/mail) but in my home directory. Kindly please help.

Thanks in advance,
Masood Ahmed
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XFig Export

2006-03-03 Thread Justin Hart
Nope. it works.

Justin

On 3/3/06, Justin Hart [EMAIL PROTECTED] wrote:
 Well, actually, there's a problem.  The tex file that is generated
 doesn't contain the image, just a couple lines of data.

 Justin

 On 3/3/06, Justin Hart [EMAIL PROTECTED] wrote:
  You rock.
 
  Justin
 
  On 2/28/06, Hans-Werner Hilse [EMAIL PROTECTED] wrote:
   Hi,
  
   On Tue, 28 Feb 2006 00:25:25 -0500 Justin Hart [EMAIL PROTECTED]
   wrote:
  
I'm using xfig for figures for a paper that I am writing.  When I hit
the export menu option, it crashes.  Inconvenient, since I need to get
this into a format acceptable to latex (is there a package for .fig
files?)
  
   AFAIK, Xfig calls transfig for this. Maybe you could try to run it
   manually?
  
   -hwh
   --
   gentoo-user@gentoo.org mailing list
  
  
 
 
  --
  Justin W. Hart
 


 --
 Justin W. Hart



--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XFig Export

2006-03-03 Thread Justin Hart
Well, actually, there's a problem.  The tex file that is generated
doesn't contain the image, just a couple lines of data.

Justin

On 3/3/06, Justin Hart [EMAIL PROTECTED] wrote:
 You rock.

 Justin

 On 2/28/06, Hans-Werner Hilse [EMAIL PROTECTED] wrote:
  Hi,
 
  On Tue, 28 Feb 2006 00:25:25 -0500 Justin Hart [EMAIL PROTECTED]
  wrote:
 
   I'm using xfig for figures for a paper that I am writing.  When I hit
   the export menu option, it crashes.  Inconvenient, since I need to get
   this into a format acceptable to latex (is there a package for .fig
   files?)
 
  AFAIK, Xfig calls transfig for this. Maybe you could try to run it
  manually?
 
  -hwh
  --
  gentoo-user@gentoo.org mailing list
 
 


 --
 Justin W. Hart



--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB, udev, and SCSI emulation

2006-03-03 Thread Wes Gray
On Fri, Mar 03, 2006 at 09:48:24AM +0100, Dirk Heinrichs wrote:
 What kind of camera is this? Some can be used via USB mass storage support, 
 other's can only be accessed via gphoto2.

It's a Canon A75.  Yeah, you're right, I don't think it is mass storage.
It had worked without me doing anything so I guess I just assumed it was
a mass storage device.  So my question now is, why did gphoto2 quit
detecting my camera.  Maybe it was the switch to udev?

Thanks for the info.

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



Re: [gentoo-user] How to get notified of new mail in custom mail folders

2006-03-03 Thread Wes Gray
On Fri, Mar 03, 2006 at 02:36:37PM +0530, Masood Ahmed wrote:
 Hi,
   I have a email system comprising of fetchmail, to fetchmail mail
 from pop servers. Procmail, to filter the incoming mail and mutt to read
 it.
   Now what i want to know is, is there some way so that i can make
 bash display You've a new mail everytime i log in? I dont store my email
 in default place (/var/mail) but in my home directory. Kindly please help.

You want to set MAILPATH in .bashrc. man bash and search for MAILPATH.

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



[gentoo-user] External Firewire Audio Card

2006-03-03 Thread Emanuele Morozzi
Hi everybody,

I've bought an external Edirol FA-66 FireWire for HD recording. That's
fantastic, but now I want to use it with Gentoo/Linux ...
Does anybody has advices about support?

Thanks


___ 
Yahoo! Messenger with Voice: chiama da PC a telefono a tariffe esclusive 
http://it.messenger.yahoo.com

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] External Firewire Audio Card

2006-03-03 Thread Christoph Eckert

 I've bought an external Edirol FA-66 FireWire for HD recording.
 That's fantastic, but now I want to use it with Gentoo/Linux ...
 Does anybody has advices about support?

freebob.sf.net


Best regards


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



Re: [gentoo-user] radeon and framebuffer

2006-03-03 Thread Holly Bostick
Aggelos schreef:
 Is it possible to have framebuffer on console with the ATI RV280 
 graphics card, while also getting 3D hardware acceleration when 
 switching to X? I am asking this because according to 
 http://gentoo-wiki.com/HOWTO_ATI_Drivers we must remove Support for
  framebuffer devices from the kernel. Aggelos.

Looks like you didn't read the entry thoroughly; this quote is below the
screenshot of the kernel config specifying no framebuffer support:

I have a Radeon 9500/9600 (not sure which) in a Dell Inspiron 8600 and
was able to compile support for the framebuffer devices. I used the
vesa-tng framebuffer device for getting  fbsplash to work. I am running
kernel 2.6.14-gentoo-r2. The program 'fglrxinfo' reports that I am
getting 3D hardware acceleration.

I myself have a 9800SE, and also use vesa-tng for fbsplash. Both
fbsplash/framebuffer and fglrx work fine; aside from the fb console
background, I can even play mplayer videos in the getty console, which
is also a framebuffer operation as far as I know. I have heard that
enabling the radeon framebuffer is a bad idea, though (it doesn't work
well with the fglrx drivers). But stick to vesa or vesa-tng, and you
should have no problems. I haven't, from 2.6.13 kernels up to my current
(2.6.15-r7), and with fglrx versions from 8.8.whatever to my current 8.22.5.

Hope this helps.
Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] test

2006-03-03 Thread Steven Gill
testing

Please ignore.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] test

2006-03-03 Thread Steven Gill
Still testing mail server due to no help from list :-(

On Fri, 2006-03-03 at 18:49 +, Steven Gill wrote:
 testing
 
 Please ignore.
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get notified of new mail in custom mail folders

2006-03-03 Thread Masood Ahmed
On 10:02 Fri 03 Mar, Wes Gray wrote:
 On Fri, Mar 03, 2006 at 02:36:37PM +0530, Masood Ahmed wrote:
  Hi,
  I have a email system comprising of fetchmail, to fetchmail mail
  from pop servers. Procmail, to filter the incoming mail and mutt to read
  it.
  Now what i want to know is, is there some way so that i can make
  bash display You've a new mail everytime i log in? I dont store my email
  in default place (/var/mail) but in my home directory. Kindly please help.
 
 You want to set MAILPATH in .bashrc. man bash and search for MAILPATH.

I set the MAILPATH in .bashrc as 
MAILPATH='~/Mail/Gentoo-User:~/Mail/Gentoo-Announce'
but still when i login no message notifying me of new mail is displayed. The 
list is long
so, some mbox's have not yet been created.. Does it has anything to do?

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



[gentoo-user] Gentoo on Mac Mini Intel

2006-03-03 Thread Christoph Eckert
Hi all,


I'm interested in buying an Intel Mac Mini.

Qestions:

* Will Gentoo run on it?

* If so: Which installer is the right one (sorry I'm not that familiar 
with processor hardware)?

* Can it dual boot with the installed Mac OS?


Thanks  best regards


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



[gentoo-user] Bugday reminder :-)

2006-03-03 Thread Bjarke Istrup Pedersen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey everybody :-)
It's time again to get some bug smashing done.
We hope to see you all in #gentoo-bugs tomorrow (saturday 2006/03/04).

Best Regards
Bjarke Istrup Pedersen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFECJccO+Ewtpi9rLERAuytAJ93igIY6aShwxkFfzcKoO2aZIk2fQCfVAxq
XmB6fRnJF9SqtQTyCe0b81k=
=k7l+
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] radeon and framebuffer

2006-03-03 Thread Aggelos

Holly Bostick wrote:

Aggelos schreef:

Is it possible to have framebuffer on console with the ATI RV280 
graphics card, while also getting 3D hardware acceleration when 
switching to X? I am asking this because according to 
http://gentoo-wiki.com/HOWTO_ATI_Drivers we must remove Support for

framebuffer devices from the kernel. Aggelos.



Looks like you didn't read the entry thoroughly; 


Yes. You're right.

this quote is below the

screenshot of the kernel config specifying no framebuffer support:

I have a Radeon 9500/9600 (not sure which) in a Dell Inspiron 8600 and
was able to compile support for the framebuffer devices. I used the
vesa-tng framebuffer device for getting  fbsplash to work. I am running
kernel 2.6.14-gentoo-r2. The program 'fglrxinfo' reports that I am
getting 3D hardware acceleration.

I myself have a 9800SE, and also use vesa-tng for fbsplash. Both
fbsplash/framebuffer and fglrx work fine; aside from the fb console
background, I can even play mplayer videos in the getty console, which
is also a framebuffer operation as far as I know. I have heard that
enabling the radeon framebuffer is a bad idea, though (it doesn't work
well with the fglrx drivers). But stick to vesa or vesa-tng, and you
should have no problems. I haven't, from 2.6.13 kernels up to my current
(2.6.15-r7), and with fglrx versions from 8.8.whatever to my current 8.22.5.


Did you compile vesa-tng as module or in the kernel (if it matters) ?

I use linux-2.6.15-reiser4-r1
(sys-kernel/gentoo-sources-2.6.15-r1
sys-kernel/reiser4-gentoo-sources-2.6.15-r1)

As far as I can see, I have to select
* Support for frame buffer devices
for VESA VGA graphics support to appear as an option.
If I choose M for Support for frame buffer devices, I don't have the 
VESA option available. Right?

Thanks.
Aggelos


http://www.freemail.gr - ��   ���http://www.freemail.gr - free email service for the Greek-speaking.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Reg Gentoo 2006.0 Installer not working

2006-03-03 Thread maxim wexler
been a while since I had to do this, but isn't there a
variety of options you can add to the command-line,
like noscsi or noprobe IIRC, a sort of safe mode then
look at dmesg(if it boots)to find the conflicts(if
any)

--- c.s.prakash [EMAIL PROTECTED] wrote:

 hello,
 
 i downloaded the gentoo 2006.0 for x86 and when i
 try to install thru both
 text axt and graphical installer it hangs
 
 ie., it hangs when installing starts
 
 after setting all the settings it asks for review
 and i started to install
 but the installer hangs ie it stays at 0% and
 nothing hangs
 
 
 
 --
 C.S.Prakash
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] glibc does not emerge

2006-03-03 Thread Cláudio Henrique
thanks for the response. I have taken out -fPIC and now it emerges.

On 3/3/06, Masood Ahmed [EMAIL PROTECTED] wrote:
 On 05:59 Fri 03 Mar, Cl?udio Henrique wrote:
  hi, there,
 
  I am trying to emerge -e system, but glibc does not want to emerge.
 
  here is the error output:
 
  (echo '#include sysdep-cancel.h'; \
   echo 'PSEUDO (__libc_pause, pause, 0)'; \
   echo ' ret'; \
   echo 'PSEUDO_END(__libc_pause)'; \
   echo 'libc_hidden_def (__libc_pause)'; \
   echo 'weak_alias (__libc_pause, pause)'; \
   echo 'libc_hidden_weak (pause)'; \
  ) | i686-pc-linux-gnu-gcc -c -I../include -I.
  -I/mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl/posix
  -I.. -I../libio -I../nptl
  -I/mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl
  -I../sysdeps/i386/elf -I../nptl/sysdeps/unix/sysv/linux/i386/i686
  -I../nptl/sysdeps/unix/sysv/linux/i386
  -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread
  -I../sysdeps/pthread -I../nptl/sysdeps/unix/sysv
  -I../nptl/sysdeps/unix -I../nptl/sysdeps/i386/i686
  -I../nptl/sysdeps/i386 -I../libidn/sysdeps/unix
  -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
  -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
  -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386
  -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix
  -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686
  -I../sysdeps/i386/i486 -I../nptl/sysdeps/i386/i486
  -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32
  -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
  -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754
  -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem
  /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/include -isystem /usr/include
  -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include ../include/libc-symbols.h
  -DASSEMBLER -DGAS_SYNTAX -Wa,--noexecstack -Wa,--noexecstack -x
  assembler-with-cpp -o
  /mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl/posix/pause.o
  -
  .././scripts/mkinstalldirs
  /mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl/posix
  (echo '#include sysdep-cancel.h'; \
   echo 'PSEUDO (__libc_nanosleep, nanosleep, 2)'; \
   echo ' ret'; \
   echo 'PSEUDO_END(__libc_nanosleep)'; \
   echo 'libc_hidden_def (__libc_nanosleep)'; \
   echo 'weak_alias (__libc_nanosleep, __nanosleep)'; \
   echo 'libc_hidden_weak (__nanosleep)'; \
   echo 'weak_alias (__libc_nanosleep, nanosleep)'; \
   echo 'libc_hidden_weak (nanosleep)'; \
  ) | i686-pc-linux-gnu-gcc -c -I../include -I.
  -I/mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl/posix
  -I.. -I../libio -I../nptl
  -I/mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl
  -I../sysdeps/i386/elf -I../nptl/sysdeps/unix/sysv/linux/i386/i686
  -I../nptl/sysdeps/unix/sysv/linux/i386
  -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread
  -I../sysdeps/pthread -I../nptl/sysdeps/unix/sysv
  -I../nptl/sysdeps/unix -I../nptl/sysdeps/i386/i686
  -I../nptl/sysdeps/i386 -I../libidn/sysdeps/unix
  -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
  -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
  -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386
  -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix
  -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686
  -I../sysdeps/i386/i486 -I../nptl/sysdeps/i386/i486
  -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32
  -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
  -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754
  -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem
  /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/include -isystem /usr/include
  -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include ../include/libc-symbols.h
  -DASSEMBLER -DGAS_SYNTAX -Wa,--noexecstack -Wa,--noexecstack -x
  assembler-with-cpp -o
  /mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl/posix/nanosleep.o
  -
  i686-pc-linux-gnu-gcc ../nptl/sysdeps/unix/sysv/linux/i386/fork.c -c
  -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings
  -fPIC -march=athlon-xp -mtune=athlon-xp -pipe
  -mpreferred-stack-boundary=2  -g0 -O99 -fomit-frame-pointer
  -D__USE_STRING_INLINES -D_IO_MTSAFE_IO   -I../include -I.
  -I/mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl/posix
  -I.. -I../libio -I../nptl
  -I/mnt/hda/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-nptl
  -I../sysdeps/i386/elf -I../nptl/sysdeps/unix/sysv/linux/i386/i686
  -I../nptl/sysdeps/unix/sysv/linux/i386
  -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread
  -I../sysdeps/pthread -I../nptl/sysdeps/unix/sysv
  -I../nptl/sysdeps/unix -I../nptl/sysdeps/i386/i686
  -I../nptl/sysdeps/i386 -I../libidn/sysdeps/unix
  -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
  -I../sysdeps/gnu 

Re: [gentoo-user] Which profile for EM64T setup?

2006-03-03 Thread Boyd Stephen Smith Jr.
On Thursday 02 March 2006 22:13, Statux [EMAIL PROTECTED] wrote about 
'[gentoo-user] Which profile for EM64T setup?':
 I currently have a generic i686 setup on my P4 with HT and EM64T. I've
 come to realize that I could be doing better so I've started considering
 switching over to use EM64T (nocona). I figure that I'll be switching my
 CHOST to x86_64-pc-linux-gnu and my march variable in CFLAGS to nocona
 (from the i686 it's set to now), rebootstrap and then do a full
 system/world rebuild but I haven't been able to find any documentation
 regarding which profile I should be using.

While you are going to have to take special care while changing from one 
CHOST to another, I just checked on gentoo-amd64 and (1) all current 
x86_64 processors are supported as of the 2006.0 amd64 profile (2) we've 
got a least two users that have been running amd64 profiles on em64t chips 
for a while and (3) the profile and arch will remain amd64, at least for 
now, since it's a PITA to change it and it has  0 ROI.

As for which 2006.0 profile to use, I recommend for the base (multilib) and 
against no-multilib, but have not tried no-symlink.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] opengl (?) weirdness in wine

2006-03-03 Thread Robert Persson
On Thursday 02 March 2006 04:58 Holly Bostick was like:
 I am (at this very moment, actually) upgrading to Xorg 7.0, after which
 I'm going to enable the r300 drivers (I have a 9800SE), and if those
 don't help, I'm going to see if the fglrx drivers work better under 7.0
 than under 6.8.2.

I have just upgraded to X.org 7.0 and there is still a problem (using fglrx) 
with black rectangles, although not as bad. However the slow typing problem 
has become much less severe, which means (Hooray!) that Scribe under wine is 
now usable.

While I was waiting to get the new xorg version running I tried to run the 
program remotely using Apple X11 (Panther version) on a clapped out 
Wallstreet II Powerbook. It was hard to see exactly what was going on with 
speed because of an unrelated problem to do with fonts, but it certainly 
looked like the boxes were getting drawn very slowly indeed. As Apple X11 is 
based on an earlier version of XFree86, this suggests that the slow screen 
rendering problem was with the version of XFree/X.org used, rather than with 
fglrx as such.

Any many thanks, Holly, for showing me the way.

Robert
-- 
Robert Persson

Conspiracy Bears:
Once upon a time there were lots of conspiracy bears...

-- 
gentoo-user@gentoo.org mailing list