The unofficial package from:
http://oko00.hostsharing.net/debian/unofficial/ does not compile at
amd64. This should be solved befor any upload.
Oliver
################### Build log start ####################
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLIB_EXPORT=""
-DCUTECHESS_VERSION=\"unknown\" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../lib/src -I.
-Icomponents/hintlineedit/src -I.moc -Isrc -o .obj/moc_cutechessapp.o
.moc/moc_cutechessapp.cpp
/usr/bin/moc-qt4 -DLIB_EXPORT="" -DCUTECHESS_VERSION=\"unknown\"
-DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg -I/usr/include/qt4
-I../lib/src -I. -Icomponents/hintlineedit/src -I.moc -Isrc
src/gamepropertiesdlg.h -o .moc/moc_gamepropertiesdlg.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLIB_EXPORT=""
-DCUTECHESS_VERSION=\"unknown\" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../lib/src -I.
-Icomponents/hintlineedit/src -I.moc -Isrc -o
.obj/moc_gamepropertiesdlg.o .moc/moc_gamepropertiesdlg.cpp
/usr/bin/rcc -name chessboard res/chessboard/chessboard.qrc -o
.rcc/qrc_chessboard.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLIB_EXPORT=""
-DCUTECHESS_VERSION=\"unknown\" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../lib/src -I.
-Icomponents/hintlineedit/src -I.moc -Isrc -o .obj/qrc_chessboard.o
.rcc/qrc_chessboard.cpp
g++ -Wl,-O1 -o cutechess .obj/hintlineedit.o .obj/main.o
.obj/chessboardview.o .obj/chessclock.o .obj/engineconfigurationmodel.o
.obj/engineconfigurationdlg.o .obj/enginemanagementdlg.o
.obj/mainwindow.o .obj/plaintextlog.o .obj/newgamedlg.o
.obj/promotiondlg.o .obj/chessboardmodel.o .obj/movelistmodel.o
.obj/gamedatabasemodel.o .obj/cutechessapp.o .obj/gamepropertiesdlg.o
.obj/squareinfo.o .obj/moc_hintlineedit.o .obj/moc_chessboardview.o
.obj/moc_chessclock.o .obj/moc_engineconfigurationmodel.o
.obj/moc_engineconfigurationdlg.o .obj/moc_enginemanagementdlg.o
.obj/moc_mainwindow.o .obj/moc_plaintextlog.o .obj/moc_newgamedlg.o
.obj/moc_promotiondlg.o .obj/moc_chessboardmodel.o
.obj/moc_movelistmodel.o .obj/moc_gamedatabasemodel.o
.obj/moc_cutechessapp.o .obj/moc_gamepropertiesdlg.o
.obj/qrc_chessboard.o -L/usr/lib -lchess
-L/home/oko/debian/cutechess-li/cutechess-20100529+0.2.2+0.0.1/projects/lib
-lqjson -lQtSvg -lQtGui -lQtCore -lpthread
.obj/engineconfigurationdlg.o: In function
`EngineConfigurationDialog::engineConfiguration()':
engineconfigurationdlg.cpp:(.text+0x23a): undefined reference to
`EngineConfiguration::setProtocol(QString const&)'
.obj/engineconfigurationdlg.o: In function
`EngineConfigurationDialog::EngineConfigurationDialog(EngineConfigurationDialog::DialogMode,
QWidget*)':
engineconfigurationdlg.cpp:(.text+0x443): undefined reference to
`EngineFactory::protocols()'
.obj/engineconfigurationdlg.o: In function
`EngineConfigurationDialog::EngineConfigurationDialog(EngineConfigurationDialog::DialogMode,
QWidget*)':
engineconfigurationdlg.cpp:(.text+0x633): undefined reference to
`EngineFactory::protocols()'
.obj/mainwindow.o: In function `MainWindow::manageEngines()':
mainwindow.cpp:(.text+0x191d): undefined reference to
`EngineManager::saveEngines(QString const&)'
.obj/mainwindow.o: In function `MainWindow::newGame()':
mainwindow.cpp:(.text+0x1adb): undefined reference to
`Chess::BoardFactory::create(QString const&, QObject*)'
mainwindow.cpp:(.text+0x1afd): undefined reference to
`ChessGame::ChessGame(Chess::Board*, QObject*)'
mainwindow.cpp:(.text+0x1b5d): undefined reference to
`ChessGame::setTimeControl(TimeControl const&, Chess::Side)'
mainwindow.cpp:(.text+0x1ebc): undefined reference to
`EngineFactory::create(QString const&, QObject*)'
mainwindow.cpp:(.text+0x1ee4): undefined reference to
`ChessEngine::setDevice(QIODevice*)'
.obj/newgamedlg.o: In function `NewGameDialog::NewGameDialog(QWidget*)':
newgamedlg.cpp:(.text+0x31c): undefined reference to
`Chess::BoardFactory::variants()'
.obj/newgamedlg.o: In function `NewGameDialog::NewGameDialog(QWidget*)':
newgamedlg.cpp:(.text+0x6ec): undefined reference to
`Chess::BoardFactory::variants()'
.obj/promotiondlg.o: In function
`PromotionDialog::PromotionDialog(Chess::Board const*, QList<int>
const&, QWidget*, QFlags<Qt::WindowType>)':
promotiondlg.cpp:(.text+0x850): undefined reference to
`Chess::Board::pieceString(int) const'
promotiondlg.cpp:(.text+0x90b): undefined reference to
`Chess::Board::pieceSymbol(Chess::Piece) const'
.obj/promotiondlg.o: In function
`PromotionDialog::PromotionDialog(Chess::Board const*, QList<int>
const&, QWidget*, QFlags<Qt::WindowType>)':
promotiondlg.cpp:(.text+0x1740): undefined reference to
`Chess::Board::pieceString(int) const'
promotiondlg.cpp:(.text+0x17fb): undefined reference to
`Chess::Board::pieceSymbol(Chess::Piece) const'
.obj/chessboardmodel.o: In function
`ChessboardModel::setBoard(Chess::Board*)':
chessboardmodel.cpp:(.text+0x3e6): undefined reference to
`Chess::GenericMove::GenericMove()'
.obj/chessboardmodel.o: In function
`ChessboardModel::ChessboardModel(QObject*)':
chessboardmodel.cpp:(.text+0x4f1): undefined reference to
`Chess::GenericMove::GenericMove()'
.obj/chessboardmodel.o: In function
`ChessboardModel::ChessboardModel(QObject*)':
chessboardmodel.cpp:(.text+0x561): undefined reference to
`Chess::GenericMove::GenericMove()'
.obj/chessboardmodel.o: In function `ChessboardModel::updateSelectable()':
chessboardmodel.cpp:(.text+0x7f0): undefined reference to
`Chess::GenericMove::sourceSquare() const'
.obj/chessboardmodel.o: In function `ChessboardModel::boardReset()':
chessboardmodel.cpp:(.text+0x8ec): undefined reference to
`Chess::GenericMove::GenericMove()'
.obj/chessboardmodel.o: In function
`ChessboardModel::onMoveMade(Chess::GenericMove const&)':
chessboardmodel.cpp:(.text+0x94e): undefined reference to
`Chess::GenericMove::sourceSquare() const'
chessboardmodel.cpp:(.text+0x995): undefined reference to
`Chess::GenericMove::targetSquare() const'
.obj/chessboardmodel.o: In function
`ChessboardModel::onHumanMove(QModelIndex const&, QModelIndex const&)':
chessboardmodel.cpp:(.text+0xa5b): undefined reference to
`Chess::GenericMove::GenericMove()'
chessboardmodel.cpp:(.text+0xa7e): undefined reference to
`Chess::GenericMove::setTargetSquare(Chess::Square const&)'
chessboardmodel.cpp:(.text+0xaae): undefined reference to
`Chess::GenericMove::setPromotion(int)'
chessboardmodel.cpp:(.text+0xaba): undefined reference to
`Chess::Board::moveFromGenericMove(Chess::GenericMove const&) const'
chessboardmodel.cpp:(.text+0xb0e): undefined reference to
`Chess::GenericMove::setSourceSquare(Chess::Square const&)'
chessboardmodel.cpp:(.text+0xb1a): undefined reference to
`Chess::Board::moveFromGenericMove(Chess::GenericMove const&) const'
.obj/chessboardmodel.o: In function `ChessboardModel::data(QModelIndex
const&, int) const':
chessboardmodel.cpp:(.text+0x1230): undefined reference to
`Chess::GenericMove::sourceSquare() const'
chessboardmodel.cpp:(.text+0x1252): undefined reference to
`Chess::GenericMove::targetSquare() const'
chessboardmodel.cpp:(.text+0x128e): undefined reference to
`Chess::Board::pieceSymbol(Chess::Piece) const'
chessboardmodel.cpp:(.text+0x1336): undefined reference to
`Chess::Board::handPieceCount(Chess::Piece) const'
.obj/movelistmodel.o: In function `MoveListModel::rowCount(QModelIndex
const&) const':
movelistmodel.cpp:(.text+0x60): undefined reference to
`ChessGame::moves() const'
.obj/movelistmodel.o: In function `MoveListModel::onMoveMade()':
movelistmodel.cpp:(.text+0x9e): undefined reference to
`ChessGame::moves() const'
.obj/movelistmodel.o: In function `MoveListModel::data(QModelIndex
const&, int) const':
movelistmodel.cpp:(.text+0x4a3): undefined reference to `ChessGame::pgn()'
.obj/movelistmodel.o: In function
`QVector<PgnGame::MoveData>::realloc(int, int)':
movelistmodel.cpp:(.text._ZN7QVectorIN7PgnGame8MoveDataEE7reallocEii[QVector<PgnGame::MoveData>::realloc(int,
int)]+0x12a): undefined reference to `Chess::GenericMove::GenericMove()'
.obj/cutechessapp.o: In function
`CuteChessApplication::CuteChessApplication(int&, char**)':
cutechessapp.cpp:(.text+0x3c8): undefined reference to
`EngineManager::loadEngines(QString const&)'
.obj/cutechessapp.o: In function
`CuteChessApplication::CuteChessApplication(int&, char**)':
cutechessapp.cpp:(.text+0x648): undefined reference to
`EngineManager::loadEngines(QString const&)'
collect2: ld returned 1 exit status
make[4]: *** [cutechess] Fehler 1
make[4]: Leaving directory
`/home/oko/debian/cutechess-li/cutechess-20100529+0.2.2+0.0.1/projects/gui'
make[3]: *** [sub-gui-make_default-ordered] Fehler 2
make[3]: Leaving directory
`/home/oko/debian/cutechess-li/cutechess-20100529+0.2.2+0.0.1/projects'
make[2]: *** [sub-projects-make_default] Fehler 2
make[2]: Leaving directory
`/home/oko/debian/cutechess-li/cutechess-20100529+0.2.2+0.0.1'
make[1]: *** [override_dh_auto_build] Fehler 2
make[1]: Leaving directory
`/home/oko/debian/cutechess-li/cutechess-20100529+0.2.2+0.0.1'
make: *** [build] Fehler 2
dpkg-buildpackage: Fehler: debian/rules build gab Fehler-Exitstatus 2
################### Build log end ####################
--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c0377c9.90...@credativ.de