Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715698 - media-sound/orpheus-1.6-r3 : mp3track.cc: error: u_int32_t does not name a type
Summary: media-sound/orpheus-1.6-r3 : mp3track.cc: error: u_int32_t does not name a type
Status: RESOLVED FIXED
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:
 
Reported: 2020-04-01 07:10 UTC by Toralf Förster
Modified: 2021-12-29 07:11 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.39 KB, text/plain)
2020-04-01 07:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,155.03 KB, text/plain)
2020-04-01 07:10 UTC, Toralf Förster
Details
environment (environment,58.50 KB, text/plain)
2020-04-01 07:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.17 KB, application/x-bzip)
2020-04-01 07:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.35 KB, application/x-bzip)
2020-04-01 07:10 UTC, Toralf Förster
Details
media-sound:orpheus-1.6-r3:20200331-234347.log (media-sound:orpheus-1.6-r3:20200331-234347.log,28.96 KB, text/plain)
2020-04-01 07:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.81 KB, application/x-bzip)
2020-04-01 07:10 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-01 07:10:28 UTC
make[3]: Entering directory /var/tmp/portage/media-sound/orpheus-1.6-r3/work/orpheus-1.6/src
x86_64-gentoo-linux-musl-g++ -DHAVE_CONFIG_H -I. -I.. -I../kkconsui-0.1/include -I../kkstrtext-0.1 -I../intl -DSHARE_DIR=\/usr/share/orpheus\ -DLOCALEDIR=\/usr/share/locale\ -I/usr/include/libxml2   -O2 -pipe -march=native -c -o mp3track.o mp3track.cc
mp3track.cc:58:8: error: u_int32_t does not name a type; did you mean uint32_t?
   58 | static u_int32_t extract_bitfield(unsigned char *h, int start, int end) {
      |        ^~~~~~~~~
      |        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	Tue Mar 31 22:37:37 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO media-sound/orpheus
[ebuild  N    ] media-sound/orpheus-1.6-r3
Comment 1 Toralf Förster gentoo-dev 2020-04-01 07:10:31 UTC
Created attachment 628222 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-01 07:10:34 UTC
Created attachment 628224 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-01 07:10:36 UTC
Created attachment 628226 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-01 07:10:39 UTC
Created attachment 628228 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-01 07:10:42 UTC
Created attachment 628230 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-01 07:10:45 UTC
Created attachment 628232 [details]
media-sound:orpheus-1.6-r3:20200331-234347.log
Comment 7 Toralf Förster gentoo-dev 2020-04-01 07:10:48 UTC
Created attachment 628234 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-04-27 00:03:53 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 Larry the Git Cow gentoo-dev 2021-12-29 07:10:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d41e4cd7dcfcd7825098b194e68119362022353

commit 6d41e4cd7dcfcd7825098b194e68119362022353
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-29 07:00:58 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-29 07:10:41 +0000

    media-sound/orpheus: update EAPI 6 -> 7, fix build on musl
    
    Closes: https://bugs.gentoo.org/715698
    Signed-off-by: Sam James <sam@gentoo.org>

 .../orpheus/files/orpheus-1.6-musl-stdint.patch    | 31 ++++++++++++++++++++++
 media-sound/orpheus/orpheus-1.6-r3.ebuild          |  6 ++---
 2 files changed, 34 insertions(+), 3 deletions(-)