Allow non-interactive build #993
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-13#993
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building v0.6.2 on Gentoo, the setup.py crashes while waiting for the user to press return:
The code handles one possible exception there, a
NameError
, but it misses theEOFError
. The following one-line patch allows the automatic build to proceed:I'm not sure if that's the best way to fix it, but it does work =)
Please try v0.6 branch and let me know if the problem still persists.
Also thank you for the patch, I'll review it as well.