Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715418 - app-misc/physlock-11-r1 : /.../pam_client.h: error: unknown type name u_int32_t
Summary: app-misc/physlock-11-r1 : /.../pam_client.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: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-30 08:58 UTC by Toralf Förster
Modified: 2020-07-09 07:56 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.04 KB, text/plain)
2020-03-30 08:58 UTC, Toralf Förster
Details
app-misc:physlock-11-r1:20200330-083342.log (app-misc:physlock-11-r1:20200330-083342.log,2.07 KB, text/plain)
2020-03-30 08:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,96.43 KB, text/plain)
2020-03-30 08:58 UTC, Toralf Förster
Details
environment (environment,45.22 KB, text/plain)
2020-03-30 08:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.15 KB, application/x-bzip)
2020-03-30 08:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.02 KB, application/x-bzip)
2020-03-30 08:58 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-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 .