| Summary: | games-arcade/frozen-bubble-2.1.0 fails to emerge | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Wolfram Schlich (RETIRED) <wschlich> |
| Component: | Current packages | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
When I add an src_compile() function to the ebuild that actually
runs emake twice, this happens:
make[1]: Leaving directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/po'
make[1]: Entering directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/server'
install -d /var/tmp/portage/games-arcade/frozen-bubble-2.1.0/image//usr/games/lib/frozen-bubble
install fb-server /var/tmp/portage/games-arcade/frozen-bubble-2.1.0/image//usr/games/lib/frozen-bubble
install: cannot stat `fb-server': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/server'
make: *** [install] Error 2
*
* ERROR: games-arcade/frozen-bubble-2.1.0 failed.
* Call stack:
* ebuild.sh, line 46: Called src_install
* environment, line 2752: Called die
* The specific snippet of code:
* emake DESTDIR="${D}" install || diefunc "$FUNCNAME" "$LINENO" "$?" "make install failed";
* The die message:
* make install failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/games-arcade:frozen-bubble-2.1.0:20080322-144008.log'.
* The ebuild environment file is located at '/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/temp/environment'.
*
(In reply to comment #0) > ==> Your Makefile has been rebuilt. <== > ==> Please rerun the make command. <== Your system clock is broken. (In reply to comment #2) > (In reply to comment #0) > > ==> Your Makefile has been rebuilt. <== > > ==> Please rerun the make command. <== > > Your system clock is broken. --verbose That means clock skew, so you have to set your kernel correctly or at least use ntp-client then this should disapear As said above. |
>>> Compiling source in /var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0 ... perl -ne "print \$1 if m|\\\$version = '(.*)';|" c_stuff/lib/fb_stuff.pm > VERSION make[1]: Entering directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/c_stuff' test -e Makefile_c || perl Makefile.PL INSTALLDIRS= Writing Makefile_c for fb_c_stuff make -f Makefile_c make[2]: Entering directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/c_stuff' Makefile out-of-date with respect to /usr/lib/perl5/5.8.8/i686-linux/Config.pm /usr/lib/perl5/5.8.8/i686-linux/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile_c.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/bin/perl5.8.8 Makefile.PL "INSTALLDIRS=" Writing Makefile_c for fb_c_stuff ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make[2]: *** [Makefile] Error 1 make[2]: Leaving directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/c_stuff' make[1]: *** [fb_c_stuff] Error 2 make[1]: Leaving directory `/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/work/frozen-bubble-2.1.0/c_stuff' make: *** [dirs] Error 2 * * ERROR: games-arcade/frozen-bubble-2.1.0 failed. * Call stack: * ebuild.sh, line 46: Called src_compile * environment, line 2745: Called games_src_compile * environment, line 1400: Called die * The specific snippet of code: * emake || diefunc "$FUNCNAME" "$LINENO" "$?" "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/games-arcade:frozen-bubble-2.1.0:20080322-140403.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/frozen-bubble-2.1.0/temp/environment'. *