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

Bug 702372

Summary: app-misc/dvorak7min-1.6.1 : /.../ld: dvorak7min.o: undefined reference to symbol COLS
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=742080
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-misc:dvorak7min-1.6.1:20191209-131920.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-12-09 19:20:39 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dvorak7min.o: in function `importText':
dvorak7min.c:(.text+0x413): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dvorak7min.o: undefined reference to symbol 'COLS'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.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:30: dvorak7min] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl-20191206-065611

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.39.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 09 Dec 2019 13:06:33 +0000

emerge -qpvO app-misc/dvorak7min
[ebuild  N    ] app-misc/dvorak7min-1.6.1
Comment 1 Toralf Förster gentoo-dev 2019-12-09 19:20:42 UTC
Created attachment 598960 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-09 19:20:45 UTC
Created attachment 598962 [details]
app-misc:dvorak7min-1.6.1:20191209-131920.log
Comment 3 Toralf Förster gentoo-dev 2019-12-09 19:20:48 UTC
Created attachment 598964 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-12-09 19:20:51 UTC
Created attachment 598966 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-12-09 19:20:53 UTC
Created attachment 598968 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-09 19:20:56 UTC
Created attachment 598970 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-09-13 07:45:16 UTC
The bug has been closed via the following commit(s):

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

commit a70ccb1e002ff4becc0ba79cd3390d73a73d1027
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-13 07:42:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-13 07:45:06 +0000

    app-misc/dvorak7min: bump to EAPI 7, fix build
    
    * Port to EAPI 7
    * Adopt Debian's patches for some little bug fixes (inc. glibc-2.32)
    * Fix linking with ncurses by using pkgconfig
    
    Closes: https://bugs.gentoo.org/742080
    Closes: https://bugs.gentoo.org/722336
    Closes: https://bugs.gentoo.org/715848
    Closes: https://bugs.gentoo.org/689986
    Closes: https://bugs.gentoo.org/698082
    Closes: https://bugs.gentoo.org/702372
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 ...min-1.6.1.ebuild => dvorak7min-1.6.1-r1.ebuild} |  17 +-
 .../files/dvorak7min-1.6.1-debian-changes.patch    | 194 +++++++++++++++++++++
 .../files/dvorak7min-1.6.1-makefile-flags.patch    |  26 +++
 .../dvorak7min-1.6.1-ncurses-pkg-config.patch      |  24 +++
 4 files changed, 255 insertions(+), 6 deletions(-)
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-13 07:47:06 UTC

*** This bug has been marked as a duplicate of bug 689986 ***