Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943962 - net-libs/libident-0.32-r1 - [libtool] [gcc-15] id_query.c: error: assignment to void ( )(void) from incompatible pointer type _sighandler_t {aka void ( )(int)} [-Wincompa
Summary: net-libs/libident-0.32-r1 - [libtool] [gcc-15] id_query.c: error: assignment ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
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: c23-porting
  Show dependency tree
 
Reported: 2024-11-19 08:53 UTC by Toralf Förster
Modified: 2024-11-19 09:09 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,21.69 KB, text/plain)
2024-11-19 08:53 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,88.74 KB, application/x-xz)
2024-11-19 08:53 UTC, Toralf Förster
Details
environment (environment,79.96 KB, text/plain)
2024-11-19 08:53 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-19 08:54 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,37.38 KB, application/x-xz)
2024-11-19 08:54 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.38 KB, application/x-xz)
2024-11-19 08:54 UTC, Toralf Förster
Details
net-libs:libident-0.32-r1:20241119-042854.log (net-libs:libident-0.32-r1:20241119-042854.log,11.02 KB, text/plain)
2024-11-19 08:54 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,91.39 KB, application/x-xz)
2024-11-19 08:54 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.86 KB, application/x-xz)
2024-11-19 08:54 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 08:53:56 UTC
make -O -j4 
make  all-am
make[1]: Entering directory '/var/tmp/portage/net-libs/libident-0.32-r1/work/libident-0.32'
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -O2 -pipe -march=native -fno-diagnostics-color -c -o id_query.lo id_query.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -fno-diagnostics-color -c id_query.c  -fPIC -DPIC -o .libs/id_query.o
id_query.c: In function 'id_query':
id_query.c:59:13: error: assignment to 'void (*)(void)' from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
   59 |     old_sig = signal(SIGPIPE, SIG_IGN);
      |             ^

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

  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.2 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 8566b21081f24b8ff8c5a8ecadbce83f2bdad484
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 18 17:03:30 2024 +0000

    2024-11-18 17:03:29 UTC

emerge -qpvO =net-libs/libident-0.32-r1
[ebuild  N    ] net-libs/libident-0.32-r1  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2024-11-19 08:53:57 UTC
Created attachment 910084 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-19 08:53:58 UTC
Created attachment 910085 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-11-19 08:53:59 UTC
Created attachment 910086 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-19 08:54:00 UTC
Created attachment 910087 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-19 08:54:01 UTC
Created attachment 910088 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-19 08:54:02 UTC
Created attachment 910089 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-19 08:54:02 UTC
Created attachment 910090 [details]
net-libs:libident-0.32-r1:20241119-042854.log
Comment 8 Toralf Förster gentoo-dev 2024-11-19 08:54:04 UTC
Created attachment 910091 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-19 08:54:04 UTC
Created attachment 910092 [details]
temp.tar.xz