Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713208 - dev-util/scanmem-0.17 : scanroutines.c: error: unknown type name uint
Summary: dev-util/scanmem-0.17 : scanroutines.c: error: unknown type name uint
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:
Depends on:
Blocks:
 
Reported: 2020-03-18 13:52 UTC by Toralf Förster
Modified: 2023-02-15 09:45 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.08 KB, text/plain)
2020-03-18 13:52 UTC, Toralf Förster
Details
dev-util:scanmem-0.17:20200318-133031.log (dev-util:scanmem-0.17:20200318-133031.log,13.51 KB, text/plain)
2020-03-18 13:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,81.48 KB, text/plain)
2020-03-18 13:52 UTC, Toralf Förster
Details
environment (environment,101.22 KB, text/plain)
2020-03-18 13:52 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.89 KB, application/x-bzip)
2020-03-18 13:52 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.53 KB, application/x-bzip)
2020-03-18 13:52 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.24 KB, application/x-bzip)
2020-03-18 13:52 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-18 13:52:17 UTC
libtool: compile:  x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -c scanroutines.c  -fPIC -DPIC -o .libs/scanroutines.o
scanroutines.c: In function scan_routine_BYTEARRAY_EQUALTO:
scanroutines.c:372:5: error: unknown type name uint; did you mean int?
  372 |     uint length = user_value->flags;
      |     ^~~~
      |     int

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

  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 12:39:08 +0000
emerge -qpvO dev-util/scanmem
[ebuild  N    ] dev-util/scanmem-0.17  USE="-gui -static-libs" PYTHON_SINGLE_TARGET="python3_6 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2020-03-18 13:52:19 UTC
Created attachment 621666 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-18 13:52:22 UTC
Created attachment 621668 [details]
dev-util:scanmem-0.17:20200318-133031.log
Comment 3 Toralf Förster gentoo-dev 2020-03-18 13:52:25 UTC
Created attachment 621670 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-18 13:52:28 UTC
Created attachment 621672 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-18 13:52:31 UTC
Created attachment 621674 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-18 13:52:33 UTC
Created attachment 621676 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-18 13:52:36 UTC
Created attachment 621678 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2022-05-22 04:04:07 UTC
The bug has been closed via the following commit(s):

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

commit c7673fc5ae5788e7acb76f8e024b7bc27f37af4e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-22 03:59:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-22 03:59:52 +0000

    dev-util/scanmem: fix musl tests
    
    Closes: https://bugs.gentoo.org/713208
    Signed-off-by: Sam James <sam@gentoo.org>

 .../scanmem/files/scanmem-0.17-musl-tests.patch    | 42 ++++++++++++++++++++++
 dev-util/scanmem/scanmem-0.17.ebuild               |  4 +++
 2 files changed, 46 insertions(+)