| 1 | | |
| | 1 | [Patch coming soon][[BR]] |
| | 2 | * Installed zlib, bzip2, ncurses, readline and openssl |
| | 3 | * cp /boot/common/share/libtool/config/config.guess Modules/_ctypes/libffi |
| | 4 | * cp /boot/common/share/libtool/config/config.sub Modules/_ctypes/libffi |
| | 5 | * libtoolize --force --copy |
| | 6 | * aclocal |
| | 7 | * autoconf |
| | 8 | * automake |
| | 9 | * ./configure --prefix=/boot/common |
| | 10 | * make |
| | 11 | * if make erros out on h2py.py, remove /usr from line 1 and rerun make |
| | 12 | * make install fails: |
| | 13 | |
| | 14 | {{{ |
| | 15 | Compiling /boot/common/lib/python2.7/test/test_modulefinder.py ... |
| | 16 | Compiling /boot/common/lib/python2.7/test/test_multibytecodec.py ... |
| | 17 | SyntaxError: ("(unicode error) \\N escapes not supported (can't load unicodedata module)", ('/boot/common/lib/python2.7/test/test_multibytecodec.py', 225, None, "self.failIf('\\x0e' in u'\\N{SOFT HYPHEN}'.encode('iso-2022-jp-2'))\n")) |
| | 18 | |
| | 19 | Compiling /boot/common/lib/python2.7/test/test_multibytecodec_support.py ... |
| | 20 | Compiling /boot/common/lib/python2.7/test/test_multifile.py ... |
| | 21 | Compiling /boot/common/lib/python2.7/test/test_multiprocessing.py ... |
| | 22 | Compiling /boot/common/lib/python2.7/test/test_mutants.py ... |
| | 23 | Compiling /boot/common/lib/python2.7/test/test_mutex.py ... |
| | 24 | Compiling /boot/common/lib/python2.7/test/test_netrc.py ... |
| | 25 | Compiling /boot/common/lib/python2.7/test/test_new.py ... |
| | 26 | Compiling /boot/common/lib/python2.7/test/test_nis.py ... |
| | 27 | Compiling /boot/common/lib/python2.7/test/test_normalization.py ... |
| | 28 | Compiling /boot/common/lib/python2.7/test/test_ntpath.py ... |
| | 29 | Compiling /boot/common/lib/python2.7/test/test_old_mailbox.py ... |
| | 30 | Compiling /boot/common/lib/python2.7/test/test_opcodes.py ... |
| | 31 | Compiling /boot/common/lib/python2.7/test/test_openpty.py ... |
| | 32 | Compiling /boot/common/lib/python2.7/test/test_operator.py ... |
| | 33 | Compiling /boot/common/lib/python2.7/test/test_optparse.py ... |
| | 34 | Compiling /boot/common/lib/python2.7/test/test_os.py ... |
| | 35 | Compiling /boot/common/lib/python2.7/test/test_ossaudiodev.py ... |
| | 36 | Compiling /boot/common/lib/python2.7/test/test_parser.py ... |
| | 37 | Compiling /boot/common/lib/python2.7/test/test_peepholer.py ... |
| | 38 | Compiling /boot/common/lib/python2.7/test/test_pep247.py ... |
| | 39 | Compiling /boot/common/lib/python2.7/test/test_pep263.py ... |
| | 40 | Compiling /boot/common/lib/python2.7/test/test_pep277.py ... |
| | 41 | Compiling /boot/common/lib/python2.7/test/test_pep292.py ... |
| | 42 | Compiling /boot/common/lib/python2.7/test/test_pep352.py ... |
| | 43 | Compiling /boot/common/lib/python2.7/test/test_pickle.py ... |
| | 44 | Compiling /boot/common/lib/python2.7/test/test_pickletools.py ... |
| | 45 | Compiling /boot/common/lib/python2.7/test/test_pipes.py ... |
| | 46 | Compiling /boot/common/lib/python2.7/test/test_pkg.py ... |
| | 47 | Compiling /boot/common/lib/python2.7/test/test_pkgimport.py ... |
| | 48 | Compiling /boot/common/lib/python2.7/test/test_pkgutil.py ... |
| | 49 | Compiling /boot/common/lib/python2.7/test/test_platform.py ... |
| | 50 | Compiling /boot/common/lib/python2.7/test/test_plistlib.py ... |
| | 51 | Compiling /boot/common/lib/python2.7/test/test_poll.py ... |
| | 52 | Compiling /boot/common/lib/python2.7/test/test_popen.py ... |
| | 53 | Compiling /boot/common/lib/python2.7/test/test_popen2.py ... |
| | 54 | Compiling /boot/common/lib/python2.7/test/test_poplib.py ... |
| | 55 | Compiling /boot/common/lib/python2.7/test/test_posix.py ... |
| | 56 | Compiling /boot/common/lib/python2.7/test/test_posixpath.py ... |
| | 57 | Compiling /boot/common/lib/python2.7/test/test_pow.py ... |
| | 58 | Compiling /boot/common/lib/python2.7/test/test_pprint.py ... |
| | 59 | Compiling /boot/common/lib/python2.7/test/test_print.py ... |
| | 60 | Compiling /boot/common/lib/python2.7/test/test_profile.py ... |
| | 61 | Compiling /boot/common/lib/python2.7/test/test_profilehooks.py ... |
| | 62 | Compiling /boot/common/lib/python2.7/test/test_property.py ... |
| | 63 | Compiling /boot/common/lib/python2.7/test/test_pstats.py ... |
| | 64 | Compiling /boot/common/lib/python2.7/test/test_pty.py ... |
| | 65 | Compiling /boot/common/lib/python2.7/test/test_pwd.py ... |
| | 66 | Compiling /boot/common/lib/python2.7/test/test_py3kwarn.py ... |
| | 67 | Compiling /boot/common/lib/python2.7/test/test_pyclbr.py ... |
| | 68 | Compiling /boot/common/lib/python2.7/test/test_pydoc.py ... |
| | 69 | Compiling /boot/common/lib/python2.7/test/test_pyexpat.py ... |
| | 70 | Compiling /boot/common/lib/python2.7/test/test_queue.py ... |
| | 71 | Compiling /boot/common/lib/python2.7/test/test_quopri.py ... |
| | 72 | Compiling /boot/common/lib/python2.7/test/test_random.py ... |
| | 73 | Compiling /boot/common/lib/python2.7/test/test_re.py ... |
| | 74 | Compiling /boot/common/lib/python2.7/test/test_repr.py ... |
| | 75 | Compiling /boot/common/lib/python2.7/test/test_resource.py ... |
| | 76 | Compiling /boot/common/lib/python2.7/test/test_rfc822.py ... |
| | 77 | Compiling /boot/common/lib/python2.7/test/test_richcmp.py ... |
| | 78 | Compiling /boot/common/lib/python2.7/test/test_robotparser.py ... |
| | 79 | Compiling /boot/common/lib/python2.7/test/test_runpy.py ... |
| | 80 | Compiling /boot/common/lib/python2.7/test/test_sax.py ... |
| | 81 | Compiling /boot/common/lib/python2.7/test/test_scope.py ... |
| | 82 | Compiling /boot/common/lib/python2.7/test/test_scriptpackages.py ... |
| | 83 | Compiling /boot/common/lib/python2.7/test/test_select.py ... |
| | 84 | Compiling /boot/common/lib/python2.7/test/test_set.py ... |
| | 85 | Compiling /boot/common/lib/python2.7/test/test_sets.py ... |
| | 86 | Compiling /boot/common/lib/python2.7/test/test_sgmllib.py ... |
| | 87 | Compiling /boot/common/lib/python2.7/test/test_sha.py ... |
| | 88 | Compiling /boot/common/lib/python2.7/test/test_shelve.py ... |
| | 89 | Compiling /boot/common/lib/python2.7/test/test_shlex.py ... |
| | 90 | Compiling /boot/common/lib/python2.7/test/test_shutil.py ... |
| | 91 | Compiling /boot/common/lib/python2.7/test/test_signal.py ... |
| | 92 | Compiling /boot/common/lib/python2.7/test/test_site.py ... |
| | 93 | Compiling /boot/common/lib/python2.7/test/test_slice.py ... |
| | 94 | Compiling /boot/common/lib/python2.7/test/test_smtplib.py ... |
| | 95 | Compiling /boot/common/lib/python2.7/test/test_socket.py ... |
| | 96 | Compiling /boot/common/lib/python2.7/test/test_socketserver.py ... |
| | 97 | Compiling /boot/common/lib/python2.7/test/test_softspace.py ... |
| | 98 | Compiling /boot/common/lib/python2.7/test/test_sort.py ... |
| | 99 | Compiling /boot/common/lib/python2.7/test/test_sqlite.py ... |
| | 100 | Compiling /boot/common/lib/python2.7/test/test_ssl.py ... |
| | 101 | Compiling /boot/common/lib/python2.7/test/test_startfile.py ... |
| | 102 | Compiling /boot/common/lib/python2.7/test/test_str.py ... |
| | 103 | Compiling /boot/common/lib/python2.7/test/test_strftime.py ... |
| | 104 | Compiling /boot/common/lib/python2.7/test/test_string.py ... |
| | 105 | Compiling /boot/common/lib/python2.7/test/test_stringprep.py ... |
| | 106 | Compiling /boot/common/lib/python2.7/test/test_strop.py ... |
| | 107 | Compiling /boot/common/lib/python2.7/test/test_strptime.py ... |
| | 108 | Compiling /boot/common/lib/python2.7/test/test_struct.py ... |
| | 109 | Compiling /boot/common/lib/python2.7/test/test_structmembers.py ... |
| | 110 | Compiling /boot/common/lib/python2.7/test/test_structseq.py ... |
| | 111 | Compiling /boot/common/lib/python2.7/test/test_subprocess.py ... |
| | 112 | Compiling /boot/common/lib/python2.7/test/test_sunaudiodev.py ... |
| | 113 | Compiling /boot/common/lib/python2.7/test/test_sundry.py ... |
| | 114 | Compiling /boot/common/lib/python2.7/test/test_support.py ... |
| | 115 | Compiling /boot/common/lib/python2.7/test/test_symtable.py ... |
| | 116 | Compiling /boot/common/lib/python2.7/test/test_syntax.py ... |
| | 117 | Compiling /boot/common/lib/python2.7/test/test_sys.py ... |
| | 118 | Compiling /boot/common/lib/python2.7/test/test_tarfile.py ... |
| | 119 | Compiling /boot/common/lib/python2.7/test/test_tcl.py ... |
| | 120 | Compiling /boot/common/lib/python2.7/test/test_telnetlib.py ... |
| | 121 | Compiling /boot/common/lib/python2.7/test/test_tempfile.py ... |
| | 122 | Compiling /boot/common/lib/python2.7/test/test_textwrap.py ... |
| | 123 | Compiling /boot/common/lib/python2.7/test/test_thread.py ... |
| | 124 | Compiling /boot/common/lib/python2.7/test/test_threaded_import.py ... |
| | 125 | Compiling /boot/common/lib/python2.7/test/test_threadedtempfile.py ... |
| | 126 | Compiling /boot/common/lib/python2.7/test/test_threading.py ... |
| | 127 | Compiling /boot/common/lib/python2.7/test/test_threading_local.py ... |
| | 128 | Compiling /boot/common/lib/python2.7/test/test_threadsignals.py ... |
| | 129 | Compiling /boot/common/lib/python2.7/test/test_time.py ... |
| | 130 | Compiling /boot/common/lib/python2.7/test/test_timeout.py ... |
| | 131 | Compiling /boot/common/lib/python2.7/test/test_tokenize.py ... |
| | 132 | Compiling /boot/common/lib/python2.7/test/test_trace.py ... |
| | 133 | Compiling /boot/common/lib/python2.7/test/test_traceback.py ... |
| | 134 | Compiling /boot/common/lib/python2.7/test/test_transformer.py ... |
| | 135 | Compiling /boot/common/lib/python2.7/test/test_tuple.py ... |
| | 136 | Compiling /boot/common/lib/python2.7/test/test_typechecks.py ... |
| | 137 | Compiling /boot/common/lib/python2.7/test/test_types.py ... |
| | 138 | Compiling /boot/common/lib/python2.7/test/test_ucn.py ... |
| | 139 | Compiling /boot/common/lib/python2.7/test/test_unary.py ... |
| | 140 | Compiling /boot/common/lib/python2.7/test/test_undocumented_details.py ... |
| | 141 | Compiling /boot/common/lib/python2.7/test/test_unicode.py ... |
| | 142 | Compiling /boot/common/lib/python2.7/test/test_unicode_file.py ... |
| | 143 | Compiling /boot/common/lib/python2.7/test/test_unicodedata.py ... |
| | 144 | Compiling /boot/common/lib/python2.7/test/test_unittest.py ... |
| | 145 | Compiling /boot/common/lib/python2.7/test/test_univnewlines.py ... |
| | 146 | Compiling /boot/common/lib/python2.7/test/test_unpack.py ... |
| | 147 | Compiling /boot/common/lib/python2.7/test/test_urllib.py ... |
| | 148 | Compiling /boot/common/lib/python2.7/test/test_urllib2.py ... |
| | 149 | Compiling /boot/common/lib/python2.7/test/test_urllib2_localnet.py ... |
| | 150 | Compiling /boot/common/lib/python2.7/test/test_urllib2net.py ... |
| | 151 | Compiling /boot/common/lib/python2.7/test/test_urllibnet.py ... |
| | 152 | Compiling /boot/common/lib/python2.7/test/test_urlparse.py ... |
| | 153 | Compiling /boot/common/lib/python2.7/test/test_userdict.py ... |
| | 154 | Compiling /boot/common/lib/python2.7/test/test_userlist.py ... |
| | 155 | Compiling /boot/common/lib/python2.7/test/test_userstring.py ... |
| | 156 | Compiling /boot/common/lib/python2.7/test/test_uu.py ... |
| | 157 | Compiling /boot/common/lib/python2.7/test/test_uuid.py ... |
| | 158 | Compiling /boot/common/lib/python2.7/test/test_wait3.py ... |
| | 159 | Compiling /boot/common/lib/python2.7/test/test_wait4.py ... |
| | 160 | Compiling /boot/common/lib/python2.7/test/test_warnings.py ... |
| | 161 | Compiling /boot/common/lib/python2.7/test/test_wave.py ... |
| | 162 | Compiling /boot/common/lib/python2.7/test/test_weakref.py ... |
| | 163 | Compiling /boot/common/lib/python2.7/test/test_whichdb.py ... |
| | 164 | Compiling /boot/common/lib/python2.7/test/test_winreg.py ... |
| | 165 | Compiling /boot/common/lib/python2.7/test/test_winsound.py ... |
| | 166 | Compiling /boot/common/lib/python2.7/test/test_with.py ... |
| | 167 | Compiling /boot/common/lib/python2.7/test/test_wsgiref.py ... |
| | 168 | Compiling /boot/common/lib/python2.7/test/test_xdrlib.py ... |
| | 169 | Compiling /boot/common/lib/python2.7/test/test_xml_etree.py ... |
| | 170 | Compiling /boot/common/lib/python2.7/test/test_xml_etree_c.py ... |
| | 171 | Compiling /boot/common/lib/python2.7/test/test_xmllib.py ... |
| | 172 | Compiling /boot/common/lib/python2.7/test/test_xmlrpc.py ... |
| | 173 | Compiling /boot/common/lib/python2.7/test/test_xpickle.py ... |
| | 174 | Compiling /boot/common/lib/python2.7/test/test_xrange.py ... |
| | 175 | Compiling /boot/common/lib/python2.7/test/test_zipfile.py ... |
| | 176 | Compiling /boot/common/lib/python2.7/test/test_zipfile64.py ... |
| | 177 | Compiling /boot/common/lib/python2.7/test/test_zipimport.py ... |
| | 178 | Compiling /boot/common/lib/python2.7/test/test_zipimport_support.py ... |
| | 179 | Compiling /boot/common/lib/python2.7/test/test_zlib.py ... |
| | 180 | Compiling /boot/common/lib/python2.7/test/testall.py ... |
| | 181 | Compiling /boot/common/lib/python2.7/test/testcodec.py ... |
| | 182 | Compiling /boot/common/lib/python2.7/test/tf_inherit_check.py ... |
| | 183 | Compiling /boot/common/lib/python2.7/test/threaded_import_hangers.py ... |
| | 184 | Compiling /boot/common/lib/python2.7/test/time_hashlib.py ... |
| | 185 | Compiling /boot/common/lib/python2.7/test/warning_tests.py ... |
| | 186 | Compiling /boot/common/lib/python2.7/test/xmltests.py ... |
| | 187 | Compiling /boot/common/lib/python2.7/textwrap.py ... |
| | 188 | Compiling /boot/common/lib/python2.7/this.py ... |
| | 189 | Compiling /boot/common/lib/python2.7/threading.py ... |
| | 190 | Compiling /boot/common/lib/python2.7/timeit.py ... |
| | 191 | Compiling /boot/common/lib/python2.7/toaiff.py ... |
| | 192 | Compiling /boot/common/lib/python2.7/token.py ... |
| | 193 | Compiling /boot/common/lib/python2.7/tokenize.py ... |
| | 194 | Compiling /boot/common/lib/python2.7/trace.py ... |
| | 195 | Compiling /boot/common/lib/python2.7/traceback.py ... |
| | 196 | Compiling /boot/common/lib/python2.7/tty.py ... |
| | 197 | Compiling /boot/common/lib/python2.7/types.py ... |
| | 198 | Compiling /boot/common/lib/python2.7/unittest.py ... |
| | 199 | Compiling /boot/common/lib/python2.7/urllib.py ... |
| | 200 | Compiling /boot/common/lib/python2.7/urllib2.py ... |
| | 201 | Compiling /boot/common/lib/python2.7/urlparse.py ... |
| | 202 | Compiling /boot/common/lib/python2.7/user.py ... |
| | 203 | Compiling /boot/common/lib/python2.7/uu.py ... |
| | 204 | Compiling /boot/common/lib/python2.7/uuid.py ... |
| | 205 | Compiling /boot/common/lib/python2.7/warnings.py ... |
| | 206 | Compiling /boot/common/lib/python2.7/wave.py ... |
| | 207 | Compiling /boot/common/lib/python2.7/weakref.py ... |
| | 208 | Compiling /boot/common/lib/python2.7/webbrowser.py ... |
| | 209 | Compiling /boot/common/lib/python2.7/whichdb.py ... |
| | 210 | Listing /boot/common/lib/python2.7/wsgiref ... |
| | 211 | Compiling /boot/common/lib/python2.7/wsgiref/__init__.py ... |
| | 212 | Compiling /boot/common/lib/python2.7/wsgiref/handlers.py ... |
| | 213 | Compiling /boot/common/lib/python2.7/wsgiref/headers.py ... |
| | 214 | Compiling /boot/common/lib/python2.7/wsgiref/simple_server.py ... |
| | 215 | Compiling /boot/common/lib/python2.7/wsgiref/util.py ... |
| | 216 | Compiling /boot/common/lib/python2.7/wsgiref/validate.py ... |
| | 217 | Compiling /boot/common/lib/python2.7/xdrlib.py ... |
| | 218 | Listing /boot/common/lib/python2.7/xml ... |
| | 219 | Compiling /boot/common/lib/python2.7/xml/__init__.py ... |
| | 220 | Listing /boot/common/lib/python2.7/xml/dom ... |
| | 221 | Compiling /boot/common/lib/python2.7/xml/dom/NodeFilter.py ... |
| | 222 | Compiling /boot/common/lib/python2.7/xml/dom/__init__.py ... |
| | 223 | Compiling /boot/common/lib/python2.7/xml/dom/domreg.py ... |
| | 224 | Compiling /boot/common/lib/python2.7/xml/dom/expatbuilder.py ... |
| | 225 | Compiling /boot/common/lib/python2.7/xml/dom/minicompat.py ... |
| | 226 | Compiling /boot/common/lib/python2.7/xml/dom/minidom.py ... |
| | 227 | Compiling /boot/common/lib/python2.7/xml/dom/pulldom.py ... |
| | 228 | Compiling /boot/common/lib/python2.7/xml/dom/xmlbuilder.py ... |
| | 229 | Listing /boot/common/lib/python2.7/xml/etree ... |
| | 230 | Compiling /boot/common/lib/python2.7/xml/etree/ElementInclude.py ... |
| | 231 | Compiling /boot/common/lib/python2.7/xml/etree/ElementPath.py ... |
| | 232 | Compiling /boot/common/lib/python2.7/xml/etree/ElementTree.py ... |
| | 233 | Compiling /boot/common/lib/python2.7/xml/etree/__init__.py ... |
| | 234 | Compiling /boot/common/lib/python2.7/xml/etree/cElementTree.py ... |
| | 235 | Listing /boot/common/lib/python2.7/xml/parsers ... |
| | 236 | Compiling /boot/common/lib/python2.7/xml/parsers/__init__.py ... |
| | 237 | Compiling /boot/common/lib/python2.7/xml/parsers/expat.py ... |
| | 238 | Listing /boot/common/lib/python2.7/xml/sax ... |
| | 239 | Compiling /boot/common/lib/python2.7/xml/sax/__init__.py ... |
| | 240 | Compiling /boot/common/lib/python2.7/xml/sax/_exceptions.py ... |
| | 241 | Compiling /boot/common/lib/python2.7/xml/sax/expatreader.py ... |
| | 242 | Compiling /boot/common/lib/python2.7/xml/sax/handler.py ... |
| | 243 | Compiling /boot/common/lib/python2.7/xml/sax/saxutils.py ... |
| | 244 | Compiling /boot/common/lib/python2.7/xml/sax/xmlreader.py ... |
| | 245 | Compiling /boot/common/lib/python2.7/xmllib.py ... |
| | 246 | Compiling /boot/common/lib/python2.7/xmlrpclib.py ... |
| | 247 | Compiling /boot/common/lib/python2.7/zipfile.py ... |
| | 248 | make: *** [libinstall] Error 1 |
| | 249 | ~/develop/Python-2.6.1> lpe Makefild |
| | 250 | ~/develop/Python-2.6.1> lpe Makefile |
| | 251 | }}} |
| | 252 | |