Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954796 - dev-gap/datastructures-0.3.1 - src/hashfunctions.c: error: passing argument 1 of InitHandlerFunc from incompatible pointer type [-Wincompatible-pointer-types]
Summary: dev-gap/datastructures-0.3.1 - src/hashfunctions.c: error: passing argument 1...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL: https://github.com/gap-packages/datas...
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2025-04-27 17:35 UTC by Toralf Förster
Modified: 2025-04-29 01:09 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.00 KB, text/plain)
2025-04-27 17:35 UTC, Toralf Förster
Details
dev-gap:datastructures-0.3.1:20250426-073103.log (dev-gap:datastructures-0.3.1:20250426-073103.log,14.06 KB, text/plain)
2025-04-27 17:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,202.44 KB, text/plain)
2025-04-27 17:35 UTC, Toralf Förster
Details
environment (environment,21.61 KB, text/plain)
2025-04-27 17:35 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.61 KB, application/x-xz)
2025-04-27 17:35 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,24.01 KB, application/x-xz)
2025-04-27 17:35 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,11.20 KB, application/x-xz)
2025-04-27 17:35 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,60.94 KB, application/x-xz)
2025-04-27 17:35 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,6.92 KB, application/x-xz)
2025-04-27 17: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-04-27 17:35:42 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-gap/datastructures-0.3.1/work/datastructures-0.3.1 ...
make -O -j4 V=1 
"/usr/bin/gac" -d -p "-MQ "gen/src/hashfunctions.o" -MMD -MP -MF gen/src/hashfunctions.d" -p " -O2 -pipe -march=native -fno-diagnostics-color" -c src/hashfunctions.c -o gen/src/hashfunctions.o
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -march=native -fno-diagnostics-color -fPIC -MQ gen/src/hashfunctions.o -MMD -MP -MF gen/src/hashfunctions.d -O2 -pipe -march=native -fno-diagnostics-color -o gen/src/hashfunctions.o -I/usr/include/gap -I/usr/include -DUSE_GASMAN=1 -c src/hashfunctions.c
src/hashfunctions.c: In function InitKernel:
src/hashfunctions.c:305:22: error: passing argument 1 of InitHandlerFunc from incompatible pointer type [-Wincompatible-pointer-types]
  305 |     InitHandlerFunc( DATA_HASH_FUNC_RECURSIVE1, __FILE__ ":DATA_HASH_FUNC_RECURSIVE1" );
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~

  -------------------------------------------------------------------
  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma-20250423-011502

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 20.1.3
llvm-config: 20.1.3
Python 3.12.10
go version go1.24.2 linux/amd64
  [1]   php8.4 *
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.86.0
  [2]   rust-1.86.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.14_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

  HEAD of ::gentoo
commit e9e1a905b223914cb06a098cf7691b9bbf12243a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Apr 26 06:20:17 2025 +0000

    2025-04-26 06:20:17 UTC

The tinderbox task was: dev-gap/datastructures

emerge -qpvO =dev-gap/datastructures-0.3.1
[ebuild  N    ] dev-gap/datastructures-0.3.1  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2025-04-27 17:35:43 UTC
Created attachment 926278 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-04-27 17:35:44 UTC
Created attachment 926279 [details]
dev-gap:datastructures-0.3.1:20250426-073103.log
Comment 3 Toralf Förster gentoo-dev 2025-04-27 17:35:45 UTC
Created attachment 926280 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2025-04-27 17:35:46 UTC
Created attachment 926281 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2025-04-27 17:35:47 UTC
Created attachment 926282 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-04-27 17:35:48 UTC
Created attachment 926283 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-04-27 17:35:48 UTC
Created attachment 926284 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2025-04-27 17:35:49 UTC
Created attachment 926285 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2025-04-27 17:35:50 UTC
Created attachment 926286 [details]
temp.tar.xz