Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 717250

Summary: app-misc/utimer-0.4-r1 : utimer.c: error: LC_ALL undeclared (first use in this function)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: lavi.kfir, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
app-misc:utimer-0.4-r1:20200412-185934.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

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(-)