Re: [gentoo-user] Must I re-emerge gcc entirely?

2007-08-12 Thread Dirk Heinrichs
Am Montag, 13. August 2007 schrieb ext kou yu: > I am a newbie to gentoo. > > Today I emerge my gcc to 4.2.0 > When it finished, I found message that the libstdc++ manpage is not > maked due to lack of doxygen. > > My question is whether I must re-emerge gcc entirely after emerging > doxygen to mak

[gentoo-user] [OT] Help with Perl Datetime + Epoch

2007-08-12 Thread Ow Mun Heng
Been struggling with a new script I'm porting over from bash because perl's DBI is much more elegant than my previous usage of sqsh. I'm having trouble converting from a datetime into a unix epoch timestamp. under bash, this is done. date = -MM-DD HH:MM:SS epoch_date = date -d "$date" +%s $

Re: [gentoo-user] Must I re-emerge gcc entirely?

2007-08-12 Thread Tim
kou yu wrote: I am a newbie to gentoo. Today I emerge my gcc to 4.2.0 When it finished, I found message that the libstdc++ manpage is not maked due to lack of doxygen. My question is whether I must re-emerge gcc entirely after emerging doxygen to make the manpage of libstdc++. Is there a altern

Re: [gentoo-user] CXXABI error after gcc upgrade

2007-08-12 Thread Andreas Niederl
Hi, Iain Buchanan wrote: > Hi all, > > another gcc upgrade issue :) I've read and followed the gcc upgrade > gentoo howto, and also a few bugs on b.g.o, but I'm getting stuck... > > this all went well: > # gcc-config i686-pc-linux-gnu-4.1.2 > # env-update && source /etc/profile > # fix_libtool_

Re: [gentoo-user] Re: OT :video cameras and gentoo

2007-08-12 Thread Iain Buchanan
On Mon, 2007-08-13 at 04:24 +, James wrote: > I got a sony DCR SR42, but, if I cannot mount via the usb on the docking > station, then I'm going to return it. I would tend to agree - if it has a HD and USB, it should show up as a USB HD! (what a pain to have to install special software, like

[gentoo-user] Re: OT :video cameras and gentoo

2007-08-12 Thread James
Iain Buchanan netspace.net.au> writes: > After playing around with video camera's for a few years, I have come to > the conclusion that the best way to go is the hard-drive based models, > such as the JVC everio series (their 3CCD model looks nice). Hello Iain, I got a sony DCR SR42, but, if I

Re: [gentoo-user] Re: charset iso/utf

2007-08-12 Thread Philip Webb
070812 Benno Schulenberg wrote: > You will have to use a UTF-8 locale > if you want mutt/gvim to be able to handle anything beyond ASCII. > When using a UTF-8 locale, mutt correctly determines > whether the produced message fits in us-ascii, iso-8859-1 or needs utf-8. I now have (via a line in .b

[gentoo-user] Re: OT :video cameras and gentoo

2007-08-12 Thread James
Paul gmail.com> writes: > > > i have a sony digital camera that takes movies, and it just > shows up as a usb drive. Well, I went ahaed and purchased a sony DCR SR42. It does not show up with usbview, ivman or in the dmesg if I reboot and leave it attached via usb. Did you activate anythi

[gentoo-user] Must I re-emerge gcc entirely?

2007-08-12 Thread kou yu
I am a newbie to gentoo. Today I emerge my gcc to 4.2.0 When it finished, I found message that the libstdc++ manpage is not maked due to lack of doxygen. My question is whether I must re-emerge gcc entirely after emerging doxygen to make the manpage of libstdc++. Is there a alternative way to avo

Re: [gentoo-user] CXXABI error after gcc upgrade

2007-08-12 Thread Volker Armin Hemmann
On Montag, 13. August 2007, Iain Buchanan wrote: > On Mon, 2007-08-13 at 03:00 +0200, Volker Armin Hemmann wrote: > > On Montag, 13. August 2007, Iain Buchanan wrote: > > > src/eix: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version > > > `CXXABI_1.3.1' not found (required by src/eix) > >

Re: [gentoo-user] CXXABI error after gcc upgrade

2007-08-12 Thread Iain Buchanan
On Mon, 2007-08-13 at 03:00 +0200, Volker Armin Hemmann wrote: > On Montag, 13. August 2007, Iain Buchanan wrote: > > > > src/eix: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version > > `CXXABI_1.3.1' not found (required by src/eix) > > emerge -e world after system? I was trying to get

Re: [gentoo-user] CXXABI error after gcc upgrade

2007-08-12 Thread Volker Armin Hemmann
On Montag, 13. August 2007, Iain Buchanan wrote: > Hi all, > > another gcc upgrade issue :) I've read and followed the gcc upgrade > gentoo howto, and also a few bugs on b.g.o, but I'm getting stuck... > > this all went well: > # gcc-config i686-pc-linux-gnu-4.1.2 > # env-update && source /etc/pro

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Mark Knecht
On 8/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Sun, Aug 12, 2007 at 10:42:36AM -0700, Mark Knecht wrote: > > > And another problem I had was with svn unable to find libexpat.so.0. > > > emerging expat and subversion didn't help, so the only solution I could > > > find was to to creat

Re: [gentoo-user] ACPI problem on Compaq

2007-08-12 Thread Tim
Thierry de Coulon wrote: Hello, I've got an older Compaq EVO D510 desktop that I was thinking to setup as a lab machine (that should be also used by people who basicaly have no Linux knowledge). I've installed Gentoo on it and it works well but for one thing: When I want sto shut it down, it

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread henkg
On Sun, Aug 12, 2007 at 10:42:36AM -0700, Mark Knecht wrote: > > And another problem I had was with svn unable to find libexpat.so.0. > > emerging expat and subversion didn't help, so the only solution I could > > find was to to create an extra symlink for this. > > > > Henk. > > > On my system t

[gentoo-user] CXXABI error after gcc upgrade

2007-08-12 Thread Iain Buchanan
Hi all, another gcc upgrade issue :) I've read and followed the gcc upgrade gentoo howto, and also a few bugs on b.g.o, but I'm getting stuck... this all went well: # gcc-config i686-pc-linux-gnu-4.1.2 # env-update && source /etc/profile # fix_libtool_files.sh 3.4.6 # emerge --oneshot -av libtoo

Re: [gentoo-user] OT :video cameras and gentoo

2007-08-12 Thread Iain Buchanan
> On 8/10/07, Don Jerman <[EMAIL PROTECTED]> wrote: > On 8/10/07, James <[EMAIL PROTECTED]> wrote: > > Hello to all, > > > > I'm in need of a portable video camera(or rig), such as the > > sony SR82, but one that is gentoo friendly > > for video tra

[gentoo-user] ACPI problem on Compaq

2007-08-12 Thread Thierry de Coulon
Hello, I've got an older Compaq EVO D510 desktop that I was thinking to setup as a lab machine (that should be also used by people who basicaly have no Linux knowledge). I've installed Gentoo on it and it works well but for one thing: When I want sto shut it down, it reboots! This happens as we

Re: [gentoo-user] tools to detect hardware

2007-08-12 Thread Liviu Andronic
On 8/8/07, Chuanwen Wu <[EMAIL PROTECTED]> wrote: > Hi,guys! > I need tools to detect the details of my hardware. Take a look here: http://gentoo-wiki.com/HARDWARE_Detecting_your_Hardware -- Liviu -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Re: charset iso/utf

2007-08-12 Thread Benno Schulenberg
Philip Webb wrote: > purslow: system> locale > LANG= > LC_CTYPE="POSIX" You will have to use a UTF-8 locale if you want mutt/gvim to be able to handle anything beyond ASCII. When setting a POSIX locale, I also get this: > Content-Type: text/plain; charset=unknown-8bit When using a UTF-8

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Naga Toro
On Sunday 12 August 2007 20.09.33 [EMAIL PROTECTED] wrote: > On Sun, Aug 12, 2007 at 10:42:36AM -0700, Mark Knecht wrote: > > > And another problem I had was with svn unable to find libexpat.so.0. > > > emerging expat and subversion didn't help, so the only solution I could > > > find was to to cre

[gentoo-user] Strange behavior when booting with softlevel=single

2007-08-12 Thread John covici
Hi. When I boot using softlevel=single -- what seems to be happening is that it runs the default level and then stops all of those processes since there is actually nothing in the /etc/runlevels/single directory. Is there anyway to have it not run the default level first -- as this causes some s

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread henkg
On Sun, Aug 12, 2007 at 10:42:36AM -0700, Mark Knecht wrote: > > And another problem I had was with svn unable to find libexpat.so.0. > > emerging expat and subversion didn't help, so the only solution I could > > find was to to create an extra symlink for this. > > > > Henk. > > > On my system t

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Mark Knecht
On 8/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Sun, Aug 12, 2007 at 04:39:43AM -0500, Dale wrote: > > Shawn Haggett wrote: > > > > > > Same here. Remerged dev-perl/XML-Parser, then my update world failed > > > at a different point complaining about gettext, remerged that and now > >

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Allan Gottlieb
At Sun, 12 Aug 2007 16:51:17 +0200 Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: > On Sunday 12 August 2007 16:33:59 Allan Gottlieb wrote: >> I, like others, hit the expat problem and as directed did >> >>revdep-rebuild -X --library libexpat.so.0 >> >> gettext failed to compile since emacs

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Dale
Naga Toro wrote: > On Sunday 12 August 2007 18.50.24 Dale wrote: > >> I copied the command from what I was given by portage. I did the emerge >> in Konsole and I used the copy and paste function to enter that >> command. It appears that something is different between our systems or >> somethin

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread henkg
On Sun, Aug 12, 2007 at 04:39:43AM -0500, Dale wrote: > Shawn Haggett wrote: > > > > Same here. Remerged dev-perl/XML-Parser, then my update world failed > > at a different point complaining about gettext, remerged that and now > > the update world is compiling normally. > > Same here on both prob

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Mark Knecht
On 8/12/07, Naga <[EMAIL PROTECTED]> wrote: > On Sunday 12 August 2007 11:39:43 Dale wrote: > > Same here on both problems. Is this a bug since several have ran into > > this? Also, I have some Gnome stuff as a dependency but I use KDE. > > From the ebuild > ewarn "Please note that the soname

[gentoo-user] Runlevels

2007-08-12 Thread Mauro Arnoldi
Hi there! I have problems related with runlevels: I can't boot in any specified runlevels other than default. If I use the command #rc runlevel_name I can pass with no problem, but boot procedure doesn't work for me. In Grub I have this entry: title Gentoo Linux 2.6.21 - NoNetwork root

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Naga Toro
On Sunday 12 August 2007 18.50.24 Dale wrote: > I copied the command from what I was given by portage. I did the emerge > in Konsole and I used the copy and paste function to enter that > command. It appears that something is different between our systems or > something. > > Weird again. Not at

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Dale
Allan Gottlieb wrote: > You used the wrong lib in the revdep-rebuild (see below) > > At Sun, 12 Aug 2007 06:18:02 -0500 Dale <[EMAIL PROTECTED]> wrote: > > >> Naga wrote: >> >>> On Sunday 12 August 2007 11:39:43 Dale wrote: >>> >>> Same here on both problems. Is this a bug s

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Michael Niggli
Allan Gottlieb wrote: > At Sun, 12 Aug 2007 18:46:28 +0930 Shawn Haggett <[EMAIL PROTECTED]> wrote: > My situation seems to be a little more difficult and I would > appreciate some advice/help. > > I, like others, hit the expat problem and as directed did > >revdep-rebuild -X --library libe

Re: [gentoo-user] Re: tools to detect hardware

2007-08-12 Thread Neil Bothwick
Hello Gaurish Sharma, > how to check Hdd for bad sectors? badblocks, which is part of e2fsprogs. -- Neil Bothwick The trouble with life is that you are halfway through it before you realize it's a "do it yourself" thing. signature.asc Description: PGP signature

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Bo Ørsted Andresen
On Sunday 12 August 2007 16:33:59 Allan Gottlieb wrote: > I, like others, hit the expat problem and as directed did > >revdep-rebuild -X --library libexpat.so.0 > > gettext failed to compile since emacs could not be run (libexpat > problem). This I fixed by emerging gettext with USE='-emac

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Allan Gottlieb
At Sun, 12 Aug 2007 18:46:28 +0930 Shawn Haggett <[EMAIL PROTECTED]> wrote: > Sven Köhler wrote: >emerge gnome fails. Does anyone recognize what portage is > complaining about here? I'm not really sure, but I solved it by reemerging dev-perl/XML-Parser. >> >> expat has been update

Re: [gentoo-user] Re: charset iso/utf

2007-08-12 Thread Philip Webb
070811 Benno Schulenberg wrote: > For the one you are actually using on the console (whether VT or xterm). > look at the output of 'locale'. purslow: system> locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX"

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Philip Webb
070812 Bo ??rsted Andresen wrote: > Expat-2 has been in testing for over a year now > but it was only stabled in the last few days. I never do 'emerge world' (without 'Dup' for listing): I do 'eix-sync', look at the output & update packages individually. After updating Expat , Revdep-rebuild told

Re: [gentoo-user] OT :video cameras and gentoo

2007-08-12 Thread Paul
i have a sony digital camera that takes movies, and it just shows up as a usb drive. i would assume that the video recorders would work the same way. maybe you can take a laptop to a store that sells them and check to see if it works that way or find someone that has one and borrow it. if you do

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Bo Ørsted Andresen
On Sunday 12 August 2007 13:18:02 Dale wrote: > > ewarn "revdep-rebuild -X --library libexpat.so.0" > > I saw that too. On mine, it didn't fix anything that I could see. Here > is what mine did: > > [EMAIL PROTECTED] / # revdep-rebuild --library libintl.so.7 Maybe that would be because very few

Re: [gentoo-user] Mutt depends on Lynx ?

2007-08-12 Thread Philip Webb
070812 Bo ?rsted Andresen wrote: > On Sunday 12 August 2007 14:27:16 Philip Webb wrote: >> I went to emerge the latest Mutt & found it wanted to emerge Lynx too. >> I have a recent Lynx in /usr/local & am experienced with both apps >> (yes, I know that that Lynx doesn't count for Portage). >> Doe

Re: [gentoo-user] Mutt depends on Lynx ?

2007-08-12 Thread Bo Ørsted Andresen
On Sunday 12 August 2007 14:27:16 Philip Webb wrote: > I went to emerge the latest Mutt & found it wanted to emerge Lynx too. > I have a recent Lynx in /usr/local & am experienced with both apps > (yes, I know that that Lynx doesn't count for Portage). > Does anyone know why Mutt wants to bring i

Re: [gentoo-user] Mutt depends on Lynx ?

2007-08-12 Thread Daniel Pielmeier
Philip Webb schrieb: > I went to emerge the latest Mutt & found it wanted to emerge Lynx too. > I have a recent Lynx in /usr/local & am experienced with both apps > (yes, I know that that Lynx doesn't count for Portage). > Does anyone know why Mutt wants to bring in Lynx ? According to the mutt-

Re: [gentoo-user] Re: tools to detect hardware

2007-08-12 Thread Gaurish Sharma
how to check Hdd for bad sectors?

[gentoo-user] Mutt depends on Lynx ?

2007-08-12 Thread Philip Webb
I went to emerge the latest Mutt & found it wanted to emerge Lynx too. I have a recent Lynx in /usr/local & am experienced with both apps (yes, I know that that Lynx doesn't count for Portage). Does anyone know why Mutt wants to bring in Lynx ? -- ,,=

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Allan Gottlieb
You used the wrong lib in the revdep-rebuild (see below) At Sun, 12 Aug 2007 06:18:02 -0500 Dale <[EMAIL PROTECTED]> wrote: > Naga wrote: >> On Sunday 12 August 2007 11:39:43 Dale wrote: >> >>> Same here on both problems. Is this a bug since several have ran into >>> this? Also, I have some

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Dale
Naga wrote: > On Sunday 12 August 2007 11:39:43 Dale wrote: > >> Same here on both problems. Is this a bug since several have ran into >> this? Also, I have some Gnome stuff as a dependency but I use KDE. >> > > From the ebuild > ewarn "Please note that the soname of the library chang

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Naga
On Sunday 12 August 2007 11:39:43 Dale wrote: > Same here on both problems. Is this a bug since several have ran into > this? Also, I have some Gnome stuff as a dependency but I use KDE. From the ebuild ewarn "Please note that the soname of the library changed!" ewarn "If you are upgrading f

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Dale
Shawn Haggett wrote: > > Same here. Remerged dev-perl/XML-Parser, then my update world failed > at a different point complaining about gettext, remerged that and now > the update world is compiling normally. Same here on both problems. Is this a bug since several have ran into this? Also, I have

Re: [gentoo-user] NIC problems after MS Windows update

2007-08-12 Thread Rumen Yotov
On (11/08/07 08:55) Mick wrote: > On Sunday 29 July 2007 17:46, Rumen Yotov wrote: > > On (29/07/07 18:05) Jakob wrote: > > > > Anything else I could try? How do I troubleshoot it? > > > > > > Have a look at the log files is always a good way to troubleshoot ;-) > > > what does dmesg and /var/log/

Re: [gentoo-user] Re: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2007-08-12 Thread Shawn Haggett
Sven Köhler wrote: emerge gnome fails. Does anyone recognize what portage is complaining about here? I'm not really sure, but I solved it by reemerging dev-perl/XML-Parser. expat has been updated. Some Apps are now broken. They have to recompiled to link against the new libexpat. For me, i