Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949598 - dev-debug/gdb-16.2 - [glibc] [gcc-15] arm/armemu.h: error: conflicting types for ARMul_ScheduleEvent; have void(ARMul_State , long unsigned int, unsigned int ( )(ARMul_St
Summary: dev-debug/gdb-16.2 - [glibc] [gcc-15] arm/armemu.h: error: conflicting types ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2025-02-11 07:35 UTC by Toralf Förster
Modified: 2025-02-11 07:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.08 KB, text/plain)
2025-02-11 07:35 UTC, Toralf Förster
Details
dev-debug:gdb-16.2:20250211-010731.log.xz (dev-debug:gdb-16.2:20250211-010731.log.xz,51.37 KB, application/x-xz)
2025-02-11 07:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,54.96 KB, text/plain)
2025-02-11 07:35 UTC, Toralf Förster
Details
environment (environment,138.12 KB, text/plain)
2025-02-11 07:35 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.36 KB, application/x-xz)
2025-02-11 07:35 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,20.19 KB, application/x-xz)
2025-02-11 07:35 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,192.44 KB, application/x-xz)
2025-02-11 07:35 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,133.96 KB, text/plain)
2025-02-11 07:35 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,31.77 KB, application/x-xz)
2025-02-11 07:35 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 2025-02-11 07:35:15 UTC
too long lines were shrinked:

make[3]: Entering directory '/var/tmp/portage/dev-debug/gdb-16.2/work/gdb-16.2/sim'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./../gnulib/import -I../gnulib/import -I./.. -I./../include -I../bfd -I.. -Iaarch64 -I./aarch64 -DWITH_HW=1 -DHAVE_DV_SOCKSER -DDEFAULT_INLINE=0   -I./common -DSIM_TOPDIR_BUILD   -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunuse
make[3]: Leaving directory '/var/tmp/portage/dev-debug/gdb-16.2/work/gdb-16.2/sim'
make[3]: Entering directory '/var/tmp/portage/dev-debug/gdb-16.2/work/gdb-16.2/sim'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I./../gnulib/import -I../gnulib/import -I./.. -I./../include -I../bfd -I.. -Iarm -I./arm -DWITH_HW=1 -DHAVE_DV_SOCKSER -DDEFAULT_INLINE=0 -DMODET  -I./common -DSIM_TOPDIR_BUILD   -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused
In file included from arm/wrapper.c:36:
arm/armemu.h:535:17: error: conflicting types for ARMul_ScheduleEvent; have void(ARMul_State *, long unsigned int,  unsigned int (*)(ARMul_State *))
  535 | extern void     ARMul_ScheduleEvent (ARMul_State *, unsigned long, unsigned (*) (ARMul_State *));
      |                 ^~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_systemd_abi32+64-20250209-160002

  UNMASKED:

    
  <sys-devel/gcc-15.0.9999:15

    Requested by dilfridge
  ~sys-libs/glibc-2.41

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 19.1.7
llvm-config: 19.1.7
Python 3.12.9
go version go1.23.6 linux/amd64
  [1]   php8.3 *
Available Ruby profiles:
  [1]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1
  [2]   rust-bin-1.84.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 0c8e1bec82bd95afec850d58cd5660ab757cd860
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Feb 11 00:18:41 2025 +0000

    2025-02-11 00:18:40 UTC

emerge -qpvO =dev-debug/gdb-16.2
[ebuild  N    ] dev-debug/gdb-16.2  USE="cet lzma multitarget nls server sim -debuginfod -guile -python -rocm -source-highlight -test -vanilla -xml -xxhash -zstd" GUILE_SINGLE_TARGET="3-0 -2-2" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11 -python3_13"
Comment 1 Toralf Förster gentoo-dev 2025-02-11 07:35:16 UTC
Created attachment 918634 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-02-11 07:35:17 UTC
Created attachment 918635 [details]
dev-debug:gdb-16.2:20250211-010731.log.xz
Comment 3 Toralf Förster gentoo-dev 2025-02-11 07:35:18 UTC
Created attachment 918636 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2025-02-11 07:35:20 UTC
Created attachment 918637 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2025-02-11 07:35:21 UTC
Created attachment 918638 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-02-11 07:35:22 UTC
Created attachment 918639 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-02-11 07:35:24 UTC
Created attachment 918640 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2025-02-11 07:35:25 UTC
Created attachment 918641 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2025-02-11 07:35:26 UTC
Created attachment 918642 [details]
temp.tar.xz