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 1 and Version 2 of dev-lang/python/2.7.X-svn/2


Ignore:
Timestamp:
01/20/09 08:23:47 (6 years ago)
Author:
scottmc
Comment:

added expat to dependency list, added --enable-shared to configure line

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/2.7.X-svn/2

    v1 v2  
    1   
     1 [http://ports.haiku-files.org/browser/haikuports/trunk/dev-lang/python/python-2.7-svn-haiku.diff Patch] 
     2 
     3 * Installed zlib, bzip2, ncurses, readline, expat and openssl 
     4 * cp /boot/common/share/libtool/config/config.guess Modules/_ctypes/libffi 
     5 * cp /boot/common/share/libtool/config/config.sub Modules/_ctypes/libffi 
     6 * libtoolize --force --copy 
     7 * aclocal 
     8 * autoconf 
     9 * automake 
     10 * ./configure --prefix=/boot/common 
     11 * make 
     12 * if make erros out on h2py.py, remove /usr from line 1 and rerun make 
     13 * make install 
     14 * make test 
     15 
     16TODO: add gdbm and db and build again 
     17 
     18{{{ 
     19 Python build finished, but the necessary bits to build these modules were not found: 
     20_bsddb             _sqlite3           _tkinter         
     21bsddb185           dbm                gdbm             
     22linuxaudiodev      nis                ossaudiodev      
     23readline           sunaudiodev                         
     24To find the necessary bits, look in setup.py in detect_modules() for the module's name. 
     25 
     26 
     27Failed to build these modules: 
     28_curses_panel                                          
     29 
     30running build_scripts 
     31LD_LIBRARY_PATH=/boot/home/develop/python: ./python -E -c 'import sys ; from distutils.util import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform 
     32find ./Lib -name '*.py[co]' -print | xargs rm -f 
     33LD_LIBRARY_PATH=/boot/home/develop/python: ./python -E -tt ./Lib/test/regrtest.py -l  
     34test_grammar 
     35test_opcodes 
     36test_dict 
     37test_builtin 
     38test_exceptions 
     39test_types 
     40test test_types failed -- errors occurred; run in verbose mode for details 
     41test_unittest 
     42test_doctest 
     43test_doctest2 
     44test_MimeWriter 
     45test_SimpleHTTPServer 
     46test_StringIO 
     47test___all__ 
     48test___future__ 
     49test__locale 
     50test__locale skipped -- cannot import name RADIXCHAR 
     51test_abc 
     52test_abstract_numbers 
     53test_aepack 
     54test_aepack skipped -- No module named aepack 
     55test_al 
     56test_al skipped -- No module named al 
     57test_anydbm 
     58test_applesingle 
     59test_applesingle skipped -- No module named macostools 
     60test_array 
     61test_ast 
     62test_asyncore 
     63test_atexit 
     64test_audioop 
     65test_augassign 
     66test_base64 
     67test_bastion 
     68test_bigaddrspace 
     69test_bigmem 
     70test_binascii 
     71test_binhex 
     72test_binop 
     73test_bisect 
     74test_bool 
     75test_bsddb 
     76test_bsddb skipped -- No module named _bsddb 
     77test_bsddb185 
     78test_bsddb185 skipped -- No module named bsddb185 
     79test_bsddb3 
     80test_bsddb3 skipped -- Use of the `bsddb' resource not enabled 
     81test_buffer 
     82test_bufio 
     83test_bytes 
     84test_bz2 
     85test_calendar 
     86test_call 
     87test_capi 
     88test_cd 
     89test_cd skipped -- No module named cd 
     90test_cfgparser 
     91test_cgi 
     92test_charmapcodec 
     93test_cl 
     94test_cl skipped -- No module named cl 
     95test_class 
     96test_cmath 
     97test test_cmath failed -- Traceback (most recent call last): 
     98  File "/boot/home/develop/python/Lib/test/test_cmath.py", line 366, in test_specific_values 
     99    self.fail(error_message) 
     100AssertionError: acos0032: acos(complex(-0.99999999999999978, 0.0)) 
     101Expected: complex(3.141592638688631, -0.0) 
     102Received: complex(3.1415926325163688, -0.0) 
     103Received value insufficiently close to expected value. 
     104 
     105test_cmd 
     106test_cmd_line 
     107test_cmd_line_script 
     108test_code 
     109test_codeccallbacks 
     110test_codecencodings_cn 
     111test_codecencodings_hk 
     112test_codecencodings_jp 
     113test_codecencodings_kr 
     114test_codecencodings_tw 
     115test_codecmaps_cn 
     116test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled 
     117test_codecmaps_hk 
     118test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled 
     119test_codecmaps_jp 
     120test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled 
     121test_codecmaps_kr 
     122test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled 
     123test_codecmaps_tw 
     124test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled 
     125test_codecs 
     126test_codeop 
     127test_coding 
     128test_coercion 
     129test_collections 
     130test_colorsys 
     131test_commands 
     132test_compare 
     133test_compile 
     134test_compiler 
     135test_complex 
     136test_complex_args 
     137test_contains 
     138test_contextlib 
     139test_cookie 
     140test_cookielib 
     141test_copy 
     142test_copy_reg 
     143test_cpickle 
     144test_cprofile 
     145test_crypt 
     146test_csv 
     147test_ctypes 
     148test_curses 
     149test_curses skipped -- No module named _curses_panel 
     150test_datetime 
     151test_dbm 
     152test_dbm skipped -- No module named dbm 
     153test_decimal 
     154test test_decimal failed -- Traceback (most recent call last): 
     155  File "/boot/home/develop/python/Lib/test/test_decimal.py", line 1386, in test_from_float 
     156    self.assertEqual(x, float(MyDecimal.from_float(x))) # roundtrip 
     157AssertionError: -76.638528216551009 != -76.638528216550995 
     158 
     159test_decorators 
     160test_defaultdict 
     161test_deque 
     162test_descr 
     163test_descrtut 
     164test_difflib 
     165test_dircache 
     166test test_dircache failed -- Traceback (most recent call last): 
     167  File "/boot/home/develop/python/Lib/test/test_dircache.py", line 55, in test_listdir 
     168    self.assertEquals(entries, ['test1']) 
     169AssertionError: [] != ['test1'] 
     170 
     171test_dis 
     172test_distutils 
     173test test_distutils failed -- Traceback (most recent call last): 
     174  File "/boot/home/develop/python/Lib/distutils/tests/test_sdist.py", line 90, in test_prune_file_list 
     175    cmd.run() 
     176  File "/boot/home/develop/python/Lib/distutils/command/sdist.py", line 152, in run 
     177    self.make_distribution() 
     178  File "/boot/home/develop/python/Lib/distutils/command/sdist.py", line 459, in make_distribution 
     179    self.make_release_tree(base_dir, self.filelist.files) 
     180  File "/boot/home/develop/python/Lib/distutils/command/sdist.py", line 440, in make_release_tree 
     181    self.copy_file(file, dest, link=link) 
     182  File "/boot/home/develop/python/Lib/distutils/cmd.py", line 376, in copy_file 
     183    dry_run=self.dry_run) 
     184  File "/boot/home/develop/python/Lib/distutils/file_util.py", line 157, in copy_file 
     185    os.link(src, dst) 
     186OSError: [Errno -2147454933] Operation not supported 
     187 
     188test_dl 
     189test_dl skipped -- Could not open any shared libraries 
     190test_docxmlrpc 
     191test_dumbdbm 
     192test_dummy_thread 
     193test_dummy_threading 
     194test_email 
     195test_email_codecs 
     196test_email_renamed 
     197test_enumerate 
     198test_eof 
     199test_epoll 
     200test_epoll skipped -- test works only on Linux 2.6 
     201test_errno 
     202test_exception_variations 
     203test_extcall 
     204test_fcntl 
     205test_file 
     206test_filecmp 
     207test_fileinput 
     208test_fileio 
     209test test_fileio failed -- Traceback (most recent call last): 
     210  File "/boot/home/develop/python/Lib/test/test_fileio.py", line 156, in testAbles 
     211    self.assertEquals(f.seekable(), False) 
     212AssertionError: True != False 
     213 
     214test_float 
     215test test_float failed -- Traceback (most recent call last): 
     216  File "/boot/home/develop/python/Lib/test/test_float.py", line 253, in test_repr 
     217    self.assertEqual(v, eval(repr(v))) 
     218AssertionError: 7.9999999872500254e+153 != 7.9999999745000492e+153 
     219 
     220test_fnmatch 
     221test_fork1 
     222test_format 
     223test_fpformat 
     224test_fractions 
     225test_frozen 
     226test_ftplib 
     227sem_init: No space left on device 
     228sem_init: No space left on device 
     229sem_init: No space left on device 
     230sem_init: No space left on device 
     231sem_init: No space left on device 
     232sem_init: No space left on device 
     233sem_init: No space left on device 
     234sem_init: No space left on device 
     235sem_init: No space left on device 
     236sem_init: No space left on device 
     237sem_init: No space left on device 
     238test test_ftplib failed -- errors occurred; run in verbose mode for details 
     239test_funcattrs 
     240test_functools 
     241test_future 
     242test_future3 
     243test_future4 
     244test_future5 
     245test_future_builtins 
     246test_gc 
     247test_gdbm 
     248test_gdbm skipped -- No module named gdbm 
     249test_generators 
     250test_genericpath 
     251test_genexps 
     252test_getargs 
     253test_getargs2 
     254test_getopt 
     255test_gettext 
     256test_gl 
     257test_gl skipped -- No module named gl 
     258test_glob 
     259test_global 
     260test_grp 
     261test_gzip 
     262test_hash 
     263test_hashlib 
     264make: *** [test] Kill Thread 
     265LD_LIBRARY_PATH=/boot/home/develop/python: ./python -E -tt ./Lib/test/regrtest.py -l  
     266test_grammar 
     267test_opcodes 
     268test_dict 
     269test_builtin 
     270test_exceptions 
     271test_types 
     272test test_types failed -- errors occurred; run in verbose mode for details 
     273test_unittest 
     274test_doctest 
     275test_doctest2 
     276test_MimeWriter 
     277test_SimpleHTTPServer 
     278test_StringIO 
     279test___all__ 
     280test___future__ 
     281test__locale 
     282test__locale skipped -- cannot import name RADIXCHAR 
     283test_abc 
     284test_abstract_numbers 
     285test_aepack 
     286test_aepack skipped -- No module named aepack 
     287test_al 
     288test_al skipped -- No module named al 
     289test_anydbm 
     290test_applesingle 
     291test_applesingle skipped -- No module named macostools 
     292test_array 
     293test_ast 
     294test_asyncore 
     295test_atexit 
     296test_audioop 
     297test_augassign 
     298test_base64 
     299test_bastion 
     300test_bigaddrspace 
     301test_bigmem 
     302test_binascii 
     303test_binhex 
     304test_binop 
     305test_bisect 
     306test_bool 
     307test_bsddb 
     308test_bsddb skipped -- No module named _bsddb 
     309test_bsddb185 
     310test_bsddb185 skipped -- No module named bsddb185 
     311test_bsddb3 
     312test_bsddb3 skipped -- Use of the `bsddb' resource not enabled 
     313test_buffer 
     314test_bufio 
     315test_bytes 
     316test_bz2 
     317test_calendar 
     318test_call 
     319test_capi 
     320test_cd 
     321test_cd skipped -- No module named cd 
     322test_cfgparser 
     323test_cgi 
     324test_charmapcodec 
     325test_cl 
     326test_cl skipped -- No module named cl 
     327test_class 
     328test_cmath 
     329test test_cmath failed -- Traceback (most recent call last): 
     330  File "/boot/home/develop/python/Lib/test/test_cmath.py", line 366, in test_specific_values 
     331    self.fail(error_message) 
     332AssertionError: acos0032: acos(complex(-0.99999999999999978, 0.0)) 
     333Expected: complex(3.141592638688631, -0.0) 
     334Received: complex(3.1415926325163688, -0.0) 
     335Received value insufficiently close to expected value. 
     336 
     337test_cmd 
     338test_cmd_line 
     339test_cmd_line_script 
     340test_code 
     341test_codeccallbacks 
     342test_codecencodings_cn 
     343test_codecencodings_hk 
     344test_codecencodings_jp 
     345test_codecencodings_kr 
     346test_codecencodings_tw 
     347test_codecmaps_cn 
     348test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled 
     349test_codecmaps_hk 
     350test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled 
     351test_codecmaps_jp 
     352test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled 
     353test_codecmaps_kr 
     354test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled 
     355test_codecmaps_tw 
     356test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled 
     357test_codecs 
     358test_codeop 
     359test_coding 
     360test_coercion 
     361test_collections 
     362test_colorsys 
     363test_commands 
     364test_compare 
     365test_compile 
     366test_compiler 
     367test_complex 
     368test_complex_args 
     369test_contains 
     370test_contextlib 
     371test_cookie 
     372test_cookielib 
     373test_copy 
     374test_copy_reg 
     375test_cpickle 
     376test_cprofile 
     377test_crypt 
     378test_csv 
     379test_ctypes 
     380test_curses 
     381test_curses skipped -- No module named _curses_panel 
     382test_datetime 
     383test_dbm 
     384test_dbm skipped -- No module named dbm 
     385test_decimal 
     386test test_decimal failed -- Traceback (most recent call last): 
     387  File "/boot/home/develop/python/Lib/test/test_decimal.py", line 1386, in test_from_float 
     388    self.assertEqual(x, float(MyDecimal.from_float(x))) # roundtrip 
     389AssertionError: 19.699111825856168 != 19.699111825856161 
     390 
     391test_decorators 
     392test_defaultdict 
     393test_deque 
     394test_descr 
     395test_descrtut 
     396test_difflib 
     397test_dircache 
     398test test_dircache failed -- Traceback (most recent call last): 
     399  File "/boot/home/develop/python/Lib/test/test_dircache.py", line 55, in test_listdir 
     400    self.assertEquals(entries, ['test1']) 
     401AssertionError: [] != ['test1'] 
     402 
     403test_dis 
     404test_distutils 
     405test test_distutils failed -- Traceback (most recent call last): 
     406  File "/boot/home/develop/python/Lib/distutils/tests/test_sdist.py", line 90, in test_prune_file_list 
     407    cmd.run() 
     408  File "/boot/home/develop/python/Lib/distutils/command/sdist.py", line 152, in run 
     409    self.make_distribution() 
     410  File "/boot/home/develop/python/Lib/distutils/command/sdist.py", line 459, in make_distribution 
     411    self.make_release_tree(base_dir, self.filelist.files) 
     412  File "/boot/home/develop/python/Lib/distutils/command/sdist.py", line 440, in make_release_tree 
     413    self.copy_file(file, dest, link=link) 
     414  File "/boot/home/develop/python/Lib/distutils/cmd.py", line 376, in copy_file 
     415    dry_run=self.dry_run) 
     416  File "/boot/home/develop/python/Lib/distutils/file_util.py", line 157, in copy_file 
     417    os.link(src, dst) 
     418OSError: [Errno -2147454933] Operation not supported 
     419 
     420test_dl 
     421test_dl skipped -- Could not open any shared libraries 
     422test_docxmlrpc 
     423test_dumbdbm 
     424test_dummy_thread 
     425test_dummy_threading 
     426test_email 
     427test_email_codecs 
     428test_email_renamed 
     429test_enumerate 
     430test_eof 
     431test_epoll 
     432test_epoll skipped -- test works only on Linux 2.6 
     433test_errno 
     434test_exception_variations 
     435test_extcall 
     436test_fcntl 
     437test_file 
     438test_filecmp 
     439test_fileinput 
     440test_fileio 
     441test test_fileio failed -- Traceback (most recent call last): 
     442  File "/boot/home/develop/python/Lib/test/test_fileio.py", line 156, in testAbles 
     443    self.assertEquals(f.seekable(), False) 
     444AssertionError: True != False 
     445 
     446test_float 
     447test test_float failed -- Traceback (most recent call last): 
     448  File "/boot/home/develop/python/Lib/test/test_float.py", line 253, in test_repr 
     449    self.assertEqual(v, eval(repr(v))) 
     450AssertionError: 7.9999999872500254e+153 != 7.9999999745000492e+153 
     451 
     452test_fnmatch 
     453test_fork1 
     454test test_fork1 failed -- Traceback (most recent call last): 
     455  File "/boot/home/develop/python/Lib/test/fork_wait.py", line 74, in test_wait 
     456    self.wait_impl(cpid) 
     457  File "/boot/home/develop/python/Lib/test/test_fork1.py", line 24, in wait_impl 
     458    self.assertEqual(spid, cpid) 
     459AssertionError: 0 != 44367 
     460 
     461test_format 
     462test_fpformat 
     463test_fractions 
     464test_frozen 
     465test_ftplib 
     466Exception in thread Thread-105: 
     467Traceback (most recent call last): 
     468  File "/boot/home/develop/python/Lib/threading.py", line 522, in __bootstrap_inner 
     469    self.run() 
     470  File "/boot/home/develop/python/Lib/test/test_ftplib.py", line 203, in run 
     471    asyncore.loop(timeout=0.1, count=1) 
     472  File "/boot/home/develop/python/Lib/asyncore.py", line 204, in loop 
     473    poll_fun(timeout, map) 
     474  File "/boot/home/develop/python/Lib/asyncore.py", line 141, in poll 
     475    read(obj) 
     476  File "/boot/home/develop/python/Lib/asyncore.py", line 78, in read 
     477    obj.handle_error() 
     478  File "/boot/home/develop/python/Lib/asyncore.py", line 74, in read 
     479    obj.handle_read_event() 
     480  File "/boot/home/develop/python/Lib/asyncore.py", line 413, in handle_read_event 
     481    self.handle_read() 
     482  File "/boot/home/develop/python/Lib/asynchat.py", line 158, in handle_read 
     483    self.found_terminator() 
     484  File "/boot/home/develop/python/Lib/test/test_ftplib.py", line 69, in found_terminator 
     485    method(arg) 
     486  File "/boot/home/develop/python/Lib/test/test_ftplib.py", line 95, in cmd_pasv 
     487    conn, addr = sock.accept() 
     488  File "/boot/home/develop/python/Lib/socket.py", line 195, in accept 
     489    sock, addr = self._sock.accept() 
     490timeout: timed out 
     491 
     492sem_init: No space left on device 
     493sem_init: No space left on device 
     494sem_init: No space left on device 
     495sem_init: No space left on device 
     496sem_init: No space left on device 
     497sem_init: No space left on device 
     498sem_init: No space left on device 
     499sem_init: No space left on device 
     500sem_init: No space left on device 
     501sem_init: No space left on device 
     502sem_init: No space left on device 
     503test test_ftplib failed -- errors occurred; run in verbose mode for details 
     504test_funcattrs 
     505test_functools 
     506test_future 
     507test_future3 
     508test_future4 
     509test_future5 
     510test_future_builtins 
     511test_gc 
     512test_gdbm 
     513test_gdbm skipped -- No module named gdbm 
     514test_generators 
     515test_genericpath 
     516test_genexps 
     517test_getargs 
     518test_getargs2 
     519test_getopt 
     520test_gettext 
     521test_gl 
     522test_gl skipped -- No module named gl 
     523test_glob 
     524test_global 
     525test_grp 
     526test_gzip 
     527test_hash 
     528test_hashlib 
     529test_heapq 
     530test_hmac 
     531make: *** [test] Kill Thread 
     532~/develop/python>  
     533 
     534}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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