Your message dated Wed, 03 Sep 2014 14:51:29 +0200
with message-id <[email protected]>
and subject line Re: rarian: FTBFS on x32: Needs libtool update
has caused the Debian Bug report #699658,
regarding rarian: FTBFS on x32: Needs libtool update
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
699658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699658
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rarian
Version: 0.8.1-5
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: port-x32 ftbfs-libtool
The rarian source package is getting this build failure on the
unofficial Debian x32 port:
<URL:http://buildd.debian-ports.org/status/fetch.php?pkg=rarian&arch=x32&ver=0.8.1-5&stamp=1358747546>
...
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -export-symbols-regex "^rrn_.*"
-Wl,-z,relro -o librarian.la -rpath /usr/lib
librarian_la-rarian-main.lo librarian_la-rarian-reg-utils.lo
librarian_la-rarian-language.lo librarian_la-rarian-utils.lo
librarian_la-rarian-info.lo librarian_la-rarian-man.lo rarian-omf.lo
tinyxml.lo tinyxmlparser.lo tinystr.lo tinyxmlerror.lo
generating symbol list for `librarian.la'
../libtool: line 4379: test: : integer expression expected
../libtool: line 4379: test: : integer expression expected
using reloadable object file for export list...
/bin/grep -E -e "^rrn_.*" ".libs/librarian.exp" > ".libs/librarian.expT"
/bin/grep: .libs/librarian.exp: No such file or directory
mv -f ".libs/librarian.expT" ".libs/librarian.exp"
../libtool: line 4461: test: : integer expression expected
creating reloadable object files...
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
../libtool: line 4496: test: : integer expression expected
generating symbol list for `librarian.la'
creating a temporary reloadable object file: .libs/librarian.la-11.o
/usr/bin/ld -m elf_i386 -r -o .libs/librarian.la-1.o
.libs/librarian_la-rarian-main.o
/usr/bin/ld: Relocatable linking with relocations from format
elf32-x86-64 (.libs/librarian_la-rarian-main.o) to format elf32-i386
(.libs/librarian.la-1.o) is not supported
make[3]: *** [librarian.la] Error 1
make[3]: Leaving directory
`/build/buildd-rarian_0.8.1-5-x32-5hWC39/rarian-0.8.1/librarian'
...
The fix is to update libtool from the Debian package in sid (>=
2.4.2-1.2). I'm attaching a debdiff of the changes I used to fix the
build, for an upload to debian-ports/unreleased.
--
Daniel Schepler
rarian.debdiff
Description: Binary data
--- End Message ---
--- Begin Message ---
Version: 0.8.1-6
rarian (0.8.1-6) unstable; urgency=low
...
[ Colin Watson ]
* Use dh-autoreconf to update libtool macros for new ports. This also
requires fixing an m4 syntax error in configure.ac and removing the
nonexistent "dist-gzip" Automake option. Closes: #732588
...
-- Michael Biebl <[email protected]> Wed, 03 Sep 2014 14:05:53 +0200
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---