Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690072 - games-mud/mudix-4.3-r2 : /.../ld: mudix.o: undefined reference to symbol keypad
Summary: games-mud/mudix-4.3-r2 : /.../ld: mudix.o: undefined reference to symbol keypad
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 16:51 UTC by Toralf Förster
Modified: 2019-07-17 21:34 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.96 KB, text/plain)
2019-07-17 16:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,187.82 KB, text/plain)
2019-07-17 16:51 UTC, Toralf Förster
Details
environment (environment,15.26 KB, text/plain)
2019-07-17 16:51 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.25 KB, application/x-bzip)
2019-07-17 16:51 UTC, Toralf Förster
Details
games-mud:mudix-4.3-r2:20190716-204708.log (games-mud:mudix-4.3-r2:20190716-204708.log,6.08 KB, text/plain)
2019-07-17 16:51 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,1.33 KB, application/x-bzip)
2019-07-17 16:51 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,7.00 KB, application/x-bzip)
2019-07-17 16:51 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 16:51:09 UTC
rm -f ../mudix 
gcc -o ../mudix -Wl,-O1 -Wl,--as-needed alias.o commands.o file.o input.o log.o mudix.o output.o parse.o path.o settings.o tabs.o telnet.o trigger.o variable.o -O2 -pipe -march=native  -lpanel -lncurses
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: mudix.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:27: ../mudix] 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-mud/mudix
[ebuild  N    ] games-mud/mudix-4.3-r2
Comment 1 Toralf Förster gentoo-dev 2019-07-17 16:51:13 UTC
Created attachment 583182 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-17 16:51:16 UTC
Created attachment 583184 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-17 16:51:19 UTC
Created attachment 583186 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-17 16:51:22 UTC
Created attachment 583188 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-17 16:51:25 UTC
Created attachment 583190 [details]
games-mud:mudix-4.3-r2:20190716-204708.log
Comment 6 Toralf Förster gentoo-dev 2019-07-17 16:51:29 UTC
Created attachment 583192 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-17 16:51:32 UTC
Created attachment 583194 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-07-17 21:34:59 UTC
The bug has been closed via the following commit(s):

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

commit 7e2df9a37ba3687faa805c1356480f0e44c85276
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-17 21:31:57 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-17 21:34:53 +0000

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

 games-mud/mudix/files/mudix-4.3-tinfo.patch | 43 +++++++++++++++++++++++++++++
 games-mud/mudix/mudix-4.3-r2.ebuild         | 19 +++++++++----
 2 files changed, 57 insertions(+), 5 deletions(-)