GNU bug report logs -
#5942
8.4 "kill" program fails to link on AIX 5.3
Previous Next
Reported by: danielg <at> teragram.com
Date: Tue, 13 Apr 2010 22:21:02 UTC
Severity: normal
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the coreutils package:
#5942: 8.4 "kill" program fails to link on AIX 5.3
It has been closed by Pádraig Brady <P <at> draigBrady.com>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Pádraig Brady <P <at> draigBrady.com> by
replying to this email.
--
5942: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5942
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On 15/04/10 16:01, Daniel Richard G. wrote:
> Indeed, that does the trick! Adding either of $(LIBTHREAD) or
> $(LIBMULTITHREAD) to kill_LDADD allows the program to link successfully.
Thanks for testing.
I've just pushed that fix.
cheers,
Pádraig.
[Message part 3 (message/rfc822, inline)]
Building coreutils-8.4 on a 64-bit AIX 5.3 system using GCC, I get this:
gmake[1]: Entering directory `/tmp/coreutils-build/src'
CCLD kill
ld: 0711-317 ERROR: Undefined symbol: .pthread_once
ld: 0711-317 ERROR: Undefined symbol: .pthread_getspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_setspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_key_create
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
gmake[1]: *** [kill] Error 1
gmake[1]: Leaving directory `/tmp/coreutils-build/src'
gmake: *** [all] Error 2
Everything else builds and links fine. Does the "kill" program need some
special handling to make use of pthreads?
--Daniel
--
Daniel Richard G. || danielg <at> teragram.com || Software Developer
Teragram Linguistic Technologies (a division of SAS)
http://www.teragram.com/
This bug report was last modified 15 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.