Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213955 - games-board/qgo-1.5.1 : emerge error
Summary: games-board/qgo-1.5.1 : emerge error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 21:05 UTC by Toralf Förster
Modified: 2008-03-21 22:06 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 Toralf Förster gentoo-dev 2008-03-19 21:05:22 UTC
I get :

mkdir /var/tmp/portage/games-board/qgo-1.5.1/image/usr/share/mimelnk/text
mkdir: cannot create directory `/var/tmp/portage/games-board/qgo-1.5.1/image/usr/share/mimelnk/text': File exists
/usr/bin/install -c -p -m 644 ./sgf.desktop /var/tmp/portage/games-board/qgo-1.5.1/image//usr/share/mimelnk/text/
 /usr/bin/install -c -p -m 644 sgf.desktop /var/tmp/portage/games-board/qgo-1.5.1/image//usr/share/mimelnk/text//sgf.desktop
/usr/bin/install: cannot create regular file `/var/tmp/portage/games-board/qgo-1.5.1/image//usr/share/mimelnk/text//sgf.desktop': File exists
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/games-board/qgo-1.5.1/image//usr/share/applnk/Games/
make[2]: *** [install-MimelinkDATA] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/install -c -p -m 644 ./qgo.desktop /var/tmp/portage/games-board/qgo-1.5.1/image//usr/share/applnk/Games/
make[2]: Leaving directory `/var/tmp/portage/games-board/qgo-1.5.1/work/qgo-1.5.1/templates'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/games-board/qgo-1.5.1/work/qgo-1.5.1/templates'
make: *** [install-recursive] Error 1
 *
 * ERROR: games-board/qgo-1.5.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2937:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" install || die "emake install failed";
 *  The die message:
 *   emake 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-board:qgo-1.5.1:20080319-205700.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-board/qgo-1.5.1/temp/environment'.
 *
n

Reproducible: Always
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2008-03-19 23:29:54 UTC
please try to run
rm -rf /var/tmp/portage/*
and then remerge

thanks
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-03-20 00:30:26 UTC
Sounds a lot like a parallel make issue.
Comment 3 Tristan Heaven (RETIRED) gentoo-dev 2008-03-20 00:49:14 UTC
please try 1.5.4
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2008-03-20 04:00:38 UTC
... and let us know if that also fails.
Comment 5 Toralf Förster gentoo-dev 2008-03-20 09:31:39 UTC
(In reply to comment #2)
> Sounds a lot like a parallel make issue.
> 
Yep, I use "-j 2".

(In reply to comment #3 and #4)
1.5.4 was emerged successfully.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2008-03-21 22:06:01 UTC
1.5.4 works.