New submission from Kal Sze <[email protected]>:
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-system-libmpdec \
--with-doc-strings \
--with-pymalloc \
--with-c-locale-coercion \
--with-ensurepip=upgrade
And `CFLAGS="-O3 -march=native"`
But got this error message:
```
/usr/bin/ld: ./libpython3.7m.so: undefined reference to
`__gcov_pow2_profiler_atomic'
/usr/bin/ld: ./libpython3.7m.so: undefined reference to
`__gcov_average_profiler_atomic'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:733: Programs/_testembed] Error 1
make[3]: Leaving directory '/tmp/python-build.20190712163526.2762/Python-3.7.4'
make[2]: *** [Makefile:521: build_all_generate_profile] Error 2
make[2]: Leaving directory '/tmp/python-build.20190712163526.2762/Python-3.7.4'
make[1]: *** [Makefile:497: profile-gen-stamp] Error 2
make[1]: Leaving directory '/tmp/python-build.20190712163526.2762/Python-3.7.4'
make: *** [Makefile:509: profile-run-stamp] Error 2
```
----------
components: Build
files: python-build.20190711104717.24526.log
messages: 347948
nosy: kal.sze
priority: normal
severity: normal
status: open
title: Python 3.7.4 does not build on Raspbian Buster
type: compile error
versions: Python 3.7
Added file:
https://bugs.python.org/file48482/python-build.20190711104717.24526.log
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue37595>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com