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

Bug 716112

Summary: media-sound/mp3wrap-0.5 : crc.c: error: unknown type name u_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: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
media-sound:mp3wrap-0.5:20200404-021910.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-04-04 07:33:34 UTC
x86_64-gentoo-linux-musl-gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\mp3wrap\ -DVERSION=\0.5\ -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1  -I. -I.     -O2 -pipe -march=native -c test -f crc.c || echo ./crc.c
crc.c:31:14: error: unknown type name u_int32_t
   31 | static const u_int32_t crctab[256] = {
      |              ^~~~~~~~~
make: *** [Makefile:176: crc.o] Error 1

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

  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 *
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Apr  4 01:37:47 UTC 2020
/var/db/repos/musl	Thu Apr  2 19:02:24 UTC 2020

emerge -qpvO media-sound/mp3wrap
[ebuild  N    ] media-sound/mp3wrap-0.5
Comment 1 Toralf Förster gentoo-dev 2020-04-04 07:33:37 UTC
Created attachment 629690 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-04 07:33:41 UTC
Created attachment 629692 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-04 07:33:44 UTC
Created attachment 629694 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-04 07:33:47 UTC
Created attachment 629696 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-04 07:33:50 UTC
Created attachment 629698 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-04 07:33:53 UTC
Created attachment 629700 [details]
media-sound:mp3wrap-0.5:20200404-021910.log
Comment 7 Toralf Förster gentoo-dev 2020-04-04 07:33:57 UTC
Created attachment 629702 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-04-26 23:20:32 UTC
Upstream should consider using portable POSIX-compatible integer types as
defined in
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .