Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875686 - sci-calculators/grpn-1.4.0 - funcs.c: error: implicit declaration of function isdigit [-Werror=implicit-function-declaration]
Summary: sci-calculators/grpn-1.4.0 - funcs.c: error: implicit declaration of function...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-06 20:12 UTC by Toralf Förster
Modified: 2022-11-24 06:37 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.85 KB, text/plain)
2022-10-06 20:12 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,74.62 KB, application/x-bzip)
2022-10-06 20:12 UTC, Toralf Förster
Details
environment (environment,87.42 KB, text/plain)
2022-10-06 20:12 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,27.29 KB, application/x-bzip)
2022-10-06 20:12 UTC, Toralf Förster
Details
sci-calculators:grpn-1.4.0:20221006-022521.log (sci-calculators:grpn-1.4.0:20221006-022521.log,21.78 KB, text/plain)
2022-10-06 20:12 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,23.01 KB, application/x-bzip)
2022-10-06 20:12 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 2022-10-06 20:12:12 UTC
/usr/include/glib-2.0/glib/gtypes.h:576:8: note: declared here
  576 | struct _GTimeVal
      |        ^~~~~~~~~
funcs.c: In function isDigitBase:
funcs.c:840:4: error: implicit declaration of function isdigit [-Werror=implicit-function-declaration]
  840 |    isdigit((c)))
      |    ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20221002-192609

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.2
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
2)	OpenJDK 11.0.16.1_p1 [openjdk-11]
3)	OpenJDK 17.0.5_p5 [openjdk-17]
4)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
6)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-11 
  [3]   openjdk-17 
  [4]   openjdk-bin-8 
  [5]   openjdk-bin-11 
  [6]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit b510234bcb096f09de4a0961bb14e92e2f297118
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Oct 6 01:48:58 2022 +0000

    2022-10-06 01:48:57 UTC

emerge -qpvO sci-calculators/grpn
[ebuild  N    ] sci-calculators/grpn-1.4.0
Comment 1 Toralf Förster gentoo-dev 2022-10-06 20:12:13 UTC
Created attachment 822064 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-06 20:12:14 UTC
Created attachment 822067 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-06 20:12:16 UTC
Created attachment 822070 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-06 20:12:17 UTC
Created attachment 822073 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-06 20:12:18 UTC
Created attachment 822076 [details]
sci-calculators:grpn-1.4.0:20221006-022521.log
Comment 6 Toralf Förster gentoo-dev 2022-10-06 20:12:19 UTC
Created attachment 822079 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-10-23 19:18:27 UTC
The bug has been referenced in the following commit(s):

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

commit 8593a05664e946d215be7053a5d129fedbc56852
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-10-23 19:18:09 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-10-23 19:18:09 +0000

    profiles: last-rite sci-calculators/grpn
    
    Bug: https://bugs.gentoo.org/741200
    Bug: https://bugs.gentoo.org/875686
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 8 Larry the Git Cow gentoo-dev 2022-11-24 06:37:20 UTC
The bug has been closed via the following commit(s):

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

commit a3528bb50a64bb99b4d22ab222a964601c6ebf77
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-11-24 06:33:40 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-11-24 06:36:46 +0000

    sci-calculators/grpn: treeclean
    
    Closes: https://bugs.gentoo.org/741200
    Closes: https://bugs.gentoo.org/875686
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 profiles/package.mask                  |  5 -----
 sci-calculators/grpn/Manifest          |  1 -
 sci-calculators/grpn/grpn-1.4.0.ebuild | 38 ----------------------------------
 sci-calculators/grpn/metadata.xml      |  8 -------
 4 files changed, 52 deletions(-)