Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 690078

Summary: games-board/natch-2.4-r1 : /.../ld: screen.o: undefined reference to symbol keypad
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 457530    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-board:natch-2.4-r1:20190717-033013.log
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-07-17 16:52:27 UTC
/bin/sh ../txtc.sh copyright.text
x86_64-pc-linux-gnu-gcc -Wall -fshort-enums -DNDEBUG -O3 -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed -o Natch  main.o cmdline.o distance.o pcpj.o distimmo.o pcpj_deb.o pcpjcapt.o trajet.o explorat.o pcpjcoup.o hash.o pcpjtool.o myHashTable.o langues.o screen.o moves_order.o test_moves_order.o twin_squares.o precise_trajectories.o captInitSquare.o piece.o reportbugs.o copyright.o  -lncurses 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.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[2]: *** [Makefile:233: Natch] 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) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO games-board/natch
[ebuild  N    ] games-board/natch-2.4-r1
Comment 1 Toralf Förster gentoo-dev 2019-07-17 16:52:31 UTC
Created attachment 583222 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-17 16:52:34 UTC
Created attachment 583224 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-17 16:52:38 UTC
Created attachment 583226 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-17 16:52:41 UTC
Created attachment 583228 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-17 16:52:43 UTC
Created attachment 583230 [details]
games-board:natch-2.4-r1:20190717-033013.log
Comment 6 Toralf Förster gentoo-dev 2019-07-17 16:52:46 UTC
Created attachment 583232 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-17 16:52:49 UTC
Created attachment 583234 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-07-17 22:08:34 UTC
The bug has been closed via the following commit(s):

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

commit dcbb79e33eaf7bc0ab2127d669052a213a871aee
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-17 22:08:15 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-17 22:08:28 +0000

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

 games-board/natch/files/natch-2.4-tinfo.patch | 39 +++++++++++++++++++++++++++
 games-board/natch/natch-2.4-r1.ebuild         | 20 +++++++++-----
 2 files changed, 53 insertions(+), 6 deletions(-)