Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-20 Thread Jonathan Chocron
Le Samedi 20 Mai 2006 07:03, Jim a écrit :
 On Fri, 2006-05-19 at 19:31 -0400, Allan Gottlieb wrote:
  I think you need to re-emerge libtool
  and then run
 
  fix_libtool_files.sh 3.4.4
 
  allan

 Ahh, thanks for the tip.  I never knew about fix_libtool_files.sh.

 Jim
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 There's no place like 127.0.0.1
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 JimD
 Central FL, USA, Earth, Sol

Oh, that's what it was all about ! I fixed the problem with an ugly symlink (I 
am ashamed).

Well, thanks for the tip !

Jonathan


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread JimD
I am getting this error when trying to update apmd.

[EMAIL PROTECTED] $ sudo emerge -vb sys-apps/apmd
Calculating dependencies... done!
 Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking apmd_3.2.2.orig.tar.gz ;-)
 checking apmd_3.2.2-5.diff.gz ;-)
 Unpacking source...
 Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
 Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
 * Applying apmd_3.2.2-5.diff ...


...

i686-pc-linux-gnu-g++:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
directory

...

The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
some system file that is telling libtool to use 3.4.4?

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread JimD
JimD wrote:

snip

 The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
 some system file that is telling libtool to use 3.4.4?
 
 Jim

FYI, I fixed this by re-emerging libtool.  How in the world did libtool
get out of whack?

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread Alan
re-emerge libtool and this should go away.  

If not a google search or in forums.gentoo.org has some more info.  

On Fri, May 19, 2006 at 06:48:52PM -0400, JimD wrote:
 I am getting this error when trying to update apmd.
 
 [EMAIL PROTECTED] $ sudo emerge -vb sys-apps/apmd
 Calculating dependencies... done!
  Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
  checking ebuild checksums ;-)
  checking auxfile checksums ;-)
  checking miscfile checksums ;-)
  checking apmd_3.2.2.orig.tar.gz ;-)
  checking apmd_3.2.2-5.diff.gz ;-)
  Unpacking source...
  Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
  Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
  * Applying apmd_3.2.2-5.diff ...
 
 
 ...
 
 i686-pc-linux-gnu-g++:
 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
 directory
 
 ...
 
 The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
 some system file that is telling libtool to use 3.4.4?
 
 Jim
 -- 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 There's no place like 127.0.0.1
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 JimD
 Central FL, USA, Earth, Sol
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Alan [EMAIL PROTECTED] - http://arcterex.net

Backups are for people who don't pray. -- big Mike
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread Allan Gottlieb
At Fri, 19 May 2006 18:48:52 -0400 JimD [EMAIL PROTECTED] wrote:

 I am getting this error when trying to update apmd.

 [EMAIL PROTECTED] $ sudo emerge -vb sys-apps/apmd
 Calculating dependencies... done!
 Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking apmd_3.2.2.orig.tar.gz ;-)
 checking apmd_3.2.2-5.diff.gz ;-)
 Unpacking source...
 Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
 Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
  * Applying apmd_3.2.2-5.diff ...


 ...

 i686-pc-linux-gnu-g++:
 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
 directory

 ...

 The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
 some system file that is telling libtool to use 3.4.4?

I think you need to re-emerge libtool
and then run

fix_libtool_files.sh 3.4.4

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread Jim
On Fri, 2006-05-19 at 19:31 -0400, Allan Gottlieb wrote:

 I think you need to re-emerge libtool
 and then run
 
 fix_libtool_files.sh 3.4.4
 
 allan

Ahh, thanks for the tip.  I never knew about fix_libtool_files.sh.

Jim
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol

-- 
gentoo-user@gentoo.org mailing list