Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737948 - games-emulation/atari800-4.2.0 : input.c:(.text+<snip>): undefined reference to SDL_NumJoysticks
Summary: games-emulation/atari800-4.2.0 : input.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 (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-18 19:52 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.74 KB, text/plain)
2020-08-18 19:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,188.67 KB, text/plain)
2020-08-18 19:52 UTC, Toralf Förster
Details
environment (environment,74.73 KB, text/plain)
2020-08-18 19:52 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,29.93 KB, application/x-bzip)
2020-08-18 19:52 UTC, Toralf Förster
Details
games-emulation:atari800-4.2.0:20200818-193321.log (games-emulation:atari800-4.2.0:20200818-193321.log,40.44 KB, text/plain)
2020-08-18 19:52 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.57 KB, application/x-bzip)
2020-08-18 19:52 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.79 KB, application/x-bzip)
2020-08-18 19:52 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 2020-08-18 19:52:20 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sdl/input.o: in function `SDL_INPUT_Initialise':
input.c:(.text+0x2115): undefined reference to `SDL_NumJoysticks'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: input.c:(.text+0x2134): undefined reference to `SDL_JoystickOpen'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: input.c:(.text+0x2166): undefined reference to `SDL_JoystickNumButtons'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: input.c:(.text+0x2179): undefined reference to `SDL_NumJoysticks'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-libressl-20200814-212555

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.45.2 *
The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue Aug 18 07:05:51 PM UTC 2020
/var/db/repos/libressl	Mon Aug 10 09:13:35 AM UTC 2020

emerge -qpvO games-emulation/atari800
[ebuild  N    ] games-emulation/atari800-4.2.0  USE="opengl readline sdl sound"
Comment 1 Toralf Förster gentoo-dev 2020-08-18 19:52:21 UTC
Created attachment 655408 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-18 19:52:23 UTC
Created attachment 655410 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-08-18 19:52:25 UTC
Created attachment 655412 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-08-18 19:52:27 UTC
Created attachment 655414 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-08-18 19:52:28 UTC
Created attachment 655416 [details]
games-emulation:atari800-4.2.0:20200818-193321.log
Comment 6 Toralf Förster gentoo-dev 2020-08-18 19:52:30 UTC
Created attachment 655418 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-08-18 19:52:31 UTC
Created attachment 655420 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-08-19 00:39:31 UTC
The bug has been closed via the following commit(s):

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

commit 40525db8127cb999419390aa0ada2fdf2c787c1a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-08-18 23:50:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-19 00:38:55 +0000

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

 .../atari800/{atari800-4.2.0.ebuild => atari800-4.2.0-r1.ebuild}   | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)