Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716050 - media-video/cinelerra-2.3 : libmpeg3.c: error: unknown type name u_int32_t
Summary: media-video/cinelerra-2.3 : libmpeg3.c: error: unknown type name u_int32_t
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-12-15
Assignee: Gentoo musl team
URL:
Whiteboard: stdint.h
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-04-03 17:47 UTC by Toralf Förster
Modified: 2020-12-16 10:11 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.48 KB, text/plain)
2020-04-03 17:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,261.08 KB, text/plain)
2020-04-03 17:47 UTC, Toralf Förster
Details
environment (environment,102.19 KB, text/plain)
2020-04-03 17:47 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.06 KB, application/x-bzip)
2020-04-03 17:47 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.92 KB, application/x-bzip)
2020-04-03 17:47 UTC, Toralf Förster
Details
media-video:cinelerra-2.3:20200403-174159.log (media-video:cinelerra-2.3:20200403-174159.log,65.37 KB, text/plain)
2020-04-03 17:47 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.92 KB, application/x-bzip)
2020-04-03 17:47 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-03 17:47:26 UTC
libtool: compile:  x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D__STDC_CONSTANT_MACROS -DHAVE_MMX -DUSE_MMX -DX86_CPU -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -Wformat -Werror=format-security -c libmpeg3.c  -fPIC -DPIC -o .libs/libmpeg3.o
libmpeg3.c: In function mpeg3_check_sig:
libmpeg3.c:132:2: error: unknown type name u_int32_t; did you mean uint32_t?
  132 |  u_int32_t bits, bits2;
      |  ^~~~~~~~~
      |  uint32_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	Fri Apr  3 16:39:40 UTC 2020
/var/db/repos/musl	Thu Apr  2 19:02:24 UTC 2020

emerge -qpvO media-video/cinelerra
[ebuild  N    ] media-video/cinelerra-2.3  USE="-alsa (-altivec) -css -debug -ieee1394 -opengl -oss" CPU_FLAGS_X86="mmx -3dnow"
Comment 1 Toralf Förster gentoo-dev 2020-04-03 17:47:28 UTC
Created attachment 629466 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-03 17:47:32 UTC
Created attachment 629468 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-03 17:47:34 UTC
Created attachment 629470 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-03 17:47:37 UTC
Created attachment 629472 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-03 17:47:40 UTC
Created attachment 629474 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-03 17:47:44 UTC
Created attachment 629476 [details]
media-video:cinelerra-2.3:20200403-174159.log
Comment 7 Toralf Förster gentoo-dev 2020-04-03 17:47:47 UTC
Created attachment 629478 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-04-27 00:01:46 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-12-16 10:11:55 UTC
Package removed.