Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808168 - media-gfx/tuxpaint-0.9.24 - tuxpaint.c:(.text+<snip>): undefined reference to SDL_JoystickGetAxis (maybe gcc-11 related)
Summary: media-gfx/tuxpaint-0.9.24 - tuxpaint.c:(.text+<snip>): undefined reference to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-08-14 07:23 UTC by Toralf Förster
Modified: 2021-08-19 00:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.91 KB, text/plain)
2021-08-14 07:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,83.51 KB, text/plain)
2021-08-14 07:23 UTC, Toralf Förster
Details
environment (environment,69.60 KB, text/plain)
2021-08-14 07:23 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.39 KB, application/x-bzip)
2021-08-14 07:23 UTC, Toralf Förster
Details
media-gfx:tuxpaint-0.9.24:20210813-232130.log (media-gfx:tuxpaint-0.9.24:20210813-232130.log,26.51 KB, text/plain)
2021-08-14 07:23 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.53 KB, application/x-bzip)
2021-08-14 07:23 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-14 07:23:41 UTC
	-lSDL -lpthread  -lSDL_image -lSDL_ttf -lz -lpng -lSDL_mixer -lSDL_Pango -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -lpaper -lfribidi 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: obj/tuxpaint.o: in function `handle_joyaxismotion.part.0':
tuxpaint.c:(.text+0x6a8b): undefined reference to `SDL_JoystickGetAxis'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tuxpaint.c:(.text+0x6aa0): undefined reference to `SDL_JoystickGetAxis'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: obj/tuxpaint.o: in function `do_quit':
tuxpaint.c:(.text+0x1294f): undefined reference to `SDL_JoystickClose'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: obj/tuxpaint.o: in function `main':

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

  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 Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit abcdf3068501bc0f7c939cde5f7aa0ce99aa6f9c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Aug 13 21:58:54 2021 +0000

    2021-08-13 21:58:37 UTC

emerge -qpvO media-gfx/tuxpaint
[ebuild  N    ] media-gfx/tuxpaint-0.9.24
Comment 1 Toralf Förster gentoo-dev 2021-08-14 07:23:42 UTC
Created attachment 732847 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-14 07:23:44 UTC
Created attachment 732850 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-08-14 07:23:45 UTC
Created attachment 732853 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-08-14 07:23:46 UTC
Created attachment 732856 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-08-14 07:23:47 UTC
Created attachment 732859 [details]
media-gfx:tuxpaint-0.9.24:20210813-232130.log
Comment 6 Toralf Förster gentoo-dev 2021-08-14 07:23:48 UTC
Created attachment 732862 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-08-19 00:39:18 UTC
The bug has been closed via the following commit(s):

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

commit 8800e2e1f492de9ce1fd42cda0407cb9c80d9655
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-08-19 00:31:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-19 00:39:06 +0000

    media-gfx/tuxpaint: fix libsdl[joystick] dependency
    
    Closes: https://bugs.gentoo.org/808168
    Signed-off-by: Sam James <sam@gentoo.org>

 .../tuxpaint/{tuxpaint-0.9.24.ebuild => tuxpaint-0.9.24-r1.ebuild}     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)