Discussion:
lam 7.1.1 autobuild failure:
(too old to reply)
Camm Maguire
2004-10-07 15:10:13 UTC
Permalink
...

/usr/lib/libpthread_nonshared.a(pthread_atfork.os)(.text+0x24): In function `__pthread_atfork':
/build/buildd/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/linuxthreads/pthread_atfork.c:39: relocation truncated to fit: R_390_GOT12 __dso_handle
collect2: ld returned 1 exit status
make: *** [debian/tmp/usr/lib/liblam.so.4.0] Error 1


Lam has always built successfully on s390 before -- is this a
(hopefully transient) new bug in the threads library?

Take care,
--
Camm Maguire ***@enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
--
To UNSUBSCRIBE, email to debian-s390-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
GOTO Masanori
2004-10-08 07:10:11 UTC
Permalink
At Thu, 07 Oct 2004 10:47:15 -0400,
Post by Camm Maguire
/build/buildd/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/linuxthreads/pthread_atfork.c:39: relocation truncated to fit: R_390_GOT12 __dso_handle
collect2: ld returned 1 exit status
make: *** [debian/tmp/usr/lib/liblam.so.4.0] Error 1
Lam has always built successfully on s390 before -- is this a
(hopefully transient) new bug in the threads library?
It may be related with the latest binutils 2.15. Similar issue is
raised up at debian-mips - mips multigot support is not worked well.
Ex: #274738.

Regards,
-- gotom
--
To UNSUBSCRIBE, email to debian-s390-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Gerhard Tonn
2004-10-08 14:20:09 UTC
Permalink
Post by Camm Maguire
...
/build/buildd/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/linuxthreads/pthread_atfork.c:39: relocation truncated to fit: R_390_GOT12 __dso_handle
collect2: ld returned 1 exit status
make: *** [debian/tmp/usr/lib/liblam.so.4.0] Error 1
Lam has always built successfully on s390 before -- is this a
(hopefully transient) new bug in the threads library?
Hi,

I was told, that the libpthread_nonshared.a has to be built with -fPIC
(not -fpic). I am not sure if the following patch has been applied to
Debians glibc


2003-07-10 Ulrich Drepper <***@redhat.com>

* sysdeps/m68k/Makefile: Remove CLFAGS-.oS addition.
* Makeconfig (CFLAGS-.oS): Use PIC-ccflag instead of pic-ccflag.
(PIC-ccflag): Define.

Regards,
Gerhard
--
To UNSUBSCRIBE, email to debian-s390-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
GOTO Masanori
2004-10-12 00:30:09 UTC
Permalink
At Fri, 08 Oct 2004 16:55:32 +0200,
Post by Gerhard Tonn
I was told, that the libpthread_nonshared.a has to be built with -fPIC
(not -fpic). I am not sure if the following patch has been applied to
Debians glibc
* sysdeps/m68k/Makefile: Remove CLFAGS-.oS addition.
* Makeconfig (CFLAGS-.oS): Use PIC-ccflag instead of pic-ccflag.
(PIC-ccflag): Define.
I didn't check yet, but it should be already applied because the
current debian-glibc is based on the newer version.

Regards,
-- gotom
--
To UNSUBSCRIBE, email to debian-s390-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Usha Rani Konudula
2004-10-12 11:00:20 UTC
Permalink
How did you resolve this issue? I am facing the same problem, can you
let me know if installing any patches has resolved this issue.

Thanks
Usha.
Gerhard Tonn
2004-10-12 12:40:15 UTC
Permalink
Post by Usha Rani Konudula
How did you resolve this issue? I am facing the same problem, can you
let me know if installing any patches has resolved this issue.
It's not yet resolved, I thought it was -fPIC versus -fpic, but doesn't
seem so.

Gerhard
--
To UNSUBSCRIBE, email to debian-s390-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Loading...