Ticket #99 (closed defect: invalid)
make install for 0.6.2 release failing on python scripts
| Reported by: | bhilburn | Owned by: | cdietric |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | ossiecf | Version: | 0.6.2 |
| Keywords: | Cc: |
Description
During the make install for 0.6.2, it is failing with the following output:
Making install in python make[2]: Entering directory `/home/bhilburn/working/scripts/release-0.6.2/src/system/ossie/idl/python' python setup.py install running install running build running build_py error: package directory 'ossie' does not exist make[2]: *** [install] Error 1 make[2]: Leaving directory `/home/bhilburn/working/scripts/release-0.6.2/src/system/ossie/idl/python' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/bhilburn/working/scripts/release-0.6.2/src/system/ossie/idl' make: *** [install-recursive] Error 1 FAILED: sudo make install ERROR building src/system/ossie
This is clearly due to the python scripts added to the make file to install the python bindings. Is it possible that it is because the necessary package hasn't been installed yet? Perhaps this should all be run after everything is installed instead of concurrently.
Change History
Note: See
TracTickets for help on using
tickets.