New issue 3163: error: vmprof_common.o: multiple definition of 
'_PyThreadState_Current' (gcc 10 -fno-common)
https://bitbucket.org/pypy/pypy/issues/3163/error-vmprof_commono-multiple-definition

Miro Hrončok:

Hello, in Fedora, we have recently updated to gcc 10. It now 
[defaults](https://gcc.gnu.org/gcc-10/porting_to.html#common) to `-fno-common`.

When we attempt to build pypy3.6 7.3.0, we have the following error:

```
error: vmprof_common.o: multiple definition of '_PyThreadState_Current'
```

Full logs attached \(root.log contains information about versions of other 
packages\).

This happens only on i686 and x86\_64.  We can temporarily build pypy with 
-fcommon, so this does not really block us, I juts thought reporting here is a 
good idea.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to