After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707106 - Aisleriot doesn't build "out of the box" due to PySol-related error
Aisleriot doesn't build "out of the box" due to PySol-related error
Status: RESOLVED NOTABUG
Product: aisleriot
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: aisleriot-maint
aisleriot-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-30 05:21 UTC by Kerrick Staley
Modified: 2013-09-14 12:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kerrick Staley 2013-08-30 05:21:36 UTC
I'm seeing the following error when building Aisleriot:

$ git clone -q git://git.gnome.org/aisleriot && cd aisleriot && ./autogen.sh
[...]
checking for requested card theme formats... svg,pysol
checking for PySol card themes base path... configure: error: When enabling the PySol card theme format, you must specify the PySol card themes base path.

IMHO autogen.sh without flags should "just work", and so by default Aisleriot shouldn't require the PySol card theme. JHBuild also expects that projects build without any special flags, and chokes when trying to build Aisleriot.
Comment 1 Christian Persch 2013-09-14 12:28:23 UTC
The right paths for common distros are available in configure.ac, just uncommon distros have no defaults. Not a bug, IMHO.