setup.py yields DistUtilsExtra.auto error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pylang |
Fix Released
|
Undecided
|
Bhavani Shankar |
Bug Description
Please see the working directory attached, and try running setup.py in there. Here is what I've seen.
john@kotux:
running install
running build
running build_py
running build_i18n
intltool-update -p -g pylang
running build_icons
running build_help
running install_lib
running install_data
copying build/mo/
copying build/mo/
copying build/mo/
copying build/mo/
copying build/mo/
copying build/share/
running install_egg_info
Removing /usr/lib/
Writing /usr/lib/
WARNING: the following files are not recognized by DistUtilsExtra.
INSTALL
bin/pylang
john@kotux:
Related branches
Changed in pylang: | |
status: | Fix Committed → Fix Released |
Hi, I added a premature preinst script, and though the installation of pylang succeeded with a "no clean" builddeb, builddeb -S failed. DistUtils didn't recognize 2 files in the "no clean" build, but the building proceeded anyway without a problem. At builddeb -S, DistUtils didn't recognize 4 files.
Please look at the contents of the newly-updated pylang package. I would like some help in making preinst work.
Also see the output from my console: pastebin. com/UcCzh58K
http://