Description
Moinmoin 1.9.0beta4 setup fails with exitcode<>0, even though the installation seems successful.
Steps to reproduce
wget http://..../moin-1.9.0beta4.tar.gz
tar -zxvf ./moin-1.9.0beta4.tar.gz
cd ./moin-1.9.0beta4/
python setup.py build > log 2>&1 || echo "BUILD FAILED"
BUILD FAILED
Component selection
- setup.py
Details
MoinMoin Version |
1.9.0beta3 and 1.9.0beta4 |
OS and Version |
Debian Squeeze testing |
Python Version |
2.5.4-2 |
Server Setup |
n.a |
Server Details |
n.a |
Language you are using the wiki in (set in the browser/UserPreferences) |
n.a |
Workaround
Ignore return code. (including in Debian Package, http://git.debian.org/?p=collab-maint/moin.git;a=commitdiff;h=38536242 ).
Discussion
Usually exitcode 0 means success!?
Oops, I meant that the exitcode is >0 (i.e failed)
I've tested the patch, it's ok.
Plan
- Priority:
- Assigned to:
Status: fixed by http://hg.moinmo.in/moin/1.9/rev/e25e3a6042a8