[gentoo-user] kdebase 3.2 compile error: syntax error autom4te

2004-02-05 Thread Gerald Preissler
Hi there, did anyone else encounter this problem: While emerging kdebase-3.2.0.ebuild, I get the following errors: during config, there is an error message : --8<--cut checking linux/raw.h usability... no checking linux/raw.h presence... yes configure: WARNING: linux/raw.h: present but cannot be

Re: [gentoo-user] g77 and g++ compilers

2004-02-05 Thread Stroller
On Feb 5, 2004, at 6:30 am, Valmor de Almeida wrote: Is there a reason for g77 be installed in /usr/i686-pc-linux-gnu/gcc-bin/3.2/g77 and not in say /usr/bin/g77 ? I'm not sure if this is the only reason, but I think labelling the compiler & toolchain with the architecture-&-system-version allows

Re: [gentoo-user] log events

2004-02-05 Thread Daniel Drake
Hi, Mauro Arnoldi wrote: Feb 5 14:21:58 [CRON] (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )_ Feb 5 14:21:58 [CRON] (root) CMD (root^Itest -x /usr/sbin/run-crons && /usr/sbin/run-crons )_ This is your cron daemon executing some cron tasks. You might want to look at the "cr

Re: [gentoo-user] log events

2004-02-05 Thread Matthias F. Brandstetter
-- quoting Mauro Arnoldi -- > Feb 5 14:21:58 [CRON] (root) CMD (test -x /usr/sbin/run-crons > && /usr/sbin/run-crons )_ > > Feb 5 14:21:58 [CRON] (root) CMD (root^Itest -x /usr/sbin/run-crons > && /usr/sbin/run-crons )_ This CRON entries are from your cron daemon. Look into /etc/

Re: [gentoo-user] ~x86 emerge: broke emerge

2004-02-05 Thread Christoph Gysin
Kurt Guenther wrote: tumbleweed root # emerge /usr/bin/python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory tumbleweed root # I just emerged gcc-3.3.2-r6 and got the same error. Is there a way to fix emerge? run ldconfig bye, chr

[gentoo-user] log events

2004-02-05 Thread Mauro Arnoldi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi to all the mailing list! I usually watch the log files in /var/log/everything, and often these events are logged. Do you know what is it? Or how I can know more about it? Feb 5 14:21:58 [CRON] (root) CMD (test -x /usr/sbin/run-crons && /usr/sbi

Re: [gentoo-user] Alsa ; System beep

2004-02-05 Thread Daniel Drake
Hi, Ralph Slooten wrote: 1) Problem: I have no terminal bell (system beep) which on the one hand is annoying, yet sometimes handy (ifplugd and my network as an example). Is this a kernel option that you know of, or ...? Any ideas here? You might want to read through this: http://www.codemonkey.or

Re: [gentoo-user] xine-lib twice...

2004-02-05 Thread Mark Knecht
On Thu, 2004-02-05 at 00:47, Michael Schreckenbauer wrote: > > Wizard root # ACCEPT_KEYWORDS="~x86" emerge -p xine-lib xine-dvdnav > > xine-ui > > > > These are the packages that I would merge, in order: > > > > Calculating dependencies ...done! > > [ebuild R ] media-libs/xine-lib-1_rc3-r1 > >

Re: Re: [gentoo-user] Problems emerging

2004-02-05 Thread brettholcomb
It could be a motherboard proplem. I had an Asus motherboard that segfaulted with more than 512 meg of memory when compiling Gentoo. I tried memcheck - found nothing. Since it was under warranty I sent it back, got a new one and everything works now. > > From: Dave <[EMAIL PROTECTED]> > Date:

Re: [gentoo-user] DVD burner and Linux

2004-02-05 Thread brettholcomb
Good questions Andrew. I want to see the answers, too. I have done some research and found I'm stuck with one that burns DVD RAM only - basically useless. It appears we want R+ and R- and DVD -/+ (if I remember correctly). Some handle video DVDs and can be played on a video DVD player, others

[gentoo-user] Problems with emerging kdebase 3.2

2004-02-05 Thread humbaba
Hi When i am trying to emerge kde 3.2.0 I get the following messege everytime: Calculating dependencies ...done! >>> emerge (1 of 17) kde-base/kdebase-3.2.0 to / >>> md5 src_uri ;-) kdebase-3.2.0.tar.bz2 >>> Unpacking source... >>> Unpacking kdebase-3.2.0.tar.bz2 to /var/tmp/portage/kdebase-3.2.0/

Re: [gentoo-user] g77 and g++ compilers

2004-02-05 Thread Arne Vogel
Valmor de Almeida wrote: Is there a reason for g77 be installed in /usr/i686-pc-linux-gnu/gcc-bin/3.2/g77 and not in say /usr/bin/g77 ? Also why g++ in /usr/bin/g++ is different from /usr/i686-pc-linux-gnu/gcc-bin/3.2/g++ ? I wonder whether this is particular for my installat

[gentoo-user] ps2 mouse

2004-02-05 Thread Koala Gnu
Hi all, I compiled 2.6.1 kernel on my gentoo distr and the behavior of my PS/2 mouse is changed. It seems to be too sensitive and then unusable. This will happen both in text mode (using gpm) and X. The mouse works fine in 2.4. I read from the linux mail list archive that this is not a new probl

Re: [gentoo-user] su problem

2004-02-05 Thread mathieu perrenoud
Le Jeudi, 5 Février 2004 13.27, fisch a écrit : > I have a problem with su, wich I can't understand. > in /home/myself/.profile I defined TEST001=/tmp > as root I do (1st case): > su - myself > echo $TEST001 > OUTPUT: /tmp > as root I do (2nd case): > su - myself -c "echo $TEST001" > OUTPUT: (e

[gentoo-user] Alsa ; System beep

2004-02-05 Thread Ralph Slooten
Hiya all, I have 2 general questions regarding my Gentoo install on my laptop. I have had Gentoo up and running for about 10 months now and it works great. Last night I decided to upgrade from 2.4.22 (self-build) to 2.6.2 (also self-build, thus not from the Gentoo emerge system). Anyway, it's wo

[gentoo-user] su problem

2004-02-05 Thread fisch
hi, I have a problem with su, wich I can't understand. in /home/myself/.profile I defined TEST001=/tmp as root I do (1st case): su - myself echo $TEST001 OUTPUT: /tmp as root I do (2nd case): su - myself -c "echo $TEST001" OUTPUT: (empty) where is the difference? bye fisch -- fisch <[EMAIL PR

Re: [gentoo-user] gentoo-sources-2.4.22-r5 BIG PROBLEMS

2004-02-05 Thread _JusSx_
On Wed, Feb 04, 2004 at 02:33:14PM +0100, Arne Vogel wrote: > _JusSx_ wrote: > > >Hi, > >i have installed gentoo-sources-2.4.22-r5 and i got a big > >problem. Everytime i shutdown my system my kernel start the process, so > >i can see from console, but my comp will never poweoff > > > >Thanx in ad

Re: [gentoo-user] cups & epson c60 problem RESOLVED

2004-02-05 Thread Dave
Dave wrote: Hi, The gentoo adventure continues. Got xsane working, nvidia working, KDE & Gnome are up but got problems with cups/foomatic. My Epson stylus C60 workes fine on Debian so I know its a software problem. I followed the "Gentoo printing guide" loaded the modules parport, parport_pc (

Re: [gentoo-user] baselayout merge failed?

2004-02-05 Thread Heinrich Rebehn
Steven Elling wrote: On Thursday 18 September 2003 10:25, Andreas Vinsander wrote: Hi! When mergeing baselayout I got the following problem: The ebuild tries to copy a '.keep' file to my /home filesys. The thing is that I automount each user directory (/home/) from my server, which means that /h

Re: [gentoo-user] Problems with first boot

2004-02-05 Thread Jose González Gómez
In my case I have done an install from stage1, with a reiserfs root partition, and I have compiled the kernel using genkernel, instead of manually compiling the kernel. I have changed some options in the kernel using genkernel --menuconfig, but nothing related to the file system options, jus

Re: [gentoo-user] Problems emerging

2004-02-05 Thread Arne Vogel
Dave wrote: Dave wrote: Dennis Freise wrote: On Mon, 02 Feb 2004 17:49:29 + Dave <[EMAIL PROTECTED]> wrote: As belt and braces I upped my CPU fan speed and started compiling. 1 Hour later - compiler crash "recursive error". I looked at http://www.freehackers.org/gentoo/gccflags/flag_

Re: [gentoo-user] 2.6 - Badness in interruptible_sleep_on at kernel

2004-02-05 Thread Guy Van Sanden
I do use nvidia, however they where not yet installed during my test run, so that can't be it... I have XFS compiled in, but I'm not using it, I use reiser only... On Wed, 2004-02-04 at 18:31, Ciaran McCreesh wrote: > On Wed, 04 Feb 2004 18:13:46 +0100 Guy Van Sanden <[EMAIL PROTECTED]> > wrote:

Re: [gentoo-user] bios time - clock drift

2004-02-05 Thread William Kenworthy
There was run of this many months ago. In some cases, ntpd cannot easily keep up the machine loses time so fast. Certain applications make it far worse - in my case it was a known problem with the gnome2 battery stat applet (for laptops) hogging cpu time when it checked the battery status. Some

[gentoo-user] build failure: gnuplot / png

2004-02-05 Thread Johannes Brügmann
Hello all, building gnuplot I get the following error message: gcc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -O3 -march=athlon -fomit-frame-pointer -funroll-loops -pipe -I./term -I./term -c term.c gcc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -O3 -march=athlon -fomit

Re: [gentoo-user] DVD burner and Linux

2004-02-05 Thread Gregory P. Smith
On Wed, Feb 04, 2004 at 09:49:14PM -0600, Andrew Gaffney wrote: > I'm thinking of buying a DVD burner (for data backup, of course). I'm > looking for one that is compatible with Linux, although, I assume they are > just like CD-RW drives in that respect. > > I'm confused about which one of the u

Re: [gentoo-user] xine-lib twice...

2004-02-05 Thread Michael Schreckenbauer
Hi Mark, Am Donnerstag, 5. Februar 2004 03:11 schrieb Mark Knecht: > Hi, >Does the following indicate a problem, possibly with the xine-dvdnav > ebuild? I'm not clear how I can have two libraries with the same name > and different revisions installed. (xine-lib) Why, if I already have > 1_rc3-

[gentoo-user] Switching sysloggers, metalog and syslog-ng broken

2004-02-05 Thread Calyth
During install, somehow I didn't get to install the syslog that I wanted (there was some problem), so I emerged msyslog. I'm not familiar with it, and I wish to change it, but when I emerge syslog-ng, it goes: Calculating dependencies ...done! >>> emerge (1 of 1) app-admin/syslog-ng-1.6.0_rc3-r1

[gentoo-user] Kernel Panic-Init trying to kill itself

2004-02-05 Thread Kent Jantz
Right now I'm using linux-2.6.2-rc2-mm1 and genkernel 1.8. I also read the other posts on the forum, mailing list, and Google but none seemed to help. Well I'm getting this on bootup: Freeing unused kernel memory: 148k freed Initial RAMDISK Loading Starting... Beginning storage detection ---

Re: [gentoo-user] Compile Failure kdegames-3.2.0

2004-02-05 Thread Dennis Robertson
On Thu, 5 Feb 2004 10:55 am, Neil Bothwick wrote: > On Thursday 05 Feb 2004 00:18, Dennis Robertson wrote: > > I got to the second last package installing kde-3.2.0 and got the > > following error. There is nothing on bugzilla yet. > > There is: http://bugs.gentoo.org/attachment.cgi?id=24960&action

Re: [gentoo-user] DVD burner and Linux

2004-02-05 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 February 2004 05:49, Andrew Gaffney wrote: > I'm thinking of buying a DVD burner (for data backup, of course). I'm > looking for one that is compatible with Linux, although, I assume they are > just like CD-RW drives in that respect. > >

Re: [gentoo-user] Problems emerging

2004-02-05 Thread Dave
Dave wrote: Dennis Freise wrote: On Mon, 02 Feb 2004 17:49:29 + Dave <[EMAIL PROTECTED]> wrote: As belt and braces I upped my CPU fan speed and started compiling. 1 Hour later - compiler crash "recursive error". I looked at http://www.freehackers.org/gentoo/gccflags/flag_gcc3.html And

<    1   2