[Bug 293339] science/q: Fails to build with GCC 15: Error: Passing global function 'sigkill_handler' declared at (1) as subroutine at (2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Feb 2026 15:53:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293339
Bug ID: 293339
Summary: science/q: Fails to build with GCC 15: Error: Passing
global function 'sigkill_handler' declared at (1) as
subroutine at (2)
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: https://pkg-status.freebsd.org/gohan05/data/143amd64-d
efault-foo/2026-01-30_10h01m25s/logs/errors/q-6.0_1.lo
g
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: yuri@freebsd.org
Reporter: salvadore@freebsd.org
Blocks: 292692
Assignee: yuri@freebsd.org
Flags: maintainer-feedback?(yuri@freebsd.org)
The port fails to build with GCC 15 and blocks GCC_DEFAULT update to 15. Full
log in URL field. This link might be useful:
https://gcc.gnu.org/gcc-15/porting_to.html .
make[1]: git: No such file or directory
gfortran --static -DG95=1 -ffree-line-length-none -fcray-pointer
-fall-intrinsics -std=legacy -DQDOUBLE -O3 -unroll -cpp -DUNKNOWN
-DBUILD_USERNAME=\"\" -DBUILD_HOSTNAME=\"143amd64-default-foo-job-28\"
-DBUILD_DATE=\"$(date +'%Y%m%d')\" -DBUILD_SOURCE=\"\"
-DBUILD_NUMBER=\"6.0.$(cat build-number.txt)\" -DBUILD_COMPILER=\"'GNU Fortran
FreeBSD Ports Collection 15.2.0'\" -c qpi.f90
qpi.f90:212:0:
86 | sigret = qsignal(SIGINT, sigint_handler, -1_4)
......
212 | INTEGER(4) FUNCTION sigint_handler(sig_num)
Error: Passing global function 'sigint_handler' declared at (1) as subroutine
at (2)
qpi.f90:221:0:
87 | sigret = qsignal(SIGKILL, sigkill_handler, -1_4)
......
221 | INTEGER(4) FUNCTION sigkill_handler(sig_num)
Error: Passing global function 'sigkill_handler' declared at (1) as subroutine
at (2)
qpi.f90:230:0:
88 | sigret = qsignal(SIGABRT, sigabrt_handler, -1_4)
......
230 | INTEGER(4) FUNCTION sigabrt_handler(sig_num)
Error: Passing global function 'sigabrt_handler' declared at (1) as subroutine
at (2)
make[1]: *** [makefile:430: qpi.o] Error 1
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292692
[Bug 292692] [exp-run] Update GCC_DEFAULT to 15
--
You are receiving this mail because:
You are the assignee for the bug.