Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Dale
Dirk Heinrichs wrote: Am Freitag, 23. Dezember 2005 07:12 schrieb ext Dale: I have a rig that I need to free up some space on the hard drive. I want to remove KDE completely. Naturally doing a emerge unmerge kde does not get the job done. What is a easy way to do this? I did a emerge

Re: [gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread Neil Bothwick
On Thu, 22 Dec 2005 18:42:38 -1000, Beau E. Cox wrote: I have a small perl script, 'echanges', that determines the latest timestamp for installed packages; I find it very helpful to determine what my daily cron of 'emerge -uD world' has done. I will post it here if there is any interest; But

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 00:12:41 -0600, Dale wrote: I have a rig that I need to free up some space on the hard drive. I want to remove KDE completely. Naturally doing a emerge unmerge kde does not get the job done. What is a easy way to do this? If you installed the kde meta-package, then

Re: [gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread Neil Bothwick
On Thu, 22 Dec 2005 18:32:23 -0600, [EMAIL PROTECTED] wrote: Yes, but then you'd have to do some funky regexp stuff to find the last line showing gcc (in this case) and only show the lines after it. It was a lot easier to do this with find -newer. Here is a pooryly coded sloppy perl

Re: [gentoo-user] Win4Lin Pro install errors

2005-12-23 Thread Tom Smith
Neil Bothwick wrote: On Fri, 23 Dec 2005 02:16:52 +, Peter Ruskin wrote: Well, of course! This is Gentoo - no rpm hell here! What you need is rpm -ivh --nodeps Win4Lin... Before you do that, check through the list of dependencies that rpm showed and make sure they are all

Re: [gentoo-user] Win4Lin Pro install errors

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 01:42:06 -0700, Tom Smith wrote: Before you do that, check through the list of dependencies that rpm showed and make sure they are all installed. That was my original question that started this thread... Which Gentoo packages do I need to install to satisfy the

Re: [gentoo-user] problem with openoffice2 and menu fonts

2005-12-23 Thread Ryan Viljoen
I've a font problem is openoffice2: I've compiled the source but the fonts of the menu are all extremely big (if I open the File menu it convers almost all the screen). There'is a way to reduce the fonts of the menu or an option to give to emerge during the compilation? thanks Giulio Do

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Dale
Mariusz Pękala wrote: Alternate way: cd /var/db/pkg/kde-base for x in *; do emerge unmerge =$x ; done Oh, no. I was too quick - it can break dependencies. Don't do it. :-) Me didn't. I used the depclean one, after a -p and a good look first. O-O LOL I didn't understand that one. It

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Mariusz Pękala
On 2005-12-23 00:12:41 -0600 (Fri, Dec), Dale wrote: Hi guys, and Holly, I have a rig that I need to free up some space on the hard drive. I want to remove KDE completely. Naturally doing a emerge unmerge kde does not get the job done. What is a easy way to do this? I did a emerge

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Mariusz Pękala
Alternate way: cd /var/db/pkg/kde-base for x in *; do emerge unmerge =$x ; done Oh, no. I was too quick - it can break dependencies. Don't do it. :-) -- No virus found in this outgoing message. Checked by 'grep -i virus $MESSAGE' Trust me. pgp8MviLlraYM.pgp Description: PGP signature

Re: [gentoo-user] Win4Lin Pro install errors

2005-12-23 Thread Holly Bostick
Tom Smith schreef: Neil Bothwick wrote: On Fri, 23 Dec 2005 02:16:52 +, Peter Ruskin wrote: Well, of course! This is Gentoo - no rpm hell here! What you need is rpm -ivh --nodeps Win4Lin... Before you do that, check through the list of dependencies that rpm showed and

[gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Etienne . Hilson
Hello. Since my last portage update (like many other people), I got the error message Calculating world dependencies !!! Problems have been detected with your world file !!! Please run emaint --check world I run emaint --check world and it told me this : 'app-emulation/vmware-linux-tools' has

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread ddup1
try this : ACCEPT_KEYWORDS=~x86 emerge -av vmware On Fri, Dec 23, 2005 at 11:12:26AM +0100, [EMAIL PROTECTED] wrote: Hello. Since my last portage update (like many other people), I got the error message Calculating world dependencies !!! Problems have been detected with your world file

Re: [gentoo-user] Incorrect information from /proc/cpuinfo

2005-12-23 Thread Matthias Bethke
Hi Devon, on Monday, 2005-12-19 at 23:13:52, you wrote: I'm going to reboot again and experiment a bit to see if I can nail down what triggers the abberation. Just an idea, haven't followed the thread: could it have to do with the new timer frequency setting under Processor Type and Features?

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Dale
A lot of people say that doing that on command line is not a good idea. If it is masked or keyworded, he needs to add it to the proper package.* file. My $.02 worth. Dale :-) I top posted just to be consistant. No flaming please. [EMAIL PROTECTED] wrote: try this : ACCEPT_KEYWORDS=~x86

Re: [gentoo-user] Re: snacc

2005-12-23 Thread Allan Spagnol Comar
thanks I will try google. On 12/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Allan Spagnol Comar [EMAIL PROTECTED] writes: I was holping to find snacc ( that is a gnu tool for ASN.1 ) on portage tree. How can I find this file on portage tree if it exists ? Look at emege man page.

Re: [gentoo-user] Generic 2 monitor/2 keyboard question

2005-12-23 Thread Matthias Bethke
Hi Mark, on Tuesday, 2005-12-20 at 07:40:42, you wrote: [thin client] I'm sure that's possible. I could even use her current Win ME box in some sort of dual boot config I suppose. However the reason I didn't start with that idea is that I am not there to hand hold her. If she's running Gnome

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 05:11:14 -0600, Dale wrote: A lot of people say that doing that on command line is not a good A lot of people say top-posting is bad too :-/ idea. If it is masked or keyworded, he needs to add it to the proper package.* file. Indeed, using ACCEPT_KEYWORDS on the command

[gentoo-user] Re: Re: Re: Win4Lin Pro install errors

2005-12-23 Thread Peter
On Thu, 22 Dec 2005 19:37:33 -0700, Tom Smith wrote: Actually, Pro IS the server product... What makes them different is the license code. They haven't officially released the Terminal Server product yet in that they're not officially advertising it. What I've got is the initial release of

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Dale
Neil Bothwick wrote: On Fri, 23 Dec 2005 05:11:14 -0600, Dale wrote: A lot of people say that doing that on command line is not a good A lot of people say top-posting is bad too :-/ I top posted because the previous person did. I didn't want someone to get a sore neck, like

[gentoo-user] permissions on ntfs partitions

2005-12-23 Thread Matthias Langer
Can anybody tell me if it is normal that files on ntfs partitions are executable by default when mounting them under linux ? Or is it possible that this has something to do with the following line from my fstab: /dev/hde1 /mnt/bill ntfs user,umask=,nls=utf8 0 0 Thanks, Matthias --

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 06:18:52 -0600, Dale wrote: A lot of people say top-posting is bad too :-/ I top posted because the previous person did. I didn't want someone to get a sore neck, like mine. :( I put that in my reply too. Also requested no flaming but . . . . . You weren't flamed.

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Dale
Neil Bothwick wrote: On Fri, 23 Dec 2005 06:18:52 -0600, Dale wrote: A lot of people say top-posting is bad too :-/ I top posted because the previous person did. I didn't want someone to get a sore neck, like mine. :( I put that in my reply too. Also requested no flaming

Re: [gentoo-user] permissions on ntfs partitions

2005-12-23 Thread Dale
Matthias Langer wrote: Can anybody tell me if it is normal that files on ntfs partitions are executable by default when mounting them under linux ? Or is it possible that this has something to do with the following line from my fstab: /dev/hde1 /mnt/bill ntfs user,umask=,nls=utf8 0 0

[gentoo-user] hardware tests

2005-12-23 Thread Martins Steinbergs
hi, not the gentoo question however i have box that is failing to work, constant reboots so there isn't way to install any OS. I was runing memtest86 from Knoppix without errors, is there any other programs to test different parts of hardware from knoppix, gentoo install cd or other bootable

[gentoo-user] Gnome won't start

2005-12-23 Thread Kurt Guenther
I can run Xinit and XDM to get into a window manager, but when I run GDM I get a login screen, I login, and then it hangs. Nothing in /var/log/messages. I'm not sure how to debug. --Kurt -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread reader
Neil Bothwick [EMAIL PROTECTED] writes: genlop --list --date $(genlop --nocolor $1 | grep $1 | tail -n 1 | sed 's/^ *\(.*\) .*/\1/') What is it supposed to do? Here it gets genlops usage message. -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread reader
Neil Bothwick [EMAIL PROTECTED] writes: What's wrong with using a simple find command as I originally posted? Do you mean run against / or what? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Generic 2 monitor/2 keyboard question

2005-12-23 Thread Phil Sexton
Matthias Bethke wrote: I got a Linux box for my mum as well after her Mac died, so I know it's near impossible to teach some people about folder structures :) I have taught a few computer classes and that is one of the things I emphasized, no matter what the operating system. I have a

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Etienne . Hilson
Oooh please, don't fight because of my dumb questions :'( Actually, vmware-linux-tools is already installed. I just asked this question to know a little more about portage usage and manipulation. I followed your advices and added vmware-linux-tools ~x86 to the /etc/portage/package.keywords et

[gentoo-user] Unable to update openoffice from 2.0.0 to 2.0.1

2005-12-23 Thread gvlp
Compilation of openoffice abort with this message: packimages -- version: 1.12 packimages: ERROR: no such directory: '/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1/build/ooa680-m1/ooo_custom_images/crystal' Since nobody else is complaining, I suppose it has to do with my configuration: ~#

Re: [gentoo-user] Generic 2 monitor/2 keyboard question

2005-12-23 Thread Phil Sexton
Phil Sexton wrote: Some stuff that wasn't grammatically correct... I hope that made a little sense, especially the non native English speakers. I see my pain med must be kicking in... -- Phil My Home Page: http://fancypiper.info Our 2nd CD: http://www.cdbaby.com/naomisfancy Naomi's Fancy

Re: [gentoo-user] Gnome won't start

2005-12-23 Thread Ernie Schroder
Check /var/log/gdm/:0.log. It should give you some useful info. On Friday 23 December 2005 10:02, a tiny voice compelled Kurt Guenther to write: I can run Xinit and XDM to get into a window manager, but when I run GDM I get a login screen, I login, and then it hangs. Nothing in

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Dale
We're not fighting . . . . YET. LOL Most have a sense of humor here. They have to when I am around. LOL Dale :-) Parden the top post. I'm breaking him in gently. It's better than I got when I first came here for sure. [EMAIL PROTECTED] wrote: Oooh please, don't fight because of my

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Holly Bostick
It means posting the answer here, which is not helpful to understanding if you don't know what the question is [EMAIL PROTECTED] schreef: Erm, by the way, what means top posting ? ...Instead of posting the answer here, which makes logical sense in relation to the question. Holly --

Re: [gentoo-user] [Solved] Gnome won't start

2005-12-23 Thread Kurt Guenther
Ernie Schroder wrote: Check /var/log/gdm/:0.log. It should give you some useful info. On Friday 23 December 2005 10:02, a tiny voice compelled Kurt Guenther to write: I can run Xinit and XDM to get into a window manager, but when I run GDM I get a login screen, I login, and then it hangs.

[gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Hi guys, and Holly too, I did my gcc upgrade on my servers and I messed up. I was doing two at a time and one is faster then the other. I unmerged the old gcc BEFORE doing the revdep-rebuild on one of them. I may have really messed up here. This is what I get: [EMAIL PROTECTED] / #

Re: [gentoo-user] emerge pb with vmware-linux-tools

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 17:07:37 +0100, [EMAIL PROTECTED] wrote: Erm, by the way, what means top posting ? A. Putting the reply ahead of the question Q. What is top-posting? -- Neil Bothwick I'm not being rude. You're just insignificant. signature.asc Description: PGP signature

Re: [gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 09:17:37 -0600, [EMAIL PROTECTED] wrote: What's wrong with using a simple find command as I originally posted? Do you mean run against / or what? Against /var/db/pkg, where you'll find everything you have installed, complete with datestamps. See my first post in this

Re: [gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 09:15:31 -0600, [EMAIL PROTECTED] wrote: genlop --list --date $(genlop --nocolor $1 | grep $1 | tail -n 1 | sed 's/^ *\(.*\) .*/\1/') What is it supposed to do? Here it gets genlops usage message. you need to give the name of the package you want to compare against as

Re: [gentoo-user] Unable to update openoffice from 2.0.0 to 2.0.1

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 16:54:15 +0100, [EMAIL PROTECTED] wrote: Compilation of openoffice abort with this message: packimages -- version: 1.12 packimages: ERROR: no such directory: '/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1/build/ooa680-m1/ooo_custom_images/crystal' Since nobody

Re: [gentoo-user] nscd; what am I doing wrong?

2005-12-23 Thread Richard Fish
On 12/22/05, Walter Dnes [EMAIL PROTECTED] wrote: On Wed, Dec 21, 2005 at 09:07:12PM -0700, Richard Fish wrote Everything looks ok. Could you try: strace -f -o /tmp/strace.out ping -c 4 www.google.com I uncommented most of nscd.conf and rebooted, but still no luck. I don't know the

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Paul Varner
On Fri, 2005-12-23 at 08:06 +, Neil Bothwick wrote: You can list all installed kde packages with qpkg -g kde-base or equery list | grep kde-base For equery, you can use: equery list kde-base/ This tells equery to list the installed packages in category kde-base. The command will

[gentoo-user] Unified nVidia Driver Ebuild ready for testing

2005-12-23 Thread Peter
To Gentoo nVidia users: We are in the process of developing and testing a unified nVidia driver ebuild. When implemented, it will replace the nvidia-kernel, nvidia-glx, and nvidia-settings ebuilds. It will also add the utility nvidia-xconfig. We would like your help in evaluating, testing, and

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 11:30:06 -0600, Paul Varner wrote: For equery, you can use: equery list kde-base/ Aha! Nice one, I tried equery list kde-base but got nothing. It seems the trailing slash makes all the difference, having the same effect as qpkg's -g. You'll wean me off qpkg completely

Re: [gentoo-user] uninstall orphaned packages?

2005-12-23 Thread Richard Fish
On 12/22/05, Roy Wright [EMAIL PROTECTED] wrote: 'dev-db/mysqltool' has no ebuilds available 'dev-java/htmlparser' has no ebuilds available 'media-libs/divx4linux' has no ebuilds available snip What I'm not sure about is how to check dependents and unmerge the two orphans. Any ideas before

[gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread reader
Neil Bothwick [EMAIL PROTECTED] writes: On Fri, 23 Dec 2005 09:15:31 -0600, [EMAIL PROTECTED] wrote: genlop --list --date $(genlop --nocolor $1 | grep $1 | tail -n 1 | sed 's/^ *\(.*\) .*/\1/') What is it supposed to do? Here it gets genlops usage message. you need to give the name of

[gentoo-user] Dynamicly Loaded USB mouse under Xorg ?

2005-12-23 Thread Lares Moreau
Does anyone know of a way to have my USB Mouse dynamicly loaded under Xorg? Goal: Start X, do whatever - move to place more condusive to haveing an external mouse, as opposed to my track pad, Plug in the USB mouse, and Have it work without haveing to restart X. Problems: (As I see it) -Xorg

Re: [gentoo-user] nscd; what am I doing wrong?

2005-12-23 Thread Lares Moreau
There is something strange here When I lookup www.google.com, I get: carcharias ~ # host www.google.com www.google.com has address 66.102.7.104 carcharias ~ # host 66.102.7.104 104.7.102.66.in-addr.arpa domain name pointer www.google.com. However for www.google.com, you get

Re: [gentoo-user] Dynamicly Loaded USB mouse under Xorg ?

2005-12-23 Thread Richard Fish
On 12/23/05, Lares Moreau [EMAIL PROTECTED] wrote: Does anyone know of a way to have my USB Mouse dynamicly loaded under Xorg? If you are using a 2.6 kernel, use /dev/input/mice as your input device, instead of whatever you are using now. You can use that as your only input device, or like me,

Re: [gentoo-user] Re: Re: Re: Win4Lin Pro install errors

2005-12-23 Thread Tom Smith
Peter wrote: On Thu, 22 Dec 2005 19:37:33 -0700, Tom Smith wrote: Actually, Pro IS the server product... What makes them different is the license code. They haven't officially released the Terminal Server product yet in that they're not officially advertising it. What I've got is the

Re: [gentoo-user] Dynamicly Loaded USB mouse under Xorg ?

2005-12-23 Thread Jean Magnan de Bornier
Le 23 décembre à 19:19:47 Lares Moreau [EMAIL PROTECTED] écrit notamment: | Does anyone know of a way to have my USB Mouse dynamicly loaded under | Xorg? | Goal: | Start X, do whatever - move to place more condusive to haveing an | external mouse, as opposed to my track pad, Plug in the USB

Re: [gentoo-user] Re: A Gentoo Enema

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 12:09:47 -0600, [EMAIL PROTECTED] wrote: genlop --list --date $(genlop --nocolor $1 | grep $1 | tail -n 1 | sed 's/^ *\(.*\) .*/\1/') What is it supposed to do? Here it gets genlops usage message. you need to give the name of the package you want to compare

Re: [gentoo-user] Dynamicly Loaded USB mouse under Xorg ?

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 11:19:47 -0700, Lares Moreau wrote: Start X, do whatever - move to place more condusive to haveing an external mouse, as opposed to my track pad, Plug in the USB mouse, and Have it work without haveing to restart X. This works for me: Section ServerLayout

Re: [gentoo-user] Corel Draw for Gentoo linux

2005-12-23 Thread Markus Ullmann
capsel wrote: As I can see this is PHOTOPAINT, not DRAW. Is there any difference? Yep there is. Draw is used for Vector Graphics and Photopaint has its usage in its name ;) Greets Markus -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Richard Fish
On 12/23/05, Dale [EMAIL PROTECTED] wrote: Hi guys, and Holly too, I did my gcc upgrade on my servers and I messed up. I was doing two at a time and one is faster then the other. I unmerged the old gcc BEFORE doing the revdep-rebuild on one of them. I may have really messed up here. This

Re: [gentoo-user] hardware tests

2005-12-23 Thread Richard Fish
On 12/23/05, Daniel da Veiga [EMAIL PROTECTED] wrote: 3) Check (not necessarily in this order): MOBO, Processor, memory, video. (if you don't have the spares necessary, take it to someone you trust and can test the hardware). It sometimes isn't even necessary to swap out this hardware. You

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Richard Fish wrote: Yep, that is pretty hosed. ;- You can find a libstdc++.so.5 binary in the stage tarballs on the Gentoo CD, or KNOPPIX, or maybe on one of your other systems. Just copy it to /usr/lib, and you should be able to run portage. You could also try symlinking .5 to .6. That is

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Dale
Neil Bothwick wrote: On Fri, 23 Dec 2005 11:30:06 -0600, Paul Varner wrote: For equery, you can use: equery list kde-base/ Aha! Nice one, I tried equery list kde-base but got nothing. It seems the trailing slash makes all the difference, having the same effect as qpkg's -g. You'll

[gentoo-user] Courier-imap won't start after system world rebuild

2005-12-23 Thread John J. Foster
Good evening all, 3 days ago I rebuilt my system to use gcc-3.4.4-r1. I first used gcc-config to change to the new compiler, and then ran emerge -aev system, followed by emerge -aev world. All went extremely well, I thought. Today I noticed that courier-imap has failed to start. (The only reason

Re: [gentoo-user] Courier-imap won't start after system world rebuild

2005-12-23 Thread Dan Meltzer
On Friday 23 December 2005 18:22, John J. Foster wrote: Good evening all, 3 days ago I rebuilt my system to use gcc-3.4.4-r1. I first used gcc-config to change to the new compiler, and then ran emerge -aev system, followed by emerge -aev world. All went extremely well, I thought. Today I

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread William Kenworthy
Use LD_PRELOAD get your missing lib and: gcc-config # of version fix_libtools.sh old_gcc_version LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3 BillK On Fri, 2005-12-23 at 16:25 -0600, Dale wrote: Richard Fish wrote: Yep, that is pretty hosed. ;- You can find a

Re: [gentoo-user] Courier-imap won't start after system world rebuild

2005-12-23 Thread John J. Foster
On Fri, Dec 23, 2005 at 06:43:40PM -0500, Dan Meltzer wrote: On Friday 23 December 2005 18:22, John J. Foster wrote: Good evening all, 3 days ago I rebuilt my system to use gcc-3.4.4-r1. I first used gcc-config to change to the new compiler, and then ran emerge -aev system, followed by

Re: [gentoo-user] nscd; what am I doing wrong?

2005-12-23 Thread Walter Dnes
On Fri, Dec 23, 2005 at 10:26:30AM -0700, Richard Fish wrote If I had to make a guess, I would say that your ISP has got some kind of proxy service setup that lies to you about the address of www.google.com, so that you actually connect through one of their servers. If that is the case,

Re: [gentoo-user] Courier-imap won't start after system world rebuild

2005-12-23 Thread Dan Meltzer
On Friday 23 December 2005 19:38, John J. Foster wrote: On Fri, Dec 23, 2005 at 06:43:40PM -0500, Dan Meltzer wrote: On Friday 23 December 2005 18:22, John J. Foster wrote: Good evening all, 3 days ago I rebuilt my system to use gcc-3.4.4-r1. I first used gcc-config to change to the

[gentoo-user] [OT] Merry Christmas!

2005-12-23 Thread Glenn Enright
To all you good people who make up the gentoo community. Its a privelige to be a member of such a lively and creative forum. Cheers to you all. Hope you all enjoy your day tomorrow. Merry Christmas! -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
William Kenworthy wrote: Use LD_PRELOAD get your missing lib and: gcc-config # of version fix_libtools.sh old_gcc_version LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3 BillK That didn't work. [EMAIL PROTECTED] / # fix_libtools.sh old_gcc_version -bash:

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dan Meltzer
On Friday 23 December 2005 23:20, Dale wrote: William Kenworthy wrote: Use LD_PRELOAD get your missing lib and: gcc-config # of version fix_libtools.sh old_gcc_version LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3 BillK That didn't work. [EMAIL PROTECTED] / #

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Dan Meltzer wrote: On Friday 23 December 2005 23:20, Dale wrote: William Kenworthy wrote: Use LD_PRELOAD get your missing lib and: gcc-config # of version fix_libtools.sh old_gcc_version LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3 BillK That didn't work.

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Lares Moreau
On Fri, 2005-12-23 at 10:51 -0600, Dale wrote: Hi guys, and Holly too, I did my gcc upgrade on my servers and I messed up. I was doing two at a time and one is faster then the other. I unmerged the old gcc BEFORE doing the revdep-rebuild on one of them. I may have really messed up here.

Re: [gentoo-user] [OT] Merry Christmas!

2005-12-23 Thread Boyd Stephen Smith Jr.
On Friday 23 December 2005 10:05 pm, Glenn Enright wrote: Hope you all enjoy your day tomorrow. Merry Christmas! Thanks! Blessed Solstice to All! (A bit late...) -- Boyd Stephen Smith Jr. [EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] Merry Christmas!

2005-12-23 Thread Dan Meltzer
On Friday 23 December 2005 23:53, Boyd Stephen Smith Jr. wrote: On Friday 23 December 2005 10:05 pm, Glenn Enright wrote: Hope you all enjoy your day tomorrow. Merry Christmas! Thanks! Blessed Solstice to All! (A bit late...) And a Merry Non-Demoninational Solstice Holiday With Gift Giving

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Lares Moreau wrote: I might be easier to just backup all your Data, configs and other Info, and rebuild from scratch. Next quickpkg it from one server to the others if the Rigs are identical. -Lares Oh dear. That sounds like windoze. LOL I have four computers here and one of them has

[gentoo-user] adsl-usb-modem question

2005-12-23 Thread nacho nacho
Hi, I am installing an adsl-usb-modem (conexant chipset). I have some questions about: (1) what is the interface nas0 and does it have anithing to do with gentoo or with the modem? (2) item (1) with sit0 (3) An installation script ask me to enter the ethernet inerface connected to the adsl modem,

[gentoo-user] adsl-usb-modem question

2005-12-23 Thread nacho nacho
Hi, I am installing an adsl-usb-modem (conexant chipset). I have some questions about: (1) what is the interface nas0 and does it have anithing to do with gentoo or with the modem? (2) item (1) with sit0 (3) An installation script ask me to enter the ethernet inerface connected to the adsl modem,