Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938003 - net-libs/wslay-1.1.1_p20210115 fails to compile: configure: error: pkg-config not found
Summary: net-libs/wslay-1.1.1_p20210115 fails to compile: configure: error: pkg-config...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-16 09:51 UTC by Agostino Sarubbo
Modified: 2024-08-16 10:22 UTC (History)
0 users

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


Attachments
build.log (build.log,54.91 KB, text/plain)
2024-08-16 09:51 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,39.84 KB, text/plain)
2024-08-16 09:51 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-08-16 09:51:33 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/wslay-1.1.1_p20210115 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-16 09:51:34 UTC
Created attachment 900243 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-16 09:51:35 UTC
Created attachment 900244 [details]
1-config.log

1-config.log
Comment 3 Ionen Wolkens gentoo-dev 2024-08-16 10:10:24 UTC
Had forgotten that this package is not supposed to use pkgconf given passing PKG_CONFIG=false (so adding bdep was wrong), and the actual reason it failed is due to autoconf macros being changed in pkgconf-2.3.0 which seems to make this usage fatal.

I'll have a look for a better solution.
Comment 4 Larry the Git Cow gentoo-dev 2024-08-16 10:22:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f49334dc89ad535327abadab880df89c9799140

commit 9f49334dc89ad535327abadab880df89c9799140
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-08-16 10:02:28 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-08-16 10:21:29 +0000

    net-libs/wslay: use different method to disable examples
    
    Keeping the dependency on pkg-config due to the macro usage.
    
    Closes: https://bugs.gentoo.org/938003
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-libs/wslay/wslay-1.1.1_p20210115.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)