[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [platform-testers] texinfo-6.0.93 pretest
From: |
Assaf Gordon |
Subject: |
Re: [platform-testers] texinfo-6.0.93 pretest |
Date: |
Mon, 1 Feb 2016 10:08:05 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 |
Hello,
On 01/31/2016 07:47 AM, Gavin Smith wrote:
The next pretest for the upcoming Texinfo 6.1 release has been uploaded to
http://alpha.gnu.org/gnu/texinfo/texinfo-6.0.93.tar.xz
No test failures on these systems:
Fedora-21, ppc64le
Fedora-20, ppc64
Ubuntu-14, aarch64
OpenSolaris 5.10/5.11 on i86pc and suv4u/sub4v
OpenBSD 5.8, amd64
FreeBSD 10.1, amd64
NetBSD 7.0, amd64
Debian-7/kFreeBSD-9,amd64
GNU Hurd 0.7, i686
Ubuntu-14.04, amd64
Ubuntu-15.04 (also on i686)
Debian 8.1, 7.6, amd64
Fedora 23, 22, 21, amd64
openSUSE 42.1, 13.1, amd64
CentOS 7, amd64
On AIX-7.1,power7, compilation fails with:
====
gcc -std=gnu99 -g -O2 -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 -liconv
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.
collect2: error: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
===
On Minix 3.3.0, compilation fails with:
===
cc -g -O2 -o pseudotty pseudotty.o ../gnulib/lib/libgnu.a -lcurses
clang: warning: argument unused during compilation: '-g'
pseudotty.o: In function `main':
/tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93/info/pseudotty.c:59:
undefined reference to `grantpt'
/tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93/info/pseudotty.c:59:
undefined reference to `unlockpt'
/tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93/info/pseudotty.c:62:
undefined reference to `ptsname'
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
*** Error code 1
Stop.
make[3]: stopped in
/tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93/info
*** Error code 1
Stop.
make[2]: stopped in
/tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93/info
*** Error code 1
Stop.
make[1]: stopped in
/tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93/info
*** Error code 1
Stop.
make: stopped in /tmp/texinfo-6.0.93.XXXXXX.000260aa/texinfo-6.0.93
===
regards,
- assaf
P.S.
please note, I do not suggest these errors (on minix/aix) are show-stoppers and
need to be fixed before a new version release - it's simply a result of
automated testing on multiple systems.
- Re: [platform-testers] texinfo-6.0.93 pretest,
Assaf Gordon <=