Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 209645

Summary: media-libs/sdl-mixer-1.2.8 won't configure when dev-lang/icc installed
Product: Gentoo Linux Reporter: Sergey Belyashov <Sergey.Belyashov>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergey Belyashov 2008-02-11 08:44:49 UTC
I have dev-lang/icc-10.0.026 installed. When I try to install media-libs/sdl-mixer-1.2.8 then configure failed:
>>> Compiling source in /var/tmp/portage/media-libs/sdl-mixer-1.2.8/work/SDL_mixer-1.2.8 ...
 * econf: updating SDL_mixer-1.2.8/build-scripts/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating SDL_mixer-1.2.8/build-scripts/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --enable-music-midi --enable-timidity-midi --disable-music-mod --disable-music-libmikmod --enable-music-mp3 --enable-music-ogg --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

config.log:
configure:2091: checking for C compiler default output file name
configure:2094: x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer /opt/intel/cce/10.0.026/include -D_GNU_SOURCE=1  /opt/intel/cce/10.0.026/include -D_GNU_SOURCE=1   conftest.c  >&5
/opt/intel/cce/10.0.026/include: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:2097: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2136: error: C compiler cannot create executables
See `config.log' for more details.

$ grep intel /etc/env.d/*
/etc/env.d/05icc:PATH=/opt/intel/cce/10.0.026/bin
/etc/env.d/05icc:ROOTPATH=/opt/intel/cce/10.0.026/bin
/etc/env.d/05icc:LDPATH=/opt/intel/cce/10.0.026/lib
/etc/env.d/05icc:MANPATH=/opt/intel/cce/10.0.026/man
/etc/env.d/05icc:INCLUDE=/opt/intel/cce/10.0.026/include


Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-11 08:46:45 UTC

*** This bug has been marked as a duplicate of bug 198057 ***