Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944043 - games-board/cgoban-1.9.14-r2 - [libtool] [gcc-15] main.c: error: passing argument 2 of signal from incompatible pointer type [-Wincompatible-pointer-types]
Summary: games-board/cgoban-1.9.14-r2 - [libtool] [gcc-15] main.c: error: passing argu...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-11-19 20:51 UTC by Toralf Förster
Modified: 2024-11-19 20:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,21.81 KB, text/plain)
2024-11-19 20:51 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,90.95 KB, application/x-xz)
2024-11-19 20:51 UTC, Toralf Förster
Details
environment (environment,91.40 KB, text/plain)
2024-11-19 20:51 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-19 20:51 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,37.83 KB, application/x-xz)
2024-11-19 20:51 UTC, Toralf Förster
Details
games-board:cgoban-1.9.14-r2:20241119-203449.log (games-board:cgoban-1.9.14-r2:20241119-203449.log,36.79 KB, text/plain)
2024-11-19 20:51 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.73 KB, application/x-xz)
2024-11-19 20:51 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,92.75 KB, application/x-xz)
2024-11-19 20:51 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,23.11 KB, application/x-xz)
2024-11-19 20:51 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 2024-11-19 20:51:46 UTC
make[3]: Entering directory '/var/tmp/portage/games-board/cgoban-1.9.14-r2/work/cgoban-1.9.14/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I ../wmslib/src    -O2 -pipe -march=native -fno-diagnostics-color  -c -o help.o help.c
make[3]: Leaving directory '/var/tmp/portage/games-board/cgoban-1.9.14-r2/work/cgoban-1.9.14/src'
make[3]: Entering directory '/var/tmp/portage/games-board/cgoban-1.9.14-r2/work/cgoban-1.9.14/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I ../wmslib/src    -O2 -pipe -march=native -fno-diagnostics-color  -c -o main.o main.c
main.c: In function main:
main.c:59:19: error: passing argument 2 of signal from incompatible pointer type [-Wincompatible-pointer-types]
   59 |   signal(SIGTERM, sigHandler);  /* Catch these signals gracefully. */
      |                   ^~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0-20241110-003003

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 19.1.3
llvm-config: 19.1.3
Python 3.12.7
go version go1.23.3 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.71.1
  [2]   rust-bin-1.77.1
  [3]   rust-bin-1.81.0
  [4]   rust-bin-1.82.0
  [5]   rust-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit def1291959c866cbdf74a7bf08a2c13dac01220d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 19 20:18:24 2024 +0000

    2024-11-19 20:18:24 UTC

emerge -qpvO =games-board/cgoban-1.9.14-r2
[ebuild  N    ] games-board/cgoban-1.9.14-r2
Comment 1 Toralf Förster gentoo-dev 2024-11-19 20:51:47 UTC
Created attachment 910348 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-19 20:51:48 UTC
Created attachment 910349 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-11-19 20:51:50 UTC
Created attachment 910350 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-19 20:51:50 UTC
Created attachment 910351 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-19 20:51:51 UTC
Created attachment 910352 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-19 20:51:53 UTC
Created attachment 910353 [details]
games-board:cgoban-1.9.14-r2:20241119-203449.log
Comment 7 Toralf Förster gentoo-dev 2024-11-19 20:51:53 UTC
Created attachment 910354 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-19 20:51:55 UTC
Created attachment 910355 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-19 20:51:56 UTC
Created attachment 910356 [details]
temp.tar.xz