Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 28708
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 26320
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: FieldySnuts <sgtphou@fire-eyes.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 28708 depends on: Show dependency tree
Bug 28708 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-14 09:18 0000
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"

------- Comment #1 From FieldySnuts 2003-09-14 09:41:47 0000 -------
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.

------- Comment #2 From FieldySnuts 2003-09-14 09:45:26 0000 -------
Of interest is also bug 28664

------- Comment #3 From FieldySnuts 2003-09-14 10:13:29 0000 -------
gnome-terminal does it too, same as the rest previously mentioned.

------- Comment #4 From FieldySnuts 2003-09-14 10:25:35 0000 -------
gnome-applets as well. But this time, setting CFLAGS="-march=i686 -O2 -pipe"
fails in the same way.

------- Comment #5 From Chris Johnson 2003-09-14 12:52:46 0000 -------
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.  

------- Comment #6 From Chris Johnson 2003-09-14 13:09:28 0000 -------
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.  

------- Comment #7 From foser (RETIRED) 2003-09-14 13:12:21 0000 -------

*** This bug has been marked as a duplicate of 26320 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug