Re: Problem with env variables

2008-01-07 Thread Alberto Hernando
El Lunes, 7 de Enero de 2008 15:02, Nicolas FRANCOIS escribió: > The problem is, this "su -" don't pass env variables set by the normal > user. Hi. If I'm not wrong, the "-" in "su -" mean to start a completely new session, like a new login. What you need is just "su". It changes the user but ke

Re: Mesa error

2008-01-07 Thread Dan Nicholson
On Jan 7, 2008 1:45 PM, zux <[EMAIL PROTECTED]> wrote: > > ok MesaLib now compiled with no problems, but xorg-server still fails on > the configure script: > > Creating destination directories for mesa module ... > >error: Source directory /sources/Mesa-6.5.3/src/mesa/array_cache does > > no

Re: Mesa error

2008-01-07 Thread zux
Dan Nicholson wrote: > On Jan 7, 2008 12:34 PM, zux <[EMAIL PROTECTED]> wrote: >>> You need to use Mesa-6.5.2 (or 6.5.3) where this is fixed. >>> >>> -- >>> Dan >> >> hmm, a litle different with 6.5.3: >> >> In file included from nouveau_bufferobj.c:6: >> nouveau_context.h:34:25: error: nouveau_d

Re: Problem with env variables

2008-01-07 Thread Nicolas FRANCOIS
Le Mon, 7 Jan 2008 16:25:00 +0100 Andreas Leuner <[EMAIL PROTECTED]> a écrit : > > What can I do to solve this ? It's quite annoying :-( > Use 'sux'. That's a shell script acting as a wrapper around su. > Homepage: http://sourceforge.net/projects/sux/ Thanks Andreas. I'll try it ASAP. -- Nico

Re: Mesa error

2008-01-07 Thread Dan Nicholson
On Jan 7, 2008 12:34 PM, zux <[EMAIL PROTECTED]> wrote: > > You need to use Mesa-6.5.2 (or 6.5.3) where this is fixed. > > > > -- > > Dan > > > hmm, a litle different with 6.5.3: > > In file included from nouveau_bufferobj.c:6: > nouveau_context.h:34:25: error: nouveau_drm.h: No such file or direct

Re: Mesa error

2008-01-07 Thread zux
> You need to use Mesa-6.5.2 (or 6.5.3) where this is fixed. > > -- > Dan hmm, a litle different with 6.5.3: In file included from nouveau_bufferobj.c:6: nouveau_context.h:34:25: error: nouveau_drm.h: No such file or directory In file included from nouveau_bufferobj.c:6: nouveau_context.h:168:

Re: Mesa error

2008-01-07 Thread Dan Nicholson
On Jan 7, 2008 11:01 AM, zux <[EMAIL PROTECTED]> wrote: > Hi > I think something happened to my previous mail :) > i get this error after make (make OPT_FLAGS="-O2 -fno-strict-aliasing" > linux-dri-x86): > > > mach64_ioctl.c: In function 'mach64FireBlitLocked': > > mach64_ioctl.c:190: error: 'drm_m

Mesa error

2008-01-07 Thread zux
Hi I think something happened to my previous mail :) i get this error after make (make OPT_FLAGS="-O2 -fno-strict-aliasing" linux-dri-x86): > mach64_ioctl.c: In function 'mach64FireBlitLocked': > mach64_ioctl.c:190: error: 'drm_mach64_blit_t' has no member named 'idx' > make[6]: *** [mach64_ioctl

re: iptables compile error

2008-01-07 Thread S. Martinez
Try `make KERNEL_DIR=.' to use the headers shipped in the tarball. I used that last time I built iptables and it seemed to come out correctly. Thank you for the pointer Dan. I tried it and still came up with the same problem. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Re: Problem with env variables

2008-01-07 Thread Andreas Leuner
Am Montag 07 Januar 2008 15:02:34 schrieb Nicolas FRANCOIS: > Hi. Hello, > > I'm having some difficulties with env variables. I got the /etc/profile > and all stuff OK. I noticed a while ago that if I wanted a su session to > read those files, I had to do a "su -". So far, so good. > > The problem

Re: iptables compile error

2008-01-07 Thread Dan Nicholson
On Jan 7, 2008 4:09 AM, S. Martinez <[EMAIL PROTECTED]> wrote: > I am having problems compiling iptables. > > First of all, I am using a new install of LFS 6.3 via the Live CD. I am > working on two different computers and having the same issue on both. I > did do the automated jhalfs build on bo

Problem with env variables

2008-01-07 Thread Nicolas FRANCOIS
Hi. I'm having some difficulties with env variables. I got the /etc/profile and all stuff OK. I noticed a while ago that if I wanted a su session to read those files, I had to do a "su -". So far, so good. The problem is, this "su -" don't pass env variables set by the normal user. I think in par

iptables compile error

2008-01-07 Thread S. Martinez
I am having problems compiling iptables. First of all, I am using a new install of LFS 6.3 via the Live CD. I am working on two different computers and having the same issue on both. I did do the automated jhalfs build on both (for LFS), and have tried to retrace to see if there might be an i