Task #5979 (closed)
Bug: setup_py tasks fails without setuptools installed
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-Beta4.3.1 |
Component: | Deployment | Version: | n.a. |
Keywords: | n.a. | Cc: | cxallan |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-07-07 (1) |
Description
From building xsd-fu:
package: Created dir: /home/hudson/ome.git/components/xsd-fu/build/lib Copying 3 files to /home/hudson/ome.git/components/xsd-fu /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running build /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_egg' BUILD FAILED /home/hudson/ome.git/build.xml:125: The following error occurred while executing this line: /home/hudson/ome.git/components/antlib/resources/global.xml:110: The following error occurred while executing this line: /home/hudson/ome.git/components/xsd-fu/build.xml:19: The following error occurred while executing this line: /home/hudson/ome.git/components/antlib/resources/global.xml:255: exec returned: 1 Total time: 2 minutes 47 seconds
Change History (3)
comment:1 Changed 13 years ago by jmoore
- Owner set to jmoore
- Remaining Time set to 0.1
- Status changed from new to accepted
comment:2 Changed 13 years ago by jmoore <josh@…>
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 13 years ago by jmoore <josh@…>
(In [e09f51b1b469c0d37caf2b4eab36a721aac3c036/ome.git] on branch develop) Also apply setuptools*egg patch to OmeroFs and OmeroPy (See #5979)
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [18259f3f687f8afa02f9ed6118957209fb0a9b8a/ome.git] on branch develop) Adding setuptools*egg to sys.path on build (Fix #5979)