Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690230 - games-arcade/alienwave-0.4.0-r1 : /.../ld: main.o: undefined reference to symbol keypad
Summary: games-arcade/alienwave-0.4.0-r1 : /.../ld: main.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:
 
Reported: 2019-07-19 16:01 UTC by Toralf Förster
Modified: 2019-08-14 03:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.20 KB, text/plain)
2019-07-19 16:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,223.39 KB, text/plain)
2019-07-19 16:01 UTC, Toralf Förster
Details
environment (environment,15.02 KB, text/plain)
2019-07-19 16:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.50 KB, application/x-bzip)
2019-07-19 16:02 UTC, Toralf Förster
Details
games-arcade:alienwave-0.4.0-r1:20190719-153233.log (games-arcade:alienwave-0.4.0-r1:20190719-153233.log,2.47 KB, text/plain)
2019-07-19 16:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,5.78 KB, application/x-bzip)
2019-07-19 16:02 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-19 16:01:53 UTC
cc -O2 -pipe -march=native   -c -o util.o util.c
cc main.o blit.o aliens.o xzarna.o fire.o shield.o levels.o util.o -Wl,-O1 -Wl,--as-needed -lncurses -o alienwave
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.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:17: alienwave] Error 1

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

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

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

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/alienwave
[ebuild  N    ] games-arcade/alienwave-0.4.0-r1
Comment 1 Toralf Förster gentoo-dev 2019-07-19 16:01:56 UTC
Created attachment 583630 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-19 16:01:59 UTC
Created attachment 583632 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-19 16:02:02 UTC
Created attachment 583634 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-19 16:02:04 UTC
Created attachment 583636 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-19 16:02:07 UTC
Created attachment 583638 [details]
games-arcade:alienwave-0.4.0-r1:20190719-153233.log
Comment 6 Toralf Förster gentoo-dev 2019-07-19 16:02:10 UTC
Created attachment 583640 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-08-14 03:39:57 UTC
The bug has been closed via the following commit(s):

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

commit f5b64fe013c99888cb244fe88f00582686247e55
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-08-14 03:37:22 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-08-14 03:37:22 +0000

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

 games-arcade/alienwave/alienwave-0.4.0-r1.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)