Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944177 - mail-filter/policyd-1.82-r4 - [libtool] [gcc-15] policyd.c: error: passing argument 2 of signal from incompatible pointer type [-Wincompatible-pointer-types]
Summary: mail-filter/policyd-1.82-r4 - [libtool] [gcc-15] policyd.c: error: passing ar...
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: c99-porting
  Show dependency tree
 
Reported: 2024-11-20 16:11 UTC by Toralf Förster
Modified: 2024-11-20 16:11 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-20 16:11 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,93.58 KB, application/x-xz)
2024-11-20 16:11 UTC, Toralf Förster
Details
environment (environment,84.01 KB, text/plain)
2024-11-20 16:11 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-20 16:11 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,38.02 KB, application/x-xz)
2024-11-20 16:11 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,340 bytes, application/x-xz)
2024-11-20 16:11 UTC, Toralf Förster
Details
mail-filter:policyd-1.82-r4:20241120-065645.log (mail-filter:policyd-1.82-r4:20241120-065645.log,7.50 KB, text/plain)
2024-11-20 16:11 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,94.98 KB, application/x-xz)
2024-11-20 16:11 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.62 KB, application/x-xz)
2024-11-20 16:11 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-20 16:11:16 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -I/usr/include/mysql -I/usr/local/mysql/include -I/usr/local/mysql/include/mysql -I/usr/local/include/mysql -I/usr/pkg/include/mysql  -g -W -Wall -DMAXFDS=`ulimit -n` -O2 -pipe -march=native -fno-diagnostics-color -fcommon -o helo.o -c helo.c
  compiling -g -W -Wall -DMAXFDS=512000 -O2 -pipe -march=native -fno-diagnostics-color -fcommon greylist.c
x86_64-pc-linux-gnu-gcc -I/usr/include/mysql -I/usr/local/mysql/include -I/usr/local/mysql/include/mysql -I/usr/local/include/mysql -I/usr/pkg/include/mysql  -g -W -Wall -DMAXFDS=`ulimit -n` -O2 -pipe -march=native -fno-diagnostics-color -fcommon -o greylist.o -c greylist.c
  compiling -g -W -Wall -DMAXFDS=512000 -O2 -pipe -march=native -fno-diagnostics-color -fcommon policyd.c
x86_64-pc-linux-gnu-gcc -I/usr/include/mysql -I/usr/local/mysql/include -I/usr/local/mysql/include/mysql -I/usr/local/include/mysql -I/usr/pkg/include/mysql  -g -W -Wall -DMAXFDS=`ulimit -n` -O2 -pipe -march=native -fno-diagnostics-color -fcommon -o policyd.o -c policyd.c
policyd.c: In function main:
policyd.c:141:19: error: passing argument 2 of signal from incompatible pointer type [-Wincompatible-pointer-types]
  141 |   signal(SIGTERM, fold);
      |                   ^~~~

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

  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 8f714fa25a38e226b88cbe2fb6edd0fb5f171f98
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 20 05:18:44 2024 +0000

    2024-11-20 05:18:43 UTC

emerge -qpvO =mail-filter/policyd-1.82-r4
[ebuild  N    ] mail-filter/policyd-1.82-r4
Comment 1 Toralf Förster gentoo-dev 2024-11-20 16:11:17 UTC
Created attachment 910690 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-20 16:11:18 UTC
Created attachment 910691 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-11-20 16:11:19 UTC
Created attachment 910692 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-20 16:11:20 UTC
Created attachment 910693 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-20 16:11:21 UTC
Created attachment 910694 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-20 16:11:22 UTC
Created attachment 910695 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-20 16:11:22 UTC
Created attachment 910696 [details]
mail-filter:policyd-1.82-r4:20241120-065645.log
Comment 8 Toralf Förster gentoo-dev 2024-11-20 16:11:23 UTC
Created attachment 910697 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-20 16:11:24 UTC
Created attachment 910698 [details]
temp.tar.xz