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

Bug 715840

Summary: sys-block/smp_utils-0.99 : mpi_type.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: base-system
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
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sys-block:smp_utils-0.99:20200401-225959.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-04-02 07:17:40 UTC
libtool: compile:  x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -O2 -pipe -march=native -c smp_mptctl_io.c  -fPIC -DPIC -o .libs/smp_mptctl_io.o
In file included from smp_mptctl_io.c:35:
mpi_type.h:53:9: error: unknown type name u_int32_t
   53 | typedef u_int32_t U32;
      |         ^~~~~~~~~
make[2]: *** [Makefile:473: smp_mptctl_io.lo] Error 1

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

  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	Wed Apr  1 21:37:38 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO sys-block/smp_utils
[ebuild     U ] sys-block/smp_utils-0.99 [0.99_beta4_p151] USE="-static-libs"
Comment 1 Toralf Förster gentoo-dev 2020-04-02 07:17:45 UTC
Created attachment 628674 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-02 07:17:51 UTC
Created attachment 628676 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-02 07:17:57 UTC
Created attachment 628678 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-02 07:18:04 UTC
Created attachment 628680 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-02 07:18:08 UTC
Created attachment 628682 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-02 07:18:11 UTC
Created attachment 628684 [details]
sys-block:smp_utils-0.99:20200401-225959.log
Comment 7 Toralf Förster gentoo-dev 2020-04-02 07:18:14 UTC
Created attachment 628686 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2020-04-27 00:03:18 UTC
Upstream should consider using portable POSIX-compatible integer types as
defined in
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .