Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71212 - monkey-bubble-0.3.2 failed. /bin/install: cannot stat `monkey-bubble-C.omf.out': No such file or directory
Summary: monkey-bubble-0.3.2 failed. /bin/install: cannot stat `monkey-bubble-C.omf.ou...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-14 14:48 UTC by stefiqeg
Modified: 2004-11-21 04:10 UTC (History)
0 users

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


Attachments
the complete output of emerge -v monkey-bubble (out,84.99 KB, text/plain)
2004-11-20 09:34 UTC, stefiqeg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefiqeg 2004-11-14 14:48:05 UTC
When I try to emerge monkey-bubble, all dependencies (I think lots of gnome stuff) emerges fine, but monkey-bubble itself fails (at installation):

make[4]: Entering directory `/var/tmp/portage/monkey-bubble-0.3.2/work/monkey-bubble-0.3.2/help/C'
/bin/sh ../../mkinstalldirs /var/tmp/portage/monkey-bubble-0.3.2/image//usr/share/omf/monkey-bubble
mkdir -p -- /var/tmp/portage/monkey-bubble-0.3.2/image//usr/share/omf/monkey-bubble
for file in monkey-bubble-C.omf; do \
        /bin/install -c -m 644 $file.out /var/tmp/portage/monkey-bubble-0.3.2/image//usr/share/omf/monkey-bubble/$file; \
done
/bin/install: cannot stat `monkey-bubble-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/var/tmp/portage/monkey-bubble-0.3.2/work/monkey-bubble-0.3.2/help/C'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/monkey-bubble-0.3.2/work/monkey-bubble-0.3.2/help/C'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/monkey-bubble-0.3.2/work/monkey-bubble-0.3.2/help/C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/monkey-bubble-0.3.2/work/monkey-bubble-0.3.2/help'
make: *** [install-recursive] Error 1

!!! ERROR: games-arcade/monkey-bubble-0.3.2 failed.
!!! Function einstall, Line 478, Exitcode 2




Reproducible: Always
Steps to Reproduce:
1. emerge monkey-bubble

Actual Results:  
build fails

Expected Results:  
just installed

System uname: 2.6.8-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j22"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups dvd encode esd f77
fam flac foomaticdb fortran gdbm gif gpm gstreamer gtk2 imagemagick imlib java
jpeg junit kde ldap libg++ libwww mad mikmod mmx motif mozcalendar mozilla mpeg
mysql ncursesnls oggvorbis opengl oss pam pdflib perl php png postgres python qt
quicktime readline samba sdl slang spell sse ssl svga tcpd tetex tiff truetype
x86 xml xml2 xmms xv zlib"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-11-19 21:34:42 UTC
builds fine for me.

Can you attach the entire output from the attempted merge please?

emerge -v monkey-bubble &> /tmp/out

reopen this bug once you've attached the file, thanks.
Comment 2 stefiqeg 2004-11-20 09:34:27 UTC
Created attachment 44369 [details]
the complete output of emerge -v monkey-bubble
Comment 3 stefiqeg 2004-11-20 09:35:58 UTC
as requested i attatched the output of emerge -v monkey-bubble
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-11-20 17:44:49 UTC
emerge app-text/scrollkeeper and try merging monkey-bubble again please.  I think it's a missing dep.
Comment 5 stefiqeg 2004-11-21 03:53:44 UTC
That worked - thanks!
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2004-11-21 04:10:52 UTC
great, thanks for testing.