Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944426 - sys-apps/xinetd-2.3.15.4-r1 fails to compile: builtins.h:33:41: error: too many arguments to function (void ()(void))scp->sc_builtin->b_handler
Summary: sys-apps/xinetd-2.3.15.4-r1 fails to compile: builtins.h:33:41: error: too ma...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-22 10:00 UTC by Agostino Sarubbo
Modified: 2024-12-03 20:20 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,142.76 KB, text/plain)
2024-11-22 10:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-22 10:00:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/xinetd-2.3.15.4-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-22 10:01:00 UTC
Created attachment 911499 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-22 10:01:02 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  587 |          if ( (*op)( addr_list, &ca ) == FAILED )
  613 |    if ( (*op)( addr_list, &ca ) == FAILED )
  703 |                   if ( (*op)( addr_list, &ca ) == FAILED )
 1038 |       if ( (*addrlist_func)( addr_set, str_addr ) == FAILED )
    werror:             no
Comment 3 Toralf Förster gentoo-dev 2024-12-03 20:20:47 UTC
is this a dup of 943856 ?