Hello! I'm trying to build python2 with debugging symbols and with the `--with-pydebug` option on. The first try I did it using just `makepkg`, but the binary was malformed and when I try to run it with gdb I get this:
--8<---------------cut here---------------start------------->8--- > gdb python2 gdb: Symbol `PyBool_Type' has different size in shared object, consider re-linking gdb: Symbol `_Py_TrueStruct' has different size in shared object, consider re-linking gdb: Symbol `_Py_ZeroStruct' has different size in shared object, consider re-linking gdb: Symbol `_Py_NoneStruct' has different size in shared object, consider re-linking gdb: Symbol `_Py_NotImplementedStruct' has different size in shared object, consider re-linking gdb: Symbol `PyFloat_Type' has different size in shared object, consider re-linking Fatal Python error: Objects/abstract.c:2252 object at 0x85f5948 has negative ref count -1219907744 Abortado (`core' generado) --8<---------------cut here---------------end--------------->8--- Now I'm trying with libremakepkg, but the compilation gets stuck here: --8<---------------cut here---------------start------------->8--- | Ran 194 tests in 1.329s | | OK (skipped=25) | [114/400/1] test_dl | trying to open: /usr/lib/libc.so failed '/usr/lib/libc.so: invalid ELF header' | trying to open: /lib/libc.so.6 succeeded... worked! | [115/400/1] test_docxmlrpc | test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) | Test that selfdot values are made strong automatically in the ... --8<---------------cut here---------------end--------------->8--- What can I do? I really need this Python2 binary with debugging symbols :( -- Pax et bonum. Jorge Araya Navarro. ES: DiseƱador Publicitario, Programador Python y colaborador en Parabola GNU/Linux-libre EN: Ads Designer, Python programmer and contributor Parabola GNU/Linux-libre EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en Parabola GNU/Linux-libre https://es.gravatar.com/shackra _______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
