1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
vdr-plugin-games 0.6.3-29 Failed 502.371048
Reason: UNKNOWN
1-line summary:
g++: error: unrecognized option '--whole-archive'
multi-line summary:
g++: error: unrecognized option '--whole-archive'
excerpt for mail:
make[3]: Entering directory `/build/user-vdr-plugin-games_0.6.3-29-amd64-2g6eT2/vdr-plugin-games-0.6.3'
.g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -DVERSION=\"0.6.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DVDRVERSNUM=10718 -g -Wall -O2 -fPIC -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -c launcher.cpp -o launcher.o
launcher.cpp:31:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
launcher.cpp:31:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
launcher.cpp:31:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
launcher.cpp:31:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
launcher.cpp:31:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
.g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -DVERSION=\"0.6.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DVDRVERSNUM=10718 -g -Wall -O2 -fPIC -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -c display.cpp -o display.o
.g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -DVERSION=\"0.6.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DVDRVERSNUM=10718 -g -Wall -O2 -fPIC -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -c screen.cpp -o screen.o
.g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -DVERSION=\"0.6.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DVDRVERSNUM=10718 -g -Wall -O2 -fPIC -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -c bitmap.cpp -o bitmap.o
.g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -DVERSION=\"0.6.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DVDRVERSNUM=10718 -g -Wall -O2 -fPIC -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -c text.cpp -o text.o
.g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -DVERSION=\"0.6.3\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DVDRVERSNUM=10718 -g -Wall -O2 -fPIC -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -c plugin.cpp -o plugin.o
g++ launcher.o display.o screen.o bitmap.o text.o plugin.o -pthread -shared --whole-archive minesweeper/minesweeper.a tictactoe/tictactoe.a tetris/tetris.a snake/snake.a tron/tron.a -o libvdr-games.so
g++: error: unrecognized option '--whole-archive'
make[3]: *** [libvdr-games.so] Error 1
|