On 2009-09-02 20:53 +0200, Bastian Blank wrote:

> Source: gmchess
> Version: 0.20.2-3
> Severity: serious
>
> There was an error while trying to autobuild your package:
>
>> sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
> [...]
>> /bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
>> -I../..     -g -O2 -MT position.lo -MD -MP -MF .deps/position.Tpo -c -o 
>> position.lo position.cpp
>> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT position.lo 
>> -MD -MP -MF .deps/position.Tpo -c position.cpp  -fPIC -DPIC -o 
>> .libs/position.o
>> x86asm.h: Assembler messages:
>> x86asm.h:171: Error: Unrecognized opcode: `bsfl'
>> make[4]: *** [position.lo] Error 1
>> make[4]: Leaving directory 
>> `/build/buildd-gmchess_0.20.2-3-s390-n41NpH/gmchess-0.20.2/src/engine'
>> make[3]: *** [all-recursive] Error 1
>> make[3]: Leaving directory 
>> `/build/buildd-gmchess_0.20.2-3-s390-n41NpH/gmchess-0.20.2/src'
>> make[2]: *** [all-recursive] Error 1
>> make[1]: *** [all] Error 2
>> make: *** [build-stamp] Error 2
>> dpkg-buildpackage: error: debian/rules build gave error exit status 2

It may or may not be related, but a backslash is missing at the end of
line 50 in debian/rules which leads to rather strange messages:

,----
| datarootdir=/usr/share \
|               --libdir=/usr/lib/libeval\
|               CFLAGS="-Wall -g -O2" \
|               LDFLAGS="-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined"
| /bin/sh: --libdir=/usr/lib/libeval: No such file or directory
| make: [config.status] Error 127 (ignored)
`----

And the libeval library files end up in /usr/lib rather than
/usr/lib/libeval.

Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to