Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716112 - media-sound/mp3wrap-0.5 : crc.c: error: unknown type name u_int32_t
Summary: media-sound/mp3wrap-0.5 : crc.c: error: unknown type name u_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:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-04-04 07:33 UTC by Toralf Förster
Modified: 2020-04-26 23:20 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.53 KB, text/plain)
2020-04-04 07:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,271.42 KB, text/plain)
2020-04-04 07:33 UTC, Toralf Förster
Details
environment (environment,20.55 KB, text/plain)
2020-04-04 07:33 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.75 KB, application/x-bzip)
2020-04-04 07:33 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,3.98 KB, application/x-bzip)
2020-04-04 07:33 UTC, Toralf Förster
Details
media-sound:mp3wrap-0.5:20200404-021910.log (media-sound:mp3wrap-0.5:20200404-021910.log,5.90 KB, text/plain)
2020-04-04 07:33 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.17 KB, application/x-bzip)
2020-04-04 07:33 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-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 .