Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715840 - sys-block/smp_utils-0.99 : mpi_type.h: error: unknown type name u_int32_t
Summary: sys-block/smp_utils-0.99 : mpi_type.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-04-02 07:17 UTC by Toralf Förster
Modified: 2020-04-27 00:03 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.93 KB, text/plain)
2020-04-02 07:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,226.69 KB, text/plain)
2020-04-02 07:17 UTC, Toralf Förster
Details
environment (environment,61.71 KB, text/plain)
2020-04-02 07:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.09 KB, application/x-bzip)
2020-04-02 07:18 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.70 KB, application/x-bzip)
2020-04-02 07:18 UTC, Toralf Förster
Details
sys-block:smp_utils-0.99:20200401-225959.log (sys-block:smp_utils-0.99:20200401-225959.log,10.28 KB, text/plain)
2020-04-02 07:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.11 KB, application/x-bzip)
2020-04-02 07:18 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-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 .