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

Bug 715418

Summary: app-misc/physlock-11-r1 : /.../pam_client.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: proxy-maint, toshokan
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: stdint.h
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
app-misc:physlock-11-r1:20200330-083342.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2020-03-30 08:58:17 UTC
In file included from /usr/include/security/pam_misc.h:7,
                 from auth.c:27:
/usr/include/security/pam_client.h:26:18: error: unknown type name u_int32_t
   26 | typedef struct { u_int32_t length; u_int8_t control; } *pamc_bp_t;
      |                  ^~~~~~~~~
/usr/include/security/pam_client.h:26:36: error: unknown type name u_int8_t

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

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

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

  Please see the tracker bug for details.

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	Mon Mar 30 07:38:59 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO app-misc/physlock
[ebuild  N    ] app-misc/physlock-11-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-30 08:58:20 UTC
Created attachment 627238 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-30 08:58:23 UTC
Created attachment 627240 [details]
app-misc:physlock-11-r1:20200330-083342.log
Comment 3 Toralf Förster gentoo-dev 2020-03-30 08:58:25 UTC
Created attachment 627242 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-30 08:58:28 UTC
Created attachment 627244 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-30 08:58:31 UTC
Created attachment 627246 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-30 08:58:34 UTC
Created attachment 627248 [details]
temp.tbz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-03-31 19:50:04 UTC
no patch in alpine:
[20:49:20]  <+Anarchy> sam_c, most likely already fixed in 13 release
Comment 8 Michael 'veremitz' Everitt 2020-04-27 00:04:23 UTC
Upstream should consider using portable POSIX-compatible integer types as
defined in
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .