Bug#544757: gmchess - FTBFS: Error: Unrecognized opcode: `bsfl'

2009-09-02 Thread Bastian Blank
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



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



Bug#544757: gmchess - FTBFS: Error: Unrecognized opcode: `bsfl'

2009-09-02 Thread Sven Joachim
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



Bug#544757: gmchess - FTBFS: Error: Unrecognized opcode: `bsfl'

2009-09-02 Thread Aron Xu
I know there is some error while cross compiling, and I've contacted
the upstream author for correcting that problem, but now I only find
out how to solve it on mips platform, that's far not enough.
This upload, 0.20.2-3, can be successfully built on i386, amd64, lpia,
kfreebsd-i386 and kfreebsd-amd64 AFAIK.

On Thu, Sep 3, 2009 at 2:53 AM, Bastian Blankwa...@debian.org 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






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



Bug#544757: gmchess - FTBFS: Error: Unrecognized opcode: `bsfl'

2009-09-02 Thread Aron Xu
Sorry, I will fix this soon together with an update of the cross
platform support.
Thanks.

Aron

On Thu, Sep 3, 2009 at 4:50 AM, Sven Joachimsvenj...@gmx.de wrote:
 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