From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cmo-0001.xspmail.jp ([202.238.198.168]) by ewsd; Sat Jul 11 23:10:43 EDT 2020 Received: from cmr-0001.xspmail.jp ([202.238.198.118]) by cmo with ESMTP id uSLQj8tsPL3UquSO0jPb3g; Sun, 12 Jul 2020 12:10:40 +0900 Received: from pi3L.jitaku.localdomain ([180.147.121.119]) by cmr with ESMTPA id uSNzjUJxBC7QLuSNzjOJ4g; Sun, 12 Jul 2020 12:10:40 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hera.eonet.ne.jp; s=x01; t=1594523440; i=kokamoto@hera.eonet.ne.jp; bh=x08i3Zl708uE7M6CpusfGw/4NHOVkBBseY0AI8Yjpts=; h=To:Date:Subject:From; b=YtHglIkLuikqDVwudQtY8LRBmD/7OzQVoL+d5Jv4clieCCScCXu64SUlciilMCKnZ IjWKwH9ebiKtiqU9vC8CFWjSqyDs7uQRhPsl6h4DZ4fVKuRPtOJJ9+adQA36nP2ib/ U19b3YCz806UW1BWsjXTaNEBorXv61i0fM1Fu0Li6ghzZ8OSi/h4a09EomrTmXdfv7 b6tC9Gwnym2uj0Dnw1lBDCfQJksy5QbKILZmPAsFlHZB1ta8rB6nBS1UO2zyCpK31B k+eeEMI9brRkphgdI0AeVdyOswPUhwo4aBemEid/vhbpQ5lNQuo52NXhnWgfRKQ57d 6Q5ukkdan5G5A== Message-ID: <04DFAB5F5F48D39C544574CA52B813F2@hera.eonet.ne.jp> To: kokamoto@hera.eonet.ne.jp, 9front@9front.org Date: Sun Jul 12 09:22:24 JST 2020 Subject: Re: [9front] 5l problem on python276 compilation From: kokamoto@hera.eonet.ne.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ISO-certified virtual framework SQL over ACPI CMS lifecycle generator Ok, revised error message is as follows: mkconfig config-$objtype >config-$objtype.c pcc -TVwc -I.. -I../Include -DTarm -DPLAN9APE -DPy_BUILD_CORE -DNDEBUG config-arm.c pcc -o 5.out config-arm.5 python.5 libpython.a5 libz.a5 libbz2.a5 /arm/lib/ape/libmp.a /arm/lib/ape/libsec.a /arm/lib/ape/lib9.a @{ cd .. Plan9/5.out -E -S -m sysconfig --generate-posix-vars } 5.out 7040: warning: emulated arm7500 fpa instr 0xee500110 at 0x22ae90 5.out 7040: suicide: illegal instruction: VFP opcode in emulated mode mk: @{ cd ... : exit status=rc 7037: rc 7039: 5.out 7040: illegal instruction: VFP opcode in emulated mode, deleting '../pybuilddir.txt'../pybuilddir.txt: '../pybuilddir.txt' directory entry not found mk: @{ cd ... : exit status=rc 719: rc 721: mk 6948: error mk 714: error Acid examination is as: term% acid 7040 /proc/7040/text:arm plan 9 executable /sys/lib/acid/port /sys/lib/acid/arm acid: stk() collect(generation=0x0)+0x28 /usr/sys/src/python276/cpython/Modules/gcmodule.c:882 collect_generations()+0x74 /usr/sys/src/python276/cpython/Modules/gcmodule.c:1050 _PyObject_GC_Malloc()+0xb8 /usr/sys/src/python276/cpython/Modules/gcmodule.c:1510 PyType_GenericAlloc(nitems=0x0,type=0x25a0cc)+0x3c /usr/sys/src/python276/cpython/Objects/typeobject.c:761 descr_new(name=0x389d59,type=0x320d00)+0x8 /usr/sys/src/python276/cpython/Objects/descrobject.c:614 PyDescr_NewWrapper(base=0x303d9c,wrapped=0x196840)+0x18 /usr/sys/src/python276/cpython/Objects/descrobject.c:680 add_operators(type=0x320d00)+0x10c /usr/sys/src/python276/cpython/Objects/typeobject.c:6412 PyType_Ready(type=0x320d00)+0xd0 /usr/sys/src/python276/cpython/Objects/typeobject.c:4041 _Py_ReadyTypes()+0x180 /usr/sys/src/python276/cpython/Objects/object.c:2131 Py_InitializeEx(install_sigs=0x1)+0x18c /usr/sys/src/python276/cpython/Python/pythonrun.c:189 Py_Initialize()+0x4 /usr/sys/src/python276/cpython/Python/pythonrun.c:382 Py_Main(argv=0x3fffff74,argc=0x6)+0x368 /usr/sys/src/python276/cpython/Modules/main.c:544 main(argc=0x6,argv=0x3fffff74)+0xb8 /usr/sys/src/python276/cpython/Plan9/python.c:55 _main+0x58 /sys/src/ape/lib/ap/arm/main9.s:37 acid: >emulated arm7500 fpa instr 0xee500110 at 0x22ae90 and >illegal instruction: VFP opcode in emulated mode error messages are from the kernel of arm machine at 9/bcm/vfp3.c. What I should check for this? Kenji