Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716916 - net-analyzer/ippl-1.4.14-r6 : defines.h: error: unknown type name u_int32_t
Summary: net-analyzer/ippl-1.4.14-r6 : defines.h: 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:
 
Reported: 2020-04-10 10:27 UTC by Toralf Förster
Modified: 2020-04-26 23:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.30 KB, text/plain)
2020-04-10 10:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,418.30 KB, text/plain)
2020-04-10 10:27 UTC, Toralf Förster
Details
environment (environment,53.53 KB, text/plain)
2020-04-10 10:27 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,30.19 KB, application/x-bzip)
2020-04-10 10:27 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,901 bytes, application/x-bzip)
2020-04-10 10:27 UTC, Toralf Förster
Details
net-analyzer:ippl-1.4.14-r6:20200410-092455.log (net-analyzer:ippl-1.4.14-r6:20200410-092455.log,5.16 KB, text/plain)
2020-04-10 10:27 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,15.03 KB, application/x-bzip)
2020-04-10 10:27 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-10 10:27:27 UTC
In file included from filter.h:24,
                 from configuration.c:27:
defines.h:65:9: error: unknown type name u_int32_t
   65 | typedef u_int32_t __u32;
      |         ^~~~~~~~~
defines.h:66:9: error: unknown type name u_int16_t

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

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 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr 10 08:38:09 UTC 2020
/var/db/repos/musl	Wed Apr  8 18:15:58 UTC 2020

emerge -qpvO net-analyzer/ippl
[ebuild  N    ] net-analyzer/ippl-1.4.14-r6
Comment 1 Toralf Förster gentoo-dev 2020-04-10 10:27:30 UTC
Created attachment 631884 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-10 10:27:33 UTC
Created attachment 631886 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-10 10:27:35 UTC
Created attachment 631888 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-10 10:27:38 UTC
Created attachment 631890 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-10 10:27:41 UTC
Created attachment 631892 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-10 10:27:44 UTC
Created attachment 631894 [details]
net-analyzer:ippl-1.4.14-r6:20200410-092455.log
Comment 7 Toralf Förster gentoo-dev 2020-04-10 10:27:46 UTC
Created attachment 631896 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-04-26 23:18:31 UTC
Upstream should consider using portable POSIX-compatible integer types as
defined in
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .