Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854840 - 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-28 11:34 UTC by Toralf Förster
Modified: 2023-02-15 09:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.40 KB, text/plain)
2022-06-28 11:34 UTC, Toralf Förster
Details
dev-util:scanmem-0.17:20220628-113058.log (dev-util:scanmem-0.17:20220628-113058.log,16.60 KB, text/plain)
2022-06-28 11:34 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,23.64 KB, text/plain)
2022-06-28 11:34 UTC, Toralf Förster
Details
environment (environment,104.64 KB, text/plain)
2022-06-28 11:34 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.79 KB, application/x-bzip)
2022-06-28 11:34 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,11.21 KB, application/x-bzip)
2022-06-28 11:34 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.51 KB, application/x-bzip)
2022-06-28 11:34 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 2022-06-28 11:34:29 UTC
libtool: compile:  x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -c scanroutines.c  -fPIC -DPIC -o .libs/scanroutines.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I.     -pipe -march=native -fno-diagnostics-color -O2 -c -o sets.lo sets.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I.     -pipe -march=native -fno-diagnostics-color -O2 -c -o show_message.lo show_message.c
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;
      |     ^~~~

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

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

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-12.1.1 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.6
Python 3.9.13
Available Rust versions:
  [1]   rust-1.61.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.3_p7 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-17  system-vm

php cli:

  HEAD of ::gentoo
commit ac8b4009696d41d92559163886918ad67cf46a05
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Jun 28 10:33:34 2022 +0000

    2022-06-28 10:33:34 UTC

emerge -qpvO dev-util/scanmem
[ebuild  N    ] dev-util/scanmem-0.17  USE="gui -static-libs" PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-06-28 11:34:30 UTC
Created attachment 788366 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-06-28 11:34:31 UTC
Created attachment 788369 [details]
dev-util:scanmem-0.17:20220628-113058.log
Comment 3 Toralf Förster gentoo-dev 2022-06-28 11:34:32 UTC
Created attachment 788372 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-06-28 11:34:33 UTC
Created attachment 788375 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-06-28 11:34:35 UTC
Created attachment 788378 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-06-28 11:34:36 UTC
Created attachment 788381 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-06-28 11:34:37 UTC
Created attachment 788384 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2023-02-15 09:56:09 UTC
The bug has been closed via the following commit(s):

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

commit 93c227ccf8139111c516b557407d0599d88d0361
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-15 09:48:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-15 09:48:14 +0000

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

 dev-util/scanmem/files/scanmem-0.17-musl.patch | 63 ++++++++++++++++++++++++++
 dev-util/scanmem/scanmem-0.17.ebuild           |  1 +
 2 files changed, 64 insertions(+)