public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/64575] New: [5 Regression] bootstrap failure for x32
@ 2015-01-12 22:38 hjl.tools at gmail dot com
  2015-01-13  1:00 ` [Bug bootstrap/64575] " hjl.tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-12 22:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64575

            Bug ID: 64575
           Summary: [5 Regression] bootstrap failure for x32
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: rth at gcc dot gnu.org

On Linux/x32, revision 219484 failed to bootstrap:

https://gcc.gnu.org/ml/gcc-regression/2015-01/msg00203.html
...
libtool: link: /export/gnu/import/git/gcc-test-x32/bld/./gcc/xgcc
-shared-libgcc -B/export/gnu/import/git/gcc-test-x32/bld/./gcc -nostdinc++
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libstdc++-v3/src
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libstdc++-v3/src/.libs
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libstdc++-v3/libsupc++/.libs
-B/usr/5.0.0/x86_64-unknown-linux-gnu/bin/
-B/usr/5.0.0/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/5.0.0/x86_64-unknown-linux-gnu/include -isystem
/usr/5.0.0/x86_64-unknown-linux-gnu/sys-include  -mx32  -fPIC -DPIC -shared
-nostdlib /lib/../libx32/crti.o
/export/gnu/import/git/gcc-test-x32/bld/./gcc/x32/crtbeginS.o 
.libs/jni-libjvm.o   -Wl,-rpath
-Wl,/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libjava/.libs
-Wl,-rpath -Wl,/usr/5.0.0/lib/../libx32
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libjava/.libs
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libstdc++-v3/src
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libstdc++-v3/src/.libs
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libstdc++-v3/libsupc++/.libs
./.libs/libgcj.so
-L/export/gnu/import/git/gcc-test-x32/bld/x86_64-unknown-linux-gnu/x32/libjava
-lpthread -lrt -ldl -lz -L/export/gnu/import/git/gcc-test-x32/bld/./gcc/x32
-L/lib/../libx32 -L/usr/lib/../libx32
-L/export/gnu/import/git/gcc-test-x32/bld/./gcc -lc -lgcc_s
/export/gnu/import/git/gcc-test-x32/bld/./gcc/x32/crtendS.o
/lib/../libx32/crtn.o  -mx32 -mx32 -mx32 -Wl,-Bsymbolic   -Wl,-soname
-Wl,libjvm.so -o .libs/libjvm.so
./.libs/libgcj.so: undefined reference to `ffi_raw_call'
./.libs/libgcj.so: undefined reference to `ffi_prep_raw_closure_loc'
./.libs/libgcj.so: undefined reference to `ffi_prep_cif_machdep'
./.libs/libgcj.so: undefined reference to `ffi_prep_closure_loc'
./.libs/libgcj.so: undefined reference to `ffi_call'
collect2: error: ld returned 1 exit status
make[8]: *** [jv-convert] Error 1
make[8]: *** Waiting for unfinished jobs....


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/64575] [5 Regression] bootstrap failure for x32
  2015-01-12 22:38 [Bug bootstrap/64575] New: [5 Regression] bootstrap failure for x32 hjl.tools at gmail dot com
@ 2015-01-13  1:00 ` hjl.tools at gmail dot com
  2015-01-13 15:58 ` hjl at gcc dot gnu.org
  2015-01-13 16:03 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-13  1:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64575

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-13
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
A patch is posted at

https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00776.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/64575] [5 Regression] bootstrap failure for x32
  2015-01-12 22:38 [Bug bootstrap/64575] New: [5 Regression] bootstrap failure for x32 hjl.tools at gmail dot com
  2015-01-13  1:00 ` [Bug bootstrap/64575] " hjl.tools at gmail dot com
@ 2015-01-13 15:58 ` hjl at gcc dot gnu.org
  2015-01-13 16:03 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu.org @ 2015-01-13 15:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64575

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Tue Jan 13 15:57:27 2015
New Revision: 219539

URL: https://gcc.gnu.org/viewcvs?rev=219539&root=gcc&view=rev
Log:
Set TARGET to X86_64 if __x86_64__ is defined

    PR bootstrap/64575
    * configure.host (TARGET): Set to X86_64 if __x86_64__ is defined.

Modified:
    trunk/libffi/ChangeLog
    trunk/libffi/configure.host


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/64575] [5 Regression] bootstrap failure for x32
  2015-01-12 22:38 [Bug bootstrap/64575] New: [5 Regression] bootstrap failure for x32 hjl.tools at gmail dot com
  2015-01-13  1:00 ` [Bug bootstrap/64575] " hjl.tools at gmail dot com
  2015-01-13 15:58 ` hjl at gcc dot gnu.org
@ 2015-01-13 16:03 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-13 16:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64575

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-13 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-12 22:38 [Bug bootstrap/64575] New: [5 Regression] bootstrap failure for x32 hjl.tools at gmail dot com
2015-01-13  1:00 ` [Bug bootstrap/64575] " hjl.tools at gmail dot com
2015-01-13 15:58 ` hjl at gcc dot gnu.org
2015-01-13 16:03 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).