Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808636 - games-action/rrootage-0.23a-r1 - screen.c:(.text+<snip>): undefined reference to SDL_JoystickOpen
Summary: games-action/rrootage-0.23a-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: 2021-08-16 19:47 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.55 KB, text/plain)
2021-08-16 19:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,322.06 KB, text/plain)
2021-08-16 19:47 UTC, Toralf Förster
Details
environment (environment,18.28 KB, text/plain)
2021-08-16 19:47 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,48.58 KB, application/x-bzip)
2021-08-16 19:47 UTC, Toralf Förster
Details
games-action:rrootage-0.23a-r1:20210816-194453.log (games-action:rrootage-0.23a-r1:20210816-194453.log,11.44 KB, text/plain)
2021-08-16 19:47 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 19:47:08 UTC
/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':

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

  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 208f7cdcb3b3be74aeaa88a099e5904ba536773f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 16 18:21:43 2021 +0000

    2021-08-16 18:21:42 UTC

emerge -qpvO games-action/rrootage
[ebuild  N    ] games-action/rrootage-0.23a-r1
Comment 1 Toralf Förster gentoo-dev 2021-08-16 19:47:09 UTC
Created attachment 733387 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-16 19:47:10 UTC
Created attachment 733390 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-16 19:47:12 UTC
Created attachment 733393 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-16 19:47:13 UTC
Created attachment 733396 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-16 19:47:14 UTC
Created attachment 733399 [details]
games-action:rrootage-0.23a-r1:20210816-194453.log
Comment 6 Larry the Git Cow gentoo-dev 2021-08-19 00:39:19 UTC
The bug has been closed via the following commit(s):

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

commit 2a5c0c46e3051cc42c3299eae20fb77ce6d10e7e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-08-19 00:34:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-19 00:39:08 +0000

    games-action/rrootage: respect CC/CXX, fix libsdl[joystick] dependency
    
    Closes: https://bugs.gentoo.org/808636
    Signed-off-by: Sam James <sam@gentoo.org>

 games-action/rrootage/files/rrootage-0.23a-gcc41.patch       |  8 ++++----
 .../{rrootage-0.23a-r1.ebuild => rrootage-0.23a-r2.ebuild}   | 12 +++++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)