New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depend on empy python module #114
Conversation
|
Thanks. Reviewed. Good progress, but unfinished. Please change the remaining references to |
|
@quozl fixed it. No more EMPY remains |
|
@srevinsaju, thanks. Reviewed.
|
|
Build stalls because python is reading from terminal. Reproducer; |
|
Hey, @chimosky, looks like we may have lost forward motion on this. Would you be able to fix it and test on Fedora? In removing |
Fix makefile dependency on /usr/bin/empy for Linux distributions which do not package a empy binary executable. Co-authored-by: Ibiam Chihurumnaya <ibiamchihurumnaya@gmail.com>
|
On Ubuntu 19.04, tested 7a4935f; from a clean repository, with autogen, make, make install, and start Sugar. What of test result on Fedora? |
|
Tested, builds as expected. Logs
There's a downstream issue but it doesn't affect this. |
|
I am extremely sorry, I am away for a few days from programming. I will get back to this PR on Friday / Saturday. I assume there was a hyphen character between em and the -p on the sugar PR too. I guess that should have also failed. This did not fail particularly, but I didn't test this line explicitly I don't have a desktop to test this. Seems like bash is too vast, |
Yeah I was testing with 7a4935f. Tested again; builds as expected. Logs; |
It's okay, it's been fixed.
There's quite a few differences between both changes. |
|
Thanks for testing. I've fixed it in Sugar again, as |
|
74d983e merged by hand. |
|
Ok, I came back to continue my work on this PR, and found out this PR's closed. |
|
Sure. |
Fix makefile dependency on
/usr/bin/empyfor Linux distributionswhich do not package a empy binary executable.