| Summary: | dev-scheme/guile-gnome-platform-2.16.1 emerge fails (install phase) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andreas K. Hüttel <dilfridge> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log and emerge info | ||
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... Created attachment 206469 [details]
build log and emerge info
Attached is build log and output of emerge --info
Judging from the test -z commands, $DESTDIR is missing somewhere?
no need to feel the same bug 4 times, thanks. *** Bug 288234 has been marked as a duplicate of this bug. *** *** Bug 288236 has been marked as a duplicate of this bug. *** *** Bug 288237 has been marked as a duplicate of this bug. *** *** Bug 288225 has been marked as a duplicate of this bug. *** *** Bug 288223 has been marked as a duplicate of this bug. *** Sorry about the noise. Bugzilla always reported an internal error, so I assumed the bug was not filed. I sent the error message to bugzilla@gentoo.org... *** This bug has been marked as a duplicate of bug 288235 *** |
* * 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.