[issue37595] Python 3.7.4 does not build on Raspbian Buster with optimizations

2022-01-13 Thread Christian Heimes
Christian Heimes added the comment: ./configure --enable-optimizations && make is passing for 3.9 branch on Raspbian Buster with latest updates. I tested it on one of my Raspberry Pi 3 Model B Rev 1.2 in the morning. Python 3.7 and 3.8 are in security fix-only mode and therefore no longer in

[issue37595] Python 3.7.4 does not build on Raspbian Buster with optimizations

2022-01-12 Thread Irit Katriel
Irit Katriel added the comment: Closed issue38204 as a duplicate of this. I don't know whether the problem still exists in current python versions. -- nosy: +iritkatriel title: Python 3.7.4 does not build on Raspbian Buster -> Python 3.7.4 does not build on Raspbian Buster with optim

[issue37595] Python 3.7.4 does not build on Raspbian Buster

2019-08-01 Thread Kal Sze
Kal Sze added the comment: Yes, removing --enable-optimizations and keeping all other configure options allows me to build. However, I think most people *do* want optimizations, especially because the Raspberry Pi itself already isn't very fast. -- _

[issue37595] Python 3.7.4 does not build on Raspbian Buster

2019-07-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: Presumably dropping --enable-optimizations will fix this problem. -- nosy: +benjamin.peterson ___ Python tracker ___ _

[issue37595] Python 3.7.4 does not build on Raspbian Buster

2019-07-31 Thread Kal Sze
Kal Sze added the comment: Sorry, I meant most up-to-date version of binutils in Raspbian *Buster* in my previous message. -- ___ Python tracker ___ _

[issue37595] Python 3.7.4 does not build on Raspbian Buster

2019-07-31 Thread Kal Sze
Kal Sze added the comment: I looked at my build log again. The very first line that jumps out as abnormal is this: /usr/bin/ld: /usr/bin/ld: DWARF error: invalid abstract instance DIE ref A quick DuckDuckGoing suggests that this *may* be related to a broken version of binutils: https:/

[issue37595] Python 3.7.4 does not build on Raspbian Buster

2019-07-24 Thread Thomas Knox
Thomas Knox added the comment: Any update on this? This is biting me too. I've tested on a Raspberry Pi 3B+, a 4B and a Zero W all running buster. All of them exhibit this same behavior. Also, this same error is preventing Python 2.7.16 from compiling on the same hardware. -- nosy:

[issue37595] Python 3.7.4 does not build on Raspbian Buster

2019-07-14 Thread Kal Sze
New submission from Kal Sze : Like the title says. Tried building with these `configure` options: --enable-optimizations \ --with-lto \ --enable-shared \ --enable-loadable-sqlite-extensions \ --enable-ipv6 \ --with-system-expat \ --with-system-ffi \ --with-syste