Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253952 - media-gfx/splashutils-1.5.4.3 - eautoreconf/libtool problem
Summary: media-gfx/splashutils-1.5.4.3 - eautoreconf/libtool problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 09:02 UTC by Justin Lecher (RETIRED)
Modified: 2009-01-08 20:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge.info (emerge.info,12.69 KB, text/plain)
2009-01-06 09:03 UTC, Justin Lecher (RETIRED)
Details
build.log (build.log,16.16 KB, text/plain)
2009-01-06 09:09 UTC, Justin Lecher (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-01-06 09:02:37 UTC
The emerge of media-gfx/splashutils-1.5.4.3 breaks with following error

Making all in libs
  CONF    libjpeg.a
  MAKE    libjpeg.a
  CONF    libfreetype.a
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h:     check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: fcntl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to freetype@nongnu.org ##
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING: zlib.h: present but cannot be compiled
configure: WARNING: zlib.h:     check for missing prerequisite headers?
configure: WARNING: zlib.h: see the Autoconf documentation
configure: WARNING: zlib.h:     section "Present But Cannot Be Compiled"
configure: WARNING: zlib.h: proceeding with the preprocessor's result
configure: WARNING: zlib.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to freetype@nongnu.org ##
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h:     check for missing prerequisite headers?
configure: WARNING: dlfcn.h: see the Autoconf documentation
configure: WARNING: dlfcn.h:     section "Present But Cannot Be Compiled"
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING: dlfcn.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to freetype@nongnu.org ##
configure: WARNING:     ## ---------------------------------- ##
  MAKE    libfreetype.a
  CONF    libz.a
  MAKE    zlib.a
  CONF    libpng.a
  MAKE    libpng.a
Making all in src
  CREATE  fbsplash.h
Making all in .
../libtool: line 848: X--tag=CC: command not found
../libtool: line 881: libtool: ignoring unknown tag : command not found
../libtool: line 848: X--mode=compile: command not found
../libtool: line 1015: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1016: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1159: Xi686-pc-linux-gnu-gcc: command not found
../libtool: line 1159: X-DHAVE_CONFIG_H: command not found
../libtool: line 1159: X-I.: command not found
../libtool: line 1159: X-I..: command not found
../libtool: line 1159: X-I..: command not found
../libtool: line 1159: X-I..: command not found
../libtool: line 1159: X-O2: command not found
../libtool: line 1159: X-pipe: command not found
../libtool: line 1159: X-march=prescott: command not found
../libtool: line 1159: X-fomit-frame-pointer: command not found
../libtool: line 1159: X-MT: command not found
../libtool: line 1159: Xlibfbsplash.lo: command not found
../libtool: line 1159: X-MD: command not found
../libtool: line 1159: X-MP: command not found
../libtool: line 1159: X-MF: command not found
../libtool: line 1159: X.deps/libfbsplash.Tpo: No such file or directory
../libtool: line 1159: X-c: command not found
../libtool: line 1212: Xlibfbsplash.lo: command not found
../libtool: line 1217: libtool: compile: cannot determine name of library object from `': command not found
make[4]: *** [libfbsplash.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make: INTERNAL: Exiting with 4 jobserver tokens available; should be 3!
 * 
 * ERROR: media-gfx/splashutils-1.5.4.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2671:  Called die
 * The specific snippet of code:
 *       emake KLCC="${CC}" CC="${CC}" STRIP="true" || die "failed to build splashutils";
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-01-06 09:03:40 UTC
Created attachment 177556 [details]
emerge.info

emerge.info
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-01-06 09:09:09 UTC
Created attachment 177558 [details]
build.log

build.log
Comment 3 Rafał Mużyło 2009-01-06 22:43:23 UTC
This looks like a standard eautoreconf/libtool problem.
I'm in the middle of something right now,
but this package probably has old libtool macro somewhere,
that doesn't get overwritten during eautoreconf.
Comment 4 Rafał Mużyło 2009-01-07 01:40:04 UTC
OK, now, it was actually the opposite -
it ships with libtool 2, so the macros in m4/
don't get "downgraded" during eautoreconf, while
ltmain.sh does.
Comment 5 Michal Januszewski (RETIRED) gentoo-dev 2009-01-08 20:02:13 UTC
This should now be fixed in CVS.  Thanks for reporting the problem :)