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 4 and Version 5 of dev-lang/python/2.6.2/1


Ignore:
Timestamp:
06/24/09 00:45:13 (6 years ago)
Author:
scottmc
Comment:

added note about possible issue during make

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/2.6.2/1

    v4 v5  
    1414* make test  
    1515}}} 
     16 
     17Note: if you get this error when running make 
     18{{{ 
     19oad_shlib.o   Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o   -lnetwork  -lbsd   ; \ 
     20        fi 
     21gcc  -Xlinker -export-dynamic -o python \ 
     22                        Modules/python.o \ 
     23                        -L. -lpython2.6 -lnetwork  -lbsd      
     24runtime_loader: Cannot open file libpython2.6.so.1.0: No such file or directory 
     25make: *** [sharedmods] Error 3 
     26}}} 
     27then copy the new libpython2.6.so.1.0 to /boot/common/lib so it can be found. 
     28 
    1629 
    1730TODO: add gdbm and db and build again[[BR]] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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