Am Samstag 20 Februar 2010 16:16:22 schrieb Kurt Roeckx:
> > /usr/bin/fakeroot debian/rules clean
> > dh clean --sourcedirectory=src --with quilt
> > dh_testdir -O--sourcedirectory=src
> > debian/rules override_dh_auto_clean
Here quilt should patch the sources.
> > make[1]: Entering directory
> > `/build/buildd-stockfish_1.6.3JA-1-alpha-BXDLw6/stockfish-1.6.3JA' cd src
> > && make clean
> > make[2]: Entering directory
> > `/build/buildd-stockfish_1.6.3JA-1-alpha-BXDLw6/stockfish-1.6.3JA/src'
> > Makefile:314: .depend: No such file or directory
> > g++ -msse -MM application.cpp bitboard.cpp pawns.cpp material.cpp
> > endgame.cpp evaluate.cpp main.cpp misc.cpp move.cpp movegen.cpp
> > history.cpp movepick.cpp search.cpp piece.cpp position.cpp direction.cpp
> > tt.cpp value.cpp uci.cpp ucioption.cpp mersenne.cpp book.cpp bitbase.cpp
> > san.cpp benchmark.cpp > .depend cc1plus: error: unrecognized command line
> > option "-msse"
> > cc1plus: error: unrecognized command line option "-msse"
> > cc1plus: error: unrecognized command line option "-msse"
And on i386 it DOES it in a clean pbuilder environment:
dpkg-source: info: building stockfish in stockfish_1.6.3JA-1.dsc
debian/rules build
dh build --sourcedirectory=src --with quilt
dh_testdir -O--sourcedirectory=src
dh_quilt_patch -O--sourcedirectory=src
Applying patch remove_msse_compile_opt.patch
patching file src/Makefile
Hunk #2 succeeded at 309 (offset 8 lines).
patching file src/tt.cpp
Now at patch remove_msse_compile_opt.patch
dh_auto_configure -O--sourcedirectory=src
debian/rules override_dh_auto_build
make[1]: Entering directory `/tmp/buildd/stockfish-1.6.3JA'
cd src && make
make[2]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src'
Makefile:314: .depend: No such file or directory
g++ -MM application.cpp bitboard.cpp pawns.cpp material.cpp endgame.cpp
evaluate.cpp main.cpp misc.cpp move.cpp movegen.cpp history.cpp movepick.cpp
search.cpp piece.cpp position.cpp direction.cpp tt.cpp value.cpp uci.cpp
ucioption.cpp mersenne.cpp book.cpp bitbase.cpp san.cpp benchmark.cpp >
.depend
make[2]: Leaving directory `/tmp/buildd/stockfish-1.6.3JA/src'
make[2]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src'
make gcc
make[3]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src'
make \
CXX='g++' \
CXXFLAGS="-O3 -DNDEBUG -g -Wall -fno-exceptions -fno-rtti" \
all
make[4]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src'
g++ -O3 -DNDEBUG -g -Wall -fno-exceptions -fno-rtti -c -o application.o
application.cpp
This is really strange. I thought I had something wrung with my setup. But
thats not the problem.
Still searching....
Oliver
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]