Ticket #297 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
Haikuporter crashes if you try to use it to install python
| Reported by: | scottmc | Owned by: | brecht |
|---|---|---|---|
| Priority: | normal | Milestone: | haikuporter version 1.0 |
| Component: | haikuporter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Perhaps add an option to the .bep to be able to disable the use of the -i for certain ports. Or maybe find a better solution to this issue. The -d option may still work ok for building a python zip package, just can't install it as haikuporter is using python.
Change History
comment:1 Changed 5 years ago by augiedoggie
comment:2 Changed 5 years ago by scottmc
This might also be a problem with Perl. So perhaps we add the above INSTALL section to both perl and python .bep files and close this one out.
comment:3 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
fixed in r1121.
Note: See
TracTickets for help on using
tickets.

You could use the following in the INSTALL section of the bep file:
INSTALL { if [ -z "${DESTDIR}" ];then echo "Port cannot be installed by haikuporter." echo "Build and install from a package using: haikuporter -d" exit 0 fi make install }