Summary: | sys-apps/fwupd-1.4.2 with dev-python/pillow-7.1.2: Error: missing dependency python pillow (python3-pil) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernd <waebbl-gentoo> |
Component: | Current packages | Assignee: | Marek Szuba (RETIRED) <marecki> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | jstein, slashbeast |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
fwupd-1.4.2:20200523-054828.log
meson-log.txt emerge-info-fwupd-1.4.2.txt |
Description
Bernd
2020-05-23 06:09:43 UTC
Created attachment 640954 [details]
fwupd-1.4.2:20200523-054828.log
build log
Created attachment 640956 [details]
meson-log.txt
meson log
Created attachment 640958 [details]
emerge-info-fwupd-1.4.2.txt
output of emerge --info fwupd
I tested this import statement in python and got this:
Python 3.7.7 (default, Jun 5 2020, 02:22:16)
[GCC 10.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from PIL import Image
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.7/site-packages/PIL/Image.py", line 93, in <module>
from . import _imaging as core
ImportError: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgomp.so.1: undefined symbol: _gfortran_runtime_error_at
I'm having this error with another package and was thinking it's due to some fortran library incompatibilities between gcc-10 and earlier gcc (8 or 9), although even gcc-8 provides a libgfortran.so.5 as does gcc-10. After re-emerging some packages which use fortran didn't solve this, I did an emerge -e @world during the last days.
This package was one of the failed packages, so I did the test within python. Don't know yet, what's causing that gfortran error...
I don't get the import error anymore with pillow-9.2.0 and fwupd-1.4.2 isn't in the tree anymore. This bug is probably obsolete. Okay then, closing. |