Task #1344 (closed)
Opened 10 years ago
Closed 8 years ago
Build broken with Python 2.6 on Ubuntu
| Reported by: | jamoore | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Deployment | Version: | 3.0-M1 |
| Keywords: | n.a. | Cc: | m.woodbridge@…, szwells |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
From Mark:
./build.py doesn't seem to work correctly on Ubuntu 9.04 - it completes
successfully but doesn't put anything in dist/lib/python except django
and omeroweb.
Ubuntu 9.04 ships with Python 2.6, which may be the cause of the problem.
Change History (7)
comment:1 Changed 10 years ago by jmoore
comment:2 Changed 10 years ago by jmoore
comment:3 Changed 8 years ago by jmoore
- Milestone changed from Unscheduled to OMERO-Beta4.4
comment:4 Changed 8 years ago by jmoore
- Cc szwells added
- Owner changed from jmoore to cblackburn
Colin, passing to you. This is no longer an issue, correct? Would really surprise me.
comment:5 Changed 8 years ago by cblackburn
I'm pretty sure that the last build I did on the (now ageing) 9.10 (not even sure how available 9.04 is) was against 2.6 and was fine. I can double check but assuming builds work on 10.* and 11.* do we need to worry about 9.*?
comment:6 Changed 8 years ago by omero
I originally reported this, but it no longer matters to me (or anyone else, I guess, considering 9.04 has long since been EOL'd).
comment:7 Changed 8 years ago by cblackburn
- Resolution set to wontfix
- Status changed from new to closed
Closing this as 9.04 is no longer supported whether the problem persists of not.
The problem is that under python 2.6 setup.py uses the build/lib.linux-i686-2.6 directory rather than the previous build/lib. For the moment, it should be possible to force 2.6 to use build/lib.