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

Broken macosx intel package #50

Open
andresriancho opened this issue Mar 20, 2014 · 9 comments
Open

Broken macosx intel package #50

andresriancho opened this issue Mar 20, 2014 · 9 comments

Comments

@andresriancho
Copy link

andresriancho/w3af#1669

Downloading/unpacking pybloomfiltermmap
Downloading pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz (97kB): 97kB downloaded
Running setup.py egg_info for package pybloomfiltermmap
Traceback (most recent call last):
File "", line 16, in 
IOError: [Errno 2] No such file or directory: '/tmp/pip-build-root/pybloomfiltermmap/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

IOError: [Errno 2] No such file or directory: '/tmp/pip-build-root/pybloomfiltermmap/setup.py'
@andresriancho
Copy link
Author

I'll comment on the next step, the one to take once this is fixed: test automation.

I've been searching around the net to find a way to test generated packages in an automated way, cross platform (linux, mac) and failed to find any solutions. The guys from travis have plans for implementing an os: section for their system, but there is nothing usable yet.

I believe that at least there should be a line in pybloomfiltermmap's travis.yml that builds the package, then installs it using pip install filename-we-just-built.zip and runs the tests again. At least with that we'll know that pypi releases for linux are fine.

re: Mac builds... not really sure how to test them.

@atracy
Copy link

atracy commented Apr 30, 2014

I've got a mac and can spend some time helping you out with this if you still need the help :D

@andresriancho
Copy link
Author

Well, actually I do need help. First... are you able to reproduce this bug?

@andresriancho
Copy link
Author

@atracy were you able to repro?

@piskvorky
Copy link
Contributor

I can reproduce it, on OS X 10.7.5, using pip install pybloomfiltermmap as well as easy_install pybloomfiltermmap.

The package being downloaded in both cases is pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz.

@piskvorky
Copy link
Contributor

Installing from tar.gz worked fine.

@andresriancho
Copy link
Author

Which are the steps to make it work? Something similar to this?

wget https://.../pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz
tar -zxpvf pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz
cd pybloomfiltermmap*
python setup.py install

@andresriancho
Copy link
Author

And the commands to make it work are just decompress, cd and setup install?

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

No branches or pull requests

3 participants