public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/56811] New: gcc build fails: Unsatisfied symbol "_Unwind_GetIPInfo"
@ 2013-04-02 11:14 mrcs.gcc at mailnull dot com
  2013-04-02 15:59 ` [Bug other/56811] [4.8 Regression] libbacktrace causes undefined symbol "_Unwind_GetIPInfo" on ia64-hpux pinskia at gcc dot gnu.org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: mrcs.gcc at mailnull dot com @ 2013-04-02 11:14 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56811
           Summary: gcc build fails: Unsatisfied symbol
                    "_Unwind_GetIPInfo"
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mrcs.gcc@mailnull.com


Building gcc 4.8.0 on HP-UX 11.23 IA64 fails.

The c compiler used for building the gcc 4.8.0 is gcc 4.5.2.
The last lines of output from make are:

g++  -DUSE_LIBUNWIND_EXCEPTIONS  -g -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -static-libstdc++
-static-libgcc -L/home/hendrik/gccgo1-HP-UX-B.11.23-ia64/lib
-L/home/hendrik/gccgo1-HP-UX-B.11.23-ia64/lib/hpux32 -o cc1 c/c-lang.o
c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o
c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c-family/c-common.o
c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o
c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o
c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o
c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o
tree-mudflap.o ia64-c.o default-c.o \
  cc1-checksum.o libbackend.a main.o tree-browser.o libcommon-target.a
libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a
../libcpp/libcpp.a ./../intl/libintl.a  ../libbacktrace/.libs/libbacktrace.a
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a  
-L/home/hendrik/gccgo1-HP-UX-B.11.23-ia64/lib
-L/home/hendrik/gccgo1-HP-UX-B.11.23-ia64/lib
-L/home/hendrik/gccgo1-HP-UX-B.11.23-ia64/lib -lmpc -lmpfr -lgmp   -L../zlib
-lz
ld: Unsatisfied symbol "_Unwind_GetIPInfo" in file
../libbacktrace/.libs/libbacktrace.a[backtrace.o]
1 errors.
collect2: ld returned 1 exit status
make[3]: *** [cc1] Error 1
make[3]: Leaving directory
`/svnstore/unix/hendrik/git/gccgo/gccgo-build/build.HP-UX-B.11.23-ia64/gcc-4.8.0/host-ia64-hp-hpux11.23/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory
`/svnstore/unix/hendrik/git/gccgo/gccgo-build/build.HP-UX-B.11.23-ia64/gcc-4.8.0'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory
`/svnstore/unix/hendrik/git/gccgo/gccgo-build/build.HP-UX-B.11.23-ia64/gcc-4.8.0'
make: *** [all] Error 2


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

end of thread, other threads:[~2015-06-26 20:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02 11:14 [Bug c/56811] New: gcc build fails: Unsatisfied symbol "_Unwind_GetIPInfo" mrcs.gcc at mailnull dot com
2013-04-02 15:59 ` [Bug other/56811] [4.8 Regression] libbacktrace causes undefined symbol "_Unwind_GetIPInfo" on ia64-hpux pinskia at gcc dot gnu.org
2013-04-03 10:19 ` mrcs.gcc at mailnull dot com
2013-05-31 11:03 ` [Bug other/56811] [4.8/4.9 " jakub at gcc dot gnu.org
2013-06-30 19:31 ` misty at brew dot sh
2013-06-30 19:32 ` misty at brew dot sh
2013-06-30 19:33 ` misty at brew dot sh
2013-08-28  7:01 ` misty at brew dot sh
2013-10-16  9:50 ` jakub at gcc dot gnu.org
2013-11-22 10:44 ` rguenth at gcc dot gnu.org
2013-12-20  8:50 ` d.v.a at ngs dot ru
2014-05-17  3:15 ` [Bug other/56811] [4.8/4.9/4.10 " alm at sibmail dot ru
2014-05-22  9:07 ` rguenth at gcc dot gnu.org
2014-05-27  3:02 ` alm at sibmail dot ru
2014-07-16 12:34 ` d.v.a at ngs dot ru
2014-12-19 13:29 ` [Bug other/56811] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:21 ` [Bug other/56811] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 19:58 ` [Bug other/56811] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:30 ` jakub at gcc dot gnu.org

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).