This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2006-08-04.18:44:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

It turned out to be a patch problem (something I've never
encountered before):

% patch -p0 < /home/titan/skipm/Desktop/setup.py\(2\).patch
patching file setup.py
Hunk #2 succeeded at 1361 with fuzz 2.

I tried deleting setup.py, svn up'ing and reapplying the
patch a couple other times.

When I manually compared the new setup.py with the diff
file I saw that the stuff below the "Is this still needed?"
line wasn't actually applied.

I manually updated setup.py from the diff file (good
thing it was a simple diff!)  It now builds properly.
Thanks for all the work you put into this, Thomas.

Skip
History
Date User Action Args
2007-08-23 14:41:41adminlinkissue1530448 messages
2007-08-23 14:41:41admincreate