Skip to content
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

configure: error: empy not detected despite being installed #896

Closed
kushagra414 opened this issue Dec 31, 2019 · 6 comments · Fixed by #906
Closed

configure: error: empy not detected despite being installed #896

kushagra414 opened this issue Dec 31, 2019 · 6 comments · Fixed by #906

Comments

@kushagra414
Copy link

empy is required

Although I have installed empy pip install empy and pip3 install empy.
When I tried running autogen.sh, empy is required error keeps on showing.

checking for empy... no
checking for empy3... no
configure: error: empy is required
@aperezbios
Copy link
Contributor

aperezbios commented Dec 31, 2019

The empy check is deficient, this is a known problem, as there is an incorrect assumption that a empy binary exists, in the existing check, which is distribution-centric. You don't specifiy whether you're compiling from HEAD or a released version of Sugar. Do you know which version you're trying to compile?

@aperezbios aperezbios changed the title configure: error: empy is required configure: error: empy not detected despite being installed Dec 31, 2019
@aperezbios
Copy link
Contributor

Try this patch/diff https://pastebin.com/raw/9JEa6tic

@quozl
Copy link
Contributor

quozl commented Dec 31, 2019

Duplicate of #882.

I've asked for testing on that issue, and I'm waiting for a response. Please get involved.

@aperezbios
Copy link
Contributor

The response you asked for is right under your nose.

@kushagra414
Copy link
Author

Try this patch/diff https://pastebin.com/raw/9JEa6tic

The Path was bit different, However, it worked. 👍
Shouldn't this be the default configuration?

@quozl
Copy link
Contributor

quozl commented Jan 1, 2020

That's great, thanks. Yes, the default will change, but question is what to change. See discussion in #882 and contribute if you are able.

srevinsaju added a commit to srevinsaju/sugar that referenced this issue Feb 10, 2020
Fixes sugarlabs#882 sugarlabs#896
Fix makefile dependency on /usr/bin/empy for Linux distributions which do not package a empy binary executable.
srevinsaju added a commit to srevinsaju/sugar that referenced this issue Feb 11, 2020
Fixes sugarlabs#882 sugarlabs#896
Fix makefile dependency on /usr/bin/empy for Linux distributions which do not package a empy binary executable.
srevinsaju added a commit to srevinsaju/sugar that referenced this issue Feb 12, 2020
Fixes sugarlabs#882 sugarlabs#896
Fix makefile dependency on /usr/bin/empy for Linux distributions which do not package a empy binary executable.
srevinsaju added a commit to srevinsaju/sugar that referenced this issue Mar 3, 2020
Fixes sugarlabs#882 sugarlabs#896
Fix makefile dependency on /usr/bin/empy for Linux distributions which do not package a empy binary executable.
@quozl quozl closed this as completed in #906 Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants