Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715852 - media-sound/cdstatus-0.97.03 : cdstatus.c: error: unknown type name int32_t
Summary: media-sound/cdstatus-0.97.03 : cdstatus.c: error: unknown type name int32_t
Status: CONFIRMED
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: stdint.h
Keywords:
: 895578 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-04-02 07:21 UTC by Toralf Förster
Modified: 2024-03-26 13:49 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.22 KB, text/plain)
2020-04-02 07:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,204.21 KB, text/plain)
2020-04-02 07:21 UTC, Toralf Förster
Details
environment (environment,19.77 KB, text/plain)
2020-04-02 07:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.07 KB, application/x-bzip)
2020-04-02 07:22 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.50 KB, application/x-bzip)
2020-04-02 07:22 UTC, Toralf Förster
Details
media-sound:cdstatus-0.97.03:20200402-001450.log (media-sound:cdstatus-0.97.03:20200402-001450.log,10.61 KB, text/plain)
2020-04-02 07:22 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.81 KB, application/x-bzip)
2020-04-02 07:22 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-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. ***