Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 900264

Summary: net-misc/dhcpcd-10.0.5-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log
emerge-info
build log

Description Agostino Sarubbo gentoo-dev 2023-03-08 08:19:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/dhcpcd-9.4.1 has implicit function declarations in configure logs (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 08:19:21 UTC
Created attachment 856698 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-04-13 16:35:36 UTC
ci has reproduced this issue with version 9.5.0 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2023-04-16 08:54:46 UTC
ci has reproduced this issue with version 10.0.0 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-04-21 09:00:54 UTC
ci has reproduced this issue with version 10.0.1 - Updating summary.
Comment 5 Roy Marples 2023-04-25 22:56:28 UTC
Is there anything to fix upstream? All the reported "errors" are valid functions on most BSD systems but do not exist using glibc. What is the correct thing to do in this case?
Comment 6 Mike Gilbert gentoo-dev 2023-04-26 01:12:32 UTC
(In reply to Roy Marples from comment #5)

If the configure script correctly detects that the functions do not exist on Linux, there's nothing to do here.
Comment 7 Agostino Sarubbo gentoo-dev 2023-07-20 07:38:10 UTC
ci has reproduced this issue with version 10.0.2 - Updating summary.
Comment 8 premote 2023-11-13 11:39:33 UTC
Created attachment 874689 [details]
emerge-info
Comment 9 premote 2023-11-13 11:43:26 UTC
(In reply to premote from comment #8)
> Created attachment 874689 [details]
> emerge-info

this builds dhcpcd without sha256

error from: dhcpcd -dB

enp0s25: checksum failure from 192.168.1.1
Comment 10 premote 2023-11-13 11:50:38 UTC
Created attachment 874690 [details]
build log
Comment 11 Agostino Sarubbo gentoo-dev 2023-12-19 14:49:41 UTC
gcc14_tinderbox has reproduced this issue with version 10.0.5-r1 - Updating summary.
Comment 12 Larry the Git Cow gentoo-dev 2023-12-20 15:19:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d6ac4d245fcb8b0788383b3496312bcaad30b6

commit 53d6ac4d245fcb8b0788383b3496312bcaad30b6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-12-20 15:06:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-20 15:18:39 +0000

    net-misc/dhcpcd: add 10.0.6
    
    Closes: https://bugs.gentoo.org/900264
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/dhcpcd/Manifest             |   1 +
 net-misc/dhcpcd/dhcpcd-10.0.6.ebuild | 165 +++++++++++++++++++++++++++++++++++
 net-misc/dhcpcd/dhcpcd-9999.ebuild   |  11 +++
 3 files changed, 177 insertions(+)