Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733772 - games-arcade/tecnoballz-0.92 : handler_keyboard.cc:(.text+<snip>): undefined reference to SDL_JoystickClose
Summary: games-arcade/tecnoballz-0.92 : handler_keyboard.cc:(.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: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-24 13:43 UTC by Toralf Förster
Modified: 2021-03-05 18:04 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.15 KB, text/plain)
2020-07-24 13:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,251.03 KB, text/plain)
2020-07-24 13:43 UTC, Toralf Förster
Details
environment (environment,113.36 KB, text/plain)
2020-07-24 13:43 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.08 KB, application/x-bzip)
2020-07-24 13:43 UTC, Toralf Förster
Details
games-arcade:tecnoballz-0.92:20200724-130742.log (games-arcade:tecnoballz-0.92:20200724-130742.log,61.34 KB, text/plain)
2020-07-24 13:43 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.02 KB, application/x-bzip)
2020-07-24 13:44 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.77 KB, application/x-bzip)
2020-07-24 13:44 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-07-24 13:43:42 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tecnoballz-handler_keyboard.o: in function `handler_keyboard::~handler_keyboard()':
handler_keyboard.cc:(.text+0x21d): undefined reference to `SDL_JoystickClose'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tecnoballz-handler_keyboard.o: in function `handler_keyboard::~handler_keyboard()':
handler_keyboard.cc:(.text+0x2ad): undefined reference to `SDL_JoystickClose'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tecnoballz-handler_keyboard.o: in function `handler_keyboard::init_joysticks()':

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-libressl-20200718-131556

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.45.0
  [2]   rust-1.45.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Jul 24 12:05:28 PM UTC 2020
/var/db/repos/libressl	Thu Jul 16 08:11:39 AM UTC 2020

emerge -qpvO games-arcade/tecnoballz
[ebuild  N    ] games-arcade/tecnoballz-0.92
Comment 1 Toralf Förster gentoo-dev 2020-07-24 13:43:45 UTC
Created attachment 650568 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-07-24 13:43:48 UTC
Created attachment 650570 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-07-24 13:43:52 UTC
Created attachment 650572 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-07-24 13:43:55 UTC
Created attachment 650574 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-07-24 13:43:57 UTC
Created attachment 650576 [details]
games-arcade:tecnoballz-0.92:20200724-130742.log
Comment 6 Toralf Förster gentoo-dev 2020-07-24 13:44:00 UTC
Created attachment 650578 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-07-24 13:44:03 UTC
Created attachment 650580 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-03-05 18:04:18 UTC
The bug has been closed via the following commit(s):

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

commit 193814c4b7af64b4c1c1ae002621229bce6e4427
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2020-09-25 15:00:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-05 18:01:03 +0000

    games-arcade/tecnoballz: update to 0.93.1
    
    Fix media-libs/libsdl[joystick] dependency (#733772).
    Closes: https://bugs.gentoo.org/733772
    Closes: https://bugs.gentoo.org/739112
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 games-arcade/tecnoballz/Manifest                 |  1 +
 games-arcade/tecnoballz/metadata.xml             |  3 ++
 games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild | 35 ++++++++++++++++++++++++
 3 files changed, 39 insertions(+)