HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Back to Query
  • Next Ticket →

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

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
}

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.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/