Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713622 - app-misc/wipe-2.3.1 : rand.h: error: unknown type name u_int32_t
Summary: app-misc/wipe-2.3.1 : rand.h: error: unknown type name u_int32_t
Status: RESOLVED FIXED
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:
Keywords: PATCH
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-20 14:53 UTC by Toralf Förster
Modified: 2021-03-16 21:31 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.52 KB, text/plain)
2020-03-20 14:53 UTC, Toralf Förster
Details
app-misc:wipe-2.3.1:20200320-045109.log (app-misc:wipe-2.3.1:20200320-045109.log,6.70 KB, text/plain)
2020-03-20 14:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,181.39 KB, text/plain)
2020-03-20 14:53 UTC, Toralf Förster
Details
environment (environment,58.92 KB, text/plain)
2020-03-20 14:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.80 KB, application/x-bzip)
2020-03-20 14:53 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.95 KB, application/x-bzip)
2020-03-20 14:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.99 KB, application/x-bzip)
2020-03-20 14:53 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-20 14:53:14 UTC
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16   -c -o main.o main.c
In file included from main.c:46:
rand.h:31:9: error: unknown type name u_int32_t
   31 | typedef u_int32_t u_rand_t;
      |         ^~~~~~~~~
make: *** [<builtin>: main.o] Error 1

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

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

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

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.41.1 *

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Wed, 18 Mar 2020 13:38:27 +0000
emerge -qpvO app-misc/wipe
[ebuild  N    ] app-misc/wipe-2.3.1
Comment 1 Toralf Förster gentoo-dev 2020-03-20 14:53:17 UTC
Created attachment 623114 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-20 14:53:20 UTC
Created attachment 623116 [details]
app-misc:wipe-2.3.1:20200320-045109.log
Comment 3 Toralf Förster gentoo-dev 2020-03-20 14:53:22 UTC
Created attachment 623118 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-20 14:53:25 UTC
Created attachment 623120 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-20 14:53:28 UTC
Created attachment 623122 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-20 14:53:31 UTC
Created attachment 623124 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-20 14:53:33 UTC
Created attachment 623126 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2021-03-16 21:31:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316fc4bd83663708a147d9e58a6f2ee156e9d0a7

commit 316fc4bd83663708a147d9e58a6f2ee156e9d0a7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-16 21:31:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-16 21:31:35 +0000

    app-misc/wipe: update EAPI 6 -> 7, musl patch
    
    Closes: https://bugs.gentoo.org/713622
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/wipe/files/wipe-2.3.1-musl-stdint.patch | 21 +++++++++++++++++++++
 app-misc/wipe/wipe-2.3.1.ebuild                  | 13 ++++++-------
 2 files changed, 27 insertions(+), 7 deletions(-)