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

python_version typo fix? #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joelrebel
Copy link

  • Came across a declaration of %{pyver} breaking the build,
  • accept if the fix is ok :)
Processing files: whisper-0.9.10-1.el6.noarch
error: File not found: /root/rpmbuild/BUILDROOT/whisper-0.9.10-1.el6.x86_64/usr/lib/python2.6/site-packages/whisper-0.9.10-py%{pyver}.egg-info


RPM build errors:
    File not found: /root/rpmbuild/BUILDROOT/whisper-0.9.10-1.el6.x86_64/usr/lib/python2.6/site-packages/whisper-0.9.10-py%{pyver}.egg-info

@joelrebel
Copy link
Author

I was building this on - CentOS release 6.2 (Final) .

@jantman
Copy link

jantman commented Aug 24, 2012

I can confirm joelrebel's issue and your fix (added to the first line of the specfile) on CentOS 6.2 x64. In addition, on that platform, the optimized bytecode files (.pyo) aren't generated by setup.py unless explicitly called with "-O1". I'm submitting a pull request for that...

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 this pull request may close these issues.

3 participants