Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689986 - app-misc/dvorak7min-1.6.1 : /.../ld: dvorak7min.o: undefined reference to symbol stdscr
Summary: app-misc/dvorak7min-1.6.1 : /.../ld: dvorak7min.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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 698082 702372 722336 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-07-16 15:53 UTC by Toralf Förster
Modified: 2020-09-13 07:47 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.42 KB, text/plain)
2019-07-16 15:53 UTC, Toralf Förster
Details
app-misc:dvorak7min-1.6.1:20190716-020607.log (app-misc:dvorak7min-1.6.1:20190716-020607.log,2.51 KB, text/plain)
2019-07-16 15:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,19.69 KB, text/plain)
2019-07-16 15:53 UTC, Toralf Förster
Details
environment (environment,38.75 KB, text/plain)
2019-07-16 15:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,9.75 KB, application/x-bzip)
2019-07-16 15:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,10.55 KB, application/x-bzip)
2019-07-16 15:53 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-16 15:53:04 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.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.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: dvorak7min.o: undefined reference to symbol 'stdscr'
/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:30: dvorak7min] 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) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO app-misc/dvorak7min
[ebuild  N    ] app-misc/dvorak7min-1.6.1
Comment 1 Toralf Förster gentoo-dev 2019-07-16 15:53:06 UTC
Created attachment 583004 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-16 15:53:09 UTC
Created attachment 583006 [details]
app-misc:dvorak7min-1.6.1:20190716-020607.log
Comment 3 Toralf Förster gentoo-dev 2019-07-16 15:53:12 UTC
Created attachment 583008 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-16 15:53:15 UTC
Created attachment 583010 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-16 15:53:17 UTC
Created attachment 583012 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-16 15:53:20 UTC
Created attachment 583014 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-09-13 07:45:15 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:01 UTC
*** Bug 722336 has been marked as a duplicate of this bug. ***
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-13 07:47:03 UTC
*** Bug 698082 has been marked as a duplicate of this bug. ***
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-13 07:47:06 UTC
*** Bug 702372 has been marked as a duplicate of this bug. ***