Your message dated Fri, 31 Jul 2026 13:04:21 +0000
with message-id <[email protected]>
and subject line Bug#1089251: fixed in eclipse-titan 8.2.0-1.1
has caused the Debian Bug report #1089251,
regarding eclipse-titan: FTBFS with make 4.4.1
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.)
--
1089251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089251
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:eclipse-titan
Version: 8.2.0-1
User: [email protected]
Usertags: make-4.4
Severity: important
Tags: ftbfs
Dear Maintainer,
This package fails to build from source with Make 4.4.1, most likely because of
changes in $(shell) environment handling: environment variables exported from
Makefiles are now made available to commands invoked using $(shell), which
can cause issues with recursive definitions in particular. See
https://salsa.debian.org/debian/make/-/blob/master/debian/NEWS for a complete
list of backward-incompatible changes since Make 4.3.
Below you will find how the builds end, hopefully the most relevant
part from the build log. A full build log is available here:
https://people.debian.org/~sanvila/make-4.4/build-logs/
Make 4.4.1 is currently available in experimental and will hopefully
soon be uploaded to unstable, at which time this bug will become
release-critical.
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 affects, so that this is still visible in the BTS web
page for this package.
Please reach out to the Make maintainer, Stephen Kitt <[email protected]> if
you need help fixing this.
--------------------------------------------------------------------------------
make[2]: Leaving directory '/<<PKGBUILDDIR>>/core2'
make[2]: Entering directory '/<<PKGBUILDDIR>>/loggerplugins'
for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d distclean || exit 1;
done
make[3]: Entering directory '/<<PKGBUILDDIR>>/loggerplugins/JUnitLogger'
rm -f libjunitlogger.so libjunitlogger-parallel.so libjunitlogger-rt2.so
libjunitlogger-parallel-rt2.so JUnitLogger.o FT/JUnitLogger.o
libjunitlogger.so.0 libjunitlogger-parallel.so.0 libjunitlogger-rt2.so.0
libjunitlogger-parallel-rt2.so.0 libjunitlogger.so.0.0
libjunitlogger-parallel.so.0.0 libjunitlogger-rt2.so.0.0
libjunitlogger-parallel-rt2.so.0.0 \
\
\
TAGS *.gcno *.gcda
make[3]: Leaving directory '/<<PKGBUILDDIR>>/loggerplugins/JUnitLogger'
make[3]: Entering directory '/<<PKGBUILDDIR>>/loggerplugins/TSTLogger'
rm -f libtstlogger.so libtstlogger-parallel.so libtstlogger-rt2.so
libtstlogger-parallel-rt2.so TSTLogger.o FT/TSTLogger.o libtstlogger.so.1
libtstlogger-parallel.so.1 libtstlogger-rt2.so.1 libtstlogger-parallel-rt2.so.1
libtstlogger.so.1.0 libtstlogger-parallel.so.1.0 libtstlogger-rt2.so.1.0
libtstlogger-parallel-rt2.so.1.0 \
\
\
TAGS *.gcno *.gcda
make[3]: Leaving directory '/<<PKGBUILDDIR>>/loggerplugins/TSTLogger'
make[3]: Entering directory '/<<PKGBUILDDIR>>/loggerplugins/JUnitLogger2'
rm -f libjunitlogger2.so libjunitlogger2-parallel.so libjunitlogger2-rt2.so
libjunitlogger2-parallel-rt2.so JUnitLogger2.o FT/JUnitLogger2.o
libjunitlogger2.so.0 libjunitlogger2-parallel.so.0 libjunitlogger2-rt2.so.0
libjunitlogger2-parallel-rt2.so.0 libjunitlogger2.so.0.0
libjunitlogger2-parallel.so.0.0 libjunitlogger2-rt2.so.0.0
libjunitlogger2-parallel-rt2.so.0.0 \
\
\
TAGS *.gcno *.gcda
make[3]: Leaving directory '/<<PKGBUILDDIR>>/loggerplugins/JUnitLogger2'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/loggerplugins'
make[2]: Entering directory '/<<PKGBUILDDIR>>/JNI'
rm -f libmctrjninative.so jnimw.o jninativelib.o \
\
\
TAGS *.gcno *.gcda
make[2]: Leaving directory '/<<PKGBUILDDIR>>/JNI'
make[2]: Entering directory '/<<PKGBUILDDIR>>/usrguide'
make[2]: Nothing to be done for 'distclean'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/usrguide'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--verbose -O--no-parallel
dh_clean -O--verbose -O--no-parallel
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/eclipse-titan.substvars debian/files
rm -fr -- debian/eclipse-titan/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules binary
dh binary --verbose --no-parallel
dh_update_autotools_config -O--verbose -O--no-parallel
dh_autoreconf -O--verbose -O--no-parallel
dh_auto_configure -O--verbose -O--no-parallel
dh_auto_build -O--verbose -O--no-parallel
make -j1 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>/common'
/bin/sh: 1: git: not found
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX
-DUSE_EPOLL -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -Wall
-std=gnu9x -O2 -fPIC memory.c -o memory.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC new.cc -o new.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX
-DUSE_EPOLL -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -Wall
-std=gnu9x -O2 -fPIC userinfo.c -o userinfo.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX
-DUSE_EPOLL -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -Wall
-std=gnu9x -O2 -fPIC path.c -o path.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC config_preproc.cc -o
config_preproc.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC Quadruple.cc -o Quadruple.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC Path2.cc -o Path2.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC ModuleVersion.cc -o ModuleVersion.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC JSON_Tokenizer.cc -o
JSON_Tokenizer.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC UnicharPattern.cc -o
UnicharPattern.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX
-DUSE_EPOLL -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -Wall
-std=gnu9x -O2 -fPIC openssl_version.c -o openssl_version.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC NetworkHandler.cc -o
NetworkHandler.o
NetworkHandler.cc: In function ‘virtual int IPv4Address::accept(int)’:
NetworkHandler.cc:210:12: warning: ‘char* __builtin_strncpy(char*, const char*,
long unsigned int)’ specified bound 16 equals destination size
[-Wstringop-truncation]
210 | strncpy(m_addr_str, inet_ntoa(m_addr.sin_addr), sizeof(m_addr_str));
| ^
NetworkHandler.cc:216:16: warning: ‘char* __builtin_strncpy(char*, const char*,
long unsigned int)’ specified bound 1025 equals destination size
[-Wstringop-truncation]
216 | strncpy(m_host_str, hptr->h_name, sizeof(m_host_str));
| ^
NetworkHandler.cc: In member function ‘virtual bool IPv4Address::set_addr(const
char*, short unsigned int)’:
NetworkHandler.cc:196:14: warning: ‘char* __builtin_strncpy(char*, const char*,
long unsigned int)’ specified bound 16 equals destination size
[-Wstringop-truncation]
196 | strncpy(m_addr_str, inet_ntoa(m_addr.sin_addr),
sizeof(m_addr_str));
| ^
NetworkHandler.cc:197:14: warning: ‘char* __builtin_strncpy(char*, const char*,
long unsigned int)’ specified bound 1025 equals destination size
[-Wstringop-truncation]
197 | strncpy(m_host_str, hptr->h_name, sizeof(m_host_str));
| ^
NetworkHandler.cc: In member function ‘virtual bool IPv6Address::set_addr(const
char*, short unsigned int)’:
NetworkHandler.cc:336:12: warning: ‘char* __builtin_strncpy(char*, const char*,
long unsigned int)’ specified bound 1025 equals destination size
[-Wstringop-truncation]
336 | strncpy(m_host_str, res->ai_canonname, sizeof(m_host_str));
| ^
flex -B -s -Cr -Cfe -opattern_la.cc pattern_la.l
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL
-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -D_REENTRANT -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wno-long-long -O2 -fPIC -Wall -Wno-long-long -O2 -fPIC pattern_la.cc -o pattern_la.o
pattern_la.l:38:10: fatal error: pattern_p.hh: No such file or directory
38 | #include "pattern_p.hh"
| ^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [../Makefile.genrules:97: pattern_la.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/common'
make[1]: *** [Makefile:65: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: eclipse-titan
Source-Version: 8.2.0-1.1
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
eclipse-titan, 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.
Bastian Germann <[email protected]> (supplier of updated eclipse-titan 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, 31 Jul 2026 14:25:59 +0200
Source: eclipse-titan
Architecture: source
Version: 8.2.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Gergely Pilisi <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1071679 1073307 1089251
Changes:
eclipse-titan (8.2.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload
* Drop unused pcre3 dependency (Closes: #1071679)
* Fix build with make 4.4.1 (Closes: #1089251)
* Fix build with newer libxml2 (Closes: #1073307)
Checksums-Sha1:
e006e5c538480f948432fb70ac835b80219eadac 1734 eclipse-titan_8.2.0-1.1.dsc
0706fdc61fce7aafc55faede24c7147b9452fd1d 8872
eclipse-titan_8.2.0-1.1.debian.tar.xz
957ca71684affa865718a946de577113895230ec 10678
eclipse-titan_8.2.0-1.1_source.buildinfo
Checksums-Sha256:
6472e805f54b6ce125aa8a036fe03f8e5586f4ea49de2473e0e54e77cd9dde98 1734
eclipse-titan_8.2.0-1.1.dsc
84512a0c3d4be02d75cd9852e6aee44f694a3489674779fcdeef5fabf921b863 8872
eclipse-titan_8.2.0-1.1.debian.tar.xz
d7f94bed2f64dbb1d6aa37890670a1b8ddb69d0fa20ac787fd201be936d68283 10678
eclipse-titan_8.2.0-1.1_source.buildinfo
Files:
5cd64b3962476717e18bf0a16c2e117e 1734 java optional eclipse-titan_8.2.0-1.1.dsc
980589f9fab84603e1caee0c48fec349 8872 java optional
eclipse-titan_8.2.0-1.1.debian.tar.xz
a6eef001f72437daa069c264277f863c 10678 java optional
eclipse-titan_8.2.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmpsmGwQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFFfhDACq9eCt+scShXmhhi0webunCP11n14Pcj/1
bkMAVi7qq9gAV9nWOv0gfeFB+q5R5BB4iG0M2GWkgMmQRdzyS+a2g/xLY/TV3f2b
4TW8HF6bKQUzOxTTBa7ksbRfRgxotMnIkUDDow4PwNve/O2cb1uK59veNRLsTW4j
faf6ZNEm+dIr+C2V4pisSUsoqpZRZXtwewlUNzdMBhHlpaKz4OWuYOkBtA66BGWd
J+Q5+R6O8+yzyZb+4BjtGqFyzNry/J1kgPGOVcppnLzixgAEJ8DsTXHEg4cpihdR
+U24MC63Qx0HYuojFr3eaPKsFgN+K6uZlyS0CiQeVSNlv5TaAFPCMqqshsvZJAX6
+Qu6193tDhDQZhu8UL16pO5jpWdIgB+x45L5qcIjA4kZ/xye3dOG8u5qYnqCpDcU
wxrEeEZSxYf5fsrr0WwVhBf8xcN2YfIskEzdoTqvm+Wf467cL+7wqBtbcYTgPiTb
jmUlrYHj8CzZeoB6+yF16LcL+EnQGLA=
=J41x
-----END PGP SIGNATURE-----
pgpl0MVcFf6VF.pgp
Description: PGP signature
--- End Message ---