[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.
aix-link-error-fix.diff
Description: Text Data
aix71-logs.tar.gz
Description: application/compressed-tar
- Re: [platform-testers] texinfo-6.5.90 pretest on Hurd, (continued)
- Re: [platform-testers] texinfo-6.5.90 pretest on Hurd, Bruno Haible, 2019/01/04
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Bruno Haible, 2019/01/04
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Gavin Smith, 2019/01/05
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Bruno Haible, 2019/01/05
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Gavin Smith, 2019/01/05
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Bruno Haible, 2019/01/18
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Gavin Smith, 2019/01/19
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Bruno Haible, 2019/01/20
- Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX, Gavin Smith, 2019/01/23
Re: [platform-testers] texinfo-6.5.90 pretest on AIX,
Bruno Haible <=
Re: [platform-testers] texinfo-6.5.90 pretest on Mac OS X, Bruno Haible, 2019/01/04
Re: [platform-testers] texinfo-6.5.90 pretest on Solaris 10, Bruno Haible, 2019/01/04