Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715848 - app-misc/dvorak7min-1.6.1 : dvorak7min.c: error: sys_errlist undeclared (first use in this function)
Summary: app-misc/dvorak7min-1.6.1 : dvorak7min.c: error: sys_errlist undeclared (firs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: missing-musl-includes glibc-2.32
  Show dependency tree
 
Reported: 2020-04-02 07:20 UTC by Toralf Förster
Modified: 2020-09-13 07:46 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.66 KB, text/plain)
2020-04-02 07:20 UTC, Toralf Förster
Details
app-misc:dvorak7min-1.6.1:20200401-232414.log (app-misc:dvorak7min-1.6.1:20200401-232414.log,2.62 KB, text/plain)
2020-04-02 07:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,227.05 KB, text/plain)
2020-04-02 07:20 UTC, Toralf Förster
Details
environment (environment,40.19 KB, text/plain)
2020-04-02 07:20 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.07 KB, application/x-bzip)
2020-04-02 07:20 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,10.99 KB, application/x-bzip)
2020-04-02 07:20 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 2020-04-02 07:20:28 UTC
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -Wall      -DLIMIT_LENGTH=1024   -c -o dvorak7min.o dvorak7min.c
dvorak7min.c: In function importText:
dvorak7min.c:196:20: error: sys_errlist undeclared (first use in this function)
  196 |       postmortem = sys_errlist[errno];
      |                    ^~~~~~~~~~~
dvorak7min.c:196:20: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr  1 22:37:38 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO app-misc/dvorak7min
[ebuild  N    ] app-misc/dvorak7min-1.6.1
Comment 1 Toralf Förster gentoo-dev 2020-04-02 07:20:35 UTC
Created attachment 628726 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-02 07:20:42 UTC
Created attachment 628728 [details]
app-misc:dvorak7min-1.6.1:20200401-232414.log
Comment 3 Toralf Förster gentoo-dev 2020-04-02 07:20:45 UTC
Created attachment 628730 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-02 07:20:48 UTC
Created attachment 628732 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-02 07:20:52 UTC
Created attachment 628734 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-02 07:20:57 UTC
Created attachment 628736 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-09-13 07:45:14 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(-)