Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460344 - games-strategy/liquidwar-5.6.4 fails to merge if default is python-3
Summary: games-strategy/liquidwar-5.6.4 fails to merge if default is python-3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 22:11 UTC by Markus Walter
Modified: 2013-05-31 18:53 UTC (History)
1 user (show)

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


Attachments
patch to clean up whitespace (whitespace.patch,1.75 KB, text/plain)
2013-03-04 22:11 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2013-03-04 22:11:17 UTC
Created attachment 340970 [details]
patch to clean up whitespace

On my hardened ~amd64 with I see failures for liquidwar. First I need to apply the attached patch otherwise it complains about inconsistent spacing as follows.

===
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "makedoc.py", line 369
    result=format_email_and_url(result)
                                      ^
TabError: inconsistent use of tabs and spaces in indentation
===

After getting this out of the way, the following error pops up, which means, that the file is not compatible with python-3 (which is my system default).

===
  File "makedoc.py", line 211, in endElement
    data=string.strip(self.charbuf)
AttributeError: 'module' object has no attribute 'strip'
===
Comment 1 Julian Ospald 2013-03-04 22:36:37 UTC
+*liquidwar-5.6.4-r1 (04 Mar 2013)
+
+  04 Mar 2013; Julian Ospald <hasufell@gentoo.org> +liquidwar-5.6.4-r1.ebuild:
+  fix bug 460344, bump EAPI