Summary: | net-libs/wslay-1.1.1_p20210115 fails to compile: configure: error: pkg-config not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Ionen Wolkens <ionen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=938002 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-config.log |
Description
Agostino Sarubbo
![]() Created attachment 900243 [details]
build.log
build log and emerge --info
Created attachment 900244 [details]
1-config.log
1-config.log
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. 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(-) |