Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627182 - games-board/aisleriot-3.22.1::gnome-overlay line 3233: syntax error near unexpected token
Summary: games-board/aisleriot-3.22.1::gnome-overlay line 3233: syntax error near unex...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-06 15:07 UTC by Thibaut Quentin
Modified: 2017-09-03 10:39 UTC (History)
1 user (show)

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


Attachments
Build log for aisleriot-3.22.1 (build.log,5.21 KB, text/x-log)
2017-08-06 15:35 UTC, Thibaut Quentin
Details
Output of emerge --info (info.log,6.04 KB, text/x-log)
2017-08-07 08:20 UTC, Thibaut Quentin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thibaut Quentin 2017-08-06 15:07:20 UTC
Hi,
The games-board/aisleriot ebuild crash during preparation step. I did some tests and it seems that the eautoreconf is in fault here. I commented it and then it installs without complaining. 

Here is what it says when the line isn't commented : 
checking whether to enable maintainer-specific portions of Makefiles... yes
./configure: line 3233: syntax error near unexpected token `no,GNOME_ENABLE_DEBUG'
./configure: line 3233: `   AX_CHECK_ENABLE_DEBUG(no,GNOME_ENABLE_DEBUG)'
Comment 1 Jonas Stein gentoo-dev 2017-08-06 15:12:04 UTC
Thank you for the report. Please attach the logfiles
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide#Report_a_build-time_bug_.28emerge_failed.29

please add the version number in the title.
Comment 2 Thibaut Quentin 2017-08-06 15:35:22 UTC
Created attachment 488148 [details]
Build log for aisleriot-3.22.1
Comment 3 Thibaut Quentin 2017-08-07 08:20:57 UTC
Created attachment 488194 [details]
Output of emerge --info
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2017-09-03 10:39:09 UTC
commit 922da42611a6f519be2cc3f70c2b383e98b089c9
Author: Gilles Dartiguelongue <eva@gentoo.org>
Date:   Sun Sep 3 12:27:18 2017 +0200

    games-board/aisleriot: version bump 3.22.1 → 3.22.2
    
    Add missing dependency on autoconf-archive, bug #627182.
    Add C++11 requirement due to Qt5, bug #617256.
    
    Package-Manager: Portage-2.3.8, Repoman-2.3.3
    Manifest-Sign-Key: 0x5A56C8CD0C13248A

Should be fixed now, thanks for reporting.