Your message dated Sun, 12 Jun 2022 11:21:56 +0200
with message-id <1625cbcd49734dc11461e59c87e5f...@debian.org>
and subject line Re: bug #1011699 pygmsh: FTBFS: make: *** [debian/rules:11: 
build] Error 25
has caused the Debian Bug report #1011699,
regarding pygmsh: FTBFS: make: *** [debian/rules:11: build] Error 25
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1011699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pygmsh
Version: 7.1.17-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3,sphinxdoc --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:107: Building wheel for python3.9 with "build" 
> module
> I: pybuild base:239: python3.9 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pygmsh 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 363, in <module>
>     main()
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 345, in main
>     json_out['return_val'] = hook(**hook_input['kwargs'])
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 261, in build_wheel
>     return _build_backend().build_wheel(wheel_directory, config_settings,
>   File "/usr/lib/python3/dist-packages/flit_core/buildapi.py", line 72, in 
> build_wheel
>     info = make_wheel_in(pyproj_toml, Path(wheel_directory))
>   File "/usr/lib/python3/dist-packages/flit_core/wheel.py", line 207, in 
> make_wheel_in
>     wb = WheelBuilder.from_ini_path(ini_path, fp)
>   File "/usr/lib/python3/dist-packages/flit_core/wheel.py", line 83, in 
> from_ini_path
>     metadata = common.make_metadata(module, ini_info)
>   File "/usr/lib/python3/dist-packages/flit_core/common.py", line 396, in 
> make_metadata
>     md_dict.update(get_info_from_module(module, ini_info.dynamic_metadata))
>   File "/usr/lib/python3/dist-packages/flit_core/common.py", line 193, in 
> get_info_from_module
>     docstring, version = get_docstring_and_version_via_import(target)
>   File "/usr/lib/python3/dist-packages/flit_core/common.py", line 169, in 
> get_docstring_and_version_via_import
>     m = sl.load_module()
>   File "<frozen importlib._bootstrap_external>", line 529, in 
> _check_name_wrapper
>   File "<frozen importlib._bootstrap_external>", line 1029, in load_module
>   File "<frozen importlib._bootstrap_external>", line 854, in load_module
>   File "<frozen importlib._bootstrap>", line 274, in _load_module_shim
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "src/pygmsh/__init__.py", line 1, in <module>
>     from . import geo, occ
>   File "/<<PKGBUILDDIR>>/src/pygmsh/geo/__init__.py", line 1, in <module>
>     from .geometry import Geometry
>   File "/<<PKGBUILDDIR>>/src/pygmsh/geo/geometry.py", line 5, in <module>
>     import gmsh
>   File "/usr/lib/python3/dist-packages/gmsh.py", line 40, in <module>
>     lib = CDLL(libpath)
>   File "/usr/lib/python3.9/ctypes/__init__.py", line 374, in __init__
>     self._handle = _dlopen(self._name, mode)
> OSError: /usr/lib/x86_64-linux-gnu/libfreeimage.so.3: undefined symbol: 
> _TIFFDataSize, version LIBTIFF_4.0
> * Building wheel...
> 
> ERROR Backend subproccess exited when trying to invoke build_wheel
> E: pybuild pybuild:369: build: plugin pyproject failed with: exit code=1: 
> python3.9 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pygmsh 
> I: pybuild plugin_pyproject:107: Building wheel for python3.10 with "build" 
> module
> I: pybuild base:239: python3.10 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pygmsh 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 363, in <module>
>     main()
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 345, in main
>     json_out['return_val'] = hook(**hook_input['kwargs'])
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 261, in build_wheel
>     return _build_backend().build_wheel(wheel_directory, config_settings,
>   File "/usr/lib/python3/dist-packages/flit_core/buildapi.py", line 72, in 
> build_wheel
>     info = make_wheel_in(pyproj_toml, Path(wheel_directory))
>   File "/usr/lib/python3/dist-packages/flit_core/wheel.py", line 207, in 
> make_wheel_in
>     wb = WheelBuilder.from_ini_path(ini_path, fp)
>   File "/usr/lib/python3/dist-packages/flit_core/wheel.py", line 83, in 
> from_ini_path
>     metadata = common.make_metadata(module, ini_info)
>   File "/usr/lib/python3/dist-packages/flit_core/common.py", line 396, in 
> make_metadata
>     md_dict.update(get_info_from_module(module, ini_info.dynamic_metadata))
>   File "/usr/lib/python3/dist-packages/flit_core/common.py", line 193, in 
> get_info_from_module
>     docstring, version = get_docstring_and_version_via_import(target)
>   File "/usr/lib/python3/dist-packages/flit_core/common.py", line 169, in 
> get_docstring_and_version_via_import
>     m = sl.load_module()
>   File "<frozen importlib._bootstrap_external>", line 548, in 
> _check_name_wrapper
>   File "<frozen importlib._bootstrap_external>", line 1063, in load_module
>   File "<frozen importlib._bootstrap_external>", line 888, in load_module
>   File "<frozen importlib._bootstrap>", line 290, in _load_module_shim
>   File "<frozen importlib._bootstrap>", line 719, in _load
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File "src/pygmsh/__init__.py", line 1, in <module>
>     from . import geo, occ
>   File "/<<PKGBUILDDIR>>/src/pygmsh/geo/__init__.py", line 1, in <module>
>     from .geometry import Geometry
>   File "/<<PKGBUILDDIR>>/src/pygmsh/geo/geometry.py", line 5, in <module>
>     import gmsh
>   File "/usr/lib/python3/dist-packages/gmsh.py", line 40, in <module>
>     lib = CDLL(libpath)
>   File "/usr/lib/python3.10/ctypes/__init__.py", line 374, in __init__
>     self._handle = _dlopen(self._name, mode)
> OSError: /usr/lib/x86_64-linux-gnu/libfreeimage.so.3: undefined symbol: 
> _TIFFDataSize, version LIBTIFF_4.0
> * Building wheel...
> 
> ERROR Backend subproccess exited when trying to invoke build_wheel
> E: pybuild pybuild:369: build: plugin pyproject failed with: exit code=1: 
> python3.10 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pygmsh 
> dh_auto_build: error: pybuild --build -i python{version} -p "3.9 3.10" 
> returned exit code 13
> make: *** [debian/rules:11: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/pygmsh_7.1.17-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
fixed by freeimage 3.18.0+ds2-7

--- End Message ---

Reply via email to