https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: x11-misc/xsnow-3.5.3 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 818419 [details] build.log build log and emerge --info
Created attachment 818422 [details] 1-config.log 1-config.log
Error(s) that match a know pattern in addition to what has been reported in the summary: Package 'gsl', required by 'virtual:world', not found configure: error: Package requirements (gsl) were not met:
pkgdiff -b xsnow-3.3.0.ebuild xsnow-3.5.3.ebuild: ``` [...] --- /tmp/mgorny-dev-scripts/portage/x11-misc/xsnow-3.3.0/work/xsnow-3.3.0/configure.ac 2021-04-04 13:31:21.000000000 +0100 +++ /tmp/mgorny-dev-scripts/portage/x11-misc/xsnow-3.5.3/work/xsnow-3.5.3/configure.ac 2022-09-26 12:47:43.000000000 +0100 @@ -1,11 +1,12 @@ # -*- Autoconf -*- + [...] @@ -47,9 +121,12 @@ AC_CHECK_HEADERS([unordered_map]) AC_CHECK_HEADERS([unordered_set]) AC_LANG_POP([C++]) -PKG_CHECK_MODULES(XML, [libxml-2.0]) PKG_CHECK_MODULES(GTK, [gtk+-3.0 gmodule-2.0]) PKG_CHECK_MODULES(X11, [x11 xpm xt xext xproto]) +PKG_CHECK_MODULES(GSL, [gsl]) + +m4_include([m4/ax_pthread.m4]) +AX_PTHREAD() ```
*** Bug 874897 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249155fb960f0effebaeaa3b0778d5da2f313e3c commit 249155fb960f0effebaeaa3b0778d5da2f313e3c Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2022-12-20 18:56:29 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2022-12-20 18:58:48 +0000 x11-misc/xsnow: add missing sci-libs/gsl dep Closes: https://bugs.gentoo.org/874807 Signed-off-by: Florian Schmaus <flow@gentoo.org> x11-misc/xsnow/{xsnow-3.5.3.ebuild => xsnow-3.5.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+)