Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717984 - net-misc/mulk-0.7.0 : mulk.c: error: LC_ALL undeclared (first use in this function)
Summary: net-misc/mulk-0.7.0 : mulk.c: error: LC_ALL undeclared (first use in this fun...
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:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-04-18 06:48 UTC by Toralf Förster
Modified: 2020-09-13 04:23 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.63 KB, text/plain)
2020-04-18 06:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,528.24 KB, text/plain)
2020-04-18 06:49 UTC, Toralf Förster
Details
environment (environment,79.22 KB, text/plain)
2020-04-18 06:49 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,36.49 KB, application/x-bzip)
2020-04-18 06:49 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.07 KB, application/x-bzip)
2020-04-18 06:49 UTC, Toralf Förster
Details
net-misc:mulk-0.7.0:20200417-225348.log (net-misc:mulk-0.7.0:20200417-225348.log,26.70 KB, text/plain)
2020-04-18 06:49 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.45 KB, application/x-bzip)
2020-04-18 06:49 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-18 06:48:59 UTC
   64 |  setlocale(LC_ALL, );
      |  ^~~~~~~~~
mulk.c:64:12: error: LC_ALL undeclared (first use in this function)
   64 |  setlocale(LC_ALL, );
      |            ^~~~~~
mulk.c:64:12: 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-bin-1.42.0
  [2]   rust-1.42.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr 17 21:38:26 UTC 2020
/var/db/repos/musl	Fri Apr 17 19:37:05 UTC 2020

emerge -qpvO net-misc/mulk
[ebuild  N    ] net-misc/mulk-0.7.0  USE="-checksum -debug -metalink"
Comment 1 Toralf Förster gentoo-dev 2020-04-18 06:49:02 UTC
Created attachment 633440 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-18 06:49:05 UTC
Created attachment 633442 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-18 06:49:08 UTC
Created attachment 633444 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-18 06:49:11 UTC
Created attachment 633446 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-18 06:49:14 UTC
Created attachment 633448 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-18 06:49:18 UTC
Created attachment 633450 [details]
net-misc:mulk-0.7.0:20200417-225348.log
Comment 7 Toralf Förster gentoo-dev 2020-04-18 06:49:21 UTC
Created attachment 633452 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-09-13 04:23:10 UTC
The bug has been closed via the following commit(s):

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

commit 7b1b900ad6015e97bc47f63511db53a3b637a787
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-13 04:23:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-13 04:23:02 +0000

    net-misc/mulk: bump to EAPI 7
    
    Closes: https://bugs.gentoo.org/742137
    Closes: https://bugs.gentoo.org/717984
    Closes: https://bugs.gentoo.org/725140
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/mulk/files/mulk-0.7.0-musl-locale.patch   | 12 +++++++
 .../{mulk-0.7.0.ebuild => mulk-0.7.0-r1.ebuild}    | 41 ++++++++++++++++------
 2 files changed, 42 insertions(+), 11 deletions(-)