Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808561 - games-arcade/moleinvasion-0.4-r2 - events.c:(.text+<snip>): undefined reference to SDL_NumJoysticks
Summary: games-arcade/moleinvasion-0.4-r2 - events.c:(.text+<snip>): undefined referen...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-16 07:29 UTC by Toralf Förster
Modified: 2021-08-19 00:39 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.41 KB, text/plain)
2021-08-16 07:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,284.84 KB, text/plain)
2021-08-16 07:29 UTC, Toralf Förster
Details
environment (environment,65.49 KB, text/plain)
2021-08-16 07:29 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,44.95 KB, application/x-bzip)
2021-08-16 07:29 UTC, Toralf Förster
Details
games-arcade:moleinvasion-0.4-r2:20210816-045046.log (games-arcade:moleinvasion-0.4-r2:20210816-045046.log,15.50 KB, text/plain)
2021-08-16 07:29 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-16 07:29:42 UTC
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 graphics.o font.o list.o sprite.o events.o editor_texts.o Splayer.o Sother.o background.o video.o tool.o mixer.o level_file.o level.o worldmap.o edit_keys.o menu.o MoleInvasion.o  $(sdl-config --libs) -lSDL_image -lSDL_mixer -lSDL_ttf -lGL -ldl -o ../lin/moleinvasion
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: events.o: in function `open_joystick':
events.c:(.text+0x8e1): undefined reference to `SDL_NumJoysticks'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: events.c:(.text+0x8ec): undefined reference to `SDL_JoystickOpen'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: events.o: in function `test_joystick':
events.c:(.text+0x953): undefined reference to `SDL_JoystickOpened'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: events.o: in function `close_joystick':

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

  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 27bdff6a651bbd5a4f3ea6c3730584ee44416997
Merge: 1ea434add58 e2e2067ea69
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 16 03:36:28 2021 +0000

    Merge updates from master

emerge -qpvO games-arcade/moleinvasion
[ebuild  N    ] games-arcade/moleinvasion-0.4-r2  USE="-music"
Comment 1 Toralf Förster gentoo-dev 2021-08-16 07:29:44 UTC
Created attachment 733201 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-16 07:29:45 UTC
Created attachment 733204 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-16 07:29:47 UTC
Created attachment 733207 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-16 07:29:48 UTC
Created attachment 733210 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-16 07:29:49 UTC
Created attachment 733213 [details]
games-arcade:moleinvasion-0.4-r2:20210816-045046.log
Comment 6 Larry the Git Cow gentoo-dev 2021-08-19 00:39:29 UTC
The bug has been closed via the following commit(s):

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

commit 5e459c5041f172d65a0011b378d2228a323d5621
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-08-19 00:35:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-19 00:39:09 +0000

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

 games-arcade/moleinvasion/files/moleinvasion-0.4-underlink.patch | 4 ++--
 games-arcade/moleinvasion/moleinvasion-0.4-r2.ebuild             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)