Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 809071 - games-action/supermariowar-2.0_beta1-r1 - main.cpp:(.text+<snip>): undefined reference to SDL_NumJoysticks
Summary: games-action/supermariowar-2.0_beta1-r1 - main.cpp:(.text+<snip>): undefined ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-19 12:38 UTC by Toralf Förster
Modified: 2021-08-19 12:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.09 KB, text/plain)
2021-08-19 12:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,463.01 KB, text/plain)
2021-08-19 12:38 UTC, Toralf Förster
Details
environment (environment,91.85 KB, text/plain)
2021-08-19 12:38 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,51.42 KB, application/x-bzip)
2021-08-19 12:38 UTC, Toralf Förster
Details
games-action:supermariowar-2.0_beta1-r1:20210819-120430.log (games-action:supermariowar-2.0_beta1-r1:20210819-120430.log,147.96 KB, text/plain)
2021-08-19 12:38 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.25 KB, application/x-bzip)
2021-08-19 12:38 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.30 KB, application/x-bzip)
2021-08-19 12:38 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 2021-08-19 12:38:23 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/smw/CMakeFiles/smw.dir/main.cpp.o: in function `init_joysticks()':
main.cpp:(.text+0x951): undefined reference to `SDL_NumJoysticks'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.cpp:(.text+0x9a5): undefined reference to `SDL_JoystickOpen'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.cpp:(.text+0x9c2): undefined reference to `SDL_JoystickEventState'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/smw/CMakeFiles/smw.dir/ui/MI_InputControlContainer.cpp.o: in function `MI_InputControlContainer::MI_InputControlContainer(gfxSprite*, short, short, short)':
MI_InputControlContainer.cpp:(.text+0x1d2c): undefined reference to `SDL_JoystickName'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j3-20210813-003635

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.54.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 751efe51d2be7973c7eafd40e9eb728c8b971fef
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Aug 19 11:21:42 2021 +0000

    2021-08-19 11:21:40 UTC

emerge -qpvO games-action/supermariowar
[ebuild  N    ] games-action/supermariowar-2.0_beta1-r1  USE="-server"
Comment 1 Toralf Förster gentoo-dev 2021-08-19 12:38:24 UTC
Created attachment 734236 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-19 12:38:26 UTC
Created attachment 734239 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-19 12:38:27 UTC
Created attachment 734242 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-19 12:38:29 UTC
Created attachment 734245 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-19 12:38:30 UTC
Created attachment 734248 [details]
games-action:supermariowar-2.0_beta1-r1:20210819-120430.log
Comment 6 Toralf Förster gentoo-dev 2021-08-19 12:38:31 UTC
Created attachment 734251 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-08-19 12:38:32 UTC
Created attachment 734254 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-08-19 12:46:14 UTC
The bug has been closed via the following commit(s):

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

commit e2489afbec914a55af434e8391adc9c1c6c0aaa2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-08-19 12:45:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-19 12:46:04 +0000

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

 ...mariowar-2.0_beta1-r1.ebuild => supermariowar-2.0_beta1-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)