public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols
       [not found] <bug-16858-8784@http.gcc.gnu.org/bugzilla/>
@ 2007-01-30 20:21 ` tromey at gcc dot gnu dot org
  2007-02-02 19:00 ` skunk at iskunk dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-30 20:21 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2007-01-30 20:21 -------
Does this still happen?


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols
       [not found] <bug-16858-8784@http.gcc.gnu.org/bugzilla/>
  2007-01-30 20:21 ` [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols tromey at gcc dot gnu dot org
@ 2007-02-02 19:00 ` skunk at iskunk dot org
  2007-12-02 21:20 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: skunk at iskunk dot org @ 2007-02-02 19:00 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from skunk at iskunk dot org  2007-02-02 19:00 -------
...
/tmp/gcc-3.4.6-build/gcc/gcj
-B/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libjava/
-B/tmp/gcc-3.4.6-build/gcc/ -mieee -g -O2 -o jv-convert
--main=gnu.gcj.convert.Convert -shared-libgcc 
-L/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libjava
-L/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libjava/.libs ./.libs/libgcj.a
-L/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libstdc++-v3/src
-L/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libstdc++-v3/src/.libs -lpthread
-lrt -L/tmp/gcc-3.4.6-build/gcc -L/usr/lib/cmplrs/cc -lgcc -lc -lgcc -Wl,-rpath
-Wl,/usr/local/lib
/usr/bin/ld:
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): pthread_key_create: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_getspecific:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_setspecific:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_mutex_lock: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_mutex_unlock:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_create: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_cond_destroy:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_cond_init: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_cond_signal:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_cond_wait: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_mutex_init: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_mutex_destroy:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): __pthread_self: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): pthread_attr_destroy: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): pthread_attr_init: multiply
defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): pthread_attr_setdetachstate:
multiply defined
/tmp/gcc-3.4.6-build/gcc/libgcc.a(gthr-posix.o): pthread_setschedparam:
multiply defined
collect2: ld returned 1 exit status
gmake[3]: *** [jv-convert] Error 1
gmake[3]: Leaving directory
`/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libjava'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/tmp/gcc-3.4.6-build/alphaev56-dec-osf4.0g/libjava'
gmake[1]: *** [all-target-libjava] Error 2
gmake[1]: Leaving directory `/tmp/gcc-3.4.6-build'
gmake: *** [bootstrap] Error 2

Yes :-(


-- 


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


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

* [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols
       [not found] <bug-16858-8784@http.gcc.gnu.org/bugzilla/>
  2007-01-30 20:21 ` [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols tromey at gcc dot gnu dot org
  2007-02-02 19:00 ` skunk at iskunk dot org
@ 2007-12-02 21:20 ` pinskia at gcc dot gnu dot org
  2008-01-25 20:36 ` rguenth at gcc dot gnu dot org
  2010-06-09 17:39 ` jay dot krell at cornell dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-02 21:20 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-12-02 21:20 -------
Can you try with 4.1.3 or 4.2.2?


-- 


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


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

* [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols
       [not found] <bug-16858-8784@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-12-02 21:20 ` pinskia at gcc dot gnu dot org
@ 2008-01-25 20:36 ` rguenth at gcc dot gnu dot org
  2010-06-09 17:39 ` jay dot krell at cornell dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-25 20:36 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-01-25 20:36 -------
No response from the reporter, closing as fixed.  Please re-open if this
still happens with a still maintained compiler (at least 4.1.x).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.3


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


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

* [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols
       [not found] <bug-16858-8784@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2008-01-25 20:36 ` rguenth at gcc dot gnu dot org
@ 2010-06-09 17:39 ` jay dot krell at cornell dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: jay dot krell at cornell dot edu @ 2010-06-09 17:39 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from jay dot krell at cornell dot edu  2010-06-09 17:39 -------
Exact same errors building gc (not gcc) using gcc 4.3.5 on OSF/1 5.1.
I haven't tried building java/libjava. Will probably do that.
Please reopen.


make[2]: Entering directory `/home/jayk/obj/gc'
gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"6.8\"
-DPACKAGE_STRING=\"gc\ 6.8\" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\"
-DGC_VERSION_MAJOR=6 -DGC_VERSION_MINOR=8 -DPACKAGE=\"gc\" -DVERSION=\"6.8\"
-DGC_OSF1_THREADS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1
-DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1
-DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1  -I.
-I/home/jayk/src/gc6.8 -I/home/jayk/src/gc6.8/include -pthread   -fexceptions
-g -O2 -c /home/jayk/src/gc6.8/tests/test.c
/bin/ksh ./libtool --mode=link gcc -fexceptions -g -O2  -o gctest  test.o
./libgc.la -lpthread -lrt   
gcc -fexceptions -g -O2 -o .libs/gctest test.o  ./.libs/libgc.so -lpthread -lrt
-Wl,-rpath -Wl,/home/jayk/lib
/usr/bin/ld:
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
pthread_key_create: multiply defined
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
__pthread_getspecific: multiply defined
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
__pthread_setspecific: multiply defined
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
__pthread_mutex_lock: multiply defined
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
__pthread_mutex_unlock: multiply defined
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
pthread_attr_destroy: multiply defined
/home/jayk/lib/gcc/alphaev67-dec-osf5.1/4.3.5/libgcc.a(gthr-posix.o):
pthread_attr_init: multiply defined
collect2: ld returned 1 exit status
make[2]: *** [gctest] Error 1
make[2]: Leaving directory `/home/jayk/obj/gc'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/jayk/obj/gc'
make: *** [check-recursive] Error 1
bash-4.1$ gcc -v
Using built-in specs.
Target: alphaev67-dec-osf5.1
Configured with: /home/jayk/src/gcc-4.3.5/configure -disable-nls
-with-gmp=/home/jayk -prefix=/home/jayk
Thread model: posix
gcc version 4.3.5 (GCC) 


-- 

jay dot krell at cornell dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jay dot krell at cornell dot
                   |                            |edu


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


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

* [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols
  2004-08-02 22:00 [Bug java/16858] New: " skunk at iskunk dot org
@ 2004-08-02 22:07 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-02 22:07 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

end of thread, other threads:[~2010-06-09 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16858-8784@http.gcc.gnu.org/bugzilla/>
2007-01-30 20:21 ` [Bug java/16858] Linking of jv-convert fails with redundant pthreads symbols tromey at gcc dot gnu dot org
2007-02-02 19:00 ` skunk at iskunk dot org
2007-12-02 21:20 ` pinskia at gcc dot gnu dot org
2008-01-25 20:36 ` rguenth at gcc dot gnu dot org
2010-06-09 17:39 ` jay dot krell at cornell dot edu
2004-08-02 22:00 [Bug java/16858] New: " skunk at iskunk dot org
2004-08-02 22:07 ` [Bug java/16858] " pinskia at gcc dot gnu dot 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).