[gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-24 Thread Mick
Any ideas at all, please? On Wednesday 23 August 2006 22:11, Mick wrote: Hi All, I can't emerge either of these packages. I have remerged gcc to no avail. How do I troubleshoot this? These are the error messages for klibc: = KLIBCAS

Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-24 Thread Donnie Berkholz
Mick wrote: Any ideas at all, please? Tried bugs.gentoo.org? If you don't find it there yet, file a new bug. Thanks, Donnie signature.asc Description: OpenPGP digital signature

Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-24 Thread Richard Fish
On 8/23/06, Mick [EMAIL PROTECTED] wrote: Any ideas at all, please? I'm pretty sure both of these require configured kernel sources. They should have checks for this, but I guess those checks could be confused. Does /usr/src/linux point to a configured kernel? Are you using the symlink use

Re: [gentoo-user] How to properly change CFLAGS ?

2006-08-24 Thread Alan Mckinnon
On Wed, 2006-08-23 at 12:40 -0700, Richard Fish wrote: On 8/23/06, Alan Mckinnon [EMAIL PROTECTED] wrote: Can you be absolutely certain I'm wrong? Can you absolutely guarantee that a recompile with a different config MUST be treated differently to an upgrade? We are still talking about

Re: [gentoo-user] How to properly change CFLAGS ?

2006-08-24 Thread Alan Mckinnon
On Wed, 2006-08-23 at 12:06 -0700, Richard Fish wrote: More seriously, there is some really _stupid_ information about upgrading gcc on the gentoo-wiki and forums that seems to crop up here every few months, and it makes me really, really angry. Stupid crap like needing to emerge -e system ;

Re: [gentoo-user] Ethereal on the LiveCD but not in portage?

2006-08-24 Thread Arnau Bria
On Wed, 23 Aug 2006 11:03:56 -0700 Richard Fish wrote: Hi Richard, You probably need to add the gtk useflag. echo net-analyzer-wireshark gtk /etc/portage/package.use. Otherwise you just get the console version, tshark. Thanks for your reply, I have my wireshark running now... just one more

Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-24 Thread Mick
On Thursday 24 August 2006 07:24, Richard Fish wrote: I'm pretty sure both of these require configured kernel sources. They should have checks for this, but I guess those checks could be confused. Does /usr/src/linux point to a configured kernel? Are you using the symlink use flag? (which

[gentoo-user] Re: Little OT: Real transparency of terminal windows ?

2006-08-24 Thread Marco Costa
http://gentoo-wiki.com/TIP_Xorg_X11_and_Transparency http://gentoo-wiki.com/HOWTO_XGL Regards, Marco signature.asc Description: OpenPGP digital signature

Re: [gentoo-user] Ethereal on the LiveCD but not in portage?

2006-08-24 Thread Alan Mckinnon
On Thu, 2006-08-24 at 10:10 +0200, Arnau Bria wrote: Thanks for your reply, I have my wireshark running now... just one more question, how do you know what feature provides each use in a package? I mean, how did you know wireshark needed gtk, but talking in general... It's quite easy, but

Re: [gentoo-user] Ethereal on the LiveCD but not in portage?

2006-08-24 Thread Arnau Bria
On Thu, 24 Aug 2006 11:18:47 +0200 Alan Mckinnon wrote: It's quite easy, but sometimes involves some detective work: [...] Thanks for your explanation! -- Arnau Bria http://blog.emergetux.net Wiggum: Dispara a las ruedas Lou. Lou: eee, es un tanque jefe. Wiggum: Me tienes hartito con todas

Re: [gentoo-user] Ethereal on the LiveCD but not in portage?

2006-08-24 Thread Richard Fish
On 8/24/06, Arnau Bria [EMAIL PROTECTED] wrote: just one more question, how do you know what feature provides each use in a package? I mean, how did you know wireshark needed gtk, but talking in general... Well, in generalexperience. And experimentation. And emerge -pv cat-egory/package.

Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-24 Thread Richard Fish
On 8/24/06, Mick [EMAIL PROTECTED] wrote: I am not using the symlink flag and just to make sure I removed the /usr/src/linux symlink and relinked it to the latest stable kernel sources. The only thing I can think of is that I used make oldconfig, when I compiled a kernel with those sources -

RE: [gentoo-user] Re: Gentoo on a PDA (mda III or xda III)

2006-08-24 Thread JC Denton
Yes. But what is the point?[EMAIL PROTECTED] schrieb: On Mon, 21 Aug 2006, JC Denton wrote: From: JC Denton <[EMAIL PROTECTED]> Subject: Gentoo on a PDA (mda III or xda III) Newsgroups: gmane.linux.gentoo.user Hi Group! I was looking for a project that installs Gentoo on a PDA (MDA III or XDA

[gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Philipp Tölke
Hi everybody, I tried to do an update of portage on Monday, but it failed with the following error: -- Compiling source in /var/tmp/portage/portage-2.1-r2/work/portage-2.1-r2 ... /zeug/portage/sys-apps/portage/portage-2.1-r2.ebuild: line 63: tc-getCC: command not found

AW: [gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Noack, Sebastian
Hi, tc-getCC is no binary. It is a function of the eclass toolchain, to determine the path to the corresponding C-Compilier. You should make sure that the corresponding ebuild contains the line inherit toolchain-funcs in the beginning. But however it seems to be a bug in the specified ebuild.

[gentoo-user] Is there a way to debug /sbin/init process?

2006-08-24 Thread fei huang
I'm running a user mode linux on my Gentoo box, and trying to debug the /sbin/init process, but seems no way to emerge the sysvinit with debug flag on, perhaps not all packages support the use flag.. lots of articles around there talking about debugging kernel, uh,, not for init... can I just

Re: AW: [gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Philipp Tölke
Hello, Noack, Sebastian [EMAIL PROTECTED] wrote: tc-getCC is no binary. It is a function of the eclass toolchain, to determine the path to the corresponding C-Compilier. You should make sure that the corresponding ebuild contains the line inherit toolchain-funcs in the beginning. But however

AW: AW: [gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Noack, Sebastian
Hi, well it seems indeed to be a problem only on your machine. Because of I have also updated to sys-apps/portage-2.1-r2 succesfully, now. Maybe you should try to download first a new portage snapshot, remove the entire directory /usr/portage from your system untar the snapshot to /usr and run

[gentoo-user] .bashrc not getting sourced at login

2006-08-24 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm having an issue with root's .bashrc not getting sourced at login. I was under the impression that .bashrc setting overrode those of /etc/bashrc. Is this not the case? Any idea why this isn't happening? TIA - -- gentux echo

[gentoo-user] Can't play games

2006-08-24 Thread sdoma
Hi again, I've added some games to my system anr ran ``gpasswd -a frank games''. I get Permission denied even for ``ls /usr/games''. Well trying to start some game I get the same. Can anyone tell em what I'm missing? Thanks Frank -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Can't play games

2006-08-24 Thread Boris Fersing
2006/8/24, sdoma [EMAIL PROTECTED]: Hi again, I've added some games to my system anr ran ``gpasswd -a frank games''. I get Permission denied even for ``ls /usr/games''. Well trying to start some game I get the same. Can anyone tell em what I'm missing? Hi, did you logout and log in after

[gentoo-user] dispatch-conf auto merging does not work

2006-08-24 Thread Trenton Adams
Hi guys, Has anyone else noticed that dispatch-conf does not auto-merge properly all the time? I get files in /etc/init.d/* for instance that do not auto-merge. There's no way I modified any of the files in there. I checked bugzilla and haven't seen this reported before. --

Re: [gentoo-user] Can't play games

2006-08-24 Thread brettholcomb
Is your user a member or the games group? From: sdoma [EMAIL PROTECTED] Date: 2006/08/24 Thu PM 12:48:02 EDT To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Can't play games Hi again, I've added some games to my system anr ran ``gpasswd -a frank games''. I get Permission

Re: [gentoo-user] .bashrc not getting sourced at login

2006-08-24 Thread Etaoin Shrdlu
On Thursday 24 August 2006 19:04, Neil Bothwick wrote: On Thu, 24 Aug 2006 09:44:28 -0700, gentuxx wrote: I'm having an issue with root's .bashrc not getting sourced at login. From man bash: When an interactive shell that is not a login shell is started, bash reads and executes commands

Re: [gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Bo Ørsted Andresen
On Thursday 24 August 2006 15:49, Philipp Tölke wrote: /var/tmp/portage/portage-2.1-r2/work/portage-2.1-r2 ... /zeug/portage/sys-apps/portage/portage-2.1-r2.ebuild: line 63: tc-getCC: command not found /zeug/portage/sys-apps/portage/portage-2.1-r2.ebuild: line 63: -march=athlon64: command not

Re: [gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Richard Fish
On 8/24/06, Philipp Tölke [EMAIL PROTECTED] wrote: /zeug/portage/sys-apps/portage/portage-2.1-r2.ebuild: line 63: tc-getCC: command not found Do you have a toolchain-funcs.eclass in an overlay? This is the only case I can think of that this would occur. -Richard -- gentoo-user@gentoo.org

Re: [gentoo-user] emerge fails with tc-getCC: command not found

2006-08-24 Thread Philipp Tölke
Richard Fish [EMAIL PROTECTED] schrieb: On 8/24/06, Philipp Tölke [EMAIL PROTECTED] wrote: /zeug/portage/sys-apps/portage/portage-2.1-r2.ebuild: line 63: tc-getCC: command not found Do you have a toolchain-funcs.eclass in an overlay? This is the only case I can think of that this would

[gentoo-user] Console Terminal Gentoo

2006-08-24 Thread Rafael Fernández López
Hi, I've installed Gentoo in another computer, but this time is just for programming, emacs (maravellous !!), gcc, gdb, valgrind... you know. I've no X.org and no graphical support. For that reason I'd like to know how to make *ALL* terminals console terminals, because at this time they end at

Re: [gentoo-user] Console Terminal Gentoo

2006-08-24 Thread Etaoin Shrdlu
On Thursday 24 August 2006 20:37, Rafael Fernández López wrote: For that reason I'd like to know how to make *ALL* terminals console terminals, because at this time they end at Ctrl + Alt + F6, and Ctrl + Alt + F7 has no login petition. I've googled and had no results. I know that something

Re: [gentoo-user] Console Terminal Gentoo

2006-08-24 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rafael Fernández López wrote: Hi, hiya I've installed Gentoo in another computer, but this time is just for programming, emacs (maravellous !!), gcc, gdb, valgrind... you know. cool :D I've no X.org and no graphical support. I found it really

Re: [gentoo-user] Console Terminal Gentoo

2006-08-24 Thread Willie Wong
On Thu, Aug 24, 2006 at 08:37:52PM +0200, Penguin Lover Rafael Fern?ndez L?pez squawked: For that reason I'd like to know how to make *ALL* terminals console terminals, because at this time they end at Ctrl + Alt + F6, and Ctrl + Alt + F7 has no login petition.

[gentoo-user] problem with upgrading Xorg from 6.8.2 up to 7.0

2006-08-24 Thread Dmitry
Hi, I'm trying to upgrde Xorg from 6.8.2 up to 7.0 following this instruction http://gentoo-wiki.com/HOWTO_Modular_Xorg I unemerged Xoorg 6.8.2 and now trying to emerge 7.0. emerge told me there are about 180 dependes must be installed, it installed about 40 of them and has failed at cairo

Re: [gentoo-user] dispatch-conf auto merging does not work

2006-08-24 Thread Robert Welz
Trenton Adams wrote: Hi guys, Has anyone else noticed that dispatch-conf does not auto-merge properly all the time? I get files in /etc/init.d/* for instance that do not auto-merge. There's no way I modified any of the files in there. Which files, please? I haven't noticed that yet, but one

Re: [gentoo-user] Console Terminal Gentoo

2006-08-24 Thread Nick Rout
On Thu, 24 Aug 2006 20:37:52 +0200 (CEST) Rafael Fernández López wrote: Hi, I've installed Gentoo in another computer, but this time is just for programming, emacs (maravellous !!), gcc, gdb, valgrind... you know. I've no X.org and no graphical support. For that reason I'd like to

Re: [gentoo-user] Re: Neither klibc nor splashutils will emerge

2006-08-24 Thread Mick
On Thursday 24 August 2006 10:38, Richard Fish wrote: On 8/24/06, Mick [EMAIL PROTECTED] wrote: I am not using the symlink flag and just to make sure I removed the /usr/src/linux symlink and relinked it to the latest stable kernel sources. The only thing I can think of is that I used make

Re: [gentoo-user] problem with upgrading Xorg from 6.8.2 up to 7.0

2006-08-24 Thread Richard Fish
On 8/24/06, Dmitry [EMAIL PROTECTED] wrote: checking for X... no checking for cairo's Xlib backend... checking whether cairo's Xlib backend could be enabled... no (requires Xlib) [snip] does anybody know how to fix that ? Probably a circular dependancy somewhere. Can you post the output

Re: [gentoo-user] [OT] initng or runit?

2006-08-24 Thread Jerry McBride
On Wednesday 23 August 2006 21:28, Daniel Iliev wrote: I appreciate this info about fcache. Now I have a good idea of what I have to expect. It's the reason for this mailling list. Enjoy. I've got some unpartitioned space and nothing prevents me to do some tests. The only question that I

Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-24 Thread Grant
Would it be OK to remove the following aliases since I never use them: # Well-known aliases -- these should be filled in! root: grant operator: grant # Standard RFC2142 aliases abuse: grant ftp:grant hostmaster: grant news:

Re: [gentoo-user] How to properly change CFLAGS ?

2006-08-24 Thread Michael Hennebry
On Wed, 23 Aug 2006, Richard Fish wrote: What would break with -Os that wouldn't break with -O2? I was under the impression that both flags only allowed changes that didn't affect the output. No, the output *is* allowed to change based on -Os, -O2, or -O3. This is the entire point of

Re: [gentoo-user] Greylisting vs. reject_rbl_client

2006-08-24 Thread kashani
Grant wrote: Do you think this postfix anti-spam configuration is OK: smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks, reject_non_fqdn_hostname, reject_invalid_hostname, permit I'd be careful with non_fqdn_hostname

Re: [gentoo-user] problem with upgrading Xorg from 6.8.2 up to 7.0

2006-08-24 Thread Dale
Richard Fish wrote: On 8/24/06, Dmitry [EMAIL PROTECTED] wrote: checking for X... no checking for cairo's Xlib backend... checking whether cairo's Xlib backend could be enabled... no (requires Xlib) [snip] does anybody know how to fix that ? Probably a circular dependancy somewhere.