= Description = ## Please read this page. Lines prefixed with ## such as this one are comments, ## you can remove them (except for those after the "Plan" section.) ## Please follow the instructions given in those comments and the text. ## After creating the bug page, please subscribe to it! We may have questions ## that only you can answer, and if you get email when your bug changes it'll ## be much faster to get it fixed since you can answer the questions! Moinmoin 1.9.0beta4 setup fails with exitcode<>0, even though the installation seems successful. == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. 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 }}} ##== Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... ##URL: ##{{attachment:screenshot.png}} ##{{{ ##Example wiki markup that fail ##}}} == Component selection == ## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ... * setup.py == Details == ## If you got a traceback, please save the traceback page as html and attach here: ## [[attachment:traceback.html]] ## if the bug is in this wiki, just kill the table and write: This Wiki. ## If a traceback is not available, please fill in the details here: || '''!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 == ## How to deal with the bug until it is fixed 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 = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: fixed by http://hg.moinmo.in/moin/1.9/rev/e25e3a6042a8 ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBugFixed