Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715702 - net-mail/qlogtools-3.1-r1 : instcheck.c: error: sys_errlist undeclared (first use in this function)
Summary: net-mail/qlogtools-3.1-r1 : instcheck.c: error: sys_errlist undeclared (first...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.33
  Show dependency tree
 
Reported: 2020-04-01 07:11 UTC by Toralf Förster
Modified: 2021-11-15 05:58 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.39 KB, text/plain)
2020-04-01 07:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,157.09 KB, text/plain)
2020-04-01 07:11 UTC, Toralf Förster
Details
environment (environment,54.20 KB, text/plain)
2020-04-01 07:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.23 KB, application/x-bzip)
2020-04-01 07:11 UTC, Toralf Förster
Details
net-mail:qlogtools-3.1-r1:20200401-004605.log (net-mail:qlogtools-3.1-r1:20200401-004605.log,5.62 KB, text/plain)
2020-04-01 07:11 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,15.33 KB, application/x-bzip)
2020-04-01 07:11 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-01 07:11:24 UTC
./compile instcheck.c
instcheck.c: In function diesys:
instcheck.c:17:4: error: sys_errlist undeclared (first use in this function)
   17 |    sys_errlist[errno]);
      |    ^~~~~~~~~~~
instcheck.c:17:4: 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_hardened-20200328-201618

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

  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	Tue Mar 31 22:37:37 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO net-mail/qlogtools
[ebuild  N    ] net-mail/qlogtools-3.1-r1
Comment 1 Toralf Förster gentoo-dev 2020-04-01 07:11:27 UTC
Created attachment 628250 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-01 07:11:30 UTC
Created attachment 628252 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-01 07:11:33 UTC
Created attachment 628254 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-01 07:11:36 UTC
Created attachment 628256 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-01 07:11:39 UTC
Created attachment 628258 [details]
net-mail:qlogtools-3.1-r1:20200401-004605.log
Comment 6 Toralf Förster gentoo-dev 2020-04-01 07:11:42 UTC
Created attachment 628260 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-11-15 05:58:41 UTC
The bug has been closed via the following commit(s):

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

commit c7f4c74c0e3d6703a6501a8668a02740b213400b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-11-15 05:58:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-15 05:58:33 +0000

    net-mail/qlogtools: fix build with glibc 2.33
    
    Closes: https://bugs.gentoo.org/715702
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/qlogtools-3.1-fix-glibc-2-33.patch       | 31 +++++++++++
 .../files/qlogtools-3.1-fix-implicit-decl.patch    | 61 ++++++++++++++++++++++
 net-mail/qlogtools/qlogtools-3.1-r1.ebuild         |  2 +
 3 files changed, 94 insertions(+)