[Buildbot] #2883: `python setup.py bdist_wheel` produces an empty package

Buildbot trac trac at buildbot.net
Mon Sep 1 01:41:48 UTC 2014


#2883: `python setup.py bdist_wheel` produces an empty package
-------------------+-----------------------
Reporter:  dustin  |       Owner:  dustin
    Type:  defect  |      Status:  assigned
Priority:  major   |   Milestone:  0.9.0
 Version:  0.8.9   |  Resolution:
Keywords:  pkg     |
-------------------+-----------------------

Comment (by dustin):

 Removing `distutils` doesn't help, either.

 The `build_js` function is running -- that produces
 {{{
 copying buildbot_www/static/index.html -> build/lib/buildbot_www/static
 ..
 }}}
 What's not happening is the inclusion of the resulting files in the wheel
 file, during the `install_lib` command.

 That command is invoking `copy_tree('build/lib.linux-x86_64-2.6',
 'build/bdist.linux-x86_64/wheel/')`, which is a shame since all those
 files were copied to `build/lib` instead.

 So, one fix may be to properly find the libdir that setuptools/distutils
 is using, and copy the files there directly.

--
Ticket URL: <http://trac.buildbot.net/ticket/2883#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list