Description

Moinmoin 1.9.0beta4 setup fails with exitcode<>0, even though the installation seems successful.

Steps to reproduce

  1. wget http://..../moin-1.9.0beta4.tar.gz 

  2. tar -zxvf ./moin-1.9.0beta4.tar.gz

  3. cd ./moin-1.9.0beta4/

  4. python setup.py build > log 2>&1 || echo "BUILD FAILED"

    BUILD FAILED

Component selection

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!?

I've tested the patch, it's ok.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.9SetupPyReturnsWrongExitCode (last edited 2009-09-21 06:18:04 by klabs)