Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900268 - net-nntp/leafnode-1.12.0 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: net-nntp/leafnode-1.12.0 has implicit function declarations in configure logs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-08 08:20 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,83.27 KB, text/plain)
2023-03-08 08:20 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 2023-03-08 08:20:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-nntp/leafnode-1.11.11-r1 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:20:13 UTC
Created attachment 856702 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-09 12:06:49 UTC
ci has reproduced this issue with version 1.12.0 - Updating summary.
Comment 3 NHO 2025-02-03 11:45:27 UTC
check for SIOCGIFALIAS ioctl that fails due to missing include
#include <sys/ioctl.h>
Could not be fixed by eautoreconf.
Comment 4 Larry the Git Cow gentoo-dev 2025-02-10 08:56:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3311c13f01fdeacc48df792a20d0ea3e70957831

commit 3311c13f01fdeacc48df792a20d0ea3e70957831
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-03 12:08:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 08:50:36 +0000

    net-nntp/leafnode: Fix implicit decl in configure
    
    It's FreeBSD ioctl, but adding correct include feels more correct than
    QA_SKIPping it.
    
    Closes: https://bugs.gentoo.org/900268
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40423
    Signed-off-by: Sam James <sam@gentoo.org>

 .../leafnode/files/leafnode-1.11.11-configure.patch   | 12 ++++++++++++
 ...e-1.11.11-r1.ebuild => leafnode-1.11.11-r2.ebuild} | 19 ++++++++++++++++---
 ...afnode-1.12.0.ebuild => leafnode-1.12.0-r1.ebuild} | 15 +++++++++++++--
 3 files changed, 41 insertions(+), 5 deletions(-)