Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214253 - games-arcade/frozen-bubble-2.1.0 fails to emerge
Summary: games-arcade/frozen-bubble-2.1.0 fails to emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-22 14:16 UTC by Wolfram Schlich (RETIRED)
Modified: 2008-03-22 21:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2008-03-22 14:16:55 UTC
>>> 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'.
 *
Comment 1 Wolfram Schlich (RETIRED) gentoo-dev 2008-03-22 14:44:11 UTC
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'.
 *
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-03-22 14:54:38 UTC
(In reply to comment #0)
> ==> Your Makefile has been rebuilt. <==
> ==> Please rerun the make command.  <==

Your system clock is broken.

Comment 3 Wolfram Schlich (RETIRED) gentoo-dev 2008-03-22 16:02:22 UTC
(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
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2008-03-22 21:43:42 UTC
That means clock skew, so you have to set your kernel correctly or at least use ntp-client
then this should disapear
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2008-03-22 21:47:43 UTC
As said above.