gedit-2.4.0 fails to compile for me, with the main error message being: /bin/install: cannot stat `gedit-ja.omf.out': No such file or directory The full output is: /bin/sh ../../mkinstalldirs /var/tmp/portage/gedit-2.4.0/image//usr/share/omf/gedit for file in gedit-ja.omf; do \ /bin/install -c -m 644 $file.out /var/tmp/portage/gedit-2.4.0/image//usr/share/omf/gedit/$file; \ done /bin/install: cannot stat `gedit-ja.omf.out': No such file or directory make[4]: *** [install-data-hook-omf] Error 1 make[4]: Leaving directory `/var/tmp/portage/gedit-2.4.0/work/gedit-2.4.0/help/ja' make[3]: *** [install-data-am] Error 2 make[3]: Leaving directory `/var/tmp/portage/gedit-2.4.0/work/gedit-2.4.0/help/ja' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/gedit-2.4.0/work/gedit-2.4.0/help/ja' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gedit-2.4.0/work/gedit-2.4.0/help' make: *** [install-recursive] Error 1 !!! ERROR: app-editors/gedit-2.4.0 failed. !!! Function einstall, Line 347, Exitcode 2 !!! einstall failed I get this result with the CFLAGS below, and I also get it with CFLAGS="-march=athlon-xp -O3 -pipe" Of interest is that if I use no CFLAGS (""), I get the exact same errors as bug 28664. I will post a link to this bug there, as well. Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22) ================================================================= System uname: 2.4.22 i686 AMD Athlon(TM) XP 1800+ ccache version 2.2 [enabled] ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe -mmmx -msse -m3dnow -mfpmath=sse,387" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe -mmmx -msse -m3dnow -mfpmath=sse,387" DISTDIR="/usr/portage/distfiles" FEATURES="sandbox autoaddcvs ccache buildpkg notitle" GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://mirrors.tds.net/gentoo ftp://mirrors.tds.net/gentoo ftp://gentoo.noved.org/ http://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.pair.com/ http://gentoo.seren.com/gentoo http://gentoo.noved.org/ ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt cups foomaticdb gif jpeg libg++ libwww mad mikmod mpeg ncurses nls png quicktime sdl slang spell xml2 xv zlib gdbm berkdb readline svga java tcpd pam ssl python esd imlib qt motif opengl mozilla X gtk gtk2 gpm gnome 3dnow cdr encode kde mmx oggvorbis pdflib perl sse tiff truetype xmms -arts -ipv6"
I am also seeing nearly the exact same problem with gnome-utils-2.4.0: With my CFLAGS left alone: for file in gnome-system-log-es.omf; do \ /bin/install -c -m 644 $file.out /var/tmp/portage/gnome-utils-2.4.0/image//usr/share/omf/gnome-utils/$file; \ done /bin/install: cannot stat `gnome-system-log-es.omf.out': No such file or directory make[5]: *** [install-data-hook-omf] Error 1 make[5]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-2.4.0/logview/help/es' make[4]: *** [install-data-am] Error 2 make[4]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-2.4.0/logview/help/es' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-2.4.0/logview/help/es' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-2.4.0/logview/help' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-2.4.0/logview' make: *** [install-recursive] Error 1 !!! ERROR: gnome-extra/gnome-utils-2.4.0 failed. !!! Function einstall, Line 347, Exitcode 2 !!! einstall failed But with CFLAGS="-march=i686 -O2 -pipe" , it's fine. Starting to see a pattern here.
Of interest is also bug 28664
gnome-terminal does it too, same as the rest previously mentioned.
gnome-applets as well. But this time, setting CFLAGS="-march=i686 -O2 -pipe" fails in the same way.
I have this too, but for me it's on eog or gedit: for file in eog-de.omf; do \ /bin/install -c -m 644 $file.out /var/tmp/portage/eog-2.4.0/image//usr/share/omf/eog/$file; \ done /bin/install: cannot stat `eog-de.omf.out': No such file or directory make[4]: *** [install-data-hook-omf] Error 1 make[4]: Leaving directory `/var/tmp/portage/eog-2.4.0/work/eog-2.4.0/help/de' make[3]: *** [install-data-am] Error 2 make[3]: Leaving directory `/var/tmp/portage/eog-2.4.0/work/eog-2.4.0/help/de' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/eog-2.4.0/work/eog-2.4.0/help/de' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/eog-2.4.0/work/eog-2.4.0/help' make: *** [install-recursive] Error 1 !!! ERROR: media-gfx/eog-2.4.0 failed. !!! Function einstall, Line 347, Exitcode 2 !!! einstall failed I have cflags CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe" I have tried CFLAGS="-march=i686 -O2 -pipe" emerge eog but no success.
This is a similar problem with .omf.out file for evolution recently (not gentoo) http://www.mail-archive.com/freebsd-questions@freebsd.org/msg33864.html "What is your locale set to? Have you tried setting LANG to C before doing make to see if that helps? The .out file in question was generated during the make process, and for some reason that failed. Without seeing the output of make, I can only guess that perhaps the locale had something to do with this." seems to be related, but not to this instance of the problem. It gives me the clue of tracing back to the compile... maybe it fails silently compiling a .omf.out file which doesn't fail the compile.
*** This bug has been marked as a duplicate of 26320 ***