Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690512 - sys-fs/lde-2.6.1-r1 : /.../ld: nc_lde.o: undefined reference to symbol keypad
Summary: sys-fs/lde-2.6.1-r1 : /.../ld: nc_lde.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's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-23 19:11 UTC by Toralf Förster
Modified: 2021-01-01 18:12 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.15 KB, text/plain)
2019-07-23 19:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,188.25 KB, text/plain)
2019-07-23 19:11 UTC, Toralf Förster
Details
environment (environment,15.79 KB, text/plain)
2019-07-23 19:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.70 KB, application/x-bzip)
2019-07-23 19:11 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.47 KB, application/x-bzip)
2019-07-23 19:11 UTC, Toralf Förster
Details
sys-fs:lde-2.6.1-r1:20190722-230005.log (sys-fs:lde-2.6.1-r1:20190722-230005.log,25.47 KB, text/plain)
2019-07-23 19:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.26 KB, application/x-bzip)
2019-07-23 19:12 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-23 19:11:45 UTC
make[2]: Leaving directory '/var/tmp/portage/sys-fs/lde-2.6.1-r1/work/lde/src/swiped'
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed  -o ../lde ext2fs.o msdos_fs.o minix.o xiafs.o no_fs.o recover.o main_lde.o nc_lde.o nc_block.o nc_inode.o nc_dir.o tty_lde.o bitops.o iso9660.o swiped.a -lgpm -lncurses
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: nc_lde.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[1]: *** [Makefile:24: ../lde] Error 1

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

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

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

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 sys-fs/lde
[ebuild  N    ] sys-fs/lde-2.6.1-r1
Comment 1 Toralf Förster gentoo-dev 2019-07-23 19:11:48 UTC
Created attachment 584166 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-23 19:11:51 UTC
Created attachment 584168 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-23 19:11:54 UTC
Created attachment 584170 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-23 19:11:56 UTC
Created attachment 584172 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-23 19:11:59 UTC
Created attachment 584174 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-23 19:12:01 UTC
Created attachment 584176 [details]
sys-fs:lde-2.6.1-r1:20190722-230005.log
Comment 7 Toralf Förster gentoo-dev 2019-07-23 19:12:04 UTC
Created attachment 584178 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-01-01 18:12:28 UTC
The bug has been closed via the following commit(s):

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

commit 95708ebf53cd9d24a8ad11f6ccea6fca8818fafc
Author:     Stephan Hartmann <sultan@gentoo.org>
AuthorDate: 2021-01-01 18:12:04 +0000
Commit:     Stephan Hartmann <sultan@gentoo.org>
CommitDate: 2021-01-01 18:12:15 +0000

    sys-fs/lde: fix ncurses[tinfo], fix -fno-common, EAPI 7
    
    Closes: https://bugs.gentoo.org/692966
    Closes: https://bugs.gentoo.org/692966
    Closes: https://bugs.gentoo.org/690512
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Stephan Hartmann <sultan@gentoo.org>

 sys-fs/lde/files/lde-2.6.1-fno-common.patch | 32 +++++++++++++++++++++++++++++
 sys-fs/lde/files/lde-2.6.1-respect-ar.patch | 11 ++++++++++
 sys-fs/lde/files/lde-2.6.1-tinfo.patch      | 22 ++++++++++++++++++++
 sys-fs/lde/lde-2.6.1-r1.ebuild              | 25 +++++++++++++++++-----
 4 files changed, 85 insertions(+), 5 deletions(-)