Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690104 - games-arcade/nibbles-0.0.4 : /.../ld: ncdrawlib.o: undefined reference to symbol keypad
Summary: games-arcade/nibbles-0.0.4 : /.../ld: ncdrawlib.o: undefined reference to sym...
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: tinfo
  Show dependency tree
 
Reported: 2019-07-17 18:26 UTC by Toralf Förster
Modified: 2019-07-18 14:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.19 KB, text/plain)
2019-07-17 18:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,231.99 KB, text/plain)
2019-07-17 18:26 UTC, Toralf Förster
Details
environment (environment,100.30 KB, text/plain)
2019-07-17 18:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.47 KB, application/x-bzip)
2019-07-17 18:26 UTC, Toralf Förster
Details
games-arcade:nibbles-0.0.4:20190717-165414.log (games-arcade:nibbles-0.0.4:20190717-165414.log,2.97 KB, text/plain)
2019-07-17 18:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.14 KB, application/x-bzip)
2019-07-17 18:26 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 2019-07-17 18:26:40 UTC
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed player.o main.o loadMap.o cmdline.o ncdrawlib.o scoring.o -lncurses -o nibbles
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncdrawlib.o: undefined reference to symbol 'keypad'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [Makefile:11: nibbles] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl-20190713-133107

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO games-arcade/nibbles
[ebuild  N    ] games-arcade/nibbles-0.0.4
Comment 1 Toralf Förster gentoo-dev 2019-07-17 18:26:42 UTC
Created attachment 583326 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-17 18:26:45 UTC
Created attachment 583328 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-17 18:26:48 UTC
Created attachment 583330 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-17 18:26:51 UTC
Created attachment 583332 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-17 18:26:54 UTC
Created attachment 583334 [details]
games-arcade:nibbles-0.0.4:20190717-165414.log
Comment 6 Toralf Förster gentoo-dev 2019-07-17 18:26:56 UTC
Created attachment 583336 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-07-18 14:46:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2041da5a9efea1e9b2a4e9d741cb8d30082df6

commit 8d2041da5a9efea1e9b2a4e9d741cb8d30082df6
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-18 14:45:39 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-18 14:46:27 +0000

    games-arcade/nibbles: Fixed build with sys-libs/ncurses[tinfo]
    
    Closes: https://bugs.gentoo.org/690104
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../nibbles/files/nibbles-0.0.4-as-needed.patch    |  6 ++--
 ...ibbles-0.0.4.ebuild => nibbles-0.0.4-r1.ebuild} | 35 ++++++++++++++--------
 2 files changed, 26 insertions(+), 15 deletions(-)