Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836598 - games-action/noiz2sa-0.51a-r1 - screen.c:(.text+<snip>): undefined reference to SDL_JoystickOpen
Summary: games-action/noiz2sa-0.51a-r1 - screen.c:(.text+<snip>): undefined reference ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-01 14:30 UTC by Toralf Förster
Modified: 2022-06-16 00:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.77 KB, text/plain)
2022-04-01 14:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,55.37 KB, text/plain)
2022-04-01 14:30 UTC, Toralf Förster
Details
environment (environment,55.00 KB, text/plain)
2022-04-01 14:30 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,5.00 KB, application/x-bzip)
2022-04-01 14:30 UTC, Toralf Förster
Details
games-action:noiz2sa-0.51a-r1:20220401-051506.log (games-action:noiz2sa-0.51a-r1:20220401-051506.log,21.14 KB, text/plain)
2022-04-01 14:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-04-01 14:30:07 UTC
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -I./bulletml/  -c -o rand.o rand.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 `sdl-config --cflags` -I./bulletml/  -c -o soundmanager.o soundmanager.c
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  noiz2sa.o ship.o shot.o frag.o bonus.o foe.o foecommand.o barragemanager.o attractmanager.o background.o letterrender.o screen.o clrtbl.o vector.o degutil.o rand.o soundmanager.o  `sdl-config --libs` -lGL -lbulletml -lSDL_mixer -lstdc++ -lm -o noiz2sa
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o: in function `initSDL':
screen.c:(.text+0x595): undefined reference to `SDL_JoystickOpen'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o: in function `getPadState':
screen.c:(.text+0x1734): undefined reference to `SDL_JoystickGetAxis'

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20220331-140030

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
clang version 14.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.0
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.59.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit c999be99429ecc7fb785792c8619b528bb1acafd
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Apr 1 04:04:51 2022 +0000

    2022-04-01 04:04:48 UTC

emerge -qpvO games-action/noiz2sa
[ebuild  N    ] games-action/noiz2sa-0.51a-r1
Comment 1 Toralf Förster gentoo-dev 2022-04-01 14:30:09 UTC
Created attachment 768381 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-04-01 14:30:10 UTC
Created attachment 768382 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-04-01 14:30:11 UTC
Created attachment 768383 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-04-01 14:30:12 UTC
Created attachment 768384 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-04-01 14:30:13 UTC
Created attachment 768385 [details]
games-action:noiz2sa-0.51a-r1:20220401-051506.log
Comment 6 Larry the Git Cow gentoo-dev 2022-06-16 00:35:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aba2b6e3273d79777a99f252fe172fec3fc967d

commit 6aba2b6e3273d79777a99f252fe172fec3fc967d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-16 00:26:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-16 00:26:53 +0000

    games-action/noiz2sa: add missing libsdl[joystick] dep
    
    Closes: https://bugs.gentoo.org/836598
    Signed-off-by: Sam James <sam@gentoo.org>

 .../noiz2sa/{noiz2sa-0.51a-r1.ebuild => noiz2sa-0.51a-r2.ebuild}       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)