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.5.4/1


Ignore:
Timestamp:
01/02/09 08:58:26 (7 years ago)
Author:
scottmc
Comment:

initial build attempt of 2.5.4

Legend:

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

    v1 v2  
    1   
     1Patch (coming soon), then: 
     2 
     3copy config.guess/config.sub from /boot/common/share/libtool/config/ in Python-2.5.2/Modules/_ctypes/libffi 
     4then run autoconf in that folder, then cd ../../.. and run autoconf in Python-2.5.2 root folder 
     5 
     6    * ./configure --prefix=/boot/common --enable-shared --with-threads 
     7    * make 
     8    * make install 
     9    * make test 
     10 
     11Make test errors out to a dialog box on test_resoure, exiting there it loops back to test_mailbox and would just keep looping. 
     12I'll try skipping that one and see what else fails. 
     13 
     14TODO: build again with ncurses installed, and comment out the test_resource to see what else fails. 
     15 
     16{{{ 
     17test_grammar 
     18test_opcodes 
     19test_operations 
     20test_builtin 
     21test_exceptions 
     22test_types 
     23test_unittest 
     24test_doctest 
     25test_doctest2 
     26test_MimeWriter 
     27test_StringIO 
     28test___all__ 
     29test___future__ 
     30test__locale 
     31test__locale skipped -- cannot import name RADIXCHAR 
     32test_aepack 
     33test_aepack skipped -- No module named aepack 
     34test_al 
     35test_al skipped -- No module named al 
     36test_anydbm 
     37test_applesingle 
     38test_applesingle skipped -- No module named macostools 
     39test_array 
     40test_ast 
     41test_asynchat 
     42test_atexit 
     43test_audioop 
     44test_augassign 
     45test_base64 
     46test_bastion 
     47test_bigaddrspace 
     48test_bigmem 
     49test_binascii 
     50test_binhex 
     51test_binop 
     52test_bisect 
     53test_bool 
     54test_bsddb 
     55test_bsddb skipped -- No module named _bsddb 
     56test_bsddb185 
     57test_bsddb185 skipped -- No module named bsddb185 
     58test_bsddb3 
     59test_bsddb3 skipped -- Use of the `bsddb' resource not enabled 
     60test_bufio 
     61test_bz2 
     62test_cProfile 
     63test_calendar 
     64test_call 
     65test_capi 
     66test_cd 
     67test_cd skipped -- No module named cd 
     68test_cfgparser 
     69test_cgi 
     70test_charmapcodec 
     71test_cl 
     72test_cl skipped -- No module named cl 
     73test_class 
     74test_cmath 
     75test_cmd_line 
     76test_code 
     77test_codeccallbacks 
     78test_codecencodings_cn 
     79test_codecencodings_hk 
     80test_codecencodings_jp 
     81test_codecencodings_kr 
     82test_codecencodings_tw 
     83test_codecmaps_cn 
     84test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled 
     85test_codecmaps_hk 
     86test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled 
     87test_codecmaps_jp 
     88test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled 
     89test_codecmaps_kr 
     90test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled 
     91test_codecmaps_tw 
     92test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled 
     93test_codecs 
     94test_codeop 
     95test_coding 
     96test_coercion 
     97test_colorsys 
     98test_commands 
     99test_compare 
     100test_compile 
     101test_compiler 
     102test_complex 
     103test_complex_args 
     104test_contains 
     105test_contextlib 
     106test_cookie 
     107test_cookielib 
     108test_copy 
     109test_copy_reg 
     110test_cpickle 
     111test_crypt 
     112test_csv 
     113test_ctypes 
     114test_ctypes skipped -- No module named _ctypes 
     115test_curses 
     116test_curses skipped -- No module named _curses_panel 
     117test_datetime 
     118test_dbm 
     119test_dbm skipped -- No module named dbm 
     120test_decimal 
     121test_decorators 
     122test_defaultdict 
     123test_deque 
     124test_descr 
     125test_descrtut 
     126test_dict 
     127test_difflib 
     128test_dircache 
     129test test_dircache failed -- Traceback (most recent call last): 
     130  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_dircache.py", line 54, in test_listdir 
     131    self.assertEquals(entries, ['test1']) 
     132AssertionError: [] != ['test1'] 
     133 
     134test_dis 
     135test_distutils 
     136test_dl 
     137test_dl skipped -- No module named dl 
     138test_dumbdbm 
     139test_dummy_thread 
     140test_dummy_threading 
     141test_email 
     142test_email_codecs 
     143test_email_renamed 
     144test_enumerate 
     145test_eof 
     146test_errno 
     147test_exception_variations 
     148test_extcall 
     149test_fcntl 
     150test_file 
     151test_filecmp 
     152test_fileinput 
     153test_float 
     154test_fnmatch 
     155test_fork1 
     156test_format 
     157test_fpformat 
     158test_frozen 
     159test_funcattrs 
     160test_functools 
     161test_future 
     162test_gc 
     163test_gdbm 
     164test_gdbm skipped -- No module named gdbm 
     165test_generators 
     166/boot/home/Python-2.5.4-haiku-test/Lib/test/test_generators.py:1: DeprecationWarning: raising string exceptions is deprecated 
     167  tutorial_tests = """ 
     168test_genexps 
     169test_getargs 
     170test_getargs2 
     171test_getopt 
     172test_gettext 
     173test_gl 
     174test_gl skipped -- No module named gl 
     175test_glob 
     176test_global 
     177test_grp 
     178test_gzip 
     179test_hash 
     180test_hashlib 
     181test_heapq 
     182test_hexoct 
     183test_hmac 
     184test_hotshot 
     185test_htmllib 
     186test_htmlparser 
     187test_httplib 
     188test_imageop 
     189test_imaplib 
     190test_imgfile 
     191test_imgfile skipped -- No module named imgfile 
     192test_imp 
     193test_import 
     194test_importhooks 
     195test_index 
     196test_inspect 
     197test_ioctl 
     198test_isinstance 
     199test_iter 
     200test_iterlen 
     201test_itertools 
     202test_largefile 
     203test_linuxaudiodev 
     204test_linuxaudiodev skipped -- Use of the `audio' resource not enabled 
     205test_list 
     206test_locale 
     207test_locale skipped -- test locale not supported (tried en_US.UTF-8, en_US.US-ASCII, en_US) 
     208test_logging 
     209test_long 
     210test_long_future 
     211test_longexp 
     212test_macfs 
     213test_macfs skipped -- No module named macfs 
     214test_macostools 
     215test_macostools skipped -- No module named macostools 
     216test_macpath 
     217test_mailbox 
     218test test_mailbox failed -- errors occurred; run in verbose mode for details 
     219test_marshal 
     220test test_marshal failed -- Traceback (most recent call last): 
     221  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_marshal.py", line 95, in test_floats 
     222    self.assertEqual(f, got) 
     223AssertionError: -7.9456894939000011e-241 != inf 
     224 
     225test_math 
     226test_md5 
     227test_mhlib 
     228test test_mhlib failed -- Traceback (most recent call last): 
     229  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_mhlib.py", line 185, in test_listfolders 
     230    eq(folders, tfolders) 
     231AssertionError: [] != ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide'] 
     232 
     233test_mimetools 
     234test_mimetypes 
     235test_minidom 
     236test_mmap 
     237test_module 
     238test_multibytecodec 
     239test_multibytecodec_support 
     240test_multifile 
     241test_mutants 
     242test_netrc 
     243test_new 
     244test_nis 
     245test_nis skipped -- No module named nis 
     246test_normalization 
     247test_normalization skipped -- Use of the `urlfetch' resource not enabled 
     248test_ntpath 
     249test_old_mailbox 
     250test test_old_mailbox failed -- errors occurred; run in verbose mode for details 
     251test_openpty 
     252test_operator 
     253test_optparse 
     254test_os 
     255test_ossaudiodev 
     256test_ossaudiodev skipped -- Use of the `audio' resource not enabled 
     257test_parser 
     258test_peepholer 
     259test_pep247 
     260test_pep263 
     261test_pep277 
     262test_pep277 skipped -- test works only on NT+ 
     263test_pep292 
     264test_pep352 
     265test_pickle 
     266test_pickletools 
     267test_pkg 
     268test_pkgimport 
     269test_platform 
     270test_plistlib 
     271test_plistlib skipped -- No module named plistlib 
     272test_poll 
     273test test_poll crashed -- <class 'select.error'>: (-2147483643, 'Invalid Argument') 
     274test_popen 
     275test_popen2 
     276test_posix 
     277test test_posix failed -- errors occurred in test.test_posix.PosixTester 
     278test_posixpath 
     279test_pow 
     280test_pprint 
     281test_profile 
     282test_profilehooks 
     283test_pty 
     284test_pty skipped -- Pseudo-terminals (seemingly) not functional. 
     285test_pwd 
     286test_pyclbr 
     287test_pyexpat 
     288test_queue 
     289test_quopri 
     290test_random 
     291test test_random failed -- Traceback (most recent call last): 
     292  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_random.py", line 332, in test_referenceImplementation 
     293    self.assertAlmostEqual(a,e,places=14) 
     294AssertionError: 0.081823493762449573 != -inf within 14 places 
     295 
     296test_re 
     297test_repr 
     298test_resource 
     299test test_mailbox failed -- errors occurred; run in verbose mode for details 
     300test_marshal 
     301test test_marshal failed -- Traceback (most recent call last): 
     302  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_marshal.py", line 95, in test_floats 
     303    self.assertEqual(f, got) 
     304AssertionError: -7.9456894939000011e-241 != inf 
     305 
     306test_math 
     307test_md5 
     308test_mhlib 
     309test test_mhlib failed -- Traceback (most recent call last): 
     310  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_mhlib.py", line 185, in test_listfolders 
     311    eq(folders, tfolders) 
     312AssertionError: [] != ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide'] 
     313 
     314test_mimetools 
     315test_mimetypes 
     316test_minidom 
     317test_mmap 
     318test_module 
     319test_multibytecodec 
     320test_multibytecodec_support 
     321test_multifile 
     322test_mutants 
     323test_netrc 
     324test_new 
     325test_nis 
     326test_nis skipped -- No module named nis 
     327test_normalization 
     328test_normalization skipped -- Use of the `urlfetch' resource not enabled 
     329test_ntpath 
     330test_old_mailbox 
     331test test_old_mailbox failed -- errors occurred; run in verbose mode for details 
     332test_openpty 
     333test_operator 
     334test_optparse 
     335test_os 
     336test_ossaudiodev 
     337test_ossaudiodev skipped -- Use of the `audio' resource not enabled 
     338test_parser 
     339test_peepholer 
     340test_pep247 
     341test_pep263 
     342test_pep277 
     343test_pep277 skipped -- test works only on NT+ 
     344test_pep292 
     345test_pep352 
     346test_pickle 
     347test_pickletools 
     348test_pkg 
     349test_pkgimport 
     350test_platform 
     351test_plistlib 
     352test_plistlib skipped -- No module named plistlib 
     353test_poll 
     354test test_poll crashed -- <class 'select.error'>: (-2147483643, 'Invalid Argument') 
     355test_popen 
     356test_popen2 
     357test_posix 
     358test test_posix failed -- errors occurred in test.test_posix.PosixTester 
     359test_posixpath 
     360test_pow 
     361test_pprint 
     362test_profile 
     363test_profilehooks 
     364test_pty 
     365test_pty skipped -- Pseudo-terminals (seemingly) not functional. 
     366test_pwd 
     367test_pyclbr 
     368test_pyexpat 
     369test_queue 
     370test_quopri 
     371test_random 
     372test test_random failed -- Traceback (most recent call last): 
     373  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_random.py", line 332, in test_referenceImplementation 
     374    self.assertAlmostEqual(a,e,places=14) 
     375AssertionError: 0.081823493762449573 != -inf within 14 places 
     376 
     377test_re 
     378test_repr 
     379test_resource 
     380test test_mailbox failed -- errors occurred; run in verbose mode for details 
     381test_marshal 
     382test test_marshal failed -- Traceback (most recent call last): 
     383  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_marshal.py", line 95, in test_floats 
     384    self.assertEqual(f, got) 
     385AssertionError: -7.9456894939000011e-241 != inf 
     386 
     387test_math 
     388test_md5 
     389test_mhlib 
     390test test_mhlib failed -- Traceback (most recent call last): 
     391  File "/boot/home/Python-2.5.4-haiku-test/Lib/test/test_mhlib.py", line 185, in test_listfolders 
     392    eq(folders, tfolders) 
     393AssertionError: [] != ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide'] 
     394 
     395test_mimetools 
     396test_mimetypes 
     397test_minidom 
     398test_mmap 
     399test_module 
     400test_multibytecodec 
     401Traceback (most recent call last): 
     402  File "./Lib/test/regrtest.py", line 1384, in <module> 
     403    main() 
     404  File "./Lib/test/regrtest.py", line 368, in main 
     405    huntrleaks) 
     406KeyboardInterrupt 
     407make: [test] Error 1 (ignored) 
     408 
     409~/Python-2.5.4-haiku-test>  
     410}}} 
     411 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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