This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/38326] [4.3/4.4 regression] libjava build failure on ia64-linux-gnu



------- Comment #8 from arthur dot loiret at gmail dot com  2009-01-09 09:15 -------
I can reproduce it on Debian unstable. The problem is in Debian's fastjar on
ia64:

(cd classes; \
        /usr/bin/fastjar cf ../tools.zip `find . -name .svn -prune -o -type f
-print`; \
        cd ..)
/bin/sh: line 2:  7749 Segmentation fault      /usr/bin/fastjar cf ../tools.zip
`find . -name .svn -prune -o -type f -print`
(cd asm; \
        /usr/bin/fastjar uf ../tools.zip `find . -name .svn -prune -o -type f
-print`; \
        cd ..)
/usr/bin/fastjar: ../tools.zip: can't seek file


This results an empty tools.zip and causes the ICE. fastjar is currently
compiled with -O2, with it compiled with -O0 the build successes. Matthias,
does a simple "fastjar cf a.zip" segfaults for you ?


-- 

arthur dot loiret at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arthur dot loiret at gmail
                   |                            |dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38326


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]