Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698082 - app-misc/dvorak7min-1.6.1 : /.../ld: dvorak7min.o: undefined reference to symbol halfdelay
Summary: app-misc/dvorak7min-1.6.1 : /.../ld: dvorak7min.o: undefined reference to sym...
Status: RESOLVED DUPLICATE of bug 689986
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:
Depends on:
Blocks:
 
Reported: 2019-10-20 07:35 UTC by Toralf Förster
Modified: 2020-09-13 07:47 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.60 KB, text/plain)
2019-10-20 07:36 UTC, Toralf Förster
Details
app-misc:dvorak7min-1.6.1:20191020-050715.log (app-misc:dvorak7min-1.6.1:20191020-050715.log,2.61 KB, text/plain)
2019-10-20 07:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,35.92 KB, text/plain)
2019-10-20 07:36 UTC, Toralf Förster
Details
environment (environment,39.68 KB, text/plain)
2019-10-20 07:36 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.56 KB, application/x-bzip)
2019-10-20 07:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,10.74 KB, application/x-bzip)
2019-10-20 07:36 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-10-20 07:35:58 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 'halfdelay'
/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_developer-libressl_test-20191019-011637

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

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


llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)


java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 20 Oct 2019 04:05:49 +0000

emerge -qpvO app-misc/dvorak7min
[ebuild  N    ] app-misc/dvorak7min-1.6.1
Comment 1 Toralf Förster gentoo-dev 2019-10-20 07:36:01 UTC
Created attachment 593346 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-10-20 07:36:04 UTC
Created attachment 593348 [details]
app-misc:dvorak7min-1.6.1:20191020-050715.log
Comment 3 Toralf Förster gentoo-dev 2019-10-20 07:36:08 UTC
Created attachment 593350 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-10-20 07:36:12 UTC
Created attachment 593352 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-10-20 07:36:15 UTC
Created attachment 593354 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-10-20 07:36:18 UTC
Created attachment 593356 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-09-13 07:45:11 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:03 UTC

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