Package: src:taskflow
Version: 3.9.0+ds-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:taskflow, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules execute_before_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf mcss/documentation/__pycache__ mcss/plugins/__pycache__
rm -rf doxygen/__pycache__
rm -rf buildtest
rm -rf docs
rm -rf tfprof/css/bootstrap tfprof/js/bootstrap tfprof/js/jquery tfprof/js/d3
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -a -- -D TF_BUILD_EXAMPLES=OFF \
    -D TF_BUILD_TESTS=OFF -D TF_BUILD_PROFILER=ON
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -D 
TF_BUILD_EXAMPLES=OFF -D TF_BUILD_TESTS=OFF -D TF_BUILD_PROFILER=ON ..
-- CMAKE_ROOT: /usr/share/cmake-3.31
-- The CXX compiler identification is GNU 15.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- PROJECT_NAME: Taskflow
-- CMAKE_HOST_SYSTEM: Linux-6.12.57+deb13-cloud-amd64
-- CMAKE_BUILD_TYPE: None
-- CMAKE_SYSTEM: Linux-6.12.57+deb13-cloud-amd64
-- CMAKE_SYSTEM_PROCESSOR: x86_64
-- CMAKE_CXX_COMPILER: /usr/bin/c++
-- CMAKE_CXX_COMPILER_ID: GNU
-- CMAKE_CXX_COMPILER_VERSION: 15.2.0
-- CMAKE_CXX_FLAGS: -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-Wdate-time -D_FORTIFY_SOURCE=2
-- CMAKE_CXX_STANDARD: 
-- CMAKE_CUDA_COMPILER: 
-- CMAKE_CUDA_COMPILER_ID: 
-- CMAKE_CUDA_COMPILER_VERSION: 
-- CMAKE_CUDA_FLAGS: 
-- CMAKE_CUDA_STANDARD: 
-- CMAKE_MODULE_PATH: 
-- CMAKE_CURRENT_SOURCE_DIR: /<<PKGBUILDDIR>>
-- CMAKE_CURRENT_BINARY_DIR: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-- CMAKE_CURRENT_LIST_DIR: /<<PKGBUILDDIR>>
-- CMAKE_EXE_LINKER_FLAGS: -Wl,-z,relro -Wl,-z,now
-- CMAKE_INSTALL_PREFIX: /usr
-- CMAKE_INSTALL_FULL_INCLUDEDIR: /usr/include
-- CMAKE_INSTALL_FULL_LIBDIR: /usr/lib/x86_64-linux-gnu
-- CMAKE_MODULE_PATH: 
-- CMAKE_PREFIX_PATH: 
-- TF_BUILD_BENCHMARKS: OFF
-- TF_BUILD_PROFILER: ON
-- TF_BUILD_CUDA: OFF
-- TF_BUILD_SYCL: OFF
-- TF_BUILD_SYCL_BITCODE: 
-- TF_BUILD_TESTS: OFF
-- TF_BUILD_EXAMPLES: OFF
-- TF_UTEST_DIR: /<<PKGBUILDDIR>>/unittests
-- TF_EXAMPLE_DIR: /<<PKGBUILDDIR>>/examples
-- TF_BENCHMARK_DIR: /<<PKGBUILDDIR>>/benchmarks
-- TF_3RD_PARTY_DIR: /<<PKGBUILDDIR>>/3rd-party
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (0.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
: # Dummy to force the target to always be run
# a continuation of override_dh_auto_build-indep: build documentation
cd mcss/documentation && ./doxygen.py ../../doxygen/conf.py
/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py:2364: DeprecationWarning: 
Testing an element's truth value will always return True in future versions.  
Use specific 'len(elem)' or 'elem is not None' test instead.
  compound.has_details = compound.kind == 'group' or compound.brief or 
compounddef.find('detaileddescription') or (compound.kind == 'page' and not 
is_a_stupid_empty_markdown_page(compounddef))
/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py:2627: DeprecationWarning: 
Testing an element's truth value will always return True in future versions.  
Use specific 'len(elem)' or 'elem is not None' test instead.
  if not compounddef.find('briefdescription') and not 
compounddef.find('detaileddescription') and not compounddef.attrib['kind'] == 
'group' and (not compounddef.attrib['kind'] == 'page' or 
is_a_stupid_empty_markdown_page(compounddef)):
/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py:3356: DeprecationWarning: 
Testing an element's truth value will always return True in future versions.  
Use specific 'len(elem)' or 'elem is not None' test instead.
  if not state.config['SEARCH_DISABLED'] and not compound.kind == 'example' and 
(compound.kind == 'group' or compound.brief or 
compounddef.find('detaileddescription')):
Warning: libgs not found
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?
Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts 
need installing?

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 4015, in 
<module>
    run(state, templates=os.path.abspath(args.templates), 
wildcard=args.wildcard, index_pages=args.index_pages, search_merge_subtrees=not 
args.search_no_subtree_merging, search_add_lookahead_barriers=not 
args.search_no_lookahead_barriers, search_merge_prefixes=not 
args.search_no_prefix_merging)
    
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 3872, in run
    parsed = parse_xml(state, file)
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 2653, in 
parse_xml
    compound.description, templates, compound.sections, footer_navigation, 
example_navigation, search_keywords, compound.deprecated, compound.since = 
parse_toplevel_desc(state, compounddef.find('detaileddescription'))
                                                                                
                                                                      
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 1815, in 
parse_toplevel_desc
    parsed = parse_desc_internal(state, element)
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 605, in 
parse_desc_internal
    parsed = parse_desc_internal(state, i)
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 728, in 
parse_desc_internal
    parsed = parse_desc_internal(state, i,
        immediate_parent=element if paragraph_count == 1 and not 
has_block_elements else None,
        trim=False,
        add_css_class=add_css_class)
  File "/<<PKGBUILDDIR>>/mcss/documentation/./doxygen.py", line 1126, in 
parse_desc_internal
    ' ' + add_css_class if add_css_class else '', dot2svg.dot2svg(source, size))
                                                  ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/mcss/documentation/../plugins/dot2svg.py", line 80, in 
dot2svg
    ret.check_returncode()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
                             self.stderr)
subprocess.CalledProcessError: Command '['dot', '-Tsvg', 
'-Gfontname=Helvetica', '-Nfontname=Helvetica', '-Efontname=Helvetica', 
'-Gfontsize=10', '-Nfontsize=10', '-Efontsize=10', '-Gbgcolor=transparent']' 
returned non-zero exit status 1.
make[1]: *** [debian/rules:39: override_dh_auto_build-indep] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to