Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874807 - x11-misc/xsnow-3.5.3 fails to compile: configure: error: Package requirements (gsl) were not met:
Summary: x11-misc/xsnow-3.5.3 fails to compile: configure: error: Package requirements...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
: 874897 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-10-04 06:46 UTC by Agostino Sarubbo
Modified: 2022-12-20 18:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,55.44 KB, text/plain)
2022-10-04 06:46 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,29.07 KB, text/plain)
2022-10-04 06:46 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 2022-10-04 06:46:22 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-10-04 06:46:24 UTC
Created attachment 818419 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-10-04 06:46:25 UTC
Created attachment 818422 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2022-10-04 06:46:26 UTC
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:
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-04 07:14:12 UTC
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()
```
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-04 16:46:31 UTC
*** Bug 874897 has been marked as a duplicate of this bug. ***
Comment 6 Larry the Git Cow gentoo-dev 2022-12-20 18:59:14 UTC
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(+)