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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 13 and Version 14 of dev-lang/python


Ignore:
Timestamp:
04/20/08 14:05:26 (7 years ago)
Author:
andreasf
Comment:

Updated status

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python

    v13 v14  
    1010 
    1111=== work-in-progress (andreasf) - [R5, Haiku] === 
     12 
     13On both platforms, 
     14{{{ 
     15#!/usr/bin/env python 
     16}}} 
     17needs to be changed to 
     18{{{ 
     19#!/bin/env python 
     20}}} 
    1221 
    1322On '''R5''' I get: 
    … …  
    3544 
    3645Python's libffi needs to be patched too (config.guess, config.sub, configure.ac). 
     46Compiles okay then. 
    3747 
    38  
    39 On both, 
    40 {{{ 
    41 #!/usr/bin/env python 
    42 }}} 
    43 needs to be changed to 
    44 {{{ 
    45 #!/bin/env python 
    46 }}} 
     48{{{make test}}} fails due to {{{-lm}}}. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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