Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690782 - games-strategy/dopewars-1.5.12-r3 : /.../ld: curses_client/libcursesclient.a(curses_client.o): undefined reference to symbol keypad
Summary: games-strategy/dopewars-1.5.12-r3 : /.../ld: curses_client/libcursesclient.a(...
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-26 21:10 UTC by Toralf Förster
Modified: 2019-08-17 04:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.89 KB, text/plain)
2019-07-26 21:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,238.79 KB, text/plain)
2019-07-26 21:10 UTC, Toralf Förster
Details
environment (environment,27.95 KB, text/plain)
2019-07-26 21:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.01 KB, application/x-bzip)
2019-07-26 21:10 UTC, Toralf Förster
Details
games-strategy:dopewars-1.5.12-r3:20190726-203957.log (games-strategy:dopewars-1.5.12-r3:20190726-203957.log,38.68 KB, text/plain)
2019-07-26 21:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.61 KB, application/x-bzip)
2019-07-26 21:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.81 KB, application/x-bzip)
2019-07-26 21:10 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-26 21:10:32 UTC
mkdir .libs
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed -o dopewars admin.o AIPlayer.o util.o configfile.o convert.o dopewars.o error.o log.o message.o network.o serverside.o sound.o tstring.o winmain.o  curses_client/libcursesclient.a cursesport/libcursesport.a -lglib-2.0 -ldl -lncurses
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: curses_client/libcursesclient.a(curses_client.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[3]: *** [Makefile:338: dopewars] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-20190722-003824

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

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)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO games-strategy/dopewars
[ebuild  N    ] games-strategy/dopewars-1.5.12-r3  USE="ncurses nls -gnome -gtk -sdl"
Comment 1 Toralf Förster gentoo-dev 2019-07-26 21:10:35 UTC
Created attachment 584742 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-26 21:10:37 UTC
Created attachment 584744 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-26 21:10:40 UTC
Created attachment 584746 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-26 21:10:43 UTC
Created attachment 584748 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-26 21:10:45 UTC
Created attachment 584750 [details]
games-strategy:dopewars-1.5.12-r3:20190726-203957.log
Comment 6 Toralf Förster gentoo-dev 2019-07-26 21:10:48 UTC
Created attachment 584752 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-26 21:10:51 UTC
Created attachment 584754 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-08-17 04:43:57 UTC
The bug has been closed via the following commit(s):

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

commit a652b0ad3bdc29210b8302ac5b882888daf1b625
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-08-17 04:40:25 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-08-17 04:42:32 +0000

    games-strategy/dopewars: fix building with ncurses[tinfo]
    
    Closes: https://bugs.gentoo.org/690782
    Package-Manager: Portage-2.3.71, Repoman-2.3.17
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 games-strategy/dopewars/dopewars-1.5.12-r3.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)