Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288237 - dev-scheme/guile-gnome-platform-2.16.1 emerge fails (install phase)
Summary: dev-scheme/guile-gnome-platform-2.16.1 emerge fails (install phase)
Status: RESOLVED DUPLICATE of bug 288238
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 18:49 UTC by Andreas K. Hüttel
Modified: 2009-10-08 18:54 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 Andreas K. Hüttel archtester gentoo-dev 2009-10-08 18:49:34 UTC
*
 * ERROR: dev-scheme/guile-gnome-platform-2.16.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line  879:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" guilegnomedir=/usr/share/guile/site guilegnomelibdir=/usr/$(get_libdir) install || die "emake install failed."
 *  The die message:
 *   emake install failed.

The relevant lines from the build log are:

make[5]: Entering directory `/var/tmp/portage/dev-scheme/guile-gnome-platform-2.16.1/work/guile-gnome-platform-2.16.1/g
lib/gnome/gobject'
test -z "/usr/lib64" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/guile-gnome-platform-2.16.1/image//usr/lib64"
/bin/sh /var/tmp/portage/dev-scheme/guile-gnome-platform-2.16.1/work/guile-gnome-platform-2.16.1/install-sh -d /var/tmp
/portage/dev-scheme/guile-gnome-platform-2.16.1/image//usr/share/guile/site/gnome/gobject
test -z "/usr/include/guile-gnome-2" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/guile-gnome-platform-2.16.1/image//u
sr/include/guile-gnome-2"
test -z "/usr/include/guile-gnome-2/guile-gnome-gobject" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/guile-gnome-plat
form-2.16.1/image//usr/include/guile-gnome-2/guile-gnome-gobject"
test -z "/usr/share/guile/site/gnome/gobject" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/guile-gnome-platform-2.16.1
/image//usr/share/guile/site/gnome/gobject"
mkdir: kann Verzeichnis „/var/tmp/portage/dev-scheme/guile-gnome-platform-2.16.1/image//usr/share/guile/site/gnome/gobj
ect“ nicht anlegen: Die Datei existiert bereits
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libguile-gnome-gobject-2.la' '/var/tmp/portage/dev-sch
eme/guile-gnome-platform-2.16.1/image//usr/lib64/libguile-gnome-gobject-2.la'
make[5]: *** [install-data-local] Fehler 1

"Die Datei existiert bereits" = "File already exists"

Judging from the test -z commands, $DESTDIR is missing somewhere...


Reproducible: Always

Steps to Reproduce:
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-10-08 18:54:47 UTC

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