[gentoo-user] Error compiling jpeg for kde

2007-06-15 Thread Mike Diehl
Hi all.

I'm trying to emerge kde and I'm getting an error when the system tries to 
emerge media-libs/jpeg.

So, where do I get crtbeginS.o and crtendS.o?

TIA,


i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtbeginS.o: No 
such file or directory
i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtendS.o: No such 
file or directory
make: *** [libjpeg.la] Error 1

!!! ERROR: media-libs/jpeg-6b-r8 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  jpeg-6b-r8.ebuild, line 36:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if 
relevant.
!!! A complete build log is located 
at '/var/tmp/portage/media-libs/jpeg-6b-r8/temp/build.log'.


-- 
Mike Diehl
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error compiling jpeg for kde

2007-06-15 Thread Peter Alfredsen
On Friday 15 June 2007, Mike Diehl wrote:
 Hi all.

 I'm trying to emerge kde and I'm getting an error when the system tries to
 emerge media-libs/jpeg.

 So, where do I get crtbeginS.o and crtendS.o?

 TIA,

 
 i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtbeginS.o: No
 such file or directory
 i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtendS.o: No
 such file or directory

Hrmmm... Have you changed CHOSTS or upgraded GCC? That file is a part of of 
GCC so when it's missing, that's bad. I'd really recommend you post your 
emerge --info output, because the i386-pc-linux-gnu CHOST is no longer 
supported with the newer GLIBCs (also, it gives us the core information about 
your system). Also, post the output of gcc-config -l.

If you have changed CHOSTs, see this guide:
http://www.gentoo.org/doc/en/change-chost.xml
Follow it like it was holy scripture.

-- 
/PA
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error compiling jpeg for kde

2007-06-15 Thread Mike Diehl
On Friday 15 June 2007 01:02:06 am Peter Alfredsen wrote:
 On Friday 15 June 2007, Mike Diehl wrote:
  Hi all.
 
  I'm trying to emerge kde and I'm getting an error when the system tries
  to emerge media-libs/jpeg.
 
  So, where do I get crtbeginS.o and crtendS.o?
 
  TIA,
 
  
  i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtbeginS.o:
  No such file or directory
  i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtendS.o: No
  such file or directory

 Hrmmm... Have you changed CHOSTS or upgraded GCC? That file is a part of of
 GCC so when it's missing, that's bad. I'd really recommend you post your
 emerge --info output, because the i386-pc-linux-gnu CHOST is no longer
 supported with the newer GLIBCs (also, it gives us the core information
 about your system). Also, post the output of gcc-config -l.

 If you have changed CHOSTs, see this guide:
 http://www.gentoo.org/doc/en/change-chost.xml
 Follow it like it was holy scripture.

 --
 /PA

That fixed it.  Thank you for your time.

-- 
Mike Diehl
-- 
[EMAIL PROTECTED] mailing list