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

Bug 716916

Summary: net-analyzer/ippl-1.4.14-r6 : defines.h: 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: netmon
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: stdint.h
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-analyzer:ippl-1.4.14-r6:20200410-092455.log
temp.tbz2

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 .