Summary: | gedit-2.4.0 compile failure: cannot stat `gedit-ja.omf.out` | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | FieldySnuts <sgtphou> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
FieldySnuts
2003-09-14 09:18:23 UTC
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. 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. |