Your message dated Fri, 12 Dec 2025 13:04:53 +0000
with message-id <[email protected]>
and subject line Bug#1122407: fixed in enblend-enfuse 4.2-11
has caused the Debian Bug report #1122407,
regarding enblend-enfuse: FTBFS: Error: fontconfig: Didn't find expected font
family. Perhaps URW Type 1 fonts need installing?
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 [email protected]
immediately.)
--
1122407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122407
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:enblend-enfuse
Version: 4.2-10
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:enblend-enfuse, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --builddirectory=build-def
dh_auto_clean -O--builddirectory=build-def
dh_autoreconf_clean -O--builddirectory=build-def
dh_clean -O--builddirectory=build-def
debian/rules binary
dh binary --builddirectory=build-def
dh_update_autotools_config -O--builddirectory=build-def
dh_autoreconf -O--builddirectory=build-def
configure.ac:2: warning: AC_INIT: not a literal: "m4_esyscmd([tr -d '\n' <
VERSION])"
configure.ac:2: warning: AC_INIT: not a literal: "m4_esyscmd([sed -e
's,^\([^-]*\)-.*$,http://sourceforge.net/projects/enblend/files/enblend-enfuse/enblend-enfuse-\1/,'
< VERSION | tr -d '\n'])"
configure.ac:10: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:10: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:10: the top level
[... snipped ...]
ranlib libdynamic_loader.a
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src/dynamic_loader'
Making all in layer_selection
make[6]: Entering directory '/<<PKGBUILDDIR>>/build-def/src/layer_selection'
g++ -DHAVE_CONFIG_H -I. -I../../../src/layer_selection -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include
-I../../../src -I../../../src/layer_selection -I/usr/include/OpenEXR -pthread
-I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
liblayersel_a-info.o `test -f 'info.cc' || echo
'../../../src/layer_selection/'`info.cc
g++ -DHAVE_CONFIG_H -I. -I../../../src/layer_selection -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include
-I../../../src -I../../../src/layer_selection -I/usr/include/OpenEXR -pthread
-I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
liblayersel_a-layer_selection.o `test -f 'layer_selection.cc' || echo
'../../../src/layer_selection/'`layer_selection.cc
g++ -DHAVE_CONFIG_H -I. -I../../../src/layer_selection -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include
-I../../../src -I../../../src/layer_selection -I/usr/include/OpenEXR -pthread
-I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
liblayersel_a-selector.o `test -f 'selector.cc' || echo
'../../../src/layer_selection/'`selector.cc
In file included from ../../../src/layer_selection/selector.cc:30:
../../config.h:8:9: warning: âBOOST_FALLTHROUGHâ redefined
8 | #define BOOST_FALLTHROUGH ((void) 0)
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/config.hpp:39,
from /usr/include/boost/static_assert.hpp:17,
from /usr/include/boost/iterator/iterator_adaptor.hpp:10,
from /usr/include/boost/token_iterator.hpp:22,
from /usr/include/boost/tokenizer.hpp:20,
from ../../../src/layer_selection/selector.cc:27:
/usr/include/boost/config/compiler/gcc.hpp:324:11: note: this is the location
of the previous definition
324 | # define BOOST_FALLTHROUGH __attribute__((fallthrough))
| ^~~~~~~~~~~~~~~~~
../../../src/layer_selection/selector.cc: In function
âselector::SingletonIndex* selector::parse_singleton(const std::string&)â:
../../../src/layer_selection/selector.cc:490:21: warning: catching polymorphic
type âclass std::invalid_argumentâ by value [-Wcatch-value=]
490 | catch (std::invalid_argument)
| ^~~~~~~~~~~~~~~~
../../../src/layer_selection/selector.cc:494:21: warning: catching polymorphic
type âclass std::out_of_rangeâ by value [-Wcatch-value=]
494 | catch (std::out_of_range)
| ^~~~~~~~~~~~
rm -f liblayersel.a
ar cr liblayersel.a liblayersel_a-info.o liblayersel_a-layer_selection.o
liblayersel_a-selector.o
ranlib liblayersel.a
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src/layer_selection'
Making all in win32helpers
make[6]: Entering directory '/<<PKGBUILDDIR>>/build-def/src/win32helpers'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src/win32helpers'
make[6]: Entering directory '/<<PKGBUILDDIR>>/build-def/src'
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-enblend.o `test -f 'enblend.cc' || echo '../../src/'`enblend.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-opencl.o `test -f 'opencl.cc' || echo '../../src/'`opencl.cc
In file included from ../../src/alternativepercentage.h:25,
from ../../src/enblend.cc:78:
../config.h:8:9: warning: âBOOST_FALLTHROUGHâ redefined
8 | #define BOOST_FALLTHROUGH ((void) 0)
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/config.hpp:39,
from /usr/include/boost/static_assert.hpp:17,
from /usr/include/boost/iterator/iterator_adaptor.hpp:10,
from /usr/include/boost/token_iterator.hpp:22,
from /usr/include/boost/tokenizer.hpp:20,
from ../../src/enblend.cc:71:
/usr/include/boost/config/compiler/gcc.hpp:324:11: note: this is the location
of the previous definition
324 | # define BOOST_FALLTHROUGH __attribute__((fallthrough))
| ^~~~~~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-alternativepercentage.o `test -f 'alternativepercentage.cc' || echo
'../../src/'`alternativepercentage.cc
In file included from ../../src/bounds.h:30,
from ../../src/enblend.h:45,
from ../../src/enblend.cc:191:
../../src/pyramid.h:1427:17: warning: âtemplate<class _Arg1, class _Arg2,
class _Result> struct std::binary_functionâ is deprecated
[-Wdeprecated-declarations]
1427 | public std::binary_function<T1, T2, T3>
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
from /usr/include/c++/15/bits/locale_classes.h:42,
from /usr/include/c++/15/bits/ios_base.h:43,
from /usr/include/c++/15/ios:46,
from /usr/include/c++/15/bits/ostream.h:43,
from /usr/include/c++/15/ostream:42,
from /usr/include/c++/15/iostream:43,
from ../../src/enblend.cc:48:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
In file included from ../../src/mask.h:42,
from ../../src/enblend.h:46:
../../src/fillpolygon.hxx:289:25: warning: âtemplate<class _Arg1, class
_Arg2, class _Result> struct std::binary_functionâ is deprecated
[-Wdeprecated-declarations]
289 | public std::binary_function<SegmentType, SegmentType, bool>
| ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
In file included from ../../src/mask.h:51:
../../src/path.h:38:44: warning: âtemplate<class _Arg1, class _Arg2, class
_Result> struct std::binary_functionâ is deprecated
[-Wdeprecated-declarations]
38 | class PathCompareFunctor : public std::binary_function<Point,
Point, bool>
| ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-error_message.o `test -f 'error_message.cc' || echo
'../../src/'`error_message.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-filenameparse.o `test -f 'filenameparse.cc' || echo
'../../src/'`filenameparse.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-filespec.o `test -f 'filespec.cc' || echo '../../src/'`filespec.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-introspection.o `test -f 'introspection.cc' || echo
'../../src/'`introspection.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-mersenne.o `test -f 'mersenne.cc' || echo '../../src/'`mersenne.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-parameter.o `test -f 'parameter.cc' || echo '../../src/'`parameter.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-self_test.o `test -f 'self_test.cc' || echo '../../src/'`self_test.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-tiff_message.o `test -f 'tiff_message.cc' || echo
'../../src/'`tiff_message.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-timer.o `test -f 'timer.cc' || echo '../../src/'`timer.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enblend-minimizer.o `test -f 'minimizer.cc' || echo '../../src/'`minimizer.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-exposure_weight.o `test -f 'exposure_weight.cc' || echo
'../../src/'`exposure_weight.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-enfuse.o `test -f 'enfuse.cc' || echo '../../src/'`enfuse.cc
In file included from ../../src/alternativepercentage.h:25,
from ../../src/enfuse.cc:80:
../config.h:8:9: warning: âBOOST_FALLTHROUGHâ redefined
8 | #define BOOST_FALLTHROUGH ((void) 0)
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/config.hpp:39,
from /usr/include/boost/static_assert.hpp:17,
from /usr/include/boost/iterator/iterator_adaptor.hpp:10,
from /usr/include/boost/token_iterator.hpp:22,
from /usr/include/boost/tokenizer.hpp:20,
from ../../src/enfuse.cc:71:
/usr/include/boost/config/compiler/gcc.hpp:324:11: note: this is the location
of the previous definition
324 | # define BOOST_FALLTHROUGH __attribute__((fallthrough))
| ^~~~~~~~~~~~~~~~~
In file included from ../../src/bounds.h:30,
from ../../src/enfuse.h:51,
from ../../src/enfuse.cc:182:
../../src/pyramid.h:1427:17: warning: âtemplate<class _Arg1, class _Arg2,
class _Result> struct std::binary_functionâ is deprecated
[-Wdeprecated-declarations]
1427 | public std::binary_function<T1, T2, T3>
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
from /usr/include/c++/15/bits/locale_classes.h:42,
from /usr/include/c++/15/bits/ios_base.h:43,
from /usr/include/c++/15/ios:46,
from /usr/include/c++/15/bits/ostream.h:43,
from /usr/include/c++/15/ostream:42,
from /usr/include/c++/15/iostream:43,
from ../../src/enfuse.cc:48:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
../../src/enfuse.h:622:37: warning: âtemplate<class _Arg, class _Result>
struct std::unary_functionâ is deprecated [-Wdeprecated-declarations]
622 | class ExposureFunctor : public std::unary_function<InputType,
ResultType> {
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
../../src/enfuse.h:653:43: warning: âtemplate<class _Arg, class _Result>
struct std::unary_functionâ is deprecated [-Wdeprecated-declarations]
653 | class CutoffExposureFunctor : public std::unary_function<InputType,
ResultType> {
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
../../src/enfuse.h:732:39: warning: âtemplate<class _Arg, class _Result>
struct std::unary_functionâ is deprecated [-Wdeprecated-declarations]
732 | class SaturationFunctor : public std::unary_function<InputType,
ResultType> {
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
../../src/enfuse.h:782:37: warning: âtemplate<class _Arg, class _Result>
struct std::unary_functionâ is deprecated [-Wdeprecated-declarations]
782 | class ContrastFunctor : public std::unary_function<InputType,
ResultType> {
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
../../src/enfuse.h:831:36: warning: âtemplate<class _Arg, class _Result>
struct std::unary_functionâ is deprecated [-Wdeprecated-declarations]
831 | class EntropyFunctor : public std::unary_function<InputType,
ResultType> {
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
../../src/enfuse.h:893:37: warning: âtemplate<class _Arg, class _Result>
struct std::unary_functionâ is deprecated [-Wdeprecated-declarations]
893 | class ClampingFunctor : public std::unary_function<InputType,
ResultType>
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-opencl.o `test -f 'opencl.cc' || echo '../../src/'`opencl.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-opencl_exposure_weight.o `test -f 'opencl_exposure_weight.cc' || echo
'../../src/'`opencl_exposure_weight.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-alternativepercentage.o `test -f 'alternativepercentage.cc' || echo
'../../src/'`alternativepercentage.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-error_message.o `test -f 'error_message.cc' || echo
'../../src/'`error_message.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-filenameparse.o `test -f 'filenameparse.cc' || echo
'../../src/'`filenameparse.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-filespec.o `test -f 'filespec.cc' || echo '../../src/'`filespec.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-introspection.o `test -f 'introspection.cc' || echo
'../../src/'`introspection.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-mersenne.o `test -f 'mersenne.cc' || echo '../../src/'`mersenne.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-parameter.o `test -f 'parameter.cc' || echo '../../src/'`parameter.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-self_test.o `test -f 'self_test.cc' || echo '../../src/'`self_test.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-tiff_message.o `test -f 'tiff_message.cc' || echo
'../../src/'`tiff_message.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-timer.o `test -f 'timer.cc' || echo '../../src/'`timer.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -I/usr/include/OpenEXR
-pthread -I/usr/include/Imath -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pipe -O2 -DNDEBUG -fopenmp -c -o
enfuse-minimizer.o `test -f 'minimizer.cc' || echo '../../src/'`minimizer.cc
g++ -DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
[too-long-redacted] ljpeg -lz -lgsl -lgslcblas -lm
/bin/bash '/<<PKGBUILDDIR>>/missing' help2man --no-info --output=enblend.1
./enblend
g++ -DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -
[too-long-redacted] ljpeg -lz -lgsl -lgslcblas -lm
/bin/bash '/<<PKGBUILDDIR>>/missing' help2man --no-info --output=enfuse.1
./enfuse
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src'
Making all in doc
make[4]: Entering directory '/<<PKGBUILDDIR>>/build-def/doc'
Making all in examples
make[5]: Entering directory '/<<PKGBUILDDIR>>/build-def/doc/examples'
Making all in enfuse
make[6]: Entering directory '/<<PKGBUILDDIR>>/build-def/doc/examples/enfuse'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/doc/examples/enfuse'
make[6]: Entering directory '/<<PKGBUILDDIR>>/build-def/doc/examples'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/doc/examples'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-def/doc/examples'
make[5]: Entering directory '/<<PKGBUILDDIR>>/build-def/doc'
../../doc/config2tex ../config.h config-h.tex
printf '%%%%%% %s\n' 'dynamic-preamble' > dynamic-preamble.tex
printf '\PassOptionsToPackage{%spaper}{report}\n' 'a4' >> dynamic-preamble.tex
printf '\PassOptionsToPackage{%spaper}{refrep}\n' 'a4' >> dynamic-preamble.tex
printf '\\newif\ifreferencemanual\n' >> dynamic-preamble.tex
printf '\\newif\ifhyperref\n' >> dynamic-preamble.tex
printf '\\def\\documentclassoptions{}\n' >> dynamic-preamble.tex
printf '\\def\\finishdynamicpreamble{}\n' >> dynamic-preamble.tex
printf '%%%% User definitions follow...\n' >> dynamic-preamble.tex
printf '%s\n' '\def\finishdynamicpreamble{\relax}' >> dynamic-preamble.tex
../../doc/docstrings scan-files ../../doc/../src/alternative
[too-long-redacted] ctor.cc > enblend-variables.tex
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-advanced-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-authors.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-bug-reports.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-color-spaces.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-common-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-expert-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-external-masks.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-fdl.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-helpful-programs.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-information-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-interaction.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-known-limitations.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-layer-selection.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-mask-template-characters.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-notation.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-option-delimiters.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-response-files.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-standard-workflow.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-understanding-masks.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/common-workflow.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-expert-mask-generation-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-flow-charts.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-image-requirements.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-invocation.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-mask-generation-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-options.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-overview.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-seam-generators.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-title.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend-visualization-image.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/enblend.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/static-preamble.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/lead-in.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/lead-out.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/index-def.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/index-use.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/macros.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/floatstyle-ruledbot.sty'
updated-on: warning: falling back from SCM to file-system for
`../../doc/exemplar.hva'
updated-on: warning: falling back from SCM to file-system for
`../../doc/htmlstyle.tex'
updated-on: warning: falling back from SCM to file-system for
`../../doc/url-def.tex'
../../doc/docstrings key-value \
UPDATED '2025-12-10\datebyfs' \
VERSION '4.2' \
DOCDIR '/usr/share/doc/enblend-enfuse' > enblend-version.tex
/usr/bin/gnuplot --default-settings -e 'DATA_DIR="../../doc"' \
-e 'set output "log-transform.tex"; set terminal epslatex color
size 4.5in,3.375in' ../../doc/log-transform.gp && \
mv log-transform.tex log-transform.pstex
/usr/bin/m4 --fatal-warnings --prefix-builtins --synclines
--define='dot_output_type=eps' ../../doc/uml-dot.m4
../../doc/external-mask-workflow.dot | \
/usr/bin/dot -Teps -Gsize=4.75,8.5 -oexternal-mask-workflow.eps
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?
make[5]: *** [Makefile:982: external-mask-workflow.eps] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-def/doc'
make[4]: *** [Makefile:595: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-def/doc'
make[3]: *** [Makefile:449: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-def'
make[2]: *** [Makefile:390: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-def'
dh_auto_build: error: cd build-def && make -j2 returned exit code 2
make[1]: *** [debian/rules:37: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:66: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: enblend-enfuse
Source-Version: 4.2-11
Done: Andreas Metzler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
enblend-enfuse, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Metzler <[email protected]> (supplier of updated enblend-enfuse
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 12 Dec 2025 13:36:32 +0100
Source: enblend-enfuse
Architecture: source
Version: 4.2-11
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers
<[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Closes: 1122407
Changes:
enblend-enfuse (4.2-11) unstable; urgency=medium
.
* Run wrap-and-sort -ast
* Add b-d on libgvplugin-pango to fix FTBFS with newer graphviz.
(Closes: #1122407)
* [lintian] Drop Rules-Requires-Root: no
* [lintian] B-d on pkgconf instead of pkg-config.
Checksums-Sha1:
9772c381c26338f4e447a025d2cd89e293d1bffc 2484 enblend-enfuse_4.2-11.dsc
5dea0e32eca549449c52329e5f1d9672b0936c58 12372
enblend-enfuse_4.2-11.debian.tar.xz
Checksums-Sha256:
a60e1a21e80639ebfb4dad2696fc3bc852065231445819d6b6dfa0d5867f8fcc 2484
enblend-enfuse_4.2-11.dsc
dfd874e1480206d891df1af25b90de651928a14409f4d5950d51a766eed8c69d 12372
enblend-enfuse_4.2-11.debian.tar.xz
Files:
42249ad8b0d8019e9cc9f31836c46bb3 2484 graphics optional
enblend-enfuse_4.2-11.dsc
c34bdd402f13de78ea8e6a71fa8854f4 12372 graphics optional
enblend-enfuse_4.2-11.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmk8DhMACgkQpU8BhUOC
FIRtbw/8DGQINlmNxOoVVcrrBt/8rPOF/1VuLXJRjTKkdUW6OPhLpsIp4spkF/Mi
KvN9XrcuBLRtSbEA2cgZDRURwUcQrQI0yxzT5a690ieaVBevJFFr8xTTImO+Ns0a
5TyvMY3PTuOrVk4mcixJaE1VrYku2Bbj2fdGBBVUBcSKd/acUfr6kwWgrToZsj1/
e74NufvzCZdKbtuv5Qecq5VL9e5ghZaYGyTsx4qzvVbYUPfSKBj1O4E+Xc7cfJKR
9MoHnx013barC1qYtlMH4UsDq75Q9HlxjC63xv84V9S+kZUfR2jFniRzWZCQkjmL
vvG96+dXYQir5FKNgFB83kCAfDCZXoCQKMMMbDLEPjo6jKf4n0uPpgUC+lde5rUs
fHcJmv+dcpCcN0gScPoEO29NU1FH9TCMiEKE/iHCHcMoEXY3GZDKAHTwqyFsTl9/
BsI7HuNcGSs7upY9Z2fBnv4+82vZ8dOVky3EMVluXJCKtsZuzIUXwUeRn4PpQ5Zn
iOUVSErqh681TrxKiBlobob0OqWAvLS+Crgw8cocv+tI3xuAiOLr5mE4GPNkvmhT
UEcFyeWOYQ+U9CWn4FnBaleIX3DLP+OXXdkvD+hi+VHVXENTRu2ufRlKXBy1/Rs6
fjW3NXHnjqkRja0ZmWSM808JCzdcPnmm3grNHXY+OOZ5z0Bcmxw=
=EWLd
-----END PGP SIGNATURE-----
pgpuWXxUL2sMp.pgp
Description: PGP signature
--- End Message ---