Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
make[1]: Entering directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help' Making install in C make[2]: Entering directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help/C' make[3]: Entering directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help/C' make[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /var/tmp/portage/rhythmbox-0.5.3/image//usr/share/ gnome/help/rhythmbox/C mkdir -p -- /var/tmp/portage/rhythmbox-0.5.3/image//usr/share/gnome/help/ rhythmbox/C for file in fdl-appendix.xml legal.xml authors.xml quick-reference.xml user-guide.xml rhythmbox.xml rhythmbox.xml; do \ cp ./$file /var/tmp/portage/rhythmbox-0.5.3/image//usr/share/gnome/help/ rhythmbox/C; \ done if test "figures"; then \ /bin/sh ../../mkinstalldirs /var/tmp/portage/rhythmbox-0.5.3/image//usr/ share/gnome/help/rhythmbox/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ /bin/install -c -m 644 $file /var/tmp/portage/rhythmbox-0.5.3/image//usr/ share/gnome/help/rhythmbox/C/figures/$basefile; \ done \ fi mkdir -p -- /var/tmp/portage/rhythmbox-0.5.3/image//usr/share/gnome/help/ rhythmbox/C/figures make install-data-hook make[4]: Entering directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help/C' /bin/sh ../../mkinstalldirs /var/tmp/portage/rhythmbox-0.5.3/image//usr/share/ omf/rhythmbox mkdir -p -- /var/tmp/portage/rhythmbox-0.5.3/image//usr/share/omf/rhythmbox for file in rhythmbox-C.omf; do \ /bin/install -c -m 644 $file.out /var/tmp/portage/rhythmbox-0.5.3/ image//usr/share/omf/rhythmbox/$file; \ done /bin/install: cannot stat `rhythmbox-C.omf.out': No such file or directory make[4]: *** [install-data-hook-omf] Error 1 make[4]: Leaving directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help/C' make[3]: *** [install-data-am] Error 2 make[3]: Leaving directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help/C' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help/C' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/rhythmbox-0.5.3/work/ rhythmbox-0.5.3/help' make: *** [install-recursive] Error 1 !!! ERROR: media-sound/rhythmbox-0.5.3 failed. !!! Function einstall, Line 358, Exitcode 2 !!! einstall failed $ emerge info Portage 2.0.49-r10 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.21) ================================================================= System uname: 2.4.21 i686 Pentium II (Klamath) Gentoo Base System version 1.4.3.10p1 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=pentium2 -Os -mmmx -msse -mfpmath=sse -pipe -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -frename-registers -ftracer" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/ share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/ texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/ config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -mcpu=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs sandbox ccache distcc userpriv usersandbox" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/ Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt cups encode foomaticdb gif gpm jpeg kde gnome libg+ + mad mikmod motif mpeg ncurses pdflib png quicktime slang spell svga truetype xml2 xmms xv zlib gdbm berkdb readline arts tetex X sdl tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt opengl -nls" Reproducible: Always Steps to Reproduce: 1. emerge rhythmbox
please attach a complete merge log
>> /bin/install: cannot stat `rhythmbox-C.omf.out': No such file or directory as lanius said, please attach the full build log, this looks like scrollkeeper or sgml-like error. are you using grp ?
I don't even know what grp is... Ok, I just wake up ;-)
Created an attachment (id=19140) [edit] emerge log I hope this is what you are asking for: "emerge rhythmbox &> emerge.log"
GRP!!! "Gentoo Reference Platform." Gentoo Binary distribution. No, I don't use it.
/bin/sh: line 1: scrollkeeper-preinstall: command not found do you really have app-text/scrollkeeper installed ?
'scrollkeeper' was the issue. But I ran into another problem: $ rhythmbox Illegal instruction
that is definitely because you've optimized for the wrong processor. -msse -ffmpmath=sse is your CFLAGS only for pentium3 and above, and you've only got a pentium2.
Yup, that's right. Days ago I deleted -by accident- /etc/make.conf so I replaced it with the one from my P3 box. I changed pentium3 to pentium2, but I forgot the sse part. Re-emerging the last 7 days or so... :-/
added scrollkeeper dep