| Summary: | games-util/nml-0.4.1 :PIL/_imaging.cpython-33.so: undefined symbol: pthread_join | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | games, pacho |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
package history
pillow emerge log |
||
|
Description
Toralf Förster
2015-07-18 09:39:51 UTC
Just typing 'from PIL import imaging' in python gives the same error, doesn't it? Then this is more likely a bug in dev-python/pillow (not passing -pthread to gcc when linking _imaging.cpython-33.so). Could you post a build log of pillow? Created attachment 407078 [details]
pillow emerge log
(In reply to Felix Janda from comment #1) > Just typing 'from PIL import imaging' in python gives the same error, > doesn't it? > > Then this is more likely a bug in dev-python/pillow (not passing -pthread > to gcc when linking _imaging.cpython-33.so). Could you post a build log > of pillow? looks like this is the case so I'm re-assigning to the python team. >>> from PIL import _imaging as core
>>>
That looks to work ok now
and game also compiles now |