[gentoo-user] Re: Checking the reason for (-useflags) in brackets

2014-06-21 Thread Jörg Schaible
man emerge would have been even faster ;-) meino.cra...@gmx.de wrote: Alan McKinnon alan.mckin...@gmail.com [14-06-21 12:36]: On 21/06/2014 11:19, meino.cra...@gmx.de wrote: Hi, for some applications I want to activate some USE flags, which are disabled by default. Some of those

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-10 Thread Dale
Dale wrote: Here is a update. I been going back and forth with python-updater and revdep-rebuild and it just never seems to finish cleanly. I think it reached a stalemate. So, I'm doing a emerge -e world which will also upgrade KDE. Maybe this will get it going again. Dale :-) :-)

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-08 Thread Dale
Dale wrote: I already have --keep-going in make.conf. Good thought tho. Thing is, it errors before it even starts. Complains about blockers and the packages aren't even installed to block anything. Mostly KDE stuff too. I'm running the script and will see what it does. Maybe it will

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-07 Thread Andrea Conti
Well, this ain't good. Neither python-updater nor revdep-rebuild can complete. Either it is a missing package or some other error. Am I to the point where I have to reinstall? If you can't sort out the mess manually, try emerge -e system, then emerge -e world. You can also save some time by

[gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Nikos Chantziaras
On 05/06/2011 11:28 AM, Dale wrote: Alan McKinnon wrote: This is usually CFLAGS and other bits of env stuff. There's probably a more meaningful error earlier in the build log. Can you post the full log for a failing file? Here is one: No, that's not it. It's this: !!! Please attach the

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Nikos Chantziaras wrote: No, that's not it. It's this: !!! Please attach the following file when seeking support: !!! /var/tmp/portage/sys-apps/sandbox-2.4/work/build-default/config.log Hmmm. Thought it was the same. Here goes but it is lengthy: root@smoker / # cat

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread justin
On 06/05/11 11:08, Dale wrote: That shed any light? Dale :-) :-) Yes it does /usr/libexec/gcc/i686-pc-linux-gnu/4.4.4/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory you upgraded your mpfr. Now you have to

[gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Nikos Chantziaras
On 05/06/2011 12:08 PM, Dale wrote: Nikos Chantziaras wrote: No, that's not it. It's this: !!! Please attach the following file when seeking support: !!! /var/tmp/portage/sys-apps/sandbox-2.4/work/build-default/config.log Hmmm. Thought it was the same. Here goes but it is lengthy: [...]

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
justin wrote: On 06/05/11 11:08, Dale wrote: That shed any light? Dale :-) :-) Yes it does /usr/libexec/gcc/i686-pc-linux-gnu/4.4.4/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory you upgraded your mpfr. Now

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Alan McKinnon
Apparently, though unproven, at 11:15 on Friday 06 May 2011, justin did opine thusly: On 06/05/11 11:08, Dale wrote: That shed any light? Dale :-) :-) Yes it does /usr/libexec/gcc/i686-pc-linux-gnu/4.4.4/cc1: error while loading shared libraries: libmpfr.so.1: cannot open

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Dale wrote: justin wrote: On 06/05/11 11:08, Dale wrote: That shed any light? Dale :-) :-) Yes it does /usr/libexec/gcc/i686-pc-linux-gnu/4.4.4/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory you upgraded your mpfr.

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Nikos Chantziaras wrote: On 05/06/2011 12:08 PM, Dale wrote: Nikos Chantziaras wrote: No, that's not it. It's this: !!! Please attach the following file when seeking support: !!! /var/tmp/portage/sys-apps/sandbox-2.4/work/build-default/config.log Hmmm. Thought it was the same. Here goes

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Alan McKinnon wrote: Apparently, though unproven, at 11:15 on Friday 06 May 2011, justin did opine thusly: On 06/05/11 11:08, Dale wrote: That shed any light? Dale :-) :-) Yes it does /usr/libexec/gcc/i686-pc-linux-gnu/4.4.4/cc1: error while loading shared libraries:

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Albert Hopkins
On Fri, 2011-05-06 at 12:18 +0200, Andrea Conti wrote: AFAIK in order to avoid this kind of breakage system ebuilds such as mpfr never delete old library versions; they just print a warning saying that the old library has been kept around and should be manually deleted after running

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Andrea Conti
/usr/libexec/gcc/i686-pc-linux-gnu/4.4.4/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file Meaning, run revdep-rebuild :) Yeah, right. So revdep-rebuild does its thing, finds out that gcc is broken and tries to rebuild it with the broken gcc :) In this

[gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread walt
On 05/06/2011 12:45 AM, Dale wrote: checking for i686-pc-linux-gnu-gcc... gcc checking whether the C compiler works... no I know you have it fixed now, but just thought I'd mention that you will see the same error when compiling something in a directory where you don't have write privileges.

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Dale wrote: On the list of things to do. Running python-updater now will run that next. Thanks. Dale :-) :-) Well, this ain't good. Neither python-updater nor revdep-rebuild can complete. Either it is a missing package or some other error. Am I to the point where I have to

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Albert Hopkins wrote: On Fri, 2011-05-06 at 12:18 +0200, Andrea Conti wrote: AFAIK in order to avoid this kind of breakage system ebuilds such as mpfr never delete old library versions; they just print a warning saying that the old library has been kept around and should be manually

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Alex Schuster
Dale writes: Dale wrote: On the list of things to do. Running python-updater now will run that next. Well, this ain't good. Neither python-updater nor revdep-rebuild can complete. Either it is a missing package or some other error. Am I to the point where I have to reinstall? Add

Re: [gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Dale
Alex Schuster wrote: Dale writes: Dale wrote: On the list of things to do. Running python-updater now will run that next. Well, this ain't good. Neither python-updater nor revdep-rebuild can complete. Either it is a missing package or some other error. Am I to the

[gentoo-user] Re: checking whether the C compiler works... no Oooops !!

2011-05-06 Thread Grant Edwards
On 2011-05-06, Dale rdalek1...@gmail.com wrote: P. S. One would think a Gentoo system could sit idle for a couple months without this sort of mess. It depends on which couple of months you happen to pick. ;) Most of the time a couple months is OK. Once in a while there will be several

[gentoo-user] Re: Checking an HD for problems

2010-09-22 Thread walt
On 09/22/2010 01:26 PM, Stroller wrote: On 22 Sep 2010, at 17:46, Grant wrote: ... I noticed some errors when I was cp -ax'ing everything from my old drive to the new drive which were accompanied by loud clicks. Is there a way to do a comprehensive test/check of the old drive to see if it has

Re: [gentoo-user] Re: Checking an HD for problems

2010-09-22 Thread Alan McKinnon
Apparently, though unproven, at 23:00 on Wednesday 22 September 2010, walt did opine thusly: On 09/22/2010 01:26 PM, Stroller wrote: On 22 Sep 2010, at 17:46, Grant wrote: ... I noticed some errors when I was cp -ax'ing everything from my old drive to the new drive which were accompanied

[gentoo-user] Re: Checking sanity of system...

2010-04-04 Thread Nikos Chantziaras
On 04/04/2010 08:18 AM, meino.cra...@gmx.de wrote: Hi, this is no security issue in sense of attacks...it is related to the consistency of the system. Simple question (and may be complicate to answer... ;) ) How can I check, that my Gentoo system is uptodate emerge --sync emerge -uDN

Re: [gentoo-user] Re: Checking sanity of system...

2010-04-04 Thread Dale
Nikos Chantziaras wrote: On 04/04/2010 08:18 AM, meino.cra...@gmx.de wrote: Hi, this is no security issue in sense of attacks...it is related to the consistency of the system. Simple question (and may be complicate to answer... ;) ) How can I check, that my Gentoo system is uptodate

Re: [gentoo-user] Re: Checking sanity of system...

2010-04-04 Thread meino . cramer
Nikos Chantziaras rea...@arcor.de [10-04-04 08:28]: On 04/04/2010 08:18 AM, meino.cra...@gmx.de wrote: Hi, this is no security issue in sense of attacks...it is related to the consistency of the system. Simple question (and may be complicate to answer... ;) ) How can I check, that my

Re: [gentoo-user] Re: Checking sanity of system...

2010-04-04 Thread meino . cramer
Dale rdalek1...@gmail.com [10-04-04 08:36]: Nikos Chantziaras wrote: On 04/04/2010 08:18 AM, meino.cra...@gmx.de wrote: Hi, this is no security issue in sense of attacks...it is related to the consistency of the system. Simple question (and may be complicate to answer... ;) ) How

[gentoo-user] Re: Checking sanity of system...

2010-04-04 Thread Nikos Chantziaras
On 04/04/2010 10:07 AM, meino.cra...@gmx.de wrote: Nikos Chantziarasrea...@arcor.de [10-04-04 08:28]: On 04/04/2010 08:18 AM, meino.cra...@gmx.de wrote: Hi, this is no security issue in sense of attacks...it is related to the consistency of the system. Simple question (and may be

Re: [gentoo-user] Re: Checking sanity of system...

2010-04-04 Thread Dale
meino.cra...@gmx.de wrote: Dalerdalek1...@gmail.com [10-04-04 08:36]: Nikos Chantziaras wrote: On 04/04/2010 08:18 AM, meino.cra...@gmx.de wrote: Hi, this is no security issue in sense of attacks...it is related to the consistency of the system. Simple question (and may

[gentoo-user] Re: checking for.....

2008-05-01 Thread reader
Alan McKinnon [EMAIL PROTECTED] writes: You are expecting autoconf to actually do something sane when it runs??? Har har. You must be new here. hehe... no not new... you'd never know it by the questions I ask but I've been running linux since redhat 3 series circa 1995-6 or so. I probably

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

2007-08-15 Thread Mick
On Monday 13 August 2007, Joseph wrote: On a second machine I tried: revdep-rebuild -X --library=libexpat.so.0 it recompiles a lot of packages including subversion and apache, however both programs won't run because libexpat.so.0 is required somewhere. If I run revdep-rebuild again,

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

2007-08-15 Thread Naga
On Wednesday 15 August 2007 11:29:28 Mick wrote: On Monday 13 August 2007, Joseph wrote: On a second machine I tried: revdep-rebuild -X --library=libexpat.so.0 it recompiles a lot of packages including subversion and apache, however both programs won't run because libexpat.so.0 is

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

2007-08-15 Thread Mick
On Wednesday 15 August 2007, Naga wrote: On Wednesday 15 August 2007 11:29:28 Mick wrote: =app-crypt/gnupg-1.4.7-r1 =kde-base/juk-3.5.5 ^ =media-libs/xine-lib-1.1.4-r2 =kde-base/kaudiocreator-3.5.5

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

2007-08-15 Thread Neil Bothwick
On Wed, 15 Aug 2007 11:48:17 +0100, Mick wrote: Thanks Naga, I should have said that a --update world did not pick these up. Did you use --deep? -- Neil Bothwick It's only a hobby ... only a hobby ... only a 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-15 Thread Mick
On Wednesday 15 August 2007, Neil Bothwick wrote: On Wed, 15 Aug 2007 11:48:17 +0100, Mick wrote: Thanks Naga, I should have said that a --update world did not pick these up. Did you use --deep? # emerge -upDv world -- Regards, Mick signature.asc Description: This is a digitally signed

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

2007-08-13 Thread Markus Schönhaber
Mark Knecht wrote: revdep-rebuild wanted to emerge again. I get quite tired, and frankly do not understand, why gcc itself should be on this list so often, Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29 Regrads mks -- [EMAIL PROTECTED] mailing list

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

2007-08-13 Thread Mark Knecht
On 8/12/07, Mark Knecht [EMAIL PROTECTED] wrote: SNIP I'll report back later as to the functionality of the system. It's still running mythbackend as this process goes on. At least it's helping my network do good things Cheers, Mark Thanks to all who responded to this thread. Your

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

2007-08-13 Thread Mark Knecht
On 8/13/07, Markus Schönhaber [EMAIL PROTECTED] wrote: Mark Knecht wrote: revdep-rebuild wanted to emerge again. I get quite tired, and frankly do not understand, why gcc itself should be on this list so often, Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29

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

2007-08-13 Thread Bo Ørsted Andresen
On Monday 13 August 2007 20:35:58 Mark Knecht wrote: revdep-rebuild wanted to emerge again. I get quite tired, and frankly do not understand, why gcc itself should be on this list so often, Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29 Thanks. I tried

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

2007-08-13 Thread Denis
When I was upgrading on one of the machines, I did encounter this same error on a couple gnome-related ebuilds (I don't actually have either gnome or kde desktops installed - only fluxbox). I ended up upgrading XML-Parser, then did a revdep-rebuild, which told me to re-install gettext, dbus, and

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

2007-08-13 Thread Mark Knecht
On 8/13/07, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Monday 13 August 2007 20:35:58 Mark Knecht wrote: revdep-rebuild wanted to emerge again. I get quite tired, and frankly do not understand, why gcc itself should be on this list so often, Maybe because of this:

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

2007-08-13 Thread Bo Ørsted Andresen
On Monday 13 August 2007 21:47:05 Mark Knecht wrote: Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29 Thanks. I tried the ~x86 version of gentoolkit and revdep-rebuild does not generate the requirement to rebuild gcc. That's an improvement. No,

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

2007-08-13 Thread Mark Knecht
On 8/13/07, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Monday 13 August 2007 21:47:05 Mark Knecht wrote: Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29 Thanks. I tried the ~x86 version of gentoolkit and revdep-rebuild does not generate the

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

2007-08-13 Thread Bo Ørsted Andresen
On Monday 13 August 2007 22:54:59 Mark Knecht wrote: Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29 [SNIP] Or you could read the link to bugs.gentoo.org in the top of this mail. Or post the output from the stable version of revdep-rebuild --ignore. I

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

2007-08-13 Thread Mark Knecht
On 8/13/07, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Monday 13 August 2007 22:54:59 Mark Knecht wrote: Maybe because of this: https://bugs.gentoo.org/show_bug.cgi?id=125728#c29 [SNIP] Or you could read the link to bugs.gentoo.org in the top of this mail. Or post the

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

2007-08-13 Thread Joseph
On a second machine I tried: revdep-rebuild -X --library=libexpat.so.0 it recompiles a lot of packages including subversion and apache, however both programs won't run because libexpat.so.0 is required somewhere. If I run revdep-rebuild again, only arputil will be re-emerged, however

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,

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] 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 from

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 changed! ewarn

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 Gnome stuff

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 packages

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] 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 updated. Some Apps are now

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='-emacs'.

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

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 since several have ran

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 all

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 of the

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 problems. Is

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 something.

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 could not

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 the update

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 the

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 create an

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 the

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 create an extra

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

2007-08-11 Thread Sven Köhler
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, it was gettext and