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

Bug 715852

Summary: media-sound/cdstatus-0.97.03 : cdstatus.c: error: unknown type name int32_t
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: CONFIRMED ---    
Severity: normal CC: sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: stdint.h
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
media-sound:cdstatus-0.97.03:20200402-001450.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-04-02 07:21:46 UTC
x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -c cdstatus.c
cdstatus.c: In function writeWavHeader:
cdstatus.c:535:3: error: unknown type name int32_t
  535 |   int32_t RIFF_header;
      |   ^~~~~~~
cdstatus.c:536:3: error: unknown type name int32_t

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-20200328-201618

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

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	Wed Apr  1 23:37:48 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO media-sound/cdstatus
[ebuild  N    ] media-sound/cdstatus-0.97.03
Comment 1 Toralf Förster gentoo-dev 2020-04-02 07:21:49 UTC
Created attachment 628750 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-02 07:21:54 UTC
Created attachment 628752 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-02 07:21:58 UTC
Created attachment 628754 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-02 07:22:01 UTC
Created attachment 628756 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-02 07:22:04 UTC
Created attachment 628758 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-02 07:22:08 UTC
Created attachment 628760 [details]
media-sound:cdstatus-0.97.03:20200402-001450.log
Comment 7 Toralf Förster gentoo-dev 2020-04-02 07:22:11 UTC
Created attachment 628762 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-04-27 00:02:28 UTC
Upstream should consider using portable POSIX-compatible integer types as
defined in
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .
Comment 9 Agostino Sarubbo gentoo-dev 2024-03-26 13:49:36 UTC
*** Bug 895578 has been marked as a duplicate of this bug. ***