Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899568 - net-libs/nghttp2-1.51.0-r1 has implicit function declarations in configure logs
Summary: net-libs/nghttp2-1.51.0-r1 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 (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard: false positive?
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-03-04 08:58 UTC by Agostino Sarubbo
Modified: 2023-03-13 22:38 UTC (History)
0 users

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


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

Issue: net-libs/nghttp2-1.51.0-r1 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

NOTE:
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-04 08:58:31 UTC
Created attachment 856072 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-04 09:26:10 UTC
Probably a FP
Comment 3 Bernard Cafarelli gentoo-dev 2023-03-04 10:36:19 UTC
Indeed, one is for boringssl specific function, the other is quic patched openssl.

I may switch to cmake with just release 1.52.0 (which drops several deprecated features too) and from quick check it will be better then.

Though for general thoughts I wonder if these checks are maintainable long-term, so many configure scripts test for optional supported features that way (already 14 bugs in my backlog to go through)...
Comment 4 Larry the Git Cow gentoo-dev 2023-03-13 22:38:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a38f9b245e674722d5d58dfbb6baafca2b26975

commit 3a38f9b245e674722d5d58dfbb6baafca2b26975
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2023-03-13 22:33:49 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2023-03-13 22:38:11 +0000

    net-libs/nghttp2: add 1.52.0
    
    This release removed the deprecated Python bindings and libnghttp2_asio
    (C++) lib
    
    Switch to cmake build
    
    Closes: https://bugs.gentoo.org/899568
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 net-libs/nghttp2/Manifest              |  1 +
 net-libs/nghttp2/nghttp2-1.52.0.ebuild | 58 ++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)