Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717250 - app-misc/utimer-0.4-r1 : utimer.c: error: LC_ALL undeclared (first use in this function)
Summary: app-misc/utimer-0.4-r1 : utimer.c: error: LC_ALL undeclared (first use in thi...
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
  Show dependency tree
 
Reported: 2020-04-12 19:40 UTC by Toralf Förster
Modified: 2020-12-28 11:50 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.65 KB, text/plain)
2020-04-12 19:40 UTC, Toralf Förster
Details
app-misc:utimer-0.4-r1:20200412-185934.log (app-misc:utimer-0.4-r1:20200412-185934.log,25.61 KB, text/plain)
2020-04-12 19:40 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,462.24 KB, text/plain)
2020-04-12 19:40 UTC, Toralf Förster
Details
environment (environment,17.88 KB, text/plain)
2020-04-12 19:40 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,33.68 KB, application/x-bzip)
2020-04-12 19:40 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.97 KB, application/x-bzip)
2020-04-12 19:40 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,9.44 KB, application/x-bzip)
2020-04-12 19:40 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-12 19:40:15 UTC
  171 |   ut_config.locale = setlocale (LC_ALL, );
      |                      ^~~~~~~~~
utimer.c:171:33: error: LC_ALL undeclared (first use in this function)
  171 |   ut_config.locale = setlocale (LC_ALL, );
      |                                 ^~~~~~
utimer.c:171:33: 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-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	Sun Apr 12 18:09:07 UTC 2020
/var/db/repos/musl	Wed Apr  8 18:15:58 UTC 2020

emerge -qpvO app-misc/utimer
[ebuild  N    ] app-misc/utimer-0.4-r1  USE="nls -debug"
Comment 1 Toralf Förster gentoo-dev 2020-04-12 19:40:17 UTC
Created attachment 632520 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-12 19:40:20 UTC
Created attachment 632522 [details]
app-misc:utimer-0.4-r1:20200412-185934.log
Comment 3 Toralf Förster gentoo-dev 2020-04-12 19:40:23 UTC
Created attachment 632524 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-12 19:40:26 UTC
Created attachment 632526 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-12 19:40:29 UTC
Created attachment 632528 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-12 19:40:33 UTC
Created attachment 632530 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-12 19:40:36 UTC
Created attachment 632532 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-12-28 11:50:35 UTC
The bug has been closed via the following commit(s):

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

commit 1f02614a2f744c3bc9073a1cc4984a875747bc96
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-12-28 11:50:11 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-12-28 11:50:11 +0000

    app-misc/utimer: Port to EAPI 7
    
    * Thanks to Jeroen Roovers for submitting the fno-common patch
    
    Closes: https://bugs.gentoo.org/717250
    Closes: https://bugs.gentoo.org/709300
    Package-Manager: Portage-3.0.9, Repoman-3.0.1
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-misc/utimer/files/utimer-0.4-fno-common.patch | 29 +++++++++++++++++++++++
 app-misc/utimer/files/utimer-0.4-locale.patch     | 10 ++++++++
 app-misc/utimer/utimer-0.4-r1.ebuild              | 24 +++++++++----------
 3 files changed, 50 insertions(+), 13 deletions(-)