Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 734233 Details for
Bug 809068
games-action/rrootage-0.23a-r2 - screen.c:(.text+<snip>): undefined reference to SDL_JoystickOpen
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-action:rrootage-0.23a-r2:20210819-115136.log
games-action:rrootage-0.23a-r2:20210819-115136.log (text/plain), 11.88 KB, created by
Toralf Förster
on 2021-08-19 12:36:57 UTC
(
hide
)
Description:
games-action:rrootage-0.23a-r2:20210819-115136.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-08-19 12:36:57 UTC
Size:
11.88 KB
patch
obsolete
> * Package: games-action/rrootage-0.23a-r2 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking rRootage-0.23a.tar.gz to /var/tmp/portage/games-action/rrootage-0.23a-r2/work >>>> Source unpacked in /var/tmp/portage/games-action/rrootage-0.23a-r2/work >>>> Preparing source in /var/tmp/portage/games-action/rrootage-0.23a-r2/work/rRootage/src ... > * Applying rrootage-0.23a-gcc41.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-action/rrootage-0.23a-r2/work/rRootage/src ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-action/rrootage-0.23a-r2/work/rRootage/src ... >make -j3 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'MORE_CFLAGS=-DLINUX -pipe -march=native -fno-diagnostics-color -O2' 'MORE_CXXFLAGS=-DLINUX -pipe -march=native -fno-diagnostics-color -O2' >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o rr.o rr.c >x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o foe.o foe.cc >x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o foecommand.o foecommand.cc >x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o barragemanager.o barragemanager.cc >In file included from bulletml/tree.h:6, > from bulletml/bulletmltree.h:15, > from bulletml/bulletmlparser.h:9, > from barragemanager.h:15, > from barragemanager.cc:20: >bulletml/bulletmlcommon.h:7: warning: "DECLSPEC" redefined > 7 | # define DECLSPEC > | >In file included from /usr/include/SDL/SDL_stdinc.h:177, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from barragemanager.cc:13: >/usr/include/SDL/begin_code.h:68: note: this is the location of the previous definition > 68 | # define DECLSPEC __attribute__ ((visibility("default"))) > | >In file included from bulletml/bulletmlparser.h:9, > from barragemanager.h:15, > from foe.cc:12: >bulletml/bulletmltree.h:73:10: warning: âtemplate<class> class std::auto_ptrâ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] > 73 | std::auto_ptr<Number> val_; > | ^~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, > from bulletml/bulletmltree.h:11, > from bulletml/bulletmlparser.h:9, > from barragemanager.h:15, > from foe.cc:12: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here > 57 | template<typename> class auto_ptr; > | ^~~~~~~~ >In file included from bulletml/bulletmlparser.h:9, > from foecommand.cc:12: >bulletml/bulletmltree.h:73:10: warning: âtemplate<class> class std::auto_ptrâ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] > 73 | std::auto_ptr<Number> val_; > | ^~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, > from bulletml/bulletmltree.h:11, > from bulletml/bulletmlparser.h:9, > from foecommand.cc:12: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here > 57 | template<typename> class auto_ptr; > | ^~~~~~~~ >x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o boss.o boss.cc >In file included from bulletml/bulletmlparser.h:9, > from barragemanager.h:15, > from barragemanager.cc:20: >bulletml/bulletmltree.h:73:10: warning: âtemplate<class> class std::auto_ptrâ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] > 73 | std::auto_ptr<Number> val_; > | ^~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, > from bulletml/bulletmltree.h:11, > from bulletml/bulletmlparser.h:9, > from barragemanager.h:15, > from barragemanager.cc:20: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here > 57 | template<typename> class auto_ptr; > | ^~~~~~~~ >In file included from bulletml/tree.h:6, > from bulletml/bulletmltree.h:15, > from bulletml/bulletmlparser.h:9, > from foe.h:20, > from boss.h:17, > from boss.cc:25: >bulletml/bulletmlcommon.h:7: warning: "DECLSPEC" redefined > 7 | # define DECLSPEC > | >In file included from /usr/include/SDL/SDL_stdinc.h:177, > from /usr/include/SDL/SDL_main.h:26, > from /usr/include/SDL/SDL.h:30, > from screen.h:12, > from boss.cc:18: >/usr/include/SDL/begin_code.h:68: note: this is the location of the previous definition > 68 | # define DECLSPEC __attribute__ ((visibility("default"))) > | >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o ship.o ship.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o laser.o laser.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o frag.o frag.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o background.o background.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o letterrender.o letterrender.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o shot.o shot.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o screen.o screen.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o vector.o vector.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o degutil.o degutil.c >In file included from bulletml/bulletmlparser.h:9, > from foe.h:20, > from boss.h:17, > from boss.cc:25: >bulletml/bulletmltree.h:73:10: warning: âtemplate<class> class std::auto_ptrâ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] > 73 | std::auto_ptr<Number> val_; > | ^~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/memory:76, > from bulletml/bulletmltree.h:11, > from bulletml/bulletmlparser.h:9, > from foe.h:20, > from boss.h:17, > from boss.cc:25: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here > 57 | template<typename> class auto_ptr; > | ^~~~~~~~ >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o rand.o rand.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o mt19937int.o mt19937int.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o soundmanager.o soundmanager.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/bulletml -c -o attractmanager.o attractmanager.c >x86_64-pc-linux-gnu-gcc `sdl-config --cflags` -DLINUX -pipe -march=native -fno-diagnostics-color -O2 -o rr rr.o foe.o foecommand.o barragemanager.o boss.o ship.o laser.o frag.o background.o letterrender.o shot.o screen.o vector.o degutil.o rand.o mt19937int.o soundmanager.o attractmanager.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 `sdl-config --libs` -L. -lGL -lGLU -lm -lbulletml -lSDL_mixer -lstdc++ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o: in function `initSDL': >screen.c:(.text+0x453): undefined reference to `SDL_JoystickOpen' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o: in function `getPadState': >screen.c:(.text+0x37f4): undefined reference to `SDL_JoystickGetAxis' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.c:(.text+0x3808): undefined reference to `SDL_JoystickGetAxis' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o: in function `getButtonState': >screen.c:(.text+0x38cb): undefined reference to `SDL_JoystickGetButton' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.c:(.text+0x38df): undefined reference to `SDL_JoystickGetButton' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.c:(.text+0x38f4): undefined reference to `SDL_JoystickGetButton' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.c:(.text+0x390a): undefined reference to `SDL_JoystickGetButton' >collect2: error: ld returned 1 exit status >make: *** [Makefile:27: rr] Error 1 > * ERROR: games-action/rrootage-0.23a-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-action/rrootage-0.23a-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-action/rrootage-0.23a-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/games-action:rrootage-0.23a-r2:20210819-115136.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-action/rrootage-0.23a-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-action/rrootage-0.23a-r2/temp/environment'. > * Working directory: '/var/tmp/portage/games-action/rrootage-0.23a-r2/work/rRootage/src' > * S: '/var/tmp/portage/games-action/rrootage-0.23a-r2/work/rRootage/src' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 809068
:
734221
|
734224
|
734227
|
734230
| 734233