[Bug 293290] devel/smv: Fails to build with GCC 15: error: too many arguments to function 'cons'
Date: Thu, 19 Feb 2026 12:20:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293290
Bug ID: 293290
Summary: devel/smv: Fails to build with GCC 15: error: too many
arguments to function 'cons'
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/smv-2.5.4.
3_11.log
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: salvadore@freebsd.org
Blocks: 292692
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 .
grammar.y:76:16: error: too many arguments to function 'cons'; expected 0, have
2
76 | modules : module {$$ = cons($1,NIL);}
| ^~~~ ~~~~~~~~~~~~~~~~~~~~~~
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.