bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] texinfo-6.5.90 pretest on AIX


From: Bruno Haible
Subject: Re: [platform-testers] texinfo-6.5.90 pretest on AIX
Date: Sat, 05 Jan 2019 01:19:17 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

On AIX 7.1, there are two problems:

1) Link errors:

xlc  -g  -L/home/haible/prefix32/lib -o ginfo dir.o display.o dribble.o  
echo-area.o filesys.o footnotes.o  indices.o info-utils.o info.o  infodoc.o 
infokey.o infomap.o  infopath.o m-x.o man.o  nodemenu.o nodes.o search.o  
session.o signals.o tag.o  terminal.o tilde.o variables.o  window.o doc.o 
../gnulib/lib/libgnu.a -lcurses -lintl /home/haible/prefix32/lib/libiconv.a 
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.

xlc  -g  -L/home/haible/prefix32/lib -o ginstall-info install-info.o 
../gnulib/lib/libgnu.a -lintl 
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.

They are fixed through the attached patch. $(LIBTHREAD) is empty on
most modern platforms - except AIX.

2) A build error:

no fallback module for Texinfo::Parser at ../../tp/Texinfo/XSLoader.pm line 242.
BEGIN failed--compilation aborted at ../../tp/Texinfo/XS/parsetexi/Parsetexi.pm 
line 454.
Compilation failed in require at ../../tp/Texinfo/Report.pm line 45.
BEGIN failed--compilation aborted at ../../tp/Texinfo/Report.pm line 45.
Compilation failed in require at ../../tp/Texinfo/Convert/Converter.pm line 31.
BEGIN failed--compilation aborted at ../../tp/Texinfo/Convert/Converter.pm line 
31.
Compilation failed in require at ../tp/texi2any line 100.
BEGIN failed--compilation aborted at ../tp/texi2any line 100.
make: 1254-004 The error code from the last command is 9.

Find attached the log files.

Attachment: aix-link-error-fix.diff
Description: Text Data

Attachment: aix71-logs.tar.gz
Description: application/compressed-tar


reply via email to

[Prev in Thread] Current Thread [Next in Thread]