Your message dated Tue, 09 Sep 2025 06:04:04 +0000
with message-id <[email protected]>
and subject line Bug#1114108: fixed in freefilesync 13.7-2
has caused the Debian Bug report #1114108,
regarding freefilesync: FTBFS: afs/ftp.cpp:576:51: error: invalid conversion
from 'long int' to 'curl_ftpmethod' [-fpermissive]
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.)
--
1114108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freefilesync
Version: 13.7-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
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 could not 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:freefilesync, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --sourcedirectory=FreeFileSync/Source
dh_auto_clean -O--sourcedirectory=FreeFileSync/Source
cd FreeFileSync/Source && make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>/FreeFileSync/Source'
rm -rf /tmp/FreeFileSync_Make
rm -f ../Build/Bin/FreeFileSync
make[1]: Leaving directory '/<<PKGBUILDDIR>>/FreeFileSync/Source'
debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Now, auto_clean RealTimeSync
dh_auto_clean --sourcedirectory=FreeFileSync/Source/RealTimeSync
cd FreeFileSync/Source/RealTimeSync && make -j2 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/FreeFileSync/Source/RealTimeSync'
[... snipped ...]
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/db_file.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/db_file.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from base/db_file.h:11,
from base/db_file.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
base/../afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/dir_lock.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/dir_lock.cpp.o
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/file_hierarchy.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/file_hierarchy.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from base/dir_lock.h:13,
from base/dir_lock.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from base/../afs/abstract.h:12,
from base/structures.h:15,
from base/file_hierarchy.h:16,
from base/file_hierarchy.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
base/../afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/icon_loader.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/icon_loader.cpp.o
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/multi_rename.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/multi_rename.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from base/icon_loader.cpp:13:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/parallel_scan.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/parallel_scan.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from base/../afs/abstract.h:12,
from base/structures.h:15,
from base/parallel_scan.h:14,
from base/parallel_scan.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
base/../afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/path_filter.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/path_filter.cpp.o
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/speed_test.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/speed_test.cpp.o
In file included from ../../zen/zstring.h:12,
from base/path_filter.h:13,
from base/parallel_scan.h:13:
In static member function âstatic void
zen::AllocatorOptimalSpeed::deallocate(void*)â,
inlined from âvoid zen::StorageRefCountThreadSafe<Char,
AP>::destroy(Char*) [with Char = char; AP = zen::AllocatorOptimalSpeed]â at
../../zen/string_base.h:166:29,
inlined from âvoid zen::StorageRefCountThreadSafe<Char,
AP>::destroy(Char*) [with Char = char; AP = zen::AllocatorOptimalSpeed]â at
../../zen/string_base.h:152:10,
inlined from âzen::Zbase<Char, SP>::~Zbase() [with Char = char; SP =
zen::DefaultStoragePolicy]â at ../../zen/string_base.h:418:18,
inlined from âvirtual
fff::AbstractFileSystem::TraverserCallback::HandleError
{anonymous}::DirCallback::reportDirError(const
fff::AbstractFileSystem::TraverserCallback::ErrorInfo&)â at
base/parallel_scan.cpp:238:128:
../../zen/string_base.h:28:60: warning: âvoid operator delete(void*)â
called on unallocated object âzen::StorageRefCountThreadSafe<char,
zen::AllocatorOptimalSpeed>::globalEmptyStringâ [-Wfree-nonheap-object]
28 | static void deallocate(void* ptr) { ::operator delete (ptr); }
| ~~~~~~~~~~~~~~~~~~^~~~~
../../zen/string_base.h: In member function âvirtual
fff::AbstractFileSystem::TraverserCallback::HandleError
{anonymous}::DirCallback::reportDirError(const
fff::AbstractFileSystem::TraverserCallback::ErrorInfo&)â:
../../zen/string_base.h:211:47: note: declared here
211 | inline static constinit GlobalEmptyString globalEmptyString;
//constinit: dodge static initialization order fiasco!
| ^~~~~~~~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/structures.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/structures.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from base/../afs/abstract.h:12,
from base/structures.h:15,
from base/structures.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
base/../afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/synchronization.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/synchronization.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from base/../afs/abstract.h:12,
from base/structures.h:15,
from base/synchronization.h:11,
from base/synchronization.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
base/../afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/base/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c base/versioning.cpp -o
/tmp/FreeFileSync_Make/ffs/src/base/versioning.cpp.o
In file included from base/versioning.h:11,
from base/versioning.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
base/../afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/afs/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c afs/abstract.cpp -o
/tmp/FreeFileSync_Make/ffs/src/afs/abstract.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from afs/abstract.h:12,
from afs/abstract.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/afs/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c afs/concrete.cpp -o
/tmp/FreeFileSync_Make/ffs/src/afs/concrete.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from afs/abstract.h:12,
from afs/concrete.h:10,
from afs/concrete.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/afs/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c afs/ftp.cpp -o
/tmp/FreeFileSync_Make/ffs/src/afs/ftp.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from afs/abstract.h:12,
from afs/ftp.h:10,
from afs/ftp.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
mkdir -p /tmp/FreeFileSync_Make/ffs/src/afs/
x86_64-linux-gnu-g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DAPP_NAME_SUFFIX='L" for
Debian"' -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
-std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include
"zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors
-Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor
-Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config
--version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl`
`pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags
gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux`
-DHAVE_SELINUX `pkgconf --cflags zlib` -c afs/gdrive.cpp -o
/tmp/FreeFileSync_Make/ffs/src/afs/gdrive.cpp.o
In file included from ../../zen/error_log.h:12,
from ../../zen/extra_log.h:10,
from ../../zen/sys_error.h:13,
from ../../zen/file_error.h:10,
from afs/abstract.h:12,
from afs/gdrive.h:10,
from afs/gdrive.cpp:7:
../../zen/time.h:262:26: warning: macro â__DATE__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
../../zen/time.h:262:39: warning: macro â__TIME__â might prevent
reproducible builds [-Wdate-time]
262 | char compileTime[] = __DATE__ " " __TIME__; //e.g. "Aug 1 2017
01:32:26"
| ^~~~~~~~
In file included from <command-line>:
../../zen/warn_static.h:20:5: warning: we should not log if not existing
anymore!?: ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]
20 | _Pragma(ZEN_STRINGIZE_STRING(GCC warning MSG))
| ^~~~~~~
afs/abstract.h:491:9: note: in expansion of macro âwarn_staticâ
491 | warn_static("we should not log if not existing anymore!?:
ERROR_FILE_NOT_FOUND: ddddddddddd [DeleteFile]")
| ^~~~~~~~~~~
In file included from ../../libcurl/curl_wrap.h:17,
from afs/ftp.cpp:13:
afs/ftp.cpp: In member function âstd::string
{anonymous}::FtpSession::runSingleFtpCommand(const std::string&, bool)â:
afs/ftp.cpp:576:51: error: invalid conversion from âlong intâ to
âcurl_ftpmethodâ [-fpermissive]
576 | return perform(AfsPath(), true /*isDir*/, CURLFTPMETHOD_NOCWD
/*avoid needless CWDs*/,
| ^~~~~~~~~~~~~~~~~~~
| |
| long int
compilation terminated due to -Wfatal-errors.
make[2]: *** [Makefile:137: /tmp/FreeFileSync_Make/ffs/src/afs/ftp.cpp.o] Error
1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/FreeFileSync/Source'
dh_auto_build: error: cd FreeFileSync/Source && make -j2 "INSTALL=install
--strip-program=true" CXX=x86_64-linux-gnu-g\+\+ returned exit code 2
make[1]: *** [debian/rules:48: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:41: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: freefilesync
Source-Version: 13.7-2
Done: Fab Stz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
freefilesync, 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.
Fab Stz <[email protected]> (supplier of updated freefilesync 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: Tue, 09 Sep 2025 07:33:37 +0200
Source: freefilesync
Architecture: source
Version: 13.7-2
Distribution: unstable
Urgency: medium
Maintainer: Fab Stz <[email protected]>
Changed-By: Fab Stz <[email protected]>
Closes: 1114108
Changes:
freefilesync (13.7-2) unstable; urgency=medium
.
* add patch to support curl 8.16. Closes: #1114108
Checksums-Sha1:
d40e1832f8a1b0e9a082e1addddfa78b3207fd40 2233 freefilesync_13.7-2.dsc
11cf3aba02065ac5bfe4e2564385107b8988ac44 22056
freefilesync_13.7-2.debian.tar.xz
504b5b338df530350b6e3429d3a297c10276a21c 7776
freefilesync_13.7-2_source.buildinfo
Checksums-Sha256:
c095e2a796d397c800d33a59f43c8c9ddb7ef96e1e655d166c0c745951a14090 2233
freefilesync_13.7-2.dsc
146f68a4c2f09113bba25d3f14cce13af059fbe525fa72324fe7d998e99248b6 22056
freefilesync_13.7-2.debian.tar.xz
635395a17f39213bd20110716c2668e996c8bc883716ff356cdffac6c8be3ed7 7776
freefilesync_13.7-2_source.buildinfo
Files:
ce50926f46b94cdde1e6b9e460699490 2233 utils optional freefilesync_13.7-2.dsc
9728a64187b384af6fad5873bea32203 22056 utils optional
freefilesync_13.7-2.debian.tar.xz
a3e12750291b9acdb628bfd296761b5d 7776 utils optional
freefilesync_13.7-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgBW52p/iQkghvSWBknUCmH1XxUsFAmi/vMcACgkQknUCmH1X
xUs1lRAAsP3rOGinge1+G5McYnRBU+RoFafY5uxguyWfQ72Wd1YfGcI1IuFj4d3O
x04HzKAXEn9iJQN0aw+lQetdenRTjHjE/4T4mvQJz59wxLK3/gd1ogQXiGlJLUBU
wlFHL/EyoN/9MuQl12DI9JbVy3OpWaJp2OacCEVYeVR8Tv7+ZHU7XPdFLu2w/KaC
Cy3aPLokTuyAsNSD84PWrgxWWkRiuvnpDxtt51rg6TPbHvZohtyRYWT0MSj+fPTV
veV1g7xfdYOF+hT43/0YOmHd9P0jMWGpWiD5/y94DJ2XE9ZWlYilYp62FkYCkauf
iO0ljuAr5cvhE+T1oPG38iy8uDjkANWYQKx2mY3fgqYgTeVllXazK9S6dgKV3ZgS
CzTcZLWgTNkdvewNFfVbLF3q4e2pFmrqT06BRBHBUELrPbzsVQxbLpYaR+ZzGEC4
afYtrtzVdO2DuaXQ8qn09vNlXNDMbqb7cjiwuQqmp0H0fVwT2+PMkkvvsONrDwyo
vokIcFpOZdQzwzB5Sj6go6QAVAFswfFdmUlR1XUQE0kZ+AizAXOkq3ktZ5uN/OEV
jz7xWrtv07xU+qyBU8LvD/cFK7+KVyj+dEyAXQvLg2MnGHS0E7BpoZQSVBbxo7nq
MZxigz8z3O412MJPJx/EJ93UaZSwT/zymW3Ci85oOwKR1dZmT5w=
=oLlT
-----END PGP SIGNATURE-----
pgp5QYR1XvkgR.pgp
Description: PGP signature
--- End Message ---