From wuruilong at loongson.cn Mon Jul 1 03:47:46 2024 From: wuruilong at loongson.cn (wuruilong) Date: Mon, 01 Jul 2024 02:47:46 +0000 Subject: [Android-tools-devel] Bug#1074565: android-platform-external-boringssl: please add support for loong64 Message-ID: <171980206694.1649864.14533073465070622576.reportbug@bebaf20223ea> Source: android-platform-external-boringssl Severity: normal Tags: patch X-Debbugs-Cc: wuruilong at loongson.cn User: debian-loongarch at lists.debian.org Usertags: loong64 Dear Maintainer, android-platform-external-boringssl compiled incorrectly on loongarch, the attached patch added architectural support and compiled successfully. Please enter the attached patch with loongarch support. wuruilong -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: loong64 (loongarch64) Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect -------------- next part -------------- Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . android-platform-external-boringssl (14.0.0+r11-4) unstable; urgency=medium . * debian/control: Remove android-boringssl package for hurd-*. Author: Roger Shimizu --- The information above should follow the Patch Tagging Guidelines, please checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: (upstream|backport|vendor|other), (|commit:) Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: (no|not-needed|) Applied-Upstream: , (|commit:) Reviewed-By: Last-Update: 2024-07-01 --- android-platform-external-boringssl-14.0.0+r11.orig/src/crypto/fipsmodule/rand/getrandom_fillin.h +++ android-platform-external-boringssl-14.0.0+r11/src/crypto/fipsmodule/rand/getrandom_fillin.h @@ -34,6 +34,8 @@ #define EXPECTED_NR_getrandom 359 #elif defined(OPENSSL_RISCV64) #define EXPECTED_NR_getrandom 278 +#elif defined(OPENSSL_LOONG64) +#define EXPECTED_NR_getrandom 278 #endif #if defined(EXPECTED_NR_getrandom) --- android-platform-external-boringssl-14.0.0+r11.orig/src/include/openssl/base.h +++ android-platform-external-boringssl-14.0.0+r11/src/include/openssl/base.h @@ -99,6 +99,9 @@ extern "C" { #elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN) #define OPENSSL_64_BIT #define OPENSSL_PPC64LE +#elif defined(__loongarch64) +#define OPENSSL_64_BIT +#define OPENSSL_LOONG64 #elif defined(__MIPSEL__) && !defined(__LP64__) #define OPENSSL_32_BIT #define OPENSSL_MIPS From doko at debian.org Wed Jul 3 13:21:54 2024 From: doko at debian.org (Matthias Klose) Date: Wed, 03 Jul 2024 12:21:54 +0000 Subject: [Android-tools-devel] Bug#1074809: android-platform-build-kati: ftbfs with GCC-14 Message-ID: Package: src:android-platform-build-kati Version: 10.0.0+r32+git20220314.09dfa26c4e59-7 Severity: important Tags: sid trixie User: debian-gcc at lists.debian.org Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-14/porting_to.html [...] text/tabwriter hash/crc32 container/heap internal/saferio crypto reflect github.com/golang/glog/internal/stackdump bufio regexp/syntax internal/syscall/execenv internal/syscall/unix time regexp context io/fs internal/poll encoding/binary internal/fmtsort os crypto/cipher encoding/base64 crypto/internal/boring crypto/sha1 io/ioutil path/filepath fmt os/exec flag log github.com/golang/glog/internal/logsink net/url encoding/gob encoding/json os/user compress/flate text/template/parse compress/gzip runtime/pprof text/template github.com/golang/glog github.com/google/kati/golang/kati github.com/google/kati/golang/cmd/kati make[1]: Leaving directory '/<>' dh_auto_build make -j8 "INSTALL=install --strip-program=true" make[1]: Entering directory '/<>' /bin/sh: 1: git: not found realpath: missing operand Try 'realpath --help' for more information. g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/command.o src/command.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/affinity.o src/affinity.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/dep.o src/dep.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/eval.o src/eval.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/exec.o src/exec.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/expr.o src/expr.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/file.o src/file.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/file_cache.o src/file_cache.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/fileutil.o src/fileutil.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/find.o src/find.cc g++ -c -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -W -Wall -MMD -MP -O -DNOLOG -o out/flags.o src/flags.cc src/eval.cc: In member function ?void Evaluator::EvalIf(const IfStmt*)?: src/eval.cc:576:16: error: ?find_if? is not a member of ?std? 576 | std::find_if(s.begin(), s.end(), ::isspace) != s.end()) { | ^~~~~~~ make[1]: *** [Makefile.ckati:88: out/eval.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/<>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:10: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 From doko at debian.org Wed Jul 3 13:21:56 2024 From: doko at debian.org (Matthias Klose) Date: Wed, 03 Jul 2024 12:21:56 +0000 Subject: [Android-tools-devel] Bug#1074811: android-platform-tools: ftbfs with GCC-14 Message-ID: Package: src:android-platform-tools Version: 34.0.4-1 Severity: important Tags: sid trixie User: debian-gcc at lists.debian.org Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/android-platform-tools_34.0.4-1_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-14/porting_to.html [...] echo 'std::optional mdns_get_connect_service_info(const std::string& name) {return std::nullopt;}' >> debian/out/system/dummy.cpp echo 'std::optional mdns_get_pairing_service_info(const std::string& name) {return std::nullopt;}' >> debian/out/system/dummy.cpp echo 'bool adb_secure_connect_by_service_name(const std::string& instance_name) {return false;}' >> debian/out/system/dummy.cpp clang++ -c -o debian/out/system/dummy.o debian/out/system/dummy.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -Wexit-time-destructors -Wno-non-virtual-dtor -Wno-unused-parameter -Wno-missing-field-initializers -Wvla -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -DPLATFORM_TOOLS_VERSION='"34.0.4"' -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -DANDROID_BASE_UNIQUE_FD_DISABLE_IMPLICIT_CONVERSION=1 -Ipackages/modules/adb -Ipackages/modules/adb/crypto/include -Ipackages/modules/adb/pairing_auth/include -Ipackages/modules/adb/pairing_connection/include -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/diagnose_usb/include -Isystem/core/include -Isystem/core/libcrypto_utils/include -Isystem/core/libcutils/include -Isystem/libbase/include -I/usr/include/android ar -rcs debian/out/system/libadb.a packages/modules/adb/adb.o packages/modules/adb/adb_io.o packages/modules/adb/adb_listeners.o packages/modules/adb/adb_trace.o packages/modules/adb/adb_unique_fd.o packages/modules/adb/adb_utils.o packages/modules/adb/fdevent/fdevent.o packages/modules/adb/services.o packages/modules/adb/sockets.o packages/modules/adb/socket_spec.o packages/modules/adb/sysdeps/env.o packages/modules/adb/sysdeps/errno.o packages/modules/adb/transport.o packages/modules/adb/transport_fd.o packages/modules/adb/types.o packages/modules/adb/sysdeps_unix.o packages/modules/adb/sysdeps/posix/network.o packages/modules/adb/fdevent/fdevent_epoll.o packages/modules/adb/client/usb_linux.o packages/modules/adb/client/auth.o packages/modules/adb/client/adb_wifi.o packages/modules/adb/client/usb_libusb.o packages/modules/adb/client/transport_local.o packages/modules/adb/client/mdns_utils.o packages/modules/adb/client/transport_usb.o packages/modules/adb/client/pairing/pairing_client.o packages/modules/adb/pairing_auth/aes_128_gcm.o packages/modules/adb/pairing_auth/pairing_auth.o packages/modules/adb/pairing_connection/pairing_connection.o packages/modules/adb/pairing_connection/pairing_server.o packages/modules/adb/crypto/key.o packages/modules/adb/crypto/rsa_2048_key.o packages/modules/adb/crypto/x509_generator.o packages/modules/adb/tls/adb_ca_list.o packages/modules/adb/tls/tls_connection.o system/core/diagnose_usb/diagnose_usb.o debian/out/system/dummy.o make[2]: Leaving directory '/<>' dh_auto_build --buildsystem=makefile -- --file=debian/system/libcrypto_utils.mk make -j8 "INSTALL=install --strip-program=true" --file=debian/system/libcrypto_utils.mk make[2]: Entering directory '/<>' clang++ -c -o system/core/libcrypto_utils/android_pubkey.o system/core/libcrypto_utils/android_pubkey.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -Isystem/core/include -Isystem/core/libcrypto_utils/include -I/usr/include/android ar -rcs debian/out/system/libcrypto_utils.a system/core/libcrypto_utils/android_pubkey.o make[2]: Leaving directory '/<>' pandoc --standalone --from=markdown-smart --to=man --output=debian/manpages/system/adb.1 debian/manpages/system/adb.1.md dh_auto_build --buildsystem=makefile -- --file=debian/system/adb.mk make -j8 "INSTALL=install --strip-program=true" --file=debian/system/adb.mk make[2]: Entering directory '/<>' clang++ -c -o packages/modules/adb/proto/adb_known_hosts.pb.o packages/modules/adb/proto/adb_known_hosts.pb.cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/proto/app_processes.pb.o packages/modules/adb/proto/app_processes.pb.cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/proto/key_type.pb.o packages/modules/adb/proto/key_type.pb.cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/proto/pairing.pb.o packages/modules/adb/proto/pairing.pb.cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/adb_client.o packages/modules/adb/client/adb_client.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/bugreport.o packages/modules/adb/client/bugreport.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/commandline.o packages/modules/adb/client/commandline.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/file_sync_client.o packages/modules/adb/client/file_sync_client.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/main.o packages/modules/adb/client/main.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/console.o packages/modules/adb/client/console.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/adb_install.o packages/modules/adb/client/adb_install.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/line_printer.o packages/modules/adb/client/line_printer.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/fastdeploycallbacks.o packages/modules/adb/client/fastdeploycallbacks.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/incremental.o packages/modules/adb/client/incremental.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/incremental_server.o packages/modules/adb/client/incremental_server.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/client/incremental_utils.o packages/modules/adb/client/incremental_utils.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android clang++ -c -o packages/modules/adb/shell_service_protocol.o packages/modules/adb/shell_service_protocol.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -fpermissive -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -Idebian/include -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -D_GNU_SOURCE -DADB_HOST=1 -DADB_VERSION='"34.0.4-1"' -Ifastdeploy/proto -Ipackages/modules/adb -Ipackages/modules/adb/proto -Ipackages/modules/adb/tls/include -Isystem/core/include -Isystem/libbase/include -Isystem/libziparchive/include -I/usr/include/android packages/modules/adb/client/incremental_utils.cpp:159:18: error: no member named 'remove_if' in namespace 'std'; did you mean 'remove'? v.erase(std::remove_if(v.begin(), v.end(), ~~~~~^~~~~~~~~ remove /usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/cstdio:131:11: note: 'remove' declared here using ::remove; ^ packages/modules/adb/client/incremental_utils.cpp:330:21: error: no member named 'any_of' in namespace 'std' return std::any_of(additional_matches.begin(), additional_matches.end(), ~~~~~^ packages/modules/adb/client/incremental_utils.cpp:335:9: error: no matching function for call to 'StartIteration' if (StartIteration(zip, &cookie, std::move(matcher)) != 0) { ^~~~~~~~~~~~~~ system/libziparchive/include/ziparchive/zip_archive.h:231:9: note: candidate function not viable: no known conversion from 'typename std::remove_reference<(lambda at packages/modules/adb/client/incremental_utils.cpp:326:20) &>::type' (aka '(lambda at packages/modules/adb/client/incremental_utils.cpp:326:20)') to 'const std::string_view' (aka 'const basic_string_view') for 3rd argument int32_t StartIteration(ZipArchiveHandle archive, void** cookie_ptr, ^ system/libziparchive/include/ziparchive/zip_archive.h:241:9: note: candidate function not viable: no known conversion from 'typename std::remove_reference<(lambda at packages/modules/adb/client/incremental_utils.cpp:326:20) &>::type' (aka '(lambda at packages/modules/adb/client/incremental_utils.cpp:326:20)') to 'std::function' (aka 'function)>') for 3rd argument int32_t StartIteration(ZipArchiveHandle archive, void** cookie_ptr, ^ packages/modules/adb/client/incremental_utils.cpp:159:39: error: too many arguments to function call, expected single argument '__filename', have 3 arguments v.erase(std::remove_if(v.begin(), v.end(), ~~~~~~~~~~~~~~ ^~~~~~~~ packages/modules/adb/client/incremental_utils.cpp:387:5: note: in instantiation of function template specialization 'incremental::unduplicate' requested here unduplicate(priorityBlocks); ^ /usr/include/stdio.h:157:12: note: 'remove' declared here extern int remove (const char *__filename) __THROW; ^ 4 errors generated. make[2]: *** [debian/system/adb.mk:80: packages/modules/adb/client/incremental_utils.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/<>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" --file=debian/system/adb.mk returned exit code 2 make[1]: *** [debian/rules:88: s/adb] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:45: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 From noreply at release.debian.org Sat Jul 13 05:39:06 2024 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 13 Jul 2024 04:39:06 +0000 Subject: [Android-tools-devel] android-platform-art REMOVED from testing Message-ID: FYI: The status of the android-platform-art source package in Debian's testing distribution has changed. Previous version: 14.0.0+r15-2 Current version: (not in testing) Hint: # 1072129 The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Wed Jul 24 19:32:06 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 24 Jul 2024 18:32:06 +0000 Subject: [Android-tools-devel] Processed: tagging 1074815, severity of 1074815 is serious, tagging 1075083, severity of 1075083 is serious ... References: <1721845030-167-bts-sebastic@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 1074815 + ftbfs Bug #1074815 [src:aptitude] aptitude: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074815 serious Bug #1074815 [src:aptitude] aptitude: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075083 + ftbfs Bug #1075083 [src:ident2] ident2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075083 serious Bug #1075083 [src:ident2] ident2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075683 + ftbfs Bug #1075683 [src:xskat] xskat: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075683 serious Bug #1075683 [src:xskat] xskat: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075185 + ftbfs Bug #1075185 [src:libmemcached-libmemcached-perl] libmemcached-libmemcached-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075185 serious Bug #1075185 [src:libmemcached-libmemcached-perl] libmemcached-libmemcached-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075607 + ftbfs Bug #1075607 [src:unifrac] unifrac: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075607 serious Bug #1075607 [src:unifrac] unifrac: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074798 + ftbfs Bug #1074798 [src:a56] a56: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074798 serious Bug #1074798 [src:a56] a56: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074799 + ftbfs Bug #1074799 [src:aces3] aces3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074799 serious Bug #1074799 [src:aces3] aces3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074800 + ftbfs Bug #1074800 [src:aewan] aewan: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074800 serious Bug #1074800 [src:aewan] aewan: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074801 + ftbfs Bug #1074801 [src:adios] adios: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074801 serious Bug #1074801 [src:adios] adios: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074802 + ftbfs Bug #1074802 [src:afdko] afdko: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074802 serious Bug #1074802 [src:afdko] afdko: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074803 + ftbfs Bug #1074803 [src:aggregate] aggregate: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074803 serious Bug #1074803 [src:aggregate] aggregate: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074804 + ftbfs Bug #1074804 [src:alpine] alpine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074804 serious Bug #1074804 [src:alpine] alpine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074805 + ftbfs Bug #1074805 [src:alevt] alevt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074805 serious Bug #1074805 [src:alevt] alevt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074806 + ftbfs Bug #1074806 [src:amanda] amanda: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074806 serious Bug #1074806 [src:amanda] amanda: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074807 + ftbfs Bug #1074807 [src:amiga-fdisk] amiga-fdisk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074807 serious Bug #1074807 [src:amiga-fdisk] amiga-fdisk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074808 + ftbfs Bug #1074808 [src:amideco] amideco: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074808 serious Bug #1074808 [src:amideco] amideco: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074809 + ftbfs Bug #1074809 [src:android-platform-build-kati] android-platform-build-kati: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074809 serious Bug #1074809 [src:android-platform-build-kati] android-platform-build-kati: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074810 + ftbfs Bug #1074810 [src:ample] ample: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074810 serious Bug #1074810 [src:ample] ample: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074811 + ftbfs Bug #1074811 [src:android-platform-tools] android-platform-tools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074811 serious Bug #1074811 [src:android-platform-tools] android-platform-tools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074812 + ftbfs Bug #1074812 [src:apr-util] apr-util: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074812 serious Bug #1074812 [src:apr-util] apr-util: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074813 + ftbfs Bug #1074813 [src:antennavis] antennavis: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074813 serious Bug #1074813 [src:antennavis] antennavis: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074814 + ftbfs Bug #1074814 [src:aprx] aprx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074814 serious Bug #1074814 [src:aprx] aprx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074817 + ftbfs Bug #1074817 [src:aravis] aravis: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074817 serious Bug #1074817 [src:aravis] aravis: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074818 + ftbfs Bug #1074818 [src:aribas] aribas: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074818 serious Bug #1074818 [src:aribas] aribas: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074819 + ftbfs Bug #1074819 [src:ascd] ascd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074819 serious Bug #1074819 [src:ascd] ascd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074820 + ftbfs Bug #1074820 [src:armnn] armnn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074820 serious Bug #1074820 [src:armnn] armnn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074821 + ftbfs Bug #1074821 [src:aseba] aseba: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074821 serious Bug #1074821 [src:aseba] aseba: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074822 + ftbfs Bug #1074822 [src:asmail] asmail: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074822 serious Bug #1074822 [src:asmail] asmail: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074823 + ftbfs Bug #1074823 [src:rapidjson] assimp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074823 serious Bug #1074823 [src:rapidjson] assimp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074824 + ftbfs Bug #1074824 [src:astropy] astropy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074824 serious Bug #1074824 [src:astropy] astropy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074825 + ftbfs Bug #1074825 [src:astropy-healpix] astropy-healpix: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074825 serious Bug #1074825 [src:astropy-healpix] astropy-healpix: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074826 + ftbfs Bug #1074826 [src:atlas-ecmwf] atlas-ecmwf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074826 serious Bug #1074826 [src:atlas-ecmwf] atlas-ecmwf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074827 + ftbfs Bug #1074827 [src:aubio] aubio: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074827 serious Bug #1074827 [src:aubio] aubio: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074828 + ftbfs Bug #1074828 [src:atril] atril: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074828 serious Bug #1074828 [src:atril] atril: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074829 + ftbfs Bug #1074829 [src:audacity] audacity: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074829 serious Bug #1074829 [src:audacity] audacity: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074830 + ftbfs Bug #1074830 [src:autolog] autolog: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074830 serious Bug #1074830 [src:autolog] autolog: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074831 + ftbfs Bug #1074831 [src:awesfx] awesfx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074831 serious Bug #1074831 [src:awesfx] awesfx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074832 + ftbfs Bug #1074832 [src:avro-c] avro-c: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074832 serious Bug #1074832 [src:avro-c] avro-c: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074833 + ftbfs Bug #1074833 [src:axiom] axiom: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074833 serious Bug #1074833 [src:axiom] axiom: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074834 + ftbfs Bug #1074834 [src:azure-uamqp-python] azure-uamqp-python: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074834 serious Bug #1074834 [src:azure-uamqp-python] azure-uamqp-python: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074835 + ftbfs Bug #1074835 [src:bali-phy] bali-phy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074835 serious Bug #1074835 [src:bali-phy] bali-phy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074836 + ftbfs Bug #1074836 [src:backuppc] backuppc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074836 serious Bug #1074836 [src:backuppc] backuppc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074837 + ftbfs Bug #1074837 [src:bambootracker] bambootracker: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074837 serious Bug #1074837 [src:bambootracker] bambootracker: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074838 + ftbfs Bug #1074838 [src:bcmatroska2] bcmatroska2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074838 serious Bug #1074838 [src:bcmatroska2] bcmatroska2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074839 + ftbfs Bug #1074839 [src:basemap] basemap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074839 serious Bug #1074839 [src:basemap] basemap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074840 + ftbfs Bug #1074840 [src:beav] beav: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074840 serious Bug #1074840 [src:beav] beav: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074841 + ftbfs Bug #1074841 [src:bglibs] bglibs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074841 serious Bug #1074841 [src:bglibs] bglibs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074842 + ftbfs Bug #1074842 [src:bibclean] bibclean: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074842 serious Bug #1074842 [src:bibclean] bibclean: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074843 + ftbfs Bug #1074843 [src:bibledit] bibledit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074843 serious Bug #1074843 [src:bibledit] bibledit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074845 + ftbfs Bug #1074845 [src:bibledit-cloud] bibledit-cloud: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074845 serious Bug #1074845 [src:bibledit-cloud] bibledit-cloud: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074846 + ftbfs Bug #1074846 [src:biometric-authentication] biometric-authentication: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074846 serious Bug #1074846 [src:biometric-authentication] biometric-authentication: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074847 + ftbfs Bug #1074847 [src:biosig] biosig: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074847 serious Bug #1074847 [src:biosig] biosig: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074848 + ftbfs Bug #1074848 [src:bitshuffle] bitshuffle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074848 serious Bug #1074848 [src:bitshuffle] bitshuffle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074849 + ftbfs Bug #1074849 [src:bladerf] bladerf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074849 serious Bug #1074849 [src:bladerf] bladerf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074850 + ftbfs Bug #1074850 [src:bmf] bmf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074850 serious Bug #1074850 [src:bmf] bmf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074851 + ftbfs Bug #1074851 [src:bochs] bochs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074851 serious Bug #1074851 [src:bochs] bochs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074852 + ftbfs Bug #1074852 [src:bottlerocket] bottlerocket: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074852 serious Bug #1074852 [src:bottlerocket] bottlerocket: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074853 + ftbfs Bug #1074853 [src:bornagain] bornagain: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074853 serious Bug #1074853 [src:bornagain] bornagain: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074854 + ftbfs Bug #1074854 [src:brasero] brasero: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074854 serious Bug #1074854 [src:brasero] brasero: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074855 + ftbfs Bug #1074855 [src:bpftrace] bpftrace: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074855 serious Bug #1074855 [src:bpftrace] bpftrace: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074856 + ftbfs Bug #1074856 [src:btyacc] btyacc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074856 serious Bug #1074856 [src:btyacc] btyacc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074857 + ftbfs Bug #1074857 [src:budgie-control-center] budgie-control-center: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074857 serious Bug #1074857 [src:budgie-control-center] budgie-control-center: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074858 + ftbfs Bug #1074858 [src:bup] bup: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074858 serious Bug #1074858 [src:bup] bup: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074860 + ftbfs Bug #1074860 [src:bwbasic] bwbasic: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074860 serious Bug #1074860 [src:bwbasic] bwbasic: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074861 + ftbfs Bug #1074861 [src:calculix-cgx] calculix-cgx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074861 serious Bug #1074861 [src:calculix-cgx] calculix-cgx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074862 + ftbfs Bug #1074862 [src:camv-rnd] camv-rnd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074862 serious Bug #1074862 [src:camv-rnd] camv-rnd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074863 + ftbfs Bug #1074863 [src:caribou] caribou: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074863 serious Bug #1074863 [src:caribou] caribou: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074864 + ftbfs Bug #1074864 [src:canna] canna: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074864 serious Bug #1074864 [src:canna] canna: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074865 + ftbfs Bug #1074865 [src:catdvi] catdvi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074865 serious Bug #1074865 [src:catdvi] catdvi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074866 + ftbfs Bug #1074866 [src:casacore] casacore: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074866 serious Bug #1074866 [src:casacore] casacore: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074868 + ftbfs Bug #1074868 [src:ccls] ccls: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074868 serious Bug #1074868 [src:ccls] ccls: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074869 + ftbfs Bug #1074869 [src:cbmc] cbmc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074869 serious Bug #1074869 [src:cbmc] cbmc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074870 + ftbfs Bug #1074870 [src:cdcd] cdcd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074870 serious Bug #1074870 [src:cdcd] cdcd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074871 + ftbfs Bug #1074871 [src:cde] cde: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074871 serious Bug #1074871 [src:cde] cde: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074872 + ftbfs Bug #1074872 [src:cdecl] cdecl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074872 serious Bug #1074872 [src:cdecl] cdecl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074874 + ftbfs Bug #1074874 [src:ceph] ceph: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074874 serious Bug #1074874 [src:ceph] ceph: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074875 + ftbfs Bug #1074875 [src:cen64] cen64: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074875 serious Bug #1074875 [src:cen64] cen64: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074877 + ftbfs Bug #1074877 [src:checkit-tiff] checkit-tiff: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074877 serious Bug #1074877 [src:checkit-tiff] checkit-tiff: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074878 + ftbfs Bug #1074878 [src:cheese] cheese: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074878 serious Bug #1074878 [src:cheese] cheese: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074879 + ftbfs Bug #1074879 [src:checkpw] checkpw: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074879 serious Bug #1074879 [src:checkpw] checkpw: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074880 + ftbfs Bug #1074880 [src:chessx] chessx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074880 serious Bug #1074880 [src:chessx] chessx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074882 + ftbfs Bug #1074882 [src:chntpw] chntpw: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074882 serious Bug #1074882 [src:chntpw] chntpw: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074885 + ftbfs Bug #1074885 [src:clipit] clipit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074885 serious Bug #1074885 [src:clipit] clipit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074886 + ftbfs Bug #1074886 [src:coda] coda: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074886 serious Bug #1074886 [src:coda] coda: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074887 + ftbfs Bug #1074887 [src:clisp] clisp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074887 serious Bug #1074887 [src:clisp] clisp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074888 + ftbfs Bug #1074888 [src:codelite] codelite: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074888 serious Bug #1074888 [src:codelite] codelite: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074889 + ftbfs Bug #1074889 [src:connman-gtk] connman-gtk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074889 serious Bug #1074889 [src:connman-gtk] connman-gtk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074890 + ftbfs Bug #1074890 [src:crack] crack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074890 serious Bug #1074890 [src:crack] crack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074892 + ftbfs Bug #1074892 [src:csh] csh: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074892 serious Bug #1074892 [src:csh] csh: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074894 + ftbfs Bug #1074894 [src:csound] csound: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074894 serious Bug #1074894 [src:csound] csound: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074895 + ftbfs Bug #1074895 [src:ctpl] ctpl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074895 serious Bug #1074895 [src:ctpl] ctpl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074896 + ftbfs Bug #1074896 [src:cvm] cvm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074896 serious Bug #1074896 [src:cvm] cvm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074898 + ftbfs Bug #1074898 [src:cwiid] cwiid: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074898 serious Bug #1074898 [src:cwiid] cwiid: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074899 + ftbfs Bug #1074899 [src:cyrus-sasl2] cyrus-sasl2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074899 serious Bug #1074899 [src:cyrus-sasl2] cyrus-sasl2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074902 + ftbfs Bug #1074902 [src:daq] daq: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074902 serious Bug #1074902 [src:daq] daq: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074903 + ftbfs Bug #1074903 [src:davix] davix: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074903 serious Bug #1074903 [src:davix] davix: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074904 + ftbfs Bug #1074904 [src:dealer] dealer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074904 serious Bug #1074904 [src:dealer] dealer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074905 + ftbfs Bug #1074905 [src:deepin-log-viewer] deepin-log-viewer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074905 serious Bug #1074905 [src:deepin-log-viewer] deepin-log-viewer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074906 + ftbfs Bug #1074906 [src:denemo] denemo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074906 serious Bug #1074906 [src:denemo] denemo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074907 + ftbfs Bug #1074907 [src:desproxy] desproxy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074907 serious Bug #1074907 [src:desproxy] desproxy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074911 + ftbfs Bug #1074911 [src:dillo] dillo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074911 serious Bug #1074911 [src:dillo] dillo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074912 + ftbfs Bug #1074912 [src:dircproxy] dircproxy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074912 serious Bug #1074912 [src:dircproxy] dircproxy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074913 + ftbfs Bug #1074913 [src:directfb] directfb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074913 serious Bug #1074913 [src:directfb] directfb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074914 + ftbfs Bug #1074914 [src:directvnc] directvnc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074914 serious Bug #1074914 [src:directvnc] directvnc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074915 + ftbfs Bug #1074915 [src:discount] discount: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074915 serious Bug #1074915 [src:discount] discount: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074917 + ftbfs Bug #1074917 [src:discord-rpc] discord-rpc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074917 serious Bug #1074917 [src:discord-rpc] discord-rpc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074919 + ftbfs Bug #1074919 [src:dot-forward] dot-forward: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074919 serious Bug #1074919 [src:dot-forward] dot-forward: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074920 + ftbfs Bug #1074920 [src:dolfinx-mpc] dolfinx-mpc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074920 serious Bug #1074920 [src:dolfinx-mpc] dolfinx-mpc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074921 + ftbfs Bug #1074921 [src:dsh] dsh: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074921 serious Bug #1074921 [src:dsh] dsh: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074922 + ftbfs Bug #1074922 [src:dssi] dssi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074922 serious Bug #1074922 [src:dssi] dssi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074923 + ftbfs Bug #1074923 [src:dsniff] dsniff: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074923 serious Bug #1074923 [src:dsniff] dsniff: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074924 + ftbfs Bug #1074924 [src:dump1090-mutability] dump1090-mutability: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074924 serious Bug #1074924 [src:dump1090-mutability] dump1090-mutability: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074925 + ftbfs Bug #1074925 [src:dvi2dvi] dvi2dvi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074925 serious Bug #1074925 [src:dvi2dvi] dvi2dvi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074926 + ftbfs Bug #1074926 [src:dwgsim] dwgsim: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074926 serious Bug #1074926 [src:dwgsim] dwgsim: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074927 + ftbfs Bug #1074927 [src:dx] dx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074927 serious Bug #1074927 [src:dx] dx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074928 + ftbfs Bug #1074928 [src:easyh10] easyh10: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074928 serious Bug #1074928 [src:easyh10] easyh10: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074929 + ftbfs Bug #1074929 [src:eb] eb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074929 serious Bug #1074929 [src:eb] eb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074931 + ftbfs Bug #1074931 [src:ecryptfs-utils] ecryptfs-utils: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074931 serious Bug #1074931 [src:ecryptfs-utils] ecryptfs-utils: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074933 + ftbfs Bug #1074933 [src:electric-fence] electric-fence: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074933 serious Bug #1074933 [src:electric-fence] electric-fence: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074934 + ftbfs Bug #1074934 [src:elvis-tiny] elvis-tiny: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074934 serious Bug #1074934 [src:elvis-tiny] elvis-tiny: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074935 + ftbfs Bug #1074935 [src:elk] elk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074935 serious Bug #1074935 [src:elk] elk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074936 + ftbfs Bug #1074936 [src:emacs] emacs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074936 serious Bug #1074936 [src:emacs] emacs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074937 + ftbfs Bug #1074937 [src:empire-hub] empire-hub: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074937 serious Bug #1074937 [src:empire-hub] empire-hub: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074938 + ftbfs Bug #1074938 [src:epic4] epic4: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074938 serious Bug #1074938 [src:epic4] epic4: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074939 + ftbfs Bug #1074939 [src:eperl] eperl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074939 serious Bug #1074939 [src:eperl] eperl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074940 + ftbfs Bug #1074940 [src:eterm] eterm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074940 serious Bug #1074940 [src:eterm] eterm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074941 + ftbfs Bug #1074941 [src:eso-midas] eso-midas: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074941 serious Bug #1074941 [src:eso-midas] eso-midas: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074943 + ftbfs Bug #1074943 [src:fairymax] fairymax: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074943 serious Bug #1074943 [src:fairymax] fairymax: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074944 + ftbfs Bug #1074944 [src:faiss] faiss: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074944 serious Bug #1074944 [src:faiss] faiss: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074945 + ftbfs Bug #1074945 [src:fakeroot] fakeroot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074945 serious Bug #1074945 [src:fakeroot] fakeroot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074946 + ftbfs Bug #1074946 [src:fastforward] fastforward: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074946 serious Bug #1074946 [src:fastforward] fastforward: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074948 + ftbfs Bug #1074948 [src:fcrackzip] fcrackzip: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074948 serious Bug #1074948 [src:fcrackzip] fcrackzip: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074949 + ftbfs Bug #1074949 [src:fdclone] fdclone: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074949 serious Bug #1074949 [src:fdclone] fdclone: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074950 + ftbfs Bug #1074950 [src:fdm] fdm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074950 serious Bug #1074950 [src:fdm] fdm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074951 + ftbfs Bug #1074951 [src:fenics-dolfinx] fenics-dolfinx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074951 serious Bug #1074951 [src:fenics-dolfinx] fenics-dolfinx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074953 + ftbfs Bug #1074953 [src:ferret-vis] ferret-vis: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074953 serious Bug #1074953 [src:ferret-vis] ferret-vis: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074954 + ftbfs Bug #1074954 [src:ffproxy] ffproxy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074954 serious Bug #1074954 [src:ffproxy] ffproxy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074955 + ftbfs Bug #1074955 [src:fftw] fftw: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074955 serious Bug #1074955 [src:fftw] fftw: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074956 + ftbfs Bug #1074956 [src:filter] filter: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074956 serious Bug #1074956 [src:filter] filter: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074957 + ftbfs Bug #1074957 [src:file-kanji] file-kanji: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074957 serious Bug #1074957 [src:file-kanji] file-kanji: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074958 + ftbfs Bug #1074958 [src:finalcut] finalcut: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074958 serious Bug #1074958 [src:finalcut] finalcut: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074960 + ftbfs Bug #1074960 [src:floatbg] floatbg: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074960 serious Bug #1074960 [src:floatbg] floatbg: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074962 + ftbfs Bug #1074962 [src:fort-validator] fort-validator: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074962 serious Bug #1074962 [src:fort-validator] fort-validator: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074963 + ftbfs Bug #1074963 [src:foma] foma: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074963 serious Bug #1074963 [src:foma] foma: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074964 + ftbfs Bug #1074964 [src:francine] francine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074964 serious Bug #1074964 [src:francine] francine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074965 + ftbfs Bug #1074965 [src:freecdb] freecdb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074965 serious Bug #1074965 [src:freecdb] freecdb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074966 + ftbfs Bug #1074966 [src:freedroidrpg] freedroidrpg: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074966 serious Bug #1074966 [src:freedroidrpg] freedroidrpg: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074967 + ftbfs Bug #1074967 [src:freeorion] freeorion: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074967 serious Bug #1074967 [src:freeorion] freeorion: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074968 + ftbfs Bug #1074968 [src:freewnn] freewnn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074968 serious Bug #1074968 [src:freewnn] freewnn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074969 + ftbfs Bug #1074969 [src:freerdp2] freerdp2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074969 serious Bug #1074969 [src:freerdp2] freerdp2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074971 + ftbfs Bug #1074971 [src:fteqcc] fteqcc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074971 serious Bug #1074971 [src:fteqcc] fteqcc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074972 + ftbfs Bug #1074972 [src:ftpmirror] ftpmirror: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074972 serious Bug #1074972 [src:ftpmirror] ftpmirror: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074973 + ftbfs Bug #1074973 [src:fungw] fungw: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074973 serious Bug #1074973 [src:fungw] fungw: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074974 + ftbfs Bug #1074974 [src:fvwm] fvwm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074974 serious Bug #1074974 [src:fvwm] fvwm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074975 + ftbfs Bug #1074975 [src:fvwm3] fvwm3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074975 serious Bug #1074975 [src:fvwm3] fvwm3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074976 + ftbfs Bug #1074976 [src:fweb] fweb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074976 serious Bug #1074976 [src:fweb] fweb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074977 + ftbfs Bug #1074977 [src:ganglia] ganglia: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074977 serious Bug #1074977 [src:ganglia] ganglia: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074978 + ftbfs Bug #1074978 [src:gaviotatb] gaviotatb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074978 serious Bug #1074978 [src:gaviotatb] gaviotatb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074979 + ftbfs Bug #1074979 [src:garmin-forerunner-tools] garmin-forerunner-tools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074979 serious Bug #1074979 [src:garmin-forerunner-tools] garmin-forerunner-tools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074980 + ftbfs Bug #1074980 [src:gcin] gcin: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074980 serious Bug #1074980 [src:gcin] gcin: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074981 + ftbfs Bug #1074981 [src:gdl] gdl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074981 serious Bug #1074981 [src:gdl] gdl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074982 + ftbfs Bug #1074982 [src:gecode] gecode: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074982 serious Bug #1074982 [src:gecode] gecode: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074983 + ftbfs Bug #1074983 [src:geki3] geki3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074983 serious Bug #1074983 [src:geki3] geki3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074984 + ftbfs Bug #1074984 [src:geki2] geki2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074984 serious Bug #1074984 [src:geki2] geki2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074985 + ftbfs Bug #1074985 [src:genders] genders: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074985 serious Bug #1074985 [src:genders] genders: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074987 + ftbfs Bug #1074987 [src:genht] genht: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074987 serious Bug #1074987 [src:genht] genht: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074988 + ftbfs Bug #1074988 [src:gerris] gerris: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074988 serious Bug #1074988 [src:gerris] gerris: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074989 + ftbfs Bug #1074989 [src:getdns] getdns: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074989 serious Bug #1074989 [src:getdns] getdns: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074990 + ftbfs Bug #1074990 [src:geventhttpclient] geventhttpclient: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074990 serious Bug #1074990 [src:geventhttpclient] geventhttpclient: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074991 + ftbfs Bug #1074991 [src:gf2x] gf2x: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074991 serious Bug #1074991 [src:gf2x] gf2x: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074992 + ftbfs Bug #1074992 [src:gftp] gftp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074992 serious Bug #1074992 [src:gftp] gftp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074993 + ftbfs Bug #1074993 [src:ggobi] ggobi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074993 serious Bug #1074993 [src:ggobi] ggobi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074995 + ftbfs Bug #1074995 [src:ghostess] ghostess: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074995 serious Bug #1074995 [src:ghostess] ghostess: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074996 + ftbfs Bug #1074996 [src:ghostscript] ghostscript: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074996 serious Bug #1074996 [src:ghostscript] ghostscript: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074997 + ftbfs Bug #1074997 [src:giggle] giggle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074997 serious Bug #1074997 [src:giggle] giggle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074999 + ftbfs Bug #1074999 [src:gimp-gap] gimp-gap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074999 serious Bug #1074999 [src:gimp-gap] gimp-gap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075000 + ftbfs Bug #1075000 [src:gimp-plugin-registry] gimp-plugin-registry: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075000 serious Bug #1075000 [src:gimp-plugin-registry] gimp-plugin-registry: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075002 + ftbfs Bug #1075002 [src:gkrellm-mailwatch] gkrellm-mailwatch: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075002 serious Bug #1075002 [src:gkrellm-mailwatch] gkrellm-mailwatch: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075003 + ftbfs Bug #1075003 [src:giza] giza: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075003 serious Bug #1075003 [src:giza] giza: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075004 + ftbfs Bug #1075004 [src:gkrellm-radio] gkrellm-radio: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075004 serious Bug #1075004 [src:gkrellm-radio] gkrellm-radio: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075005 + ftbfs Bug #1075005 [src:gkrellm-reminder] gkrellm-reminder: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075005 serious Bug #1075005 [src:gkrellm-reminder] gkrellm-reminder: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075006 + ftbfs Bug #1075006 [src:gkrellm-thinkbat] gkrellm-thinkbat: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075006 serious Bug #1075006 [src:gkrellm-thinkbat] gkrellm-thinkbat: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075007 + ftbfs Bug #1075007 [src:gkrellm-xkb] gkrellm-xkb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075007 serious Bug #1075007 [src:gkrellm-xkb] gkrellm-xkb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075008 + ftbfs Bug #1075008 [src:gkrellshoot] gkrellshoot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075008 serious Bug #1075008 [src:gkrellshoot] gkrellshoot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075009 + ftbfs Bug #1075009 [src:glabels] glabels: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075009 serious Bug #1075009 [src:glabels] glabels: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075014 + ftbfs Bug #1075014 [src:gmerlin] gmerlin: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075014 serious Bug #1075014 [src:gmerlin] gmerlin: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075015 + ftbfs Bug #1075015 [src:gmanedit] gmanedit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075015 serious Bug #1075015 [src:gmanedit] gmanedit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075016 + ftbfs Bug #1075016 [src:gmerlin-avdecoder] gmerlin-avdecoder: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075016 serious Bug #1075016 [src:gmerlin-avdecoder] gmerlin-avdecoder: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075017 + ftbfs Bug #1075017 [src:gmpc] gmpc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075017 serious Bug #1075017 [src:gmpc] gmpc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075018 + ftbfs Bug #1075018 [src:gmerlin-encoders] gmerlin-encoders: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075018 serious Bug #1075018 [src:gmerlin-encoders] gmerlin-encoders: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075019 + ftbfs Bug #1075019 [src:gmpc-plugins] gmpc-plugins: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075019 serious Bug #1075019 [src:gmpc-plugins] gmpc-plugins: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075020 + ftbfs Bug #1075020 [src:gngb] gngb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075020 serious Bug #1075020 [src:gngb] gngb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075021 + ftbfs Bug #1075021 [src:gmrender-resurrect] gmrender-resurrect: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075021 serious Bug #1075021 [src:gmrender-resurrect] gmrender-resurrect: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075022 + ftbfs Bug #1075022 [src:gnomad2] gnomad2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075022 serious Bug #1075022 [src:gnomad2] gnomad2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075023 + ftbfs Bug #1075023 [src:gnome-boxes] gnome-boxes: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075023 serious Bug #1075023 [src:gnome-boxes] gnome-boxes: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075024 + ftbfs Bug #1075024 [src:gnome-dvb-daemon] gnome-dvb-daemon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075024 serious Bug #1075024 [src:gnome-dvb-daemon] gnome-dvb-daemon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075025 + ftbfs Bug #1075025 [src:gnome-font-viewer] gnome-font-viewer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075025 serious Bug #1075025 [src:gnome-font-viewer] gnome-font-viewer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075026 + ftbfs Bug #1075026 [src:gnome-paint] gnome-paint: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075026 serious Bug #1075026 [src:gnome-paint] gnome-paint: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075027 + ftbfs Bug #1075027 [src:gnome-shell-extension-manager] gnome-shell-extension-manager: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075027 serious Bug #1075027 [src:gnome-shell-extension-manager] gnome-shell-extension-manager: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075028 + ftbfs Bug #1075028 [src:gnome-system-tools] gnome-system-tools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075028 serious Bug #1075028 [src:gnome-system-tools] gnome-system-tools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075029 + ftbfs Bug #1075029 [src:gnucobol3] gnucobol3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075029 serious Bug #1075029 [src:gnucobol3] gnucobol3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075031 + ftbfs Bug #1075031 [src:gnunet] gnunet: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075031 serious Bug #1075031 [src:gnunet] gnunet: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075032 + ftbfs Bug #1075032 [src:goban] goban: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075032 serious Bug #1075032 [src:goban] goban: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075033 + ftbfs Bug #1075033 [src:goo] goo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075033 serious Bug #1075033 [src:goo] goo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075034 + ftbfs Bug #1075034 [src:goocanvas-2.0] goocanvas-2.0: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075034 serious Bug #1075034 [src:goocanvas-2.0] goocanvas-2.0: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075035 + ftbfs Bug #1075035 [src:gperiodic] gperiodic: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075035 serious Bug #1075035 [src:gperiodic] gperiodic: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075036 + ftbfs Bug #1075036 [src:gphoto2] gphoto2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075036 serious Bug #1075036 [src:gphoto2] gphoto2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075037 + ftbfs Bug #1075037 [src:gr-gsm] gr-gsm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075037 serious Bug #1075037 [src:gr-gsm] gr-gsm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075039 + ftbfs Bug #1075039 [src:gramophone2] gramophone2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075039 serious Bug #1075039 [src:gramophone2] gramophone2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075040 + ftbfs Bug #1075040 [src:graphviz] graphviz: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075040 serious Bug #1075040 [src:graphviz] graphviz: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075042 + ftbfs Bug #1075042 [src:gridengine] gridengine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075042 serious Bug #1075042 [src:gridengine] gridengine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075043 + ftbfs Bug #1075043 [src:gringotts] gringotts: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075043 serious Bug #1075043 [src:gringotts] gringotts: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075044 + ftbfs Bug #1075044 [src:groonga] groonga: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075044 serious Bug #1075044 [src:groonga] groonga: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075045 + ftbfs Bug #1075045 [src:grpc] grpc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075045 serious Bug #1075045 [src:grpc] grpc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075046 + ftbfs Bug #1075046 [src:grpn] grpn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075046 serious Bug #1075046 [src:grpn] grpn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075048 + ftbfs Bug #1075048 [src:gtetrinet] gtetrinet: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075048 serious Bug #1075048 [src:gtetrinet] gtetrinet: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075049 + ftbfs Bug #1075049 [src:gsequencer] gsequencer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075049 serious Bug #1075049 [src:gsequencer] gsequencer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075050 + ftbfs Bug #1075050 [src:gtk+2.0] gtk+2.0: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075050 serious Bug #1075050 [src:gtk+2.0] gtk+2.0: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075051 + ftbfs Bug #1075051 [src:gtk-vector-screenshot] gtk-vector-screenshot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075051 serious Bug #1075051 [src:gtk-vector-screenshot] gtk-vector-screenshot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075052 + ftbfs Bug #1075052 [src:gtksheet] gtksheet: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075052 serious Bug #1075052 [src:gtksheet] gtksheet: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075053 + ftbfs Bug #1075053 [src:gtkam] gtkam: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075053 serious Bug #1075053 [src:gtkam] gtkam: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075054 + ftbfs Bug #1075054 [src:gudhi] gudhi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075054 serious Bug #1075054 [src:gudhi] gudhi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075055 + ftbfs Bug #1075055 [src:gtksourceview3] gtksourceview3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075055 serious Bug #1075055 [src:gtksourceview3] gtksourceview3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075056 + ftbfs Bug #1075056 [src:gutenprint] gutenprint: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075056 serious Bug #1075056 [src:gutenprint] gutenprint: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075057 + ftbfs Bug #1075057 [src:gxr] gxr: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075057 serious Bug #1075057 [src:gxr] gxr: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075058 + ftbfs Bug #1075058 [src:h2o] h2o: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075058 serious Bug #1075058 [src:h2o] h2o: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075059 + ftbfs Bug #1075059 [src:haskell-hsopenssl] haskell-hsopenssl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075059 serious Bug #1075059 [src:haskell-hsopenssl] haskell-hsopenssl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075060 + ftbfs Bug #1075060 [src:hasciicam] hasciicam: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075060 serious Bug #1075060 [src:hasciicam] hasciicam: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075061 + ftbfs Bug #1075061 [src:haskell-libxml-sax] haskell-libxml-sax: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075061 serious Bug #1075061 [src:haskell-libxml-sax] haskell-libxml-sax: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075062 + ftbfs Bug #1075062 [src:hdf-eos4] hdf-eos4: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075062 serious Bug #1075062 [src:hdf-eos4] hdf-eos4: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075063 + ftbfs Bug #1075063 [src:hdf5] hdf5: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075063 serious Bug #1075063 [src:hdf5] hdf5: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075064 + ftbfs Bug #1075064 [src:heimdal] heimdal: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075064 serious Bug #1075064 [src:heimdal] heimdal: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075065 + ftbfs Bug #1075065 [src:heaptrack] heaptrack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075065 serious Bug #1075065 [src:heaptrack] heaptrack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075066 + ftbfs Bug #1075066 [src:hfst] hfst: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075066 serious Bug #1075066 [src:hfst] hfst: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075067 + ftbfs Bug #1075067 [src:hfsutils] hfsutils: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075067 serious Bug #1075067 [src:hfsutils] hfsutils: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075069 + ftbfs Bug #1075069 [src:hplip] hplip: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075069 serious Bug #1075069 [src:hplip] hplip: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075070 + ftbfs Bug #1075070 [src:hpsockd] hpsockd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075070 serious Bug #1075070 [src:hpsockd] hpsockd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075071 + ftbfs Bug #1075071 [src:hts-nim-tools] hts-nim-tools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075071 serious Bug #1075071 [src:hts-nim-tools] hts-nim-tools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075072 + ftbfs Bug #1075072 [src:httperf] httperf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075072 serious Bug #1075072 [src:httperf] httperf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075073 + ftbfs Bug #1075073 [src:hugs98] hugs98: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075073 serious Bug #1075073 [src:hugs98] hugs98: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075074 + ftbfs Bug #1075074 [src:hunt] hunt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075074 serious Bug #1075074 [src:hunt] hunt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075075 + ftbfs Bug #1075075 [src:hylafax] hylafax: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075075 serious Bug #1075075 [src:hylafax] hylafax: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075076 + ftbfs Bug #1075076 [src:i2util] i2util: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075076 serious Bug #1075076 [src:i2util] i2util: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075077 + ftbfs Bug #1075077 [src:hypre] hypre: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075077 serious Bug #1075077 [src:hypre] hypre: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075078 + ftbfs Bug #1075078 [src:i810switch] i810switch: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075078 serious Bug #1075078 [src:i810switch] i810switch: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075080 + ftbfs Bug #1075080 [src:icmpush] icmpush: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075080 serious Bug #1075080 [src:icmpush] icmpush: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075082 + ftbfs Bug #1075082 [src:icon] icon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075082 serious Bug #1075082 [src:icon] icon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075085 + ftbfs Bug #1075085 [src:ifeffit] ifeffit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075085 serious Bug #1075085 [src:ifeffit] ifeffit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075087 + ftbfs Bug #1075087 [src:ignition-physics] ignition-physics: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075087 serious Bug #1075087 [src:ignition-physics] ignition-physics: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075090 + ftbfs Bug #1075090 [src:inventor] inventor: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075090 serious Bug #1075090 [src:inventor] inventor: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075091 + ftbfs Bug #1075091 [src:invada-studio-plugins-lv2] invada-studio-plugins-lv2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075091 serious Bug #1075091 [src:invada-studio-plugins-lv2] invada-studio-plugins-lv2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075092 + ftbfs Bug #1075092 [src:ipfm] ipfm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075092 serious Bug #1075092 [src:ipfm] ipfm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075093 + ftbfs Bug #1075093 [src:iraf] iraf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075093 serious Bug #1075093 [src:iraf] iraf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075094 + ftbfs Bug #1075094 [src:ipsvd] ipsvd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075094 serious Bug #1075094 [src:ipsvd] ipsvd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075096 + ftbfs Bug #1075096 [src:itk3] itk3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075096 serious Bug #1075096 [src:itk3] itk3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075097 + ftbfs Bug #1075097 [src:jack-tools] jack-tools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075097 serious Bug #1075097 [src:jack-tools] jack-tools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075098 + ftbfs Bug #1075098 [src:java-gnome] java-gnome: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075098 serious Bug #1075098 [src:java-gnome] java-gnome: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075099 + ftbfs Bug #1075099 [src:jamin] jamin: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075099 serious Bug #1075099 [src:jamin] jamin: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075100 + ftbfs Bug #1075100 [src:jikespg] jikespg: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075100 serious Bug #1075100 [src:jikespg] jikespg: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075101 + ftbfs Bug #1075101 [src:jeex] jeex: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075101 serious Bug #1075101 [src:jeex] jeex: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075102 + ftbfs Bug #1075102 [src:jpy] jpy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075102 serious Bug #1075102 [src:jpy] jpy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075103 + ftbfs Bug #1075103 [src:jnettop] jnettop: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075103 serious Bug #1075103 [src:jnettop] jnettop: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075104 + ftbfs Bug #1075104 [src:juman] juman: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075104 serious Bug #1075104 [src:juman] juman: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075105 + ftbfs Bug #1075105 [src:jxrlib] jxrlib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075105 serious Bug #1075105 [src:jxrlib] jxrlib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075108 + ftbfs Bug #1075108 [src:kasumi] kasumi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075108 serious Bug #1075108 [src:kasumi] kasumi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075109 + ftbfs Bug #1075109 [src:kbd] kbd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075109 serious Bug #1075109 [src:kbd] kbd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075110 + ftbfs Bug #1075110 [src:kbuild] kbuild: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075110 serious Bug #1075110 [src:kbuild] kbuild: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075111 + ftbfs Bug #1075111 [src:kilo] kilo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075111 serious Bug #1075111 [src:kilo] kilo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075115 + ftbfs Bug #1075115 [src:klystrack] klystrack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075115 serious Bug #1075115 [src:klystrack] klystrack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075116 + ftbfs Bug #1075116 [src:knxd] knxd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075116 serious Bug #1075116 [src:knxd] knxd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075117 + ftbfs Bug #1075117 [src:kodi] kodi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075117 serious Bug #1075117 [src:kodi] kodi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075118 + ftbfs Bug #1075118 [src:kodi-pvr-teleboy] kodi-pvr-teleboy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075118 serious Bug #1075118 [src:kodi-pvr-teleboy] kodi-pvr-teleboy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075119 + ftbfs Bug #1075119 [src:kodi-pvr-waipu] kodi-pvr-waipu: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075119 serious Bug #1075119 [src:kodi-pvr-waipu] kodi-pvr-waipu: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075120 + ftbfs Bug #1075120 [src:kodi-pvr-zattoo] kodi-pvr-zattoo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075120 serious Bug #1075120 [src:kodi-pvr-zattoo] kodi-pvr-zattoo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075121 + ftbfs Bug #1075121 [src:komposter] komposter: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075121 serious Bug #1075121 [src:komposter] komposter: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075122 + ftbfs Bug #1075122 [src:krunner] krunner: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075122 serious Bug #1075122 [src:krunner] krunner: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075123 + ftbfs Bug #1075123 [src:kseexpr] kseexpr: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075123 serious Bug #1075123 [src:kseexpr] kseexpr: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075124 + ftbfs Bug #1075124 [src:kylin-burner] kylin-burner: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075124 serious Bug #1075124 [src:kylin-burner] kylin-burner: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075125 + ftbfs Bug #1075125 [src:lablgl] lablgl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075125 serious Bug #1075125 [src:lablgl] lablgl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075126 + ftbfs Bug #1075126 [src:lablgtk3] lablgtk3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075126 serious Bug #1075126 [src:lablgtk3] lablgtk3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075130 + ftbfs Bug #1075130 [src:latencytop] latencytop: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075130 serious Bug #1075130 [src:latencytop] latencytop: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075131 + ftbfs Bug #1075131 [src:latexila] latexila: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075131 serious Bug #1075131 [src:latexila] latexila: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075132 + ftbfs Bug #1075132 [src:ldapvi] ldapvi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075132 serious Bug #1075132 [src:ldapvi] ldapvi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075133 + ftbfs Bug #1075133 [src:levee] levee: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075133 serious Bug #1075133 [src:levee] levee: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075134 + ftbfs Bug #1075134 [src:leatherman] leatherman: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075134 serious Bug #1075134 [src:leatherman] leatherman: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075135 + ftbfs Bug #1075135 [src:level-zero] level-zero: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075135 serious Bug #1075135 [src:level-zero] level-zero: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075136 + ftbfs Bug #1075136 [src:lfortran] lfortran: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075136 serious Bug #1075136 [src:lfortran] lfortran: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075137 + ftbfs Bug #1075137 [src:libapache-mod-auth-radius] libapache-mod-auth-radius: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075137 serious Bug #1075137 [src:libapache-mod-auth-radius] libapache-mod-auth-radius: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075138 + ftbfs Bug #1075138 [src:libace-perl] libace-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075138 serious Bug #1075138 [src:libace-perl] libace-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075139 + ftbfs Bug #1075139 [src:libapache2-mod-authn-sasl] libapache2-mod-authn-sasl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075139 serious Bug #1075139 [src:libapache2-mod-authn-sasl] libapache2-mod-authn-sasl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075140 + ftbfs Bug #1075140 [src:libapache-mod-log-sql] libapache-mod-log-sql: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075140 serious Bug #1075140 [src:libapache-mod-log-sql] libapache-mod-log-sql: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075141 + ftbfs Bug #1075141 [src:libapache2-mod-encoding] libapache2-mod-encoding: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075141 serious Bug #1075141 [src:libapache2-mod-encoding] libapache2-mod-encoding: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075142 + ftbfs Bug #1075142 [src:libapache2-mod-qos] libapache2-mod-qos: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075142 serious Bug #1075142 [src:libapache2-mod-qos] libapache2-mod-qos: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075143 + ftbfs Bug #1075143 [src:libappimage] libappimage: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075143 serious Bug #1075143 [src:libappimage] libappimage: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075144 + ftbfs Bug #1075144 [src:libapr-memcache] libapr-memcache: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075144 serious Bug #1075144 [src:libapr-memcache] libapr-memcache: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075146 + ftbfs Bug #1075146 [src:libauthen-sasl-xs-perl] libauthen-sasl-xs-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075146 serious Bug #1075146 [src:libauthen-sasl-xs-perl] libauthen-sasl-xs-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075153 + ftbfs Bug #1075153 [src:libbpp-seq] libbpp-seq: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075153 serious Bug #1075153 [src:libbpp-seq] libbpp-seq: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075154 + ftbfs Bug #1075154 [src:libbpp-seq-omics] libbpp-seq-omics: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075154 serious Bug #1075154 [src:libbpp-seq-omics] libbpp-seq-omics: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075155 + ftbfs Bug #1075155 [src:libccp4] libccp4: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075155 serious Bug #1075155 [src:libccp4] libccp4: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075156 + ftbfs Bug #1075156 [src:libcereal] libcereal: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075156 serious Bug #1075156 [src:libcereal] libcereal: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075157 + ftbfs Bug #1075157 [src:libcddb] libcddb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075157 serious Bug #1075157 [src:libcddb] libcddb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075158 + ftbfs Bug #1075158 [src:libcli] libcli: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075158 serious Bug #1075158 [src:libcli] libcli: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075159 + ftbfs Bug #1075159 [src:libcgns] libcgns: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075159 serious Bug #1075159 [src:libcgns] libcgns: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075160 + ftbfs Bug #1075160 [src:libcompface] libcompface: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075160 serious Bug #1075160 [src:libcompface] libcompface: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075161 + ftbfs Bug #1075161 [src:libcrypt-u2f-server-perl] libcrypt-u2f-server-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075161 serious Bug #1075161 [src:libcrypt-u2f-server-perl] libcrypt-u2f-server-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075162 + ftbfs Bug #1075162 [src:libdbi-drivers] libdbi-drivers: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075162 serious Bug #1075162 [src:libdbi-drivers] libdbi-drivers: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075163 + ftbfs Bug #1075163 [src:libdigidoc] libdigidoc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075163 serious Bug #1075163 [src:libdigidoc] libdigidoc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075165 + ftbfs Bug #1075165 [src:libdmapsharing] libdmapsharing: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075165 serious Bug #1075165 [src:libdmapsharing] libdmapsharing: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075166 + ftbfs Bug #1075166 [src:libexplain] libexplain: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075166 serious Bug #1075166 [src:libexplain] libexplain: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075167 + ftbfs Bug #1075167 [src:libfm] libfm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075167 serious Bug #1075167 [src:libfm] libfm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075168 + ftbfs Bug #1075168 [src:libgctp] libgctp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075168 serious Bug #1075168 [src:libgctp] libgctp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075169 + ftbfs Bug #1075169 [src:libgda5] libgda5: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075169 serious Bug #1075169 [src:libgda5] libgda5: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075170 + ftbfs Bug #1075170 [src:libgdchart-gd2] libgdchart-gd2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075170 serious Bug #1075170 [src:libgdchart-gd2] libgdchart-gd2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075171 + ftbfs Bug #1075171 [src:libgpod] libgpod: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075171 serious Bug #1075171 [src:libgpod] libgpod: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075172 + ftbfs Bug #1075172 [src:libgraphics-libplot-perl] libgraphics-libplot-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075172 serious Bug #1075172 [src:libgraphics-libplot-perl] libgraphics-libplot-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075175 + ftbfs Bug #1075175 [src:libkal] libkal: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075175 serious Bug #1075175 [src:libkal] libkal: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075176 + ftbfs Bug #1075176 [src:libkdumpfile] libkdumpfile: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075176 serious Bug #1075176 [src:libkdumpfile] libkdumpfile: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075178 + ftbfs Bug #1075178 [src:libkysdk-base] libkysdk-base: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075178 serious Bug #1075178 [src:libkysdk-base] libkysdk-base: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075180 + ftbfs Bug #1075180 [src:libliftoff] libliftoff: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075180 serious Bug #1075180 [src:libliftoff] libliftoff: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075183 + ftbfs Bug #1075183 [src:libmcrypt] libmcrypt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075183 serious Bug #1075183 [src:libmcrypt] libmcrypt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075187 + ftbfs Bug #1075187 [src:libmoe] libmoe: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075187 serious Bug #1075187 [src:libmoe] libmoe: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075188 + ftbfs Bug #1075188 [src:libmpc] libmpc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075188 serious Bug #1075188 [src:libmpc] libmpc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075189 + ftbfs Bug #1075189 [src:libmpd] libmpd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075189 serious Bug #1075189 [src:libmpd] libmpd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075191 + ftbfs Bug #1075191 [src:libncl] libncl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075191 serious Bug #1075191 [src:libncl] libncl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075195 + ftbfs Bug #1075195 [src:liboggplay] liboggplay: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075195 serious Bug #1075195 [src:liboggplay] liboggplay: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075196 + ftbfs Bug #1075196 [src:libopendbx] libopendbx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075196 serious Bug #1075196 [src:libopendbx] libopendbx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075197 + ftbfs Bug #1075197 [src:libprelude] libprelude: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075197 serious Bug #1075197 [src:libprelude] libprelude: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075198 + ftbfs Bug #1075198 [src:libpsortb] libpsortb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075198 serious Bug #1075198 [src:libpsortb] libpsortb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075199 + ftbfs Bug #1075199 [src:libpwiz] libpwiz: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075199 serious Bug #1075199 [src:libpwiz] libpwiz: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075200 + ftbfs Bug #1075200 [src:libreadline-java] libreadline-java: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075200 serious Bug #1075200 [src:libreadline-java] libreadline-java: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075201 + ftbfs Bug #1075201 [src:libre] libre: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075201 serious Bug #1075201 [src:libre] libre: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075202 + ftbfs Bug #1075202 [src:librnd] librnd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075202 serious Bug #1075202 [src:librnd] librnd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075204 + ftbfs Bug #1075204 [src:libskk] libskk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075204 serious Bug #1075204 [src:libskk] libskk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075205 + ftbfs Bug #1075205 [src:libslow5lib] libslow5lib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075205 serious Bug #1075205 [src:libslow5lib] libslow5lib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075206 + ftbfs Bug #1075206 [src:libsnl] libsnl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075206 serious Bug #1075206 [src:libsnl] libsnl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075208 + ftbfs Bug #1075208 [src:libstatgen] libstatgen: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075208 serious Bug #1075208 [src:libstatgen] libstatgen: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075209 + ftbfs Bug #1075209 [src:libstb] libstb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075209 serious Bug #1075209 [src:libstb] libstb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075210 + ftbfs Bug #1075210 [src:libstorj] libstorj: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075210 serious Bug #1075210 [src:libstorj] libstorj: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075212 + ftbfs Bug #1075212 [src:libtcod] libtcod: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075212 serious Bug #1075212 [src:libtcod] libtcod: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075214 + ftbfs Bug #1075214 [src:libtext-unaccent-perl] libtext-unaccent-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075214 serious Bug #1075214 [src:libtext-unaccent-perl] libtext-unaccent-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075215 + ftbfs Bug #1075215 [src:libtranscript] libtranscript: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075215 serious Bug #1075215 [src:libtranscript] libtranscript: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075216 + ftbfs Bug #1075216 [src:libvformat] libvformat: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075216 serious Bug #1075216 [src:libvformat] libvformat: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075217 + ftbfs Bug #1075217 [src:libxaw3dxft] libxaw3dxft: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075217 serious Bug #1075217 [src:libxaw3dxft] libxaw3dxft: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075218 + ftbfs Bug #1075218 [src:libx86] libx86: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075218 serious Bug #1075218 [src:libx86] libx86: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075220 + ftbfs Bug #1075220 [src:liece] liece: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075220 serious Bug #1075220 [src:liece] liece: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075221 + ftbfs Bug #1075221 [src:libxmltok] libxmltok: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075221 serious Bug #1075221 [src:libxmltok] libxmltok: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075223 + ftbfs Bug #1075223 [src:linphone] linphone: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075223 serious Bug #1075223 [src:linphone] linphone: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075224 + ftbfs Bug #1075224 [src:linux-atm] linux-atm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075224 serious Bug #1075224 [src:linux-atm] linux-atm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075225 + ftbfs Bug #1075225 [src:linux-ftpd-ssl] linux-ftpd-ssl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075225 serious Bug #1075225 [src:linux-ftpd-ssl] linux-ftpd-ssl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075226 + ftbfs Bug #1075226 [src:linux86] linux86: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075226 serious Bug #1075226 [src:linux86] linux86: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075227 + ftbfs Bug #1075227 [src:linuxtv-dvb-apps] linuxtv-dvb-apps: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075227 serious Bug #1075227 [src:linuxtv-dvb-apps] linuxtv-dvb-apps: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075228 + ftbfs Bug #1075228 [src:lisaac] lisaac: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075228 serious Bug #1075228 [src:lisaac] lisaac: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075229 + ftbfs Bug #1075229 [src:lmemory] lmemory: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075229 serious Bug #1075229 [src:lmemory] lmemory: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075231 + ftbfs Bug #1075231 [src:looking-glass] looking-glass: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075231 serious Bug #1075231 [src:looking-glass] looking-glass: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075232 + ftbfs Bug #1075232 [src:lookup] lookup: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075232 serious Bug #1075232 [src:lookup] lookup: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075233 + ftbfs Bug #1075233 [src:loqui] loqui: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075233 serious Bug #1075233 [src:loqui] loqui: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075234 + ftbfs Bug #1075234 [src:lordsawar] lordsawar: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075234 serious Bug #1075234 [src:lordsawar] lordsawar: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075236 + ftbfs Bug #1075236 [src:lp-solve] lp-solve: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075236 serious Bug #1075236 [src:lp-solve] lp-solve: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075237 + ftbfs Bug #1075237 [src:lpr] lpr: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075237 serious Bug #1075237 [src:lpr] lpr: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075238 + ftbfs Bug #1075238 [src:lrzsz] lrzsz: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075238 serious Bug #1075238 [src:lrzsz] lrzsz: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075239 + ftbfs Bug #1075239 [src:lua-sql] lua-sql: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075239 serious Bug #1075239 [src:lua-sql] lua-sql: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075240 + ftbfs Bug #1075240 [src:lua-svn] lua-svn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075240 serious Bug #1075240 [src:lua-svn] lua-svn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075242 + ftbfs Bug #1075242 [src:lwipv6] lwipv6: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075242 serious Bug #1075242 [src:lwipv6] lwipv6: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075243 + ftbfs Bug #1075243 [src:lxpanel] lxpanel: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075243 serious Bug #1075243 [src:lxpanel] lxpanel: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075244 + ftbfs Bug #1075244 [src:lxsession] lxsession: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075244 serious Bug #1075244 [src:lxsession] lxsession: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075245 + ftbfs Bug #1075245 [src:lxterminal] lxterminal: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075245 serious Bug #1075245 [src:lxterminal] lxterminal: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075246 + ftbfs Bug #1075246 [src:mactelnet] mactelnet: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075246 serious Bug #1075246 [src:mactelnet] mactelnet: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075247 + ftbfs Bug #1075247 [src:macaulay2] macaulay2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075247 serious Bug #1075247 [src:macaulay2] macaulay2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075248 + ftbfs Bug #1075248 [src:magicfilter] magicfilter: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075248 serious Bug #1075248 [src:magicfilter] magicfilter: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075249 + ftbfs Bug #1075249 [src:magic] magic: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075249 serious Bug #1075249 [src:magic] magic: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075251 + ftbfs Bug #1075251 [src:mame] mame: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075251 serious Bug #1075251 [src:mame] mame: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075253 + ftbfs Bug #1075253 [src:maq] maq: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075253 serious Bug #1075253 [src:maq] maq: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075254 + ftbfs Bug #1075254 [src:maqview] maqview: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075254 serious Bug #1075254 [src:maqview] maqview: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075255 + ftbfs Bug #1075255 [src:matanza] matanza: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075255 serious Bug #1075255 [src:matanza] matanza: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075256 + ftbfs Bug #1075256 [src:mariadb-connector-python] mariadb-connector-python: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075256 serious Bug #1075256 [src:mariadb-connector-python] mariadb-connector-python: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075257 + ftbfs Bug #1075257 [src:matchbox-desktop] matchbox-desktop: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075257 serious Bug #1075257 [src:matchbox-desktop] matchbox-desktop: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075258 + ftbfs Bug #1075258 [src:mate-applets] mate-applets: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075258 serious Bug #1075258 [src:mate-applets] mate-applets: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075259 + ftbfs Bug #1075259 [src:mate-settings-daemon] mate-settings-daemon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075259 serious Bug #1075259 [src:mate-settings-daemon] mate-settings-daemon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075260 + ftbfs Bug #1075260 [src:mayavi2] mayavi2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075260 serious Bug #1075260 [src:mayavi2] mayavi2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075261 + ftbfs Bug #1075261 [src:mccode] mccode: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075261 serious Bug #1075261 [src:mccode] mccode: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075262 + ftbfs Bug #1075262 [src:mbedtls] mbedtls: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075262 serious Bug #1075262 [src:mbedtls] mbedtls: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075263 + ftbfs Bug #1075263 [src:mcpp] mcpp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075263 serious Bug #1075263 [src:mcpp] mcpp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075264 + ftbfs Bug #1075264 [src:mergelog] mergelog: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075264 serious Bug #1075264 [src:mergelog] mergelog: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075266 + ftbfs Bug #1075266 [src:mgetty] mgetty: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075266 serious Bug #1075266 [src:mgetty] mgetty: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075267 + ftbfs Bug #1075267 [src:mgba] mgba: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075267 serious Bug #1075267 [src:mgba] mgba: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075268 + ftbfs Bug #1075268 [src:mgt] mgt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075268 serious Bug #1075268 [src:mgt] mgt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075269 + ftbfs Bug #1075269 [src:mhash] mhash: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075269 serious Bug #1075269 [src:mhash] mhash: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075270 + ftbfs Bug #1075270 [src:mia] mia: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075270 serious Bug #1075270 [src:mia] mia: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075271 + ftbfs Bug #1075271 [src:microdc2] microdc2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075271 serious Bug #1075271 [src:microdc2] microdc2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075273 + ftbfs Bug #1075273 [src:mindthegap] mindthegap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075273 serious Bug #1075273 [src:mindthegap] mindthegap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075274 + ftbfs Bug #1075274 [src:minetest] minetest: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075274 serious Bug #1075274 [src:minetest] minetest: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075275 + ftbfs Bug #1075275 [src:mingw-w64] mingw-w64: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075275 serious Bug #1075275 [src:mingw-w64] mingw-w64: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075276 + ftbfs Bug #1075276 [src:minimac4] minimac4: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075276 serious Bug #1075276 [src:minimac4] minimac4: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075277 + ftbfs Bug #1075277 [src:mir] mir: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075277 serious Bug #1075277 [src:mir] mir: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075278 + ftbfs Bug #1075278 [src:mlpack] mlpack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075278 serious Bug #1075278 [src:mlpack] mlpack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075279 + ftbfs Bug #1075279 [src:mlpy] mlpy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075279 serious Bug #1075279 [src:mlpy] mlpy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075280 + ftbfs Bug #1075280 [src:mmh] mmh: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075280 serious Bug #1075280 [src:mmh] mmh: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075282 + ftbfs Bug #1075282 [src:moarvm] moarvm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075282 serious Bug #1075282 [src:moarvm] moarvm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075283 + ftbfs Bug #1075283 [src:monero] monero: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075283 serious Bug #1075283 [src:monero] monero: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075284 + ftbfs Bug #1075284 [src:mono] mono: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075284 serious Bug #1075284 [src:mono] mono: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075285 + ftbfs Bug #1075285 [src:mopac7] mopac7: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075285 serious Bug #1075285 [src:mopac7] mopac7: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075286 + ftbfs Bug #1075286 [src:morla] morla: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075286 serious Bug #1075286 [src:morla] morla: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075287 + ftbfs Bug #1075287 [src:morse] morse: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075287 serious Bug #1075287 [src:morse] morse: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075288 + ftbfs Bug #1075288 [src:mosdepth] mosdepth: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075288 serious Bug #1075288 [src:mosdepth] mosdepth: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075289 + ftbfs Bug #1075289 [src:motif] motif: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075289 serious Bug #1075289 [src:motif] motif: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075290 + ftbfs Bug #1075290 [src:mpb] mpb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075290 serious Bug #1075290 [src:mpb] mpb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075291 + ftbfs Bug #1075291 [src:mpg321] mpg321: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075291 serious Bug #1075291 [src:mpg321] mpg321: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075292 + ftbfs Bug #1075292 [src:mpich] mpich: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075292 serious Bug #1075292 [src:mpich] mpich: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075293 + ftbfs Bug #1075293 [src:mpqc] mpqc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075293 serious Bug #1075293 [src:mpqc] mpqc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075296 + ftbfs Bug #1075296 [src:mtpaint] mtpaint: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075296 serious Bug #1075296 [src:mtpaint] mtpaint: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075297 + ftbfs Bug #1075297 [src:muffin] muffin: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075297 serious Bug #1075297 [src:muffin] muffin: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075298 + ftbfs Bug #1075298 [src:muparserx] muparserx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075298 serious Bug #1075298 [src:muparserx] muparserx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075301 + ftbfs Bug #1075301 [src:mutt] mutt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075301 serious Bug #1075301 [src:mutt] mutt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075302 + ftbfs Bug #1075302 [src:nam] nam: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075302 serious Bug #1075302 [src:nam] nam: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075304 + ftbfs Bug #1075304 [src:nas] nas: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075304 serious Bug #1075304 [src:nas] nas: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075305 + ftbfs Bug #1075305 [src:nat] nat: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075305 serious Bug #1075305 [src:nat] nat: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075306 + ftbfs Bug #1075306 [src:navit] navit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075306 serious Bug #1075306 [src:navit] navit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075307 + ftbfs Bug #1075307 [src:ncbi-tools6] ncbi-tools6: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075307 serious Bug #1075307 [src:ncbi-tools6] ncbi-tools6: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075308 + ftbfs Bug #1075308 [src:ncl] ncl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075308 serious Bug #1075308 [src:ncl] ncl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075310 + ftbfs Bug #1075310 [src:netcat] netcat: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075310 serious Bug #1075310 [src:netcat] netcat: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075311 + ftbfs Bug #1075311 [src:netdiag] netdiag: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075311 serious Bug #1075311 [src:netdiag] netdiag: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075312 + ftbfs Bug #1075312 [src:netmaze] netmaze: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075312 serious Bug #1075312 [src:netmaze] netmaze: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075313 + ftbfs Bug #1075313 [src:netris] netris: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075313 serious Bug #1075313 [src:netris] netris: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075314 + ftbfs Bug #1075314 [src:nfs-ganesha] nfs-ganesha: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075314 serious Bug #1075314 [src:nfs-ganesha] nfs-ganesha: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075315 + ftbfs Bug #1075315 [src:ng] ng: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075315 serious Bug #1075315 [src:ng] ng: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075316 + ftbfs Bug #1075316 [src:ngspice] ngspice: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075316 serious Bug #1075316 [src:ngspice] ngspice: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075317 + ftbfs Bug #1075317 [src:nipy] nipy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075317 serious Bug #1075317 [src:nipy] nipy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075318 + ftbfs Bug #1075318 [src:notion] notion: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075318 serious Bug #1075318 [src:notion] notion: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075319 + ftbfs Bug #1075319 [src:notify-osd] notify-osd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075319 serious Bug #1075319 [src:notify-osd] notify-osd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075321 + ftbfs Bug #1075321 [src:ns2] ns2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075321 serious Bug #1075321 [src:ns2] ns2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075323 + ftbfs Bug #1075323 [src:nstreams] nstreams: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075323 serious Bug #1075323 [src:nstreams] nstreams: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075324 + ftbfs Bug #1075324 [src:ntcard] ntcard: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075324 serious Bug #1075324 [src:ntcard] ntcard: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075325 + ftbfs Bug #1075325 [src:nullidentd] nullidentd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075325 serious Bug #1075325 [src:nullidentd] nullidentd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075326 + ftbfs Bug #1075326 [src:nvi] nvi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075326 serious Bug #1075326 [src:nvi] nvi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075327 + ftbfs Bug #1075327 [src:obs-studio] obs-studio: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075327 serious Bug #1075327 [src:obs-studio] obs-studio: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075328 + ftbfs Bug #1075328 [src:nyquist] nyquist: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075328 serious Bug #1075328 [src:nyquist] nyquist: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075329 + ftbfs Bug #1075329 [src:ocaml-lo] ocaml-lo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075329 serious Bug #1075329 [src:ocaml-lo] ocaml-lo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075330 + ftbfs Bug #1075330 [src:omega-rpg] omega-rpg: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075330 serious Bug #1075330 [src:omega-rpg] omega-rpg: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075331 + ftbfs Bug #1075331 [src:octave] octave: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075331 serious Bug #1075331 [src:octave] octave: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075332 + ftbfs Bug #1075332 [src:octomap] octomap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075332 serious Bug #1075332 [src:octomap] octomap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075333 + ftbfs Bug #1075333 [src:onednn] onednn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075333 serious Bug #1075333 [src:onednn] onednn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075335 + ftbfs Bug #1075335 [src:openbabel] openbabel: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075335 serious Bug #1075335 [src:openbabel] openbabel: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075336 + ftbfs Bug #1075336 [src:opencascade] opencascade: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075336 serious Bug #1075336 [src:opencascade] opencascade: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075337 + ftbfs Bug #1075337 [src:opencc] opencc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075337 serious Bug #1075337 [src:opencc] opencc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075338 + ftbfs Bug #1075338 [src:opencpn] opencpn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075338 serious Bug #1075338 [src:opencpn] opencpn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075339 + ftbfs Bug #1075339 [src:opendkim] opendkim: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075339 serious Bug #1075339 [src:opendkim] opendkim: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075340 + ftbfs Bug #1075340 [src:openfst] openfst: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075340 serious Bug #1075340 [src:openfst] openfst: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075341 + ftbfs Bug #1075341 [src:openhpi] openhpi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075341 serious Bug #1075341 [src:openhpi] openhpi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075342 + ftbfs Bug #1075342 [src:openjfx] openjfx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075342 serious Bug #1075342 [src:openjfx] openjfx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075344 + ftbfs Bug #1075344 [src:openmw] openmw: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075344 serious Bug #1075344 [src:openmw] openmw: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075345 + ftbfs Bug #1075345 [src:openvpn-auth-ldap] openvpn-auth-ldap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075345 serious Bug #1075345 [src:openvpn-auth-ldap] openvpn-auth-ldap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075346 + ftbfs Bug #1075346 [src:openwince-jtag] openwince-jtag: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075346 serious Bug #1075346 [src:openwince-jtag] openwince-jtag: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075349 + ftbfs Bug #1075349 [src:opustags] opustags: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075349 serious Bug #1075349 [src:opustags] opustags: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075351 + ftbfs Bug #1075351 [src:osinfo-db-tools] osinfo-db-tools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075351 serious Bug #1075351 [src:osinfo-db-tools] osinfo-db-tools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075353 + ftbfs Bug #1075353 [src:osmo-iuh] osmo-iuh: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075353 serious Bug #1075353 [src:osmo-iuh] osmo-iuh: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075354 + ftbfs Bug #1075354 [src:pachi] pachi: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075354 serious Bug #1075354 [src:pachi] pachi: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075356 + ftbfs Bug #1075356 [src:pacparser] pacparser: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075356 serious Bug #1075356 [src:pacparser] pacparser: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075357 + ftbfs Bug #1075357 [src:pam-krb5-migrate] pam-krb5-migrate: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075357 serious Bug #1075357 [src:pam-krb5-migrate] pam-krb5-migrate: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075358 + ftbfs Bug #1075358 [src:pam-ssh-agent-auth] pam-ssh-agent-auth: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075358 serious Bug #1075358 [src:pam-ssh-agent-auth] pam-ssh-agent-auth: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075361 + ftbfs Bug #1075361 [src:parasail] parasail: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075361 serious Bug #1075361 [src:parasail] parasail: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075362 + ftbfs Bug #1075362 [src:parcellite] parcellite: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075362 serious Bug #1075362 [src:parcellite] parcellite: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075363 + ftbfs Bug #1075363 [src:pccts] pccts: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075363 serious Bug #1075363 [src:pccts] pccts: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075365 + ftbfs Bug #1075365 [src:pcmanfm] pcmanfm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075365 serious Bug #1075365 [src:pcmanfm] pcmanfm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075366 + ftbfs Bug #1075366 [src:pcsxr] pcsxr: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075366 serious Bug #1075366 [src:pcsxr] pcsxr: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075367 + ftbfs Bug #1075367 [src:pcre3] pcre3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075367 serious Bug #1075367 [src:pcre3] pcre3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075368 + ftbfs Bug #1075368 [src:pd-creb] pd-creb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075368 serious Bug #1075368 [src:pd-creb] pd-creb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075369 + ftbfs Bug #1075369 [src:pd-cyclone] pd-cyclone: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075369 serious Bug #1075369 [src:pd-cyclone] pd-cyclone: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075370 + ftbfs Bug #1075370 [src:pd-ext13] pd-ext13: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075370 serious Bug #1075370 [src:pd-ext13] pd-ext13: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075371 + ftbfs Bug #1075371 [src:pd-flite] pd-flite: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075371 serious Bug #1075371 [src:pd-flite] pd-flite: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075372 + ftbfs Bug #1075372 [src:pd-ggee] pd-ggee: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075372 serious Bug #1075372 [src:pd-ggee] pd-ggee: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075373 + ftbfs Bug #1075373 [src:pd-iemlib] pd-iemlib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075373 serious Bug #1075373 [src:pd-iemlib] pd-iemlib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075375 + ftbfs Bug #1075375 [src:pd-unauthorized] pd-unauthorized: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075375 serious Bug #1075375 [src:pd-unauthorized] pd-unauthorized: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075376 + ftbfs Bug #1075376 [src:pd-tclpd] pd-tclpd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075376 serious Bug #1075376 [src:pd-tclpd] pd-tclpd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075377 + ftbfs Bug #1075377 [src:perl-tk] perl-tk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075377 serious Bug #1075377 [src:perl-tk] perl-tk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075378 + ftbfs Bug #1075378 [src:perl4caml] perl4caml: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075378 serious Bug #1075378 [src:perl4caml] perl4caml: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075379 + ftbfs Bug #1075379 [src:pesign] pesign: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075379 serious Bug #1075379 [src:pesign] pesign: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075380 + ftbfs Bug #1075380 [src:petsc] petsc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075380 serious Bug #1075380 [src:petsc] petsc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075381 + ftbfs Bug #1075381 [src:pg-checksums] pg-checksums: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075381 serious Bug #1075381 [src:pg-checksums] pg-checksums: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075382 + ftbfs Bug #1075382 [src:phasex] phasex: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075382 serious Bug #1075382 [src:phasex] phasex: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075383 + ftbfs Bug #1075383 [src:phast] phast: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075383 serious Bug #1075383 [src:phast] phast: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075384 + ftbfs Bug #1075384 [src:php-pinba] php-pinba: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075384 serious Bug #1075384 [src:php-pinba] php-pinba: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075385 + ftbfs Bug #1075385 [src:phnxdeco] phnxdeco: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075385 serious Bug #1075385 [src:phnxdeco] phnxdeco: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075386 + ftbfs Bug #1075386 [src:php-zmq] php-zmq: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075386 serious Bug #1075386 [src:php-zmq] php-zmq: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075387 + ftbfs Bug #1075387 [src:pipebench] pipebench: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075387 serious Bug #1075387 [src:pipebench] pipebench: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075388 + ftbfs Bug #1075388 [src:pidgin-nateon] pidgin-nateon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075388 serious Bug #1075388 [src:pidgin-nateon] pidgin-nateon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075389 + ftbfs Bug #1075389 [src:pkcs11-proxy] pkcs11-proxy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075389 serious Bug #1075389 [src:pkcs11-proxy] pkcs11-proxy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075391 + ftbfs Bug #1075391 [src:ploticus] ploticus: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075391 serious Bug #1075391 [src:ploticus] ploticus: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075392 + ftbfs Bug #1075392 [src:pluma] pluma: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075392 serious Bug #1075392 [src:pluma] pluma: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075393 + ftbfs Bug #1075393 [src:pocl] pocl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075393 serious Bug #1075393 [src:pocl] pocl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075394 + ftbfs Bug #1075394 [src:pong2] pong2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075394 serious Bug #1075394 [src:pong2] pong2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075396 + ftbfs Bug #1075396 [src:prctl] prctl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075396 serious Bug #1075396 [src:prctl] prctl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075397 + ftbfs Bug #1075397 [src:prime-phylo] prime-phylo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075397 serious Bug #1075397 [src:prime-phylo] prime-phylo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075398 + ftbfs Bug #1075398 [src:procmail] procmail: ftbfs with GCC-14 Ignoring request to alter tags of bug #1075398 to the same tags previously set > severity 1075398 serious Bug #1075398 [src:procmail] procmail: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075399 + ftbfs Bug #1075399 [src:psicode] psicode: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075399 serious Bug #1075399 [src:psicode] psicode: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075400 + ftbfs Bug #1075400 [src:pth] pth: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075400 serious Bug #1075400 [src:pth] pth: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075401 + ftbfs Bug #1075401 [src:puf] puf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075401 serious Bug #1075401 [src:puf] puf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075402 + ftbfs Bug #1075402 [src:pushover] pushover: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075402 serious Bug #1075402 [src:pushover] pushover: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075404 + ftbfs Bug #1075404 [src:py-postgresql] py-postgresql: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075404 serious Bug #1075404 [src:py-postgresql] py-postgresql: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075405 + ftbfs Bug #1075405 [src:pxlib] pxlib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075405 serious Bug #1075405 [src:pxlib] pxlib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075406 + ftbfs Bug #1075406 [src:py-radix] py-radix: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075406 serious Bug #1075406 [src:py-radix] py-radix: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075409 + ftbfs Bug #1075409 [src:pyliblo] pyliblo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075409 serious Bug #1075409 [src:pyliblo] pyliblo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075410 + ftbfs Bug #1075410 [src:pyregion] pyregion: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075410 serious Bug #1075410 [src:pyregion] pyregion: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075411 + ftbfs Bug #1075411 [src:python-av] python-av: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075411 serious Bug #1075411 [src:python-av] python-av: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075412 + ftbfs Bug #1075412 [src:python-datrie] python-datrie: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075412 serious Bug #1075412 [src:python-datrie] python-datrie: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075413 + ftbfs Bug #1075413 [src:python-axolotl-curve25519] python-axolotl-curve25519: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075413 serious Bug #1075413 [src:python-axolotl-curve25519] python-axolotl-curve25519: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075414 + ftbfs Bug #1075414 [src:python-drizzle] python-drizzle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075414 serious Bug #1075414 [src:python-drizzle] python-drizzle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075416 + ftbfs Bug #1075416 [src:python-librtmp] python-librtmp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075416 serious Bug #1075416 [src:python-librtmp] python-librtmp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075418 + ftbfs Bug #1075418 [src:python-multidict] python-multidict: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075418 serious Bug #1075418 [src:python-multidict] python-multidict: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075419 + ftbfs Bug #1075419 [src:python-pairix] python-pairix: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075419 serious Bug #1075419 [src:python-pairix] python-pairix: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075420 + ftbfs Bug #1075420 [src:python-pyo] python-pyo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075420 serious Bug #1075420 [src:python-pyo] python-pyo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075422 + ftbfs Bug #1075422 [src:python-rapidjson] python-rapidjson: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075422 serious Bug #1075422 [src:python-rapidjson] python-rapidjson: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075424 + ftbfs Bug #1075424 [src:python-xmlsec] python-xmlsec: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075424 serious Bug #1075424 [src:python-xmlsec] python-xmlsec: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075427 + ftbfs Bug #1075427 [src:qdbm] qdbm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075427 serious Bug #1075427 [src:qdbm] qdbm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075429 + ftbfs Bug #1075429 [src:qt6-webengine] qt6-webengine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075429 serious Bug #1075429 [src:qt6-webengine] qt6-webengine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075430 + ftbfs Bug #1075430 [src:qtlocation-opensource-src] qtlocation-opensource-src: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075430 serious Bug #1075430 [src:qtlocation-opensource-src] qtlocation-opensource-src: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075432 + ftbfs Bug #1075432 [src:quesoglc] quesoglc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075432 serious Bug #1075432 [src:quesoglc] quesoglc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075433 + ftbfs Bug #1075433 [src:qzxing] qzxing: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075433 serious Bug #1075433 [src:qzxing] qzxing: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075434 + ftbfs Bug #1075434 [src:randtype] randtype: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075434 serious Bug #1075434 [src:randtype] randtype: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075435 + ftbfs Bug #1075435 [src:rapmap] rapmap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075435 serious Bug #1075435 [src:rapmap] rapmap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075436 + ftbfs Bug #1075436 [src:raspell] raspell: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075436 serious Bug #1075436 [src:raspell] raspell: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075437 + ftbfs Bug #1075437 [src:rbdoom3bfg] rbdoom3bfg: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075437 serious Bug #1075437 [src:rbdoom3bfg] rbdoom3bfg: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075438 + ftbfs Bug #1075438 [src:readline] readline: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075438 serious Bug #1075438 [src:readline] readline: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075439 + ftbfs Bug #1075439 [src:rdkit] rdkit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075439 serious Bug #1075439 [src:rdkit] rdkit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075440 + ftbfs Bug #1075440 [src:recode] recode: ftbfs with GCC-14 Ignoring request to alter tags of bug #1075440 to the same tags previously set > severity 1075440 serious Bug #1075440 [src:recode] recode: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075441 + ftbfs Bug #1075441 [src:recoverdm] recoverdm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075441 serious Bug #1075441 [src:recoverdm] recoverdm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075442 + ftbfs Bug #1075442 [src:reglookup] reglookup: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075442 serious Bug #1075442 [src:reglookup] reglookup: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075443 + ftbfs Bug #1075443 [src:rep-gtk] rep-gtk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075443 serious Bug #1075443 [src:rep-gtk] rep-gtk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075444 + ftbfs Bug #1075444 [src:restinio] restinio: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075444 serious Bug #1075444 [src:restinio] restinio: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075445 + ftbfs Bug #1075445 [src:reprozip] reprozip: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075445 serious Bug #1075445 [src:reprozip] reprozip: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075446 + ftbfs Bug #1075446 [src:ring] ring: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075446 serious Bug #1075446 [src:ring] ring: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075447 + ftbfs Bug #1075447 [src:rman] rman: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075447 serious Bug #1075447 [src:rman] rman: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075448 + ftbfs Bug #1075448 [src:rlottie] rlottie: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075448 serious Bug #1075448 [src:rlottie] rlottie: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075449 + ftbfs Bug #1075449 [src:robot-testing-framework] robot-testing-framework: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075449 serious Bug #1075449 [src:robot-testing-framework] robot-testing-framework: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075450 + ftbfs Bug #1075450 [src:rocm-smi-lib] rocm-smi-lib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075450 serious Bug #1075450 [src:rocm-smi-lib] rocm-smi-lib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075451 + ftbfs Bug #1075451 [src:route-rnd] route-rnd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075451 serious Bug #1075451 [src:route-rnd] route-rnd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075452 + ftbfs Bug #1075452 [src:rplay] rplay: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075452 serious Bug #1075452 [src:rplay] rplay: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075453 + ftbfs Bug #1075453 [src:ruamel.yaml.clib] ruamel.yaml.clib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075453 serious Bug #1075453 [src:ruamel.yaml.clib] ruamel.yaml.clib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075454 + ftbfs Bug #1075454 [src:ruby-cbor] ruby-cbor: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075454 serious Bug #1075454 [src:ruby-cbor] ruby-cbor: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075455 + ftbfs Bug #1075455 [src:ruby-augeas] ruby-augeas: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075455 serious Bug #1075455 [src:ruby-augeas] ruby-augeas: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075456 + ftbfs Bug #1075456 [src:ruby-cool.io] ruby-cool.io: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075456 serious Bug #1075456 [src:ruby-cool.io] ruby-cool.io: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075457 + ftbfs Bug #1075457 [src:ruby-eb] ruby-eb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075457 serious Bug #1075457 [src:ruby-eb] ruby-eb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075458 + ftbfs Bug #1075458 [src:ruby-curses] ruby-curses: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075458 serious Bug #1075458 [src:ruby-curses] ruby-curses: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075459 + ftbfs Bug #1075459 [src:ruby-fast-xs] ruby-fast-xs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075459 serious Bug #1075459 [src:ruby-fast-xs] ruby-fast-xs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075460 + ftbfs Bug #1075460 [src:ruby-gnome] ruby-gnome: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075460 serious Bug #1075460 [src:ruby-gnome] ruby-gnome: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075461 + ftbfs Bug #1075461 [src:ruby-gd] ruby-gd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075461 serious Bug #1075461 [src:ruby-gd] ruby-gd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075462 + ftbfs Bug #1075462 [src:ruby-gsl] ruby-gsl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075462 serious Bug #1075462 [src:ruby-gsl] ruby-gsl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075463 + ftbfs Bug #1075463 [src:ruby-hdfeos5] ruby-hdfeos5: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075463 serious Bug #1075463 [src:ruby-hdfeos5] ruby-hdfeos5: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075464 + ftbfs Bug #1075464 [src:ruby-hiredis] ruby-hiredis: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075464 serious Bug #1075464 [src:ruby-hiredis] ruby-hiredis: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075465 + ftbfs Bug #1075465 [src:ruby-ldap] ruby-ldap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075465 serious Bug #1075465 [src:ruby-ldap] ruby-ldap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075466 + ftbfs Bug #1075466 [src:ruby-mmap2] ruby-mmap2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075466 serious Bug #1075466 [src:ruby-mmap2] ruby-mmap2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075467 + ftbfs Bug #1075467 [src:ruby-msgpack] ruby-msgpack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075467 serious Bug #1075467 [src:ruby-msgpack] ruby-msgpack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075468 + ftbfs Bug #1075468 [src:ruby-nfc] ruby-nfc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075468 serious Bug #1075468 [src:ruby-nfc] ruby-nfc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075469 + ftbfs Bug #1075469 [src:ruby-ncurses] ruby-ncurses: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075469 serious Bug #1075469 [src:ruby-ncurses] ruby-ncurses: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075470 + ftbfs Bug #1075470 [src:ruby-nio4r] ruby-nio4r: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075470 serious Bug #1075470 [src:ruby-nio4r] ruby-nio4r: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075471 + ftbfs Bug #1075471 [src:ruby-odbc] ruby-odbc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075471 serious Bug #1075471 [src:ruby-odbc] ruby-odbc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075472 + ftbfs Bug #1075472 [src:ruby-posix-spawn] ruby-posix-spawn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075472 serious Bug #1075472 [src:ruby-posix-spawn] ruby-posix-spawn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075473 + ftbfs Bug #1075473 [src:ruby-prometheus-client-mmap] ruby-prometheus-client-mmap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075473 serious Bug #1075473 [src:ruby-prometheus-client-mmap] ruby-prometheus-client-mmap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075474 + ftbfs Bug #1075474 [src:ruby-rbtrace] ruby-rbtrace: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075474 serious Bug #1075474 [src:ruby-rbtrace] ruby-rbtrace: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075475 + ftbfs Bug #1075475 [src:ruby-rdiscount] ruby-rdiscount: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075475 serious Bug #1075475 [src:ruby-rdiscount] ruby-rdiscount: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075476 + ftbfs Bug #1075476 [src:ruby-serialport] ruby-serialport: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075476 serious Bug #1075476 [src:ruby-serialport] ruby-serialport: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075477 + ftbfs Bug #1075477 [src:ruby-rjb] ruby-rjb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075477 serious Bug #1075477 [src:ruby-rjb] ruby-rjb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075478 + ftbfs Bug #1075478 [src:ruby-sqlite3] ruby-sqlite3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075478 serious Bug #1075478 [src:ruby-sqlite3] ruby-sqlite3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075479 + ftbfs Bug #1075479 [src:ruby-tioga] ruby-tioga: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075479 serious Bug #1075479 [src:ruby-tioga] ruby-tioga: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075480 + ftbfs Bug #1075480 [src:ruby-uconv] ruby-uconv: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075480 serious Bug #1075480 [src:ruby-uconv] ruby-uconv: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075481 + ftbfs Bug #1075481 [src:ruby-tokyocabinet] ruby-tokyocabinet: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075481 serious Bug #1075481 [src:ruby-tokyocabinet] ruby-tokyocabinet: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075482 + ftbfs Bug #1075482 [src:ruby-unicode] ruby-unicode: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075482 serious Bug #1075482 [src:ruby-unicode] ruby-unicode: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075483 + ftbfs Bug #1075483 [src:ruby-xmlparser] ruby-xmlparser: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075483 serious Bug #1075483 [src:ruby-xmlparser] ruby-xmlparser: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075485 + ftbfs Bug #1075485 [src:sa-exim] sa-exim: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075485 serious Bug #1075485 [src:sa-exim] sa-exim: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075486 + ftbfs Bug #1075486 [src:salmon] salmon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075486 serious Bug #1075486 [src:salmon] salmon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075487 + ftbfs Bug #1075487 [src:savvy] savvy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075487 serious Bug #1075487 [src:savvy] savvy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075488 + ftbfs Bug #1075488 [src:scalapack] scalapack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075488 serious Bug #1075488 [src:scalapack] scalapack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075489 + ftbfs Bug #1075489 [src:sc] sc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075489 serious Bug #1075489 [src:sc] sc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075490 + ftbfs Bug #1075490 [src:sch-rnd] sch-rnd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075490 serious Bug #1075490 [src:sch-rnd] sch-rnd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075492 + ftbfs Bug #1075492 [src:scheme48] scheme48: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075492 serious Bug #1075492 [src:scheme48] scheme48: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075493 + ftbfs Bug #1075493 [src:schroot] schroot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075493 serious Bug #1075493 [src:schroot] schroot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075495 + ftbfs Bug #1075495 [src:scotch] scotch: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075495 serious Bug #1075495 [src:scotch] scotch: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075496 + ftbfs Bug #1075496 [src:sdbus-cpp] sdbus-cpp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075496 serious Bug #1075496 [src:sdbus-cpp] sdbus-cpp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075497 + ftbfs Bug #1075497 [src:sdl-mixer1.2] sdl-mixer1.2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075497 serious Bug #1075497 [src:sdl-mixer1.2] sdl-mixer1.2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075498 + ftbfs Bug #1075498 [src:sdl-image1.2] sdl-image1.2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075498 serious Bug #1075498 [src:sdl-image1.2] sdl-image1.2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075500 + ftbfs Bug #1075500 [src:seahorse] seahorse: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075500 serious Bug #1075500 [src:seahorse] seahorse: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075501 + ftbfs Bug #1075501 [src:sendfile] sendfile: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075501 serious Bug #1075501 [src:sendfile] sendfile: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075502 + ftbfs Bug #1075502 [src:seqan-needle] seqan-needle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075502 serious Bug #1075502 [src:seqan-needle] seqan-needle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075503 + ftbfs Bug #1075503 [src:seqan-raptor] seqan-raptor: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075503 serious Bug #1075503 [src:seqan-raptor] seqan-raptor: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075505 + ftbfs Bug #1075505 [src:setserial] setserial: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075505 serious Bug #1075505 [src:setserial] setserial: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075506 + ftbfs Bug #1075506 [src:shapetools] shapetools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075506 serious Bug #1075506 [src:shapetools] shapetools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075507 + ftbfs Bug #1075507 [src:siggen] siggen: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075507 serious Bug #1075507 [src:siggen] siggen: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075508 + ftbfs Bug #1075508 [src:sight] sight: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075508 serious Bug #1075508 [src:sight] sight: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075509 + ftbfs Bug #1075509 [src:silo-llnl] silo-llnl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075509 serious Bug #1075509 [src:silo-llnl] silo-llnl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075511 + ftbfs Bug #1075511 [src:simh] simh: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075511 serious Bug #1075511 [src:simh] simh: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075512 + ftbfs Bug #1075512 [src:simpleproxy] simpleproxy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075512 serious Bug #1075512 [src:simpleproxy] simpleproxy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075513 + ftbfs Bug #1075513 [src:sjeng] sjeng: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075513 serious Bug #1075513 [src:sjeng] sjeng: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075514 + ftbfs Bug #1075514 [src:skycat] skycat: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075514 serious Bug #1075514 [src:skycat] skycat: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075515 + ftbfs Bug #1075515 [src:slashem] slashem: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075515 serious Bug #1075515 [src:slashem] slashem: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075516 + ftbfs Bug #1075516 [src:slony1-2] slony1-2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075516 serious Bug #1075516 [src:slony1-2] slony1-2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075517 + ftbfs Bug #1075517 [src:smartlist] smartlist: ftbfs with GCC-14 Ignoring request to alter tags of bug #1075517 to the same tags previously set > severity 1075517 serious Bug #1075517 [src:smartlist] smartlist: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075518 + ftbfs Bug #1075518 [src:smlnj] smlnj: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075518 serious Bug #1075518 [src:smlnj] smlnj: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075519 + ftbfs Bug #1075519 [src:sn] sn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075519 serious Bug #1075519 [src:sn] sn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075520 + ftbfs Bug #1075520 [src:snacc] snacc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075520 serious Bug #1075520 [src:snacc] snacc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075521 + ftbfs Bug #1075521 [src:sniffit] sniffit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075521 serious Bug #1075521 [src:sniffit] sniffit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075522 + ftbfs Bug #1075522 [src:snapd] snapd: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075522 serious Bug #1075522 [src:snapd] snapd: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075523 + ftbfs Bug #1075523 [src:socklog] socklog: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075523 serious Bug #1075523 [src:socklog] socklog: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075524 + ftbfs Bug #1075524 [src:soapdenovo2] soapdenovo2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075524 serious Bug #1075524 [src:soapdenovo2] soapdenovo2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075525 + ftbfs Bug #1075525 [src:softether-vpn] softether-vpn: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075525 serious Bug #1075525 [src:softether-vpn] softether-vpn: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075526 + ftbfs Bug #1075526 [src:sopt] sopt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075526 serious Bug #1075526 [src:sopt] sopt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075527 + ftbfs Bug #1075527 [src:soundscaperenderer] soundscaperenderer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075527 serious Bug #1075527 [src:soundscaperenderer] soundscaperenderer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075528 + ftbfs Bug #1075528 [src:sox] sox: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075528 serious Bug #1075528 [src:sox] sox: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075529 + ftbfs Bug #1075529 [src:spacearyarya] spacearyarya: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075529 serious Bug #1075529 [src:spacearyarya] spacearyarya: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075530 + ftbfs Bug #1075530 [src:spacefm] spacefm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075530 serious Bug #1075530 [src:spacefm] spacefm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075531 + ftbfs Bug #1075531 [src:spectools] spectools: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075531 serious Bug #1075531 [src:spectools] spectools: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075532 + ftbfs Bug #1075532 [src:spoa] spoa: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075532 serious Bug #1075532 [src:spoa] spoa: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075533 + ftbfs Bug #1075533 [src:splitvt] splitvt: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075533 serious Bug #1075533 [src:splitvt] splitvt: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075534 + ftbfs Bug #1075534 [src:spooles] spooles: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075534 serious Bug #1075534 [src:spooles] spooles: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075535 + ftbfs Bug #1075535 [src:src2tex] src2tex: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075535 serious Bug #1075535 [src:src2tex] src2tex: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075536 + ftbfs Bug #1075536 [src:sprng] sprng: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075536 serious Bug #1075536 [src:sprng] sprng: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075538 + ftbfs Bug #1075538 [src:ssmtp] ssmtp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075538 serious Bug #1075538 [src:ssmtp] ssmtp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075539 + ftbfs Bug #1075539 [src:stlink] stlink: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075539 serious Bug #1075539 [src:stlink] stlink: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075540 + ftbfs Bug #1075540 [src:startup-notification] startup-notification: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075540 serious Bug #1075540 [src:startup-notification] startup-notification: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075541 + ftbfs Bug #1075541 [src:streamripper] streamripper: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075541 serious Bug #1075541 [src:streamripper] streamripper: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075542 + ftbfs Bug #1075542 [src:subtle] subtle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075542 serious Bug #1075542 [src:subtle] subtle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075546 + ftbfs Bug #1075546 [src:sylpheed] sylpheed: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075546 serious Bug #1075546 [src:sylpheed] sylpheed: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075547 + ftbfs Bug #1075547 [src:sundials] sundials: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075547 serious Bug #1075547 [src:sundials] sundials: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075548 + ftbfs Bug #1075548 [src:t4kcommon] t4kcommon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075548 serious Bug #1075548 [src:t4kcommon] t4kcommon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075550 + ftbfs Bug #1075550 [src:tcl-fitstcl] tcl-fitstcl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075550 serious Bug #1075550 [src:tcl-fitstcl] tcl-fitstcl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075551 + ftbfs Bug #1075551 [src:tboot] tboot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075551 serious Bug #1075551 [src:tboot] tboot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075552 + ftbfs Bug #1075552 [src:tcc] tcc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075552 serious Bug #1075552 [src:tcc] tcc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075553 + ftbfs Bug #1075553 [src:tcltrf] tcltrf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075553 serious Bug #1075553 [src:tcltrf] tcltrf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075554 + ftbfs Bug #1075554 [src:tclxml] tclxml: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075554 serious Bug #1075554 [src:tclxml] tclxml: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075555 + ftbfs Bug #1075555 [src:tcm] tcm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075555 serious Bug #1075555 [src:tcm] tcm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075556 + ftbfs Bug #1075556 [src:tcpspy] tcpspy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075556 serious Bug #1075556 [src:tcpspy] tcpspy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075557 + ftbfs Bug #1075557 [src:tcpxtract] tcpxtract: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075557 serious Bug #1075557 [src:tcpxtract] tcpxtract: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075558 + ftbfs Bug #1075558 [src:telepathy-glib] telepathy-glib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075558 serious Bug #1075558 [src:telepathy-glib] telepathy-glib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075559 + ftbfs Bug #1075559 [src:telepathy-logger] telepathy-logger: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075559 serious Bug #1075559 [src:telepathy-logger] telepathy-logger: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075560 + ftbfs Bug #1075560 [src:telepathy-haze] telepathy-haze: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075560 serious Bug #1075560 [src:telepathy-haze] telepathy-haze: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075561 + ftbfs Bug #1075561 [src:telepathy-ofono] telepathy-ofono: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075561 serious Bug #1075561 [src:telepathy-ofono] telepathy-ofono: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075562 + ftbfs Bug #1075562 [src:terminus] terminus: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075562 serious Bug #1075562 [src:terminus] terminus: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075563 + ftbfs Bug #1075563 [src:testdisk] testdisk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075563 serious Bug #1075563 [src:testdisk] testdisk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075565 + ftbfs Bug #1075565 [src:texmaker] texmaker: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075565 serious Bug #1075565 [src:texmaker] texmaker: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075566 + ftbfs Bug #1075566 [src:text-engine] text-engine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075566 serious Bug #1075566 [src:text-engine] text-engine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075568 + ftbfs Bug #1075568 [src:tf5] tf5: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075568 serious Bug #1075568 [src:tf5] tf5: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075569 + ftbfs Bug #1075569 [src:tgif] tgif: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075569 serious Bug #1075569 [src:tgif] tgif: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075570 + ftbfs Bug #1075570 [src:the] the: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075570 serious Bug #1075570 [src:the] the: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075571 + ftbfs Bug #1075571 [src:thesias] thesias: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075571 serious Bug #1075571 [src:thesias] thesias: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075572 + ftbfs Bug #1075572 [src:tilem] tilem: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075572 serious Bug #1075572 [src:tilem] tilem: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075573 + ftbfs Bug #1075573 [src:tightvnc] tightvnc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075573 serious Bug #1075573 [src:tightvnc] tightvnc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075574 + ftbfs Bug #1075574 [src:timidity] timidity: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075574 serious Bug #1075574 [src:timidity] timidity: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075576 + ftbfs Bug #1075576 [src:tinydyndns] tinydyndns: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075576 serious Bug #1075576 [src:tinydyndns] tinydyndns: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075577 + ftbfs Bug #1075577 [src:tix] tix: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075577 serious Bug #1075577 [src:tix] tix: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075578 + ftbfs Bug #1075578 [src:tk-table] tk-table: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075578 serious Bug #1075578 [src:tk-table] tk-table: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075579 + ftbfs Bug #1075579 [src:tla] tla: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075579 serious Bug #1075579 [src:tla] tla: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075580 + ftbfs Bug #1075580 [src:togl] togl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075580 serious Bug #1075580 [src:togl] togl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075581 + ftbfs Bug #1075581 [src:tpm2-tss-engine] tpm2-tss-engine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075581 serious Bug #1075581 [src:tpm2-tss-engine] tpm2-tss-engine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075582 + ftbfs Bug #1075582 [src:toppler] toppler: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075582 serious Bug #1075582 [src:toppler] toppler: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075583 + ftbfs Bug #1075583 [src:transcriber] transcriber: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075583 serious Bug #1075583 [src:transcriber] transcriber: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075584 + ftbfs Bug #1075584 [src:tree-puzzle] tree-puzzle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075584 serious Bug #1075584 [src:tree-puzzle] tree-puzzle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075585 + ftbfs Bug #1075585 [src:treil] treil: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075585 serious Bug #1075585 [src:treil] treil: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075586 + ftbfs Bug #1075586 [src:trickle] trickle: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075586 serious Bug #1075586 [src:trickle] trickle: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075587 + ftbfs Bug #1075587 [src:tua] tua: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075587 serious Bug #1075587 [src:tua] tua: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075588 + ftbfs Bug #1075588 [src:ttf2ufm] ttf2ufm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075588 serious Bug #1075588 [src:ttf2ufm] ttf2ufm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075589 + ftbfs Bug #1075589 [src:tuxguitar] tuxguitar: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075589 serious Bug #1075589 [src:tuxguitar] tuxguitar: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075590 + ftbfs Bug #1075590 [src:tuxpaint] tuxpaint: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075590 serious Bug #1075590 [src:tuxpaint] tuxpaint: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075591 + ftbfs Bug #1075591 [src:tuxmath] tuxmath: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075591 serious Bug #1075591 [src:tuxmath] tuxmath: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075592 + ftbfs Bug #1075592 [src:tvoe] tvoe: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075592 serious Bug #1075592 [src:tvoe] tvoe: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075594 + ftbfs Bug #1075594 [src:ucblogo] ucblogo: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075594 serious Bug #1075594 [src:ucblogo] ucblogo: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075595 + ftbfs Bug #1075595 [src:udns] udns: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075595 serious Bug #1075595 [src:udns] udns: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075596 + ftbfs Bug #1075596 [src:ucspi-tcp] ucspi-tcp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075596 serious Bug #1075596 [src:ucspi-tcp] ucspi-tcp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075597 + ftbfs Bug #1075597 [src:ukui-settings-daemon] ukui-settings-daemon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075597 serious Bug #1075597 [src:ukui-settings-daemon] ukui-settings-daemon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075598 + ftbfs Bug #1075598 [src:ukwm] ukwm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075598 serious Bug #1075598 [src:ukwm] ukwm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075599 + ftbfs Bug #1075599 [src:uml-utilities] uml-utilities: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075599 serious Bug #1075599 [src:uml-utilities] uml-utilities: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075600 + ftbfs Bug #1075600 [src:umview] umview: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075600 serious Bug #1075600 [src:umview] umview: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075602 + ftbfs Bug #1075602 [src:unclutter] unclutter: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075602 serious Bug #1075602 [src:unclutter] unclutter: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075604 + ftbfs Bug #1075604 [src:uni2ascii] uni2ascii: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075604 serious Bug #1075604 [src:uni2ascii] uni2ascii: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075605 + ftbfs Bug #1075605 [src:unicon] unicon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075605 serious Bug #1075605 [src:unicon] unicon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075606 + ftbfs Bug #1075606 [src:unicode-screensaver] unicode-screensaver: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075606 serious Bug #1075606 [src:unicode-screensaver] unicode-screensaver: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075608 + ftbfs Bug #1075608 [src:unicorn-engine] unicorn-engine: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075608 serious Bug #1075608 [src:unicorn-engine] unicorn-engine: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075609 + ftbfs Bug #1075609 [src:unrar-free] unrar-free: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075609 serious Bug #1075609 [src:unrar-free] unrar-free: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075610 + ftbfs Bug #1075610 [src:uucp] uucp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075610 serious Bug #1075610 [src:uucp] uucp: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075611 + ftbfs Bug #1075611 [src:utalk] utalk: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075611 serious Bug #1075611 [src:utalk] utalk: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075612 + ftbfs Bug #1075612 [src:uw-imap] uw-imap: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075612 serious Bug #1075612 [src:uw-imap] uw-imap: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075614 + ftbfs Bug #1075614 [src:v-sim] v-sim: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075614 serious Bug #1075614 [src:v-sim] v-sim: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075615 + ftbfs Bug #1075615 [src:vbetool] vbetool: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075615 serious Bug #1075615 [src:vbetool] vbetool: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075616 + ftbfs Bug #1075616 [src:vde2] vde2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075616 serious Bug #1075616 [src:vde2] vde2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075617 + ftbfs Bug #1075617 [src:velvet] velvet: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075617 serious Bug #1075617 [src:velvet] velvet: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075618 + ftbfs Bug #1075618 [src:veyon] veyon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075618 serious Bug #1075618 [src:veyon] veyon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075620 + ftbfs Bug #1075620 [src:vflib3] vflib3: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075620 serious Bug #1075620 [src:vflib3] vflib3: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075621 + ftbfs Bug #1075621 [src:vimix] vimix: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075621 serious Bug #1075621 [src:vimix] vimix: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075622 + ftbfs Bug #1075622 [src:vinagre] vinagre: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075622 serious Bug #1075622 [src:vinagre] vinagre: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075623 + ftbfs Bug #1075623 [src:virtuoso-opensource] virtuoso-opensource: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075623 serious Bug #1075623 [src:virtuoso-opensource] virtuoso-opensource: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075625 + ftbfs Bug #1075625 [src:vixl] vixl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075625 serious Bug #1075625 [src:vixl] vixl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075626 + ftbfs Bug #1075626 [src:vncsnapshot] vncsnapshot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075626 serious Bug #1075626 [src:vncsnapshot] vncsnapshot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075627 + ftbfs Bug #1075627 [src:volpack] volpack: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075627 serious Bug #1075627 [src:volpack] volpack: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075628 + ftbfs Bug #1075628 [src:vstream-client] vstream-client: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075628 serious Bug #1075628 [src:vstream-client] vstream-client: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075629 + ftbfs Bug #1075629 [src:vte] vte: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075629 serious Bug #1075629 [src:vte] vte: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075630 + ftbfs Bug #1075630 [src:vtgrab] vtgrab: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075630 serious Bug #1075630 [src:vtgrab] vtgrab: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075631 + ftbfs Bug #1075631 [src:warzone2100] warzone2100: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075631 serious Bug #1075631 [src:warzone2100] warzone2100: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075632 + ftbfs Bug #1075632 [src:vtwm] vtwm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075632 serious Bug #1075632 [src:vtwm] vtwm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075633 + ftbfs Bug #1075633 [src:wasmedge] wasmedge: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075633 serious Bug #1075633 [src:wasmedge] wasmedge: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075634 + ftbfs Bug #1075634 [src:wcc] wcc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075634 serious Bug #1075634 [src:wcc] wcc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075635 + ftbfs Bug #1075635 [src:webalizer] webalizer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075635 serious Bug #1075635 [src:webalizer] webalizer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075636 + ftbfs Bug #1075636 [src:webdis] webdis: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075636 serious Bug #1075636 [src:webdis] webdis: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075637 + ftbfs Bug #1075637 [src:webdruid] webdruid: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075637 serious Bug #1075637 [src:webdruid] webdruid: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075638 + ftbfs Bug #1075638 [src:wise] wise: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075638 serious Bug #1075638 [src:wise] wise: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075639 + ftbfs Bug #1075639 [src:wily] wily: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075639 serious Bug #1075639 [src:wily] wily: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075640 + ftbfs Bug #1075640 [src:wlcs] wlcs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075640 serious Bug #1075640 [src:wlcs] wlcs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075642 + ftbfs Bug #1075642 [src:wmdate] wmdate: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075642 serious Bug #1075642 [src:wmdate] wmdate: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075643 + ftbfs Bug #1075643 [src:wsclean] wsclean: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075643 serious Bug #1075643 [src:wsclean] wsclean: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075644 + ftbfs Bug #1075644 [src:wsjtx] wsjtx: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075644 serious Bug #1075644 [src:wsjtx] wsjtx: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075645 + ftbfs Bug #1075645 [src:x11-utils] x11-utils: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075645 serious Bug #1075645 [src:x11-utils] x11-utils: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075646 + ftbfs Bug #1075646 [src:x11-xkb-utils] x11-xkb-utils: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075646 serious Bug #1075646 [src:x11-xkb-utils] x11-xkb-utils: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075647 + ftbfs Bug #1075647 [src:xarclock] xarclock: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075647 serious Bug #1075647 [src:xarclock] xarclock: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075648 + ftbfs Bug #1075648 [src:x11iraf] x11iraf: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075648 serious Bug #1075648 [src:x11iraf] x11iraf: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075649 + ftbfs Bug #1075649 [src:xaw3d] xaw3d: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075649 serious Bug #1075649 [src:xaw3d] xaw3d: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075650 + ftbfs Bug #1075650 [src:xawtv] xawtv: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075650 serious Bug #1075650 [src:xawtv] xawtv: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075651 + ftbfs Bug #1075651 [src:xbattbar] xbattbar: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075651 serious Bug #1075651 [src:xbattbar] xbattbar: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075653 + ftbfs Bug #1075653 [src:xcolors] xcolors: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075653 serious Bug #1075653 [src:xcolors] xcolors: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075654 + ftbfs Bug #1075654 [src:xbs] xbs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075654 serious Bug #1075654 [src:xbs] xbs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075655 + ftbfs Bug #1075655 [src:xdelta] xdelta: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075655 serious Bug #1075655 [src:xdelta] xdelta: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075656 + ftbfs Bug #1075656 [src:xdm] xdm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075656 serious Bug #1075656 [src:xdm] xdm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075657 + ftbfs Bug #1075657 [src:xdemineur] xdemineur: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075657 serious Bug #1075657 [src:xdemineur] xdemineur: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075658 + ftbfs Bug #1075658 [src:xdvik-ja] xdvik-ja: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075658 serious Bug #1075658 [src:xdvik-ja] xdvik-ja: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075659 + ftbfs Bug #1075659 [src:xemacs21] xemacs21: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075659 serious Bug #1075659 [src:xemacs21] xemacs21: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075660 + ftbfs Bug #1075660 [src:xfce4-notes-plugin] xfce4-notes-plugin: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075660 serious Bug #1075660 [src:xfce4-notes-plugin] xfce4-notes-plugin: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075661 + ftbfs Bug #1075661 [src:xfireworks] xfireworks: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075661 serious Bug #1075661 [src:xfireworks] xfireworks: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075662 + ftbfs Bug #1075662 [src:xfishtank] xfishtank: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075662 serious Bug #1075662 [src:xfishtank] xfishtank: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075663 + ftbfs Bug #1075663 [src:xfonts-utils] xfonts-utils: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075663 serious Bug #1075663 [src:xfonts-utils] xfonts-utils: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075664 + ftbfs Bug #1075664 [src:xgks] xgks: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075664 serious Bug #1075664 [src:xgks] xgks: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075665 + ftbfs Bug #1075665 [src:xjdic] xjdic: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075665 serious Bug #1075665 [src:xjdic] xjdic: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075666 + ftbfs Bug #1075666 [src:xjump] xjump: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075666 serious Bug #1075666 [src:xjump] xjump: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075667 + ftbfs Bug #1075667 [src:xli] xli: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075667 serious Bug #1075667 [src:xli] xli: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075668 + ftbfs Bug #1075668 [src:xkeycaps] xkeycaps: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075668 serious Bug #1075668 [src:xkeycaps] xkeycaps: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075669 + ftbfs Bug #1075669 [src:xloadimage] xloadimage: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075669 serious Bug #1075669 [src:xloadimage] xloadimage: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075670 + ftbfs Bug #1075670 [src:xmakemol] xmakemol: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075670 serious Bug #1075670 [src:xmakemol] xmakemol: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075671 + ftbfs Bug #1075671 [src:xmhtml] xmhtml: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075671 serious Bug #1075671 [src:xmhtml] xmhtml: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075672 + ftbfs Bug #1075672 [src:xmms2] xmms2: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075672 serious Bug #1075672 [src:xmms2] xmms2: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075673 + ftbfs Bug #1075673 [src:xmlto] xmlto: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075673 serious Bug #1075673 [src:xmlto] xmlto: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075674 + ftbfs Bug #1075674 [src:xmountains] xmountains: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075674 serious Bug #1075674 [src:xmountains] xmountains: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075675 + ftbfs Bug #1075675 [src:xmrig] xmrig: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075675 serious Bug #1075675 [src:xmrig] xmrig: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075676 + ftbfs Bug #1075676 [src:xoscope] xoscope: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075676 serious Bug #1075676 [src:xoscope] xoscope: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075677 + ftbfs Bug #1075677 [src:xpaint] xpaint: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075677 serious Bug #1075677 [src:xpaint] xpaint: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075678 + ftbfs Bug #1075678 [src:xserver-xorg-input-aiptek] xserver-xorg-input-aiptek: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075678 serious Bug #1075678 [src:xserver-xorg-input-aiptek] xserver-xorg-input-aiptek: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075679 + ftbfs Bug #1075679 [src:xrdesktop] xrdesktop: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075679 serious Bug #1075679 [src:xrdesktop] xrdesktop: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075680 + ftbfs Bug #1075680 [src:xscavenger] xscavenger: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075680 serious Bug #1075680 [src:xscavenger] xscavenger: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075681 + ftbfs Bug #1075681 [src:xserver-xorg-input-mutouch] xserver-xorg-input-mutouch: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075681 serious Bug #1075681 [src:xserver-xorg-input-mutouch] xserver-xorg-input-mutouch: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075682 + ftbfs Bug #1075682 [src:xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075682 serious Bug #1075682 [src:xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075684 + ftbfs Bug #1075684 [src:xshisen] xshisen: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075684 serious Bug #1075684 [src:xshisen] xshisen: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075685 + ftbfs Bug #1075685 [src:xstow] xstow: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075685 serious Bug #1075685 [src:xstow] xstow: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075686 + ftbfs Bug #1075686 [src:xstarfish] xstarfish: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075686 serious Bug #1075686 [src:xstarfish] xstarfish: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075688 + ftbfs Bug #1075688 [src:xsystem35] xsystem35: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075688 serious Bug #1075688 [src:xsystem35] xsystem35: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075689 + ftbfs Bug #1075689 [src:xutils-dev] xutils-dev: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075689 serious Bug #1075689 [src:xutils-dev] xutils-dev: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075691 + ftbfs Bug #1075691 [src:xvier] xvier: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075691 serious Bug #1075691 [src:xvier] xvier: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075692 + ftbfs Bug #1075692 [src:xwatch] xwatch: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075692 serious Bug #1075692 [src:xwatch] xwatch: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075693 + ftbfs Bug #1075693 [src:xzoom] xzoom: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075693 serious Bug #1075693 [src:xzoom] xzoom: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075694 + ftbfs Bug #1075694 [src:xxkb] xxkb: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075694 serious Bug #1075694 [src:xxkb] xxkb: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075695 + ftbfs Bug #1075695 [src:yad] yad: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075695 serious Bug #1075695 [src:yad] yad: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075696 + ftbfs Bug #1075696 [src:yeahconsole] yeahconsole: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075696 serious Bug #1075696 [src:yeahconsole] yeahconsole: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075697 + ftbfs Bug #1075697 [src:yersinia] yersinia: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075697 serious Bug #1075697 [src:yersinia] yersinia: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075698 + ftbfs Bug #1075698 [src:ygl] ygl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075698 serious Bug #1075698 [src:ygl] ygl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075699 + ftbfs Bug #1075699 [src:yiyantang] yiyantang: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075699 serious Bug #1075699 [src:yiyantang] yiyantang: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075700 + ftbfs Bug #1075700 [src:yorick] yorick: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075700 serious Bug #1075700 [src:yorick] yorick: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075701 + ftbfs Bug #1075701 [src:yorick-hdf5] yorick-hdf5: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075701 serious Bug #1075701 [src:yorick-hdf5] yorick-hdf5: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075702 + ftbfs Bug #1075702 [src:yorick-gy] yorick-gy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075702 serious Bug #1075702 [src:yorick-gy] yorick-gy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075703 + ftbfs Bug #1075703 [src:yorick-ml4] yorick-ml4: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075703 serious Bug #1075703 [src:yorick-ml4] yorick-ml4: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075704 + ftbfs Bug #1075704 [src:yorick-yeti] yorick-yeti: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075704 serious Bug #1075704 [src:yorick-yeti] yorick-yeti: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075705 + ftbfs Bug #1075705 [src:zfs-fuse] zfs-fuse: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075705 serious Bug #1075705 [src:zfs-fuse] zfs-fuse: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075707 + ftbfs Bug #1075707 [src:zhcon] zhcon: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075707 serious Bug #1075707 [src:zhcon] zhcon: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075708 + ftbfs Bug #1075708 [src:zsh] zsh: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075708 serious Bug #1075708 [src:zsh] zsh: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075709 + ftbfs Bug #1075709 [src:zziplib] zziplib: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075709 serious Bug #1075709 [src:zziplib] zziplib: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075710 + ftbfs Bug #1075710 [src:zsync] zsync: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075710 serious Bug #1075710 [src:zsync] zsync: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075428 + ftbfs Bug #1075428 [src:qemu] qemu: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075428 serious Bug #1075428 [src:qemu] qemu: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075593 + ftbfs Bug #1075593 [src:u-boot] u-boot: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075593 serious Bug #1075593 [src:u-boot] u-boot: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074998 + ftbfs Bug #1074998 [src:gimp] gimp: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074998 serious Bug #1074998 [src:gimp] gimp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074998 to the same value. > tags 1074867 + ftbfs Bug #1074867 [src:cataclysm-dda] cataclysm-dda: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074867 serious Bug #1074867 [src:cataclysm-dda] cataclysm-dda: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074897 + ftbfs Bug #1074897 [src:rapidjson] rapidjson: causes FTBFS with GCC-14 Bug #1075575 [src:rapidjson] rapidjson: causes FTBFS with GCC-14 Added tag(s) ftbfs. Added tag(s) ftbfs. > severity 1074897 serious Bug #1074897 [src:rapidjson] rapidjson: causes FTBFS with GCC-14 Bug #1075575 [src:rapidjson] rapidjson: causes FTBFS with GCC-14 Severity set to 'serious' from 'important' Severity set to 'serious' from 'important' > tags 1075113 + ftbfs Bug #1075113 [src:kivy] kivy: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075113 serious Bug #1075113 [src:kivy] kivy: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075129 + ftbfs Bug #1075129 [src:lastpass-cli] lastpass-cli: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075129 serious Bug #1075129 [src:lastpass-cli] lastpass-cli: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075177 + ftbfs Bug #1075177 [src:libkkc] libkkc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075177 serious Bug #1075177 [src:libkkc] libkkc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075281 + ftbfs Bug #1075281 [src:mlterm] mlterm: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075281 serious Bug #1075281 [src:mlterm] mlterm: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075294 + ftbfs Bug #1075294 [src:mplayer] mplayer: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075294 serious Bug #1075294 [src:mplayer] mplayer: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075322 + ftbfs Bug #1075322 [src:nspr] nspr: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075322 serious Bug #1075322 [src:nspr] nspr: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075423 + ftbfs Bug #1075423 [src:python-shapely] python-shapely: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075423 serious Bug #1075423 [src:python-shapely] python-shapely: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075544 + ftbfs Bug #1075544 [src:sumalibs] sumalibs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075544 serious Bug #1075544 [src:sumalibs] sumalibs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075545 + ftbfs Bug #1075545 [src:sumaclust] sumaclust: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075545 serious Bug #1075545 [src:sumaclust] sumaclust: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075564 + ftbfs Bug #1075564 [src:texlive-bin] texlive-bin: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075564 serious Bug #1075564 [src:texlive-bin] texlive-bin: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074816 + ftbfs Bug #1074816 [src:apt-cacher-ng] apt-cacher-ng: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074816 serious Bug #1074816 [src:apt-cacher-ng] apt-cacher-ng: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1074873 + ftbfs Bug #1074873 [src:cdogs-sdl] cdogs-sdl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1074873 serious Bug #1074873 [src:cdogs-sdl] cdogs-sdl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075182 + ftbfs Bug #1075182 [src:libmath-gsl-perl] libmath-gsl-perl: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075182 serious Bug #1075182 [src:libmath-gsl-perl] libmath-gsl-perl: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075320 + ftbfs Bug #1075320 [src:nsca-ng] nsca-ng: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075320 serious Bug #1075320 [src:nsca-ng] nsca-ng: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075343 + ftbfs Bug #1075343 [src:opensc] opensc: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075343 serious Bug #1075343 [src:opensc] opensc: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075426 + ftbfs Bug #1075426 [src:qbs] qbs: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075426 serious Bug #1075426 [src:qbs] qbs: ftbfs with GCC-14 Severity set to 'serious' from 'important' > tags 1075484 + ftbfs Bug #1075484 [src:runit] runit: ftbfs with GCC-14 Added tag(s) ftbfs. > severity 1075484 serious Bug #1075484 [src:runit] runit: ftbfs with GCC-14 Severity set to 'serious' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 1074798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074798 1074799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074799 1074800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074800 1074801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074801 1074802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074802 1074803: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074803 1074804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074804 1074805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074805 1074806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074806 1074807: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074807 1074808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074808 1074809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074809 1074810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074810 1074811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074811 1074812: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074812 1074813: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074813 1074814: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074814 1074815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074815 1074816: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074816 1074817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074817 1074818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074818 1074819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074819 1074820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074820 1074821: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074821 1074822: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074822 1074823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074823 1074824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074824 1074825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074825 1074826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074826 1074827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074827 1074828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074828 1074829: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074829 1074830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074830 1074831: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074831 1074832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074832 1074833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074833 1074834: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074834 1074835: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074835 1074836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074836 1074837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074837 1074838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074838 1074839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074839 1074840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074840 1074841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074841 1074842: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074842 1074843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074843 1074845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074845 1074846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074846 1074847: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074847 1074848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074848 1074849: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074849 1074850: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074850 1074851: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074851 1074852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074852 1074853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074853 1074854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074854 1074855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074855 1074856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074856 1074857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074857 1074858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074858 1074860: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074860 1074861: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074861 1074862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074862 1074863: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074863 1074864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074864 1074865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074865 1074866: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074866 1074867: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074867 1074868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074868 1074869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074869 1074870: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074870 1074871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074871 1074872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074872 1074873: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074873 1074874: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074874 1074875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074875 1074877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074877 1074878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074878 1074879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074879 1074880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074880 1074882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074882 1074885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074885 1074886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074886 1074887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074887 1074888: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074888 1074889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074889 1074890: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074890 1074892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074892 1074894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074894 1074895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074895 1074896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074896 1074897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074897 1074898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074898 1074899: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074899 1074902: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074902 1074903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074903 1074904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074904 1074905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074905 1074906: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074906 1074907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074907 1074911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074911 1074912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074912 1074913: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074913 1074914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074914 1074915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074915 1074917: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074917 1074919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074919 1074920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074920 1074921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074921 1074922: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074922 1074923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074923 1074924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074924 1074925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074925 1074926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074926 1074927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074927 1074928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074928 1074929: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074929 1074931: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074931 1074933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074933 1074934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074934 1074935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074935 1074936: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074936 1074937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074937 1074938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074938 1074939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074939 1074940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074940 1074941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074941 1074943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074943 1074944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074944 1074945: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074945 1074946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074946 1074948: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074948 1074949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074949 1074950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074950 1074951: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074951 1074953: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074953 1074954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074954 1074955: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074955 1074956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074956 1074957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074957 1074958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074958 1074960: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074960 1074962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074962 1074963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074963 1074964: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074964 1074965: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074965 1074966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074966 1074967: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074967 1074968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074968 1074969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074969 1074971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074971 1074972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074972 1074973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074973 1074974: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074974 1074975: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074975 1074976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074976 1074977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074977 1074978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074978 1074979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074979 1074980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074980 1074981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074981 1074982: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074982 1074983: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074983 1074984: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074984 1074985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074985 1074987: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074987 1074988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074988 1074989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074989 1074990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074990 1074991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074991 1074992: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074992 1074993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074993 1074995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074995 1074996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074996 1074997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074997 1074998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074998 1074999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074999 1075000: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075000 1075002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075002 1075003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075003 1075004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075004 1075005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075005 1075006: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075006 1075007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075007 1075008: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075008 1075009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075009 1075014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075014 1075015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075015 1075016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075016 1075017: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075017 1075018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075018 1075019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075019 1075020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075020 1075021: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075021 1075022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075022 1075023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075023 1075024: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075024 1075025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075025 1075026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075026 1075027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075027 1075028: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075028 1075029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075029 1075031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075031 1075032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075032 1075033: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075033 1075034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075034 1075035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075035 1075036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075036 1075037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075037 1075039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075039 1075040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075040 1075042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075042 1075043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075043 1075044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075044 1075045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075045 1075046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075046 1075048: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075048 1075049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075049 1075050: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075050 1075051: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075051 1075052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075052 1075053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075053 1075054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075054 1075055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075055 1075056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075056 1075057: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075057 1075058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075058 1075059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075059 1075060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075060 1075061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075061 1075062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075062 1075063: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075063 1075064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075064 1075065: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075065 1075066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075066 1075067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075067 1075069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075069 1075070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075070 1075071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075071 1075072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075072 1075073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075073 1075074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075074 1075075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075075 1075076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075076 1075077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075077 1075078: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075078 1075080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075080 1075082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075082 1075083: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075083 1075085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075085 1075087: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075087 1075090: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075090 1075091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075091 1075092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075092 1075093: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075093 1075094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075094 1075096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075096 1075097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075097 1075098: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075098 1075099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075099 1075100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075100 1075101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075101 1075102: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075102 1075103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075103 1075104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075104 1075105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075105 1075108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075108 1075109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075109 1075110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075110 1075111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075111 1075113: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075113 1075115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075115 1075116: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075116 1075117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075117 1075118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075118 1075119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075119 1075120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075120 1075121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075121 1075122: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075122 1075123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075123 1075124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075124 1075125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075125 1075126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075126 1075129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075129 1075130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075130 1075131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075131 1075132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075132 1075133: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075133 1075134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075134 1075135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075135 1075136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075136 1075137: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075137 1075138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075138 1075139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075139 1075140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075140 1075141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075141 1075142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075142 1075143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075143 1075144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075144 1075146: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075146 1075153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075153 1075154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075154 1075155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075155 1075156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075156 1075157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075157 1075158: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075158 1075159: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075159 1075160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075160 1075161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075161 1075162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075162 1075163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075163 1075165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075165 1075166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075166 1075167: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075167 1075168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075168 1075169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075169 1075170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075170 1075171: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075171 1075172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075172 1075175: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075175 1075176: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075176 1075177: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075177 1075178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075178 1075180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075180 1075182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075182 1075183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075183 1075185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075185 1075187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075187 1075188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075188 1075189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075189 1075191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075191 1075195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075195 1075196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075196 1075197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075197 1075198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075198 1075199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075199 1075200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075200 1075201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075201 1075202: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075202 1075204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075204 1075205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075205 1075206: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075206 1075208: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075208 1075209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075209 1075210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075210 1075212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075212 1075214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075214 1075215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075215 1075216: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075216 1075217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075217 1075218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075218 1075220: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075220 1075221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075221 1075223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075223 1075224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075224 1075225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075225 1075226: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075226 1075227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075227 1075228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075228 1075229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075229 1075231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075231 1075232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075232 1075233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075233 1075234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075234 1075236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075236 1075237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075237 1075238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075238 1075239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075239 1075240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075240 1075242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075242 1075243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075243 1075244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075244 1075245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075245 1075246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075246 1075247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075247 1075248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075248 1075249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075249 1075251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075251 1075253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075253 1075254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075254 1075255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075255 1075256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075256 1075257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075257 1075258: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075258 1075259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075259 1075260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075260 1075261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075261 1075262: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075262 1075263: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075263 1075264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075264 1075266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075266 1075267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075267 1075268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075268 1075269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075269 1075270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075270 1075271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075271 1075273: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075273 1075274: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075274 1075275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075275 1075276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075276 1075277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075277 1075278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075278 1075279: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075279 1075280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075280 1075281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075281 1075282: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075282 1075283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075283 1075284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075284 1075285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075285 1075286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075286 1075287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075287 1075288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075288 1075289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075289 1075290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075290 1075291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075291 1075292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075292 1075293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075293 1075294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075294 1075296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075296 1075297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075297 1075298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075298 1075301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075301 1075302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075302 1075304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075304 1075305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075305 1075306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075306 1075307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075307 1075308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075308 1075310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075310 1075311: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075311 1075312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075312 1075313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075313 1075314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075314 1075315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075315 1075316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075316 1075317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075317 1075318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075318 1075319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075319 1075320: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075320 1075321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075321 1075322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075322 1075323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075323 1075324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075324 1075325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075325 1075326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075326 1075327: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075327 1075328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075328 1075329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075329 1075330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075330 1075331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075331 1075332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075332 1075333: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075333 1075335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075335 1075336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075336 1075337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075337 1075338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075338 1075339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075339 1075340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075340 1075341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075341 1075342: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075342 1075343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075343 1075344: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075344 1075345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075345 1075346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075346 1075349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075349 1075351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075351 1075353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075353 1075354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075354 1075356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075356 1075357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075357 1075358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075358 1075361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075361 1075362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075362 1075363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075363 1075365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075365 1075366: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075366 1075367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075367 1075368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075368 1075369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075369 1075370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075370 1075371: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075371 1075372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075372 1075373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075373 1075375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075375 1075376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075376 1075377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075377 1075378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075378 1075379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075379 1075380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075380 1075381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075381 1075382: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075382 1075383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075383 1075384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075384 1075385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075385 1075386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075386 1075387: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075387 1075388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075388 1075389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075389 1075391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075391 1075392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075392 1075393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075393 1075394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075394 1075396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075396 1075397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075397 1075398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075398 1075399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075399 1075400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075400 1075401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075401 1075402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075402 1075404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075404 1075405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075405 1075406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075406 1075409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075409 1075410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075410 1075411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075411 1075412: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075412 1075413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075413 1075414: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075414 1075416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075416 1075418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075418 1075419: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075419 1075420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075420 1075422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075422 1075423: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075423 1075424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075424 1075426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075426 1075427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075427 1075428: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075428 1075429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075429 1075430: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075430 1075432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075432 1075433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075433 1075434: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075434 1075435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075435 1075436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075436 1075437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075437 1075438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075438 1075439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075439 1075440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075440 1075441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075441 1075442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075442 1075443: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075443 1075444: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075444 1075445: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075445 1075446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075446 1075447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075447 1075448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075448 1075449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075449 1075450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075450 1075451: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075451 1075452: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075452 1075453: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075453 1075454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075454 1075455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075455 1075456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075456 1075457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075457 1075458: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075458 1075459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075459 1075460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075460 1075461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075461 1075462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075462 1075463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075463 1075464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075464 1075465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075465 1075466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075466 1075467: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075467 1075468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075468 1075469: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075469 1075470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075470 1075471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075471 1075472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075472 1075473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075473 1075474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075474 1075475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075475 1075476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075476 1075477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075477 1075478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075478 1075479: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075479 1075480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075480 1075481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075481 1075482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075482 1075483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075483 1075484: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075484 1075485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075485 1075486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075486 1075487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075487 1075488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075488 1075489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075489 1075490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075490 1075492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075492 1075493: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075493 1075495: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075495 1075496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075496 1075497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075497 1075498: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075498 1075500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075500 1075501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075501 1075502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075502 1075503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075503 1075505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075505 1075506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075506 1075507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075507 1075508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075508 1075509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075509 1075511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075511 1075512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075512 1075513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075513 1075514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075514 1075515: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075515 1075516: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075516 1075517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075517 1075518: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075518 1075519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075519 1075520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075520 1075521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075521 1075522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075522 1075523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075523 1075524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075524 1075525: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075525 1075526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075526 1075527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075527 1075528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075528 1075529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075529 1075530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075530 1075531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075531 1075532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075532 1075533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075533 1075534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075534 1075535: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075535 1075536: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075536 1075538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075538 1075539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075539 1075540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075540 1075541: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075541 1075542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075542 1075544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075544 1075545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075545 1075546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075546 1075547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075547 1075548: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075548 1075550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075550 1075551: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075551 1075552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075552 1075553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075553 1075554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075554 1075555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075555 1075556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075556 1075557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075557 1075558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075558 1075559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075559 1075560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075560 1075561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075561 1075562: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075562 1075563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075563 1075564: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075564 1075565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075565 1075566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075566 1075568: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075568 1075569: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075569 1075570: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075570 1075571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075571 1075572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075572 1075573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075573 1075574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075574 1075575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075575 1075576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075576 1075577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075577 1075578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075578 1075579: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075579 1075580: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075580 1075581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075581 1075582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075582 1075583: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075583 1075584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075584 1075585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075585 1075586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075586 1075587: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075587 1075588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075588 1075589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075589 1075590: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075590 1075591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075591 1075592: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075592 1075593: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075593 1075594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075594 1075595: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075595 1075596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075596 1075597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075597 1075598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075598 1075599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075599 1075600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075600 1075602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075602 1075604: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075604 1075605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075605 1075606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075606 1075607: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075607 1075608: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075608 1075609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075609 1075610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075610 1075611: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075611 1075612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075612 1075614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075614 1075615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075615 1075616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075616 1075617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075617 1075618: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075618 1075620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075620 1075621: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075621 1075622: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075622 1075623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075623 1075625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075625 1075626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075626 1075627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075627 1075628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075628 1075629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075629 1075630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075630 1075631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075631 1075632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075632 1075633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075633 1075634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075634 1075635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075635 1075636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075636 1075637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075637 1075638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075638 1075639: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075639 1075640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075640 1075642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075642 1075643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075643 1075644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075644 1075645: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075645 1075646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075646 1075647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075647 1075648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075648 1075649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075649 1075650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075650 1075651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075651 1075653: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075653 1075654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075654 1075655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075655 1075656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075656 1075657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075657 1075658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075658 1075659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075659 1075660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075660 1075661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075661 1075662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075662 1075663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075663 1075664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075664 1075665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075665 1075666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075666 1075667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075667 1075668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075668 1075669: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075669 1075670: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075670 1075671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075671 1075672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075672 1075673: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075673 1075674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075674 1075675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075675 1075676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075676 1075677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075677 1075678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075678 1075679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075679 1075680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075680 1075681: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075681 1075682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075682 1075683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075683 1075684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075684 1075685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075685 1075686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075686 1075688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075688 1075689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075689 1075691: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075691 1075692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075692 1075693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075693 1075694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075694 1075695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075695 1075696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075696 1075697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075697 1075698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075698 1075699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075699 1075700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075700 1075701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075701 1075702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075702 1075703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075703 1075704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075704 1075705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075705 1075707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075707 1075708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075708 1075709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075709 1075710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075710 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noreply at release.debian.org Fri Jul 26 05:39:23 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:39:23 +0000 Subject: [Android-tools-devel] android-platform-build-kati is marked for autoremoval from testing Message-ID: android-platform-build-kati 10.0.0+r32+git20220314.09dfa26c4e59-7 is marked for autoremoval from testing on 2024-08-08 It is affected by these RC bugs: 1074809: android-platform-build-kati: ftbfs with GCC-14 https://bugs.debian.org/1074809 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:00 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:00 +0000 Subject: [Android-tools-devel] android-platform-tools is marked for autoremoval from testing Message-ID: android-platform-tools 34.0.4-1 is marked for autoremoval from testing on 2024-08-23 It is affected by these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:00 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:00 +0000 Subject: [Android-tools-devel] android-sdk-helper is marked for autoremoval from testing Message-ID: android-sdk-helper 0.2 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:00 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:00 +0000 Subject: [Android-tools-devel] android-platform-system-tools-aidl is marked for autoremoval from testing Message-ID: android-platform-system-tools-aidl 1:10.0.0+r36-4 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:00 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:00 +0000 Subject: [Android-tools-devel] android-platform-tools-base is marked for autoremoval from testing Message-ID: android-platform-tools-base 2.2.2-5 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:00 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:00 +0000 Subject: [Android-tools-devel] android-platform-tools-analytics-library is marked for autoremoval from testing Message-ID: android-platform-tools-analytics-library 2.2.2-3 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:01 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:01 +0000 Subject: [Android-tools-devel] android-platform-system-extras is marked for autoremoval from testing Message-ID: android-platform-system-extras 10.0.0+r36+ds-2.1 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:00 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:00 +0000 Subject: [Android-tools-devel] android-platform-system-tools-hidl is marked for autoremoval from testing Message-ID: android-platform-system-tools-hidl 10.0.0+r36-3.1 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Jul 26 05:41:01 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 26 Jul 2024 04:41:01 +0000 Subject: [Android-tools-devel] android-platform-frameworks-data-binding is marked for autoremoval from testing Message-ID: android-platform-frameworks-data-binding 2.2.2-6 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From owner at bugs.debian.org Fri Jul 26 12:24:06 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 26 Jul 2024 11:24:06 +0000 Subject: [Android-tools-devel] Processed: GCC 14 is the default, raising severity of ftbfs reports References: <54ad6fe4-468a-4fd2-bb0c-a331fa45c190@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > severity 1074815 serious Bug #1074815 [src:aptitude] aptitude: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074815 to the same value. > severity 1075180 serious Bug #1075180 [src:libliftoff] libliftoff: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075180 to the same value. > severity 1075292 serious Bug #1075292 [src:mpich] mpich: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075292 to the same value. > severity 1075185 serious Bug #1075185 [src:libmemcached-libmemcached-perl] libmemcached-libmemcached-perl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075185 to the same value. > severity 1075607 serious Bug #1075607 [src:unifrac] unifrac: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075607 to the same value. > severity 1074798 serious Bug #1074798 [src:a56] a56: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074798 to the same value. > severity 1074799 serious Bug #1074799 [src:aces3] aces3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074799 to the same value. > severity 1074800 serious Bug #1074800 [src:aewan] aewan: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074800 to the same value. > severity 1074801 serious Bug #1074801 [src:adios] adios: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074801 to the same value. > severity 1074802 serious Bug #1074802 [src:afdko] afdko: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074802 to the same value. > severity 1074803 serious Bug #1074803 [src:aggregate] aggregate: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074803 to the same value. > severity 1074804 serious Bug #1074804 [src:alpine] alpine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074804 to the same value. > severity 1074807 serious Bug #1074807 [src:amiga-fdisk] amiga-fdisk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074807 to the same value. > severity 1074808 serious Bug #1074808 [src:amideco] amideco: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074808 to the same value. > severity 1074809 serious Bug #1074809 [src:android-platform-build-kati] android-platform-build-kati: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074809 to the same value. > severity 1074810 serious Bug #1074810 [src:ample] ample: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074810 to the same value. > severity 1074811 serious Bug #1074811 [src:android-platform-tools] android-platform-tools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074811 to the same value. > severity 1074812 serious Bug #1074812 [src:apr-util] apr-util: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074812 to the same value. > severity 1074813 serious Bug #1074813 [src:antennavis] antennavis: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074813 to the same value. > severity 1074814 serious Bug #1074814 [src:aprx] aprx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074814 to the same value. > severity 1074817 serious Bug #1074817 [src:aravis] aravis: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074817 to the same value. > severity 1074818 serious Bug #1074818 [src:aribas] aribas: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074818 to the same value. > severity 1074819 serious Bug #1074819 [src:ascd] ascd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074819 to the same value. > severity 1074820 serious Bug #1074820 [src:armnn] armnn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074820 to the same value. > severity 1074821 serious Bug #1074821 [src:aseba] aseba: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074821 to the same value. > severity 1074822 serious Bug #1074822 [src:asmail] asmail: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074822 to the same value. > severity 1074823 serious Bug #1074823 [src:rapidjson] assimp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074823 to the same value. > severity 1074825 serious Bug #1074825 [src:astropy-healpix] astropy-healpix: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074825 to the same value. > severity 1074827 serious Bug #1074827 [src:aubio] aubio: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074827 to the same value. > severity 1074828 serious Bug #1074828 [src:atril] atril: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074828 to the same value. > severity 1074829 serious Bug #1074829 [src:audacity] audacity: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074829 to the same value. > severity 1074830 serious Bug #1074830 [src:autolog] autolog: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074830 to the same value. > severity 1074831 serious Bug #1074831 [src:awesfx] awesfx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074831 to the same value. > severity 1074832 serious Bug #1074832 [src:avro-c] avro-c: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074832 to the same value. > severity 1074833 serious Bug #1074833 [src:axiom] axiom: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074833 to the same value. > severity 1074834 serious Bug #1074834 [src:azure-uamqp-python] azure-uamqp-python: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074834 to the same value. > severity 1074835 serious Bug #1074835 [src:bali-phy] bali-phy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074835 to the same value. > severity 1074837 serious Bug #1074837 [src:bambootracker] bambootracker: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074837 to the same value. > severity 1074839 serious Bug #1074839 [src:basemap] basemap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074839 to the same value. > severity 1074840 serious Bug #1074840 [src:beav] beav: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074840 to the same value. > severity 1074841 serious Bug #1074841 [src:bglibs] bglibs: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074841 to the same value. > severity 1074842 serious Bug #1074842 [src:bibclean] bibclean: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074842 to the same value. > severity 1074843 serious Bug #1074843 [src:bibledit] bibledit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074843 to the same value. > severity 1074845 serious Bug #1074845 [src:bibledit-cloud] bibledit-cloud: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074845 to the same value. > severity 1074846 serious Bug #1074846 [src:biometric-authentication] biometric-authentication: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074846 to the same value. > severity 1074847 serious Bug #1074847 [src:biosig] biosig: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074847 to the same value. > severity 1074848 serious Bug #1074848 [src:bitshuffle] bitshuffle: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074848 to the same value. > severity 1074850 serious Bug #1074850 [src:bmf] bmf: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074850 to the same value. > severity 1074851 serious Bug #1074851 [src:bochs] bochs: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074851 to the same value. > severity 1074852 serious Bug #1074852 [src:bottlerocket] bottlerocket: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074852 to the same value. > severity 1074853 serious Bug #1074853 [src:bornagain] bornagain: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074853 to the same value. > severity 1074854 serious Bug #1074854 [src:brasero] brasero: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074854 to the same value. > severity 1074855 serious Bug #1074855 [src:bpftrace] bpftrace: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074855 to the same value. > severity 1074856 serious Bug #1074856 [src:btyacc] btyacc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074856 to the same value. > severity 1074857 serious Bug #1074857 [src:budgie-control-center] budgie-control-center: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074857 to the same value. > severity 1074858 serious Bug #1074858 [src:bup] bup: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074858 to the same value. > severity 1074860 serious Bug #1074860 [src:bwbasic] bwbasic: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074860 to the same value. > severity 1074861 serious Bug #1074861 [src:calculix-cgx] calculix-cgx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074861 to the same value. > severity 1074862 serious Bug #1074862 [src:camv-rnd] camv-rnd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074862 to the same value. > severity 1074863 serious Bug #1074863 [src:caribou] caribou: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074863 to the same value. > severity 1074864 serious Bug #1074864 [src:canna] canna: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074864 to the same value. > severity 1074865 serious Bug #1074865 [src:catdvi] catdvi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074865 to the same value. > severity 1074866 serious Bug #1074866 [src:casacore] casacore: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074866 to the same value. > severity 1074868 serious Bug #1074868 [src:ccls] ccls: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074868 to the same value. > severity 1074869 serious Bug #1074869 [src:cbmc] cbmc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074869 to the same value. > severity 1074870 serious Bug #1074870 [src:cdcd] cdcd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074870 to the same value. > severity 1074871 serious Bug #1074871 [src:cde] cde: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074871 to the same value. > severity 1074872 serious Bug #1074872 [src:cdecl] cdecl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074872 to the same value. > severity 1074875 serious Bug #1074875 [src:cen64] cen64: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074875 to the same value. > severity 1074877 serious Bug #1074877 [src:checkit-tiff] checkit-tiff: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074877 to the same value. > severity 1074878 serious Bug #1074878 [src:cheese] cheese: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074878 to the same value. > severity 1074879 serious Bug #1074879 [src:checkpw] checkpw: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074879 to the same value. > severity 1074880 serious Bug #1074880 [src:chessx] chessx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074880 to the same value. > severity 1074882 serious Bug #1074882 [src:chntpw] chntpw: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074882 to the same value. > severity 1074885 serious Bug #1074885 [src:clipit] clipit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074885 to the same value. > severity 1074886 serious Bug #1074886 [src:coda] coda: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074886 to the same value. > severity 1074887 serious Bug #1074887 [src:clisp] clisp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074887 to the same value. > severity 1074888 serious Bug #1074888 [src:codelite] codelite: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074888 to the same value. > severity 1074889 serious Bug #1074889 [src:connman-gtk] connman-gtk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074889 to the same value. > severity 1074890 serious Bug #1074890 [src:crack] crack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074890 to the same value. > severity 1074892 serious Bug #1074892 [src:csh] csh: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074892 to the same value. > severity 1074894 serious Bug #1074894 [src:csound] csound: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074894 to the same value. > severity 1074895 serious Bug #1074895 [src:ctpl] ctpl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074895 to the same value. > severity 1074896 serious Bug #1074896 [src:cvm] cvm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074896 to the same value. > severity 1074898 serious Bug #1074898 [src:cwiid] cwiid: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074898 to the same value. > severity 1074899 serious Bug #1074899 [src:cyrus-sasl2] cyrus-sasl2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074899 to the same value. > severity 1074902 serious Bug #1074902 [src:daq] daq: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074902 to the same value. > severity 1074903 serious Bug #1074903 [src:davix] davix: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074903 to the same value. > severity 1074904 serious Bug #1074904 [src:dealer] dealer: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074904 to the same value. > severity 1074905 serious Bug #1074905 [src:deepin-log-viewer] deepin-log-viewer: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074905 to the same value. > severity 1074906 serious Bug #1074906 [src:denemo] denemo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074906 to the same value. > severity 1074907 serious Bug #1074907 [src:desproxy] desproxy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074907 to the same value. > severity 1074911 serious Bug #1074911 [src:dillo] dillo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074911 to the same value. > severity 1074912 serious Bug #1074912 [src:dircproxy] dircproxy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074912 to the same value. > severity 1074913 serious Bug #1074913 [src:directfb] directfb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074913 to the same value. > severity 1074914 serious Bug #1074914 [src:directvnc] directvnc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074914 to the same value. > severity 1074915 serious Bug #1074915 [src:discount] discount: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074915 to the same value. > severity 1074917 serious Bug #1074917 [src:discord-rpc] discord-rpc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074917 to the same value. > severity 1074919 serious Bug #1074919 [src:dot-forward] dot-forward: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074919 to the same value. > severity 1074920 serious Bug #1074920 [src:dolfinx-mpc] dolfinx-mpc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074920 to the same value. > severity 1074921 serious Bug #1074921 [src:dsh] dsh: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074921 to the same value. > severity 1074922 serious Bug #1074922 [src:dssi] dssi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074922 to the same value. > severity 1074923 serious Bug #1074923 [src:dsniff] dsniff: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074923 to the same value. > severity 1074924 serious Bug #1074924 [src:dump1090-mutability] dump1090-mutability: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074924 to the same value. > severity 1074925 serious Bug #1074925 [src:dvi2dvi] dvi2dvi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074925 to the same value. > severity 1074926 serious Bug #1074926 [src:dwgsim] dwgsim: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074926 to the same value. > severity 1074927 serious Bug #1074927 [src:dx] dx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074927 to the same value. > severity 1074928 serious Bug #1074928 [src:easyh10] easyh10: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074928 to the same value. > severity 1074929 serious Bug #1074929 [src:eb] eb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074929 to the same value. > severity 1074931 serious Bug #1074931 [src:ecryptfs-utils] ecryptfs-utils: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074931 to the same value. > severity 1074933 serious Bug #1074933 [src:electric-fence] electric-fence: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074933 to the same value. > severity 1074934 serious Bug #1074934 [src:elvis-tiny] elvis-tiny: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074934 to the same value. > severity 1074935 serious Bug #1074935 [src:elk] elk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074935 to the same value. > severity 1074936 serious Bug #1074936 [src:emacs] emacs: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074936 to the same value. > severity 1074937 serious Bug #1074937 [src:empire-hub] empire-hub: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074937 to the same value. > severity 1074938 serious Bug #1074938 [src:epic4] epic4: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074938 to the same value. > severity 1074939 serious Bug #1074939 [src:eperl] eperl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074939 to the same value. > severity 1074940 serious Bug #1074940 [src:eterm] eterm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074940 to the same value. > severity 1074941 serious Bug #1074941 [src:eso-midas] eso-midas: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074941 to the same value. > severity 1074943 serious Bug #1074943 [src:fairymax] fairymax: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074943 to the same value. > severity 1074944 serious Bug #1074944 [src:faiss] faiss: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074944 to the same value. > severity 1074945 serious Bug #1074945 [src:fakeroot] fakeroot: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074945 to the same value. > severity 1074946 serious Bug #1074946 [src:fastforward] fastforward: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074946 to the same value. > severity 1074948 serious Bug #1074948 [src:fcrackzip] fcrackzip: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074948 to the same value. > severity 1074949 serious Bug #1074949 [src:fdclone] fdclone: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074949 to the same value. > severity 1074950 serious Bug #1074950 [src:fdm] fdm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074950 to the same value. > severity 1074951 serious Bug #1074951 [src:fenics-dolfinx] fenics-dolfinx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074951 to the same value. > severity 1074953 serious Bug #1074953 [src:ferret-vis] ferret-vis: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074953 to the same value. > severity 1074954 serious Bug #1074954 [src:ffproxy] ffproxy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074954 to the same value. > severity 1074955 serious Bug #1074955 [src:fftw] fftw: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074955 to the same value. > severity 1074956 serious Bug #1074956 [src:filter] filter: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074956 to the same value. > severity 1074957 serious Bug #1074957 [src:file-kanji] file-kanji: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074957 to the same value. > severity 1074958 serious Bug #1074958 [src:finalcut] finalcut: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074958 to the same value. > severity 1074960 serious Bug #1074960 [src:floatbg] floatbg: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074960 to the same value. > severity 1074962 serious Bug #1074962 [src:fort-validator] fort-validator: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074962 to the same value. > severity 1074963 serious Bug #1074963 [src:foma] foma: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074963 to the same value. > severity 1074964 serious Bug #1074964 [src:francine] francine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074964 to the same value. > severity 1074965 serious Bug #1074965 [src:freecdb] freecdb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074965 to the same value. > severity 1074966 serious Bug #1074966 [src:freedroidrpg] freedroidrpg: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074966 to the same value. > severity 1074967 serious Bug #1074967 [src:freeorion] freeorion: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074967 to the same value. > severity 1074968 serious Bug #1074968 [src:freewnn] freewnn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074968 to the same value. > severity 1074969 serious Bug #1074969 [src:freerdp2] freerdp2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074969 to the same value. > severity 1074971 serious Bug #1074971 [src:fteqcc] fteqcc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074971 to the same value. > severity 1074972 serious Bug #1074972 [src:ftpmirror] ftpmirror: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074972 to the same value. > severity 1074973 serious Bug #1074973 [src:fungw] fungw: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074973 to the same value. > severity 1074974 serious Bug #1074974 [src:fvwm] fvwm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074974 to the same value. > severity 1074975 serious Bug #1074975 [src:fvwm3] fvwm3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074975 to the same value. > severity 1074976 serious Bug #1074976 [src:fweb] fweb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074976 to the same value. > severity 1074977 serious Bug #1074977 [src:ganglia] ganglia: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074977 to the same value. > severity 1074978 serious Bug #1074978 [src:gaviotatb] gaviotatb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074978 to the same value. > severity 1074979 serious Bug #1074979 [src:garmin-forerunner-tools] garmin-forerunner-tools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074979 to the same value. > severity 1074980 serious Bug #1074980 [src:gcin] gcin: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074980 to the same value. > severity 1074981 serious Bug #1074981 [src:gdl] gdl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074981 to the same value. > severity 1074982 serious Bug #1074982 [src:gecode] gecode: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074982 to the same value. > severity 1074983 serious Bug #1074983 [src:geki3] geki3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074983 to the same value. > severity 1074984 serious Bug #1074984 [src:geki2] geki2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074984 to the same value. > severity 1074985 serious Bug #1074985 [src:genders] genders: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074985 to the same value. > severity 1074987 serious Bug #1074987 [src:genht] genht: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074987 to the same value. > severity 1074988 serious Bug #1074988 [src:gerris] gerris: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074988 to the same value. > severity 1074989 serious Bug #1074989 [src:getdns] getdns: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074989 to the same value. > severity 1074990 serious Bug #1074990 [src:geventhttpclient] geventhttpclient: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074990 to the same value. > severity 1074991 serious Bug #1074991 [src:gf2x] gf2x: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074991 to the same value. > severity 1074992 serious Bug #1074992 [src:gftp] gftp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074992 to the same value. > severity 1074993 serious Bug #1074993 [src:ggobi] ggobi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074993 to the same value. > severity 1074995 serious Bug #1074995 [src:ghostess] ghostess: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074995 to the same value. > severity 1074997 serious Bug #1074997 [src:giggle] giggle: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074997 to the same value. > severity 1074999 serious Bug #1074999 [src:gimp-gap] gimp-gap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1074999 to the same value. > severity 1075000 serious Bug #1075000 [src:gimp-plugin-registry] gimp-plugin-registry: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075000 to the same value. > severity 1075002 serious Bug #1075002 [src:gkrellm-mailwatch] gkrellm-mailwatch: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075002 to the same value. > severity 1075004 serious Bug #1075004 [src:gkrellm-radio] gkrellm-radio: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075004 to the same value. > severity 1075005 serious Bug #1075005 [src:gkrellm-reminder] gkrellm-reminder: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075005 to the same value. > severity 1075006 serious Bug #1075006 [src:gkrellm-thinkbat] gkrellm-thinkbat: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075006 to the same value. > severity 1075007 serious Bug #1075007 [src:gkrellm-xkb] gkrellm-xkb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075007 to the same value. > severity 1075008 serious Bug #1075008 [src:gkrellshoot] gkrellshoot: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075008 to the same value. > severity 1075009 serious Bug #1075009 [src:glabels] glabels: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075009 to the same value. > severity 1075014 serious Bug #1075014 [src:gmerlin] gmerlin: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075014 to the same value. > severity 1075015 serious Bug #1075015 [src:gmanedit] gmanedit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075015 to the same value. > severity 1075016 serious Bug #1075016 [src:gmerlin-avdecoder] gmerlin-avdecoder: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075016 to the same value. > severity 1075018 serious Bug #1075018 [src:gmerlin-encoders] gmerlin-encoders: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075018 to the same value. > severity 1075020 serious Bug #1075020 [src:gngb] gngb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075020 to the same value. > severity 1075021 serious Bug #1075021 [src:gmrender-resurrect] gmrender-resurrect: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075021 to the same value. > severity 1075022 serious Bug #1075022 [src:gnomad2] gnomad2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075022 to the same value. > severity 1075023 serious Bug #1075023 [src:gnome-boxes] gnome-boxes: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075023 to the same value. > severity 1075024 serious Bug #1075024 [src:gnome-dvb-daemon] gnome-dvb-daemon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075024 to the same value. > severity 1075025 serious Bug #1075025 [src:gnome-font-viewer] gnome-font-viewer: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075025 to the same value. > severity 1075026 serious Bug #1075026 [src:gnome-paint] gnome-paint: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075026 to the same value. > severity 1075027 serious Bug #1075027 [src:gnome-shell-extension-manager] gnome-shell-extension-manager: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075027 to the same value. > severity 1075029 serious Bug #1075029 [src:gnucobol3] gnucobol3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075029 to the same value. > severity 1075031 serious Bug #1075031 [src:gnunet] gnunet: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075031 to the same value. > severity 1075032 serious Bug #1075032 [src:goban] goban: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075032 to the same value. > severity 1075034 serious Bug #1075034 [src:goocanvas-2.0] goocanvas-2.0: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075034 to the same value. > severity 1075035 serious Bug #1075035 [src:gperiodic] gperiodic: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075035 to the same value. > severity 1075036 serious Bug #1075036 [src:gphoto2] gphoto2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075036 to the same value. > severity 1075037 serious Bug #1075037 [src:gr-gsm] gr-gsm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075037 to the same value. > severity 1075039 serious Bug #1075039 [src:gramophone2] gramophone2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075039 to the same value. > severity 1075040 serious Bug #1075040 [src:graphviz] graphviz: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075040 to the same value. > severity 1075042 serious Bug #1075042 [src:gridengine] gridengine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075042 to the same value. > severity 1075043 serious Bug #1075043 [src:gringotts] gringotts: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075043 to the same value. > severity 1075044 serious Bug #1075044 [src:groonga] groonga: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075044 to the same value. > severity 1075045 serious Bug #1075045 [src:grpc] grpc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075045 to the same value. > severity 1075046 serious Bug #1075046 [src:grpn] grpn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075046 to the same value. > severity 1075048 serious Bug #1075048 [src:gtetrinet] gtetrinet: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075048 to the same value. > severity 1075050 serious Bug #1075050 [src:gtk+2.0] gtk+2.0: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075050 to the same value. > severity 1075051 serious Bug #1075051 [src:gtk-vector-screenshot] gtk-vector-screenshot: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075051 to the same value. > severity 1075052 serious Bug #1075052 [src:gtksheet] gtksheet: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075052 to the same value. > severity 1075053 serious Bug #1075053 [src:gtkam] gtkam: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075053 to the same value. > severity 1075055 serious Bug #1075055 [src:gtksourceview3] gtksourceview3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075055 to the same value. > severity 1075056 serious Bug #1075056 [src:gutenprint] gutenprint: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075056 to the same value. > severity 1075057 serious Bug #1075057 [src:gxr] gxr: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075057 to the same value. > severity 1075058 serious Bug #1075058 [src:h2o] h2o: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075058 to the same value. > severity 1075059 serious Bug #1075059 [src:haskell-hsopenssl] haskell-hsopenssl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075059 to the same value. > severity 1075060 serious Bug #1075060 [src:hasciicam] hasciicam: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075060 to the same value. > severity 1075061 serious Bug #1075061 [src:haskell-libxml-sax] haskell-libxml-sax: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075061 to the same value. > severity 1075062 serious Bug #1075062 [src:hdf-eos4] hdf-eos4: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075062 to the same value. > severity 1075063 serious Bug #1075063 [src:hdf5] hdf5: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075063 to the same value. > severity 1075065 serious Bug #1075065 [src:heaptrack] heaptrack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075065 to the same value. > severity 1075066 serious Bug #1075066 [src:hfst] hfst: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075066 to the same value. > severity 1075067 serious Bug #1075067 [src:hfsutils] hfsutils: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075067 to the same value. > severity 1075069 serious Bug #1075069 [src:hplip] hplip: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075069 to the same value. > severity 1075070 serious Bug #1075070 [src:hpsockd] hpsockd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075070 to the same value. > severity 1075071 serious Bug #1075071 [src:hts-nim-tools] hts-nim-tools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075071 to the same value. > severity 1075072 serious Bug #1075072 [src:httperf] httperf: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075072 to the same value. > severity 1075073 serious Bug #1075073 [src:hugs98] hugs98: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075073 to the same value. > severity 1075074 serious Bug #1075074 [src:hunt] hunt: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075074 to the same value. > severity 1075075 serious Bug #1075075 [src:hylafax] hylafax: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075075 to the same value. > severity 1075076 serious Bug #1075076 [src:i2util] i2util: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075076 to the same value. > severity 1075077 serious Bug #1075077 [src:hypre] hypre: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075077 to the same value. > severity 1075078 serious Bug #1075078 [src:i810switch] i810switch: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075078 to the same value. > severity 1075080 serious Bug #1075080 [src:icmpush] icmpush: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075080 to the same value. > severity 1075082 serious Bug #1075082 [src:icon] icon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075082 to the same value. > severity 1075085 serious Bug #1075085 [src:ifeffit] ifeffit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075085 to the same value. > severity 1075087 serious Bug #1075087 [src:ignition-physics] ignition-physics: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075087 to the same value. > severity 1075090 serious Bug #1075090 [src:inventor] inventor: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075090 to the same value. > severity 1075091 serious Bug #1075091 [src:invada-studio-plugins-lv2] invada-studio-plugins-lv2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075091 to the same value. > severity 1075092 serious Bug #1075092 [src:ipfm] ipfm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075092 to the same value. > severity 1075093 serious Bug #1075093 [src:iraf] iraf: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075093 to the same value. > severity 1075094 serious Bug #1075094 [src:ipsvd] ipsvd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075094 to the same value. > severity 1075096 serious Bug #1075096 [src:itk3] itk3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075096 to the same value. > severity 1075097 serious Bug #1075097 [src:jack-tools] jack-tools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075097 to the same value. > severity 1075098 serious Bug #1075098 [src:java-gnome] java-gnome: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075098 to the same value. > severity 1075099 serious Bug #1075099 [src:jamin] jamin: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075099 to the same value. > severity 1075100 serious Bug #1075100 [src:jikespg] jikespg: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075100 to the same value. > severity 1075101 serious Bug #1075101 [src:jeex] jeex: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075101 to the same value. > severity 1075102 serious Bug #1075102 [src:jpy] jpy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075102 to the same value. > severity 1075103 serious Bug #1075103 [src:jnettop] jnettop: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075103 to the same value. > severity 1075104 serious Bug #1075104 [src:juman] juman: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075104 to the same value. > severity 1075105 serious Bug #1075105 [src:jxrlib] jxrlib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075105 to the same value. > severity 1075108 serious Bug #1075108 [src:kasumi] kasumi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075108 to the same value. > severity 1075109 serious Bug #1075109 [src:kbd] kbd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075109 to the same value. > severity 1075110 serious Bug #1075110 [src:kbuild] kbuild: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075110 to the same value. > severity 1075111 serious Bug #1075111 [src:kilo] kilo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075111 to the same value. > severity 1075115 serious Bug #1075115 [src:klystrack] klystrack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075115 to the same value. > severity 1075116 serious Bug #1075116 [src:knxd] knxd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075116 to the same value. > severity 1075117 serious Bug #1075117 [src:kodi] kodi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075117 to the same value. > severity 1075118 serious Bug #1075118 [src:kodi-pvr-teleboy] kodi-pvr-teleboy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075118 to the same value. > severity 1075119 serious Bug #1075119 [src:kodi-pvr-waipu] kodi-pvr-waipu: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075119 to the same value. > severity 1075120 serious Bug #1075120 [src:kodi-pvr-zattoo] kodi-pvr-zattoo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075120 to the same value. > severity 1075121 serious Bug #1075121 [src:komposter] komposter: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075121 to the same value. > severity 1075122 serious Bug #1075122 [src:krunner] krunner: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075122 to the same value. > severity 1075123 serious Bug #1075123 [src:kseexpr] kseexpr: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075123 to the same value. > severity 1075124 serious Bug #1075124 [src:kylin-burner] kylin-burner: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075124 to the same value. > severity 1075125 serious Bug #1075125 [src:lablgl] lablgl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075125 to the same value. > severity 1075130 serious Bug #1075130 [src:latencytop] latencytop: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075130 to the same value. > severity 1075131 serious Bug #1075131 [src:latexila] latexila: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075131 to the same value. > severity 1075132 serious Bug #1075132 [src:ldapvi] ldapvi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075132 to the same value. > severity 1075133 serious Bug #1075133 [src:levee] levee: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075133 to the same value. > severity 1075134 serious Bug #1075134 [src:leatherman] leatherman: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075134 to the same value. > severity 1075135 serious Bug #1075135 [src:level-zero] level-zero: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075135 to the same value. > severity 1075136 serious Bug #1075136 [src:lfortran] lfortran: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075136 to the same value. > severity 1075137 serious Bug #1075137 [src:libapache-mod-auth-radius] libapache-mod-auth-radius: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075137 to the same value. > severity 1075138 serious Bug #1075138 [src:libace-perl] libace-perl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075138 to the same value. > severity 1075139 serious Bug #1075139 [src:libapache2-mod-authn-sasl] libapache2-mod-authn-sasl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075139 to the same value. > severity 1075140 serious Bug #1075140 [src:libapache-mod-log-sql] libapache-mod-log-sql: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075140 to the same value. > severity 1075141 serious Bug #1075141 [src:libapache2-mod-encoding] libapache2-mod-encoding: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075141 to the same value. > severity 1075142 serious Bug #1075142 [src:libapache2-mod-qos] libapache2-mod-qos: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075142 to the same value. > severity 1075143 serious Bug #1075143 [src:libappimage] libappimage: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075143 to the same value. > severity 1075144 serious Bug #1075144 [src:libapr-memcache] libapr-memcache: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075144 to the same value. > severity 1075146 serious Bug #1075146 [src:libauthen-sasl-xs-perl] libauthen-sasl-xs-perl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075146 to the same value. > severity 1075153 serious Bug #1075153 [src:libbpp-seq] libbpp-seq: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075153 to the same value. > severity 1075154 serious Bug #1075154 [src:libbpp-seq-omics] libbpp-seq-omics: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075154 to the same value. > severity 1075155 serious Bug #1075155 [src:libccp4] libccp4: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075155 to the same value. > severity 1075156 serious Bug #1075156 [src:libcereal] libcereal: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075156 to the same value. > severity 1075157 serious Bug #1075157 [src:libcddb] libcddb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075157 to the same value. > severity 1075158 serious Bug #1075158 [src:libcli] libcli: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075158 to the same value. > severity 1075159 serious Bug #1075159 [src:libcgns] libcgns: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075159 to the same value. > severity 1075160 serious Bug #1075160 [src:libcompface] libcompface: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075160 to the same value. > severity 1075161 serious Bug #1075161 [src:libcrypt-u2f-server-perl] libcrypt-u2f-server-perl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075161 to the same value. > severity 1075162 serious Bug #1075162 [src:libdbi-drivers] libdbi-drivers: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075162 to the same value. > severity 1075163 serious Bug #1075163 [src:libdigidoc] libdigidoc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075163 to the same value. > severity 1075165 serious Bug #1075165 [src:libdmapsharing] libdmapsharing: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075165 to the same value. > severity 1075166 serious Bug #1075166 [src:libexplain] libexplain: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075166 to the same value. > severity 1075167 serious Bug #1075167 [src:libfm] libfm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075167 to the same value. > severity 1075168 serious Bug #1075168 [src:libgctp] libgctp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075168 to the same value. > severity 1075169 serious Bug #1075169 [src:libgda5] libgda5: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075169 to the same value. > severity 1075170 serious Bug #1075170 [src:libgdchart-gd2] libgdchart-gd2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075170 to the same value. > severity 1075171 serious Bug #1075171 [src:libgpod] libgpod: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075171 to the same value. > severity 1075172 serious Bug #1075172 [src:libgraphics-libplot-perl] libgraphics-libplot-perl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075172 to the same value. > severity 1075176 serious Bug #1075176 [src:libkdumpfile] libkdumpfile: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075176 to the same value. > severity 1075178 serious Bug #1075178 [src:libkysdk-base] libkysdk-base: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075178 to the same value. > severity 1075183 serious Bug #1075183 [src:libmcrypt] libmcrypt: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075183 to the same value. > severity 1075187 serious Bug #1075187 [src:libmoe] libmoe: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075187 to the same value. > severity 1075188 serious Bug #1075188 [src:libmpc] libmpc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075188 to the same value. > severity 1075191 serious Bug #1075191 [src:libncl] libncl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075191 to the same value. > severity 1075195 serious Bug #1075195 [src:liboggplay] liboggplay: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075195 to the same value. > severity 1075196 serious Bug #1075196 [src:libopendbx] libopendbx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075196 to the same value. > severity 1075197 serious Bug #1075197 [src:libprelude] libprelude: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075197 to the same value. > severity 1075198 serious Bug #1075198 [src:libpsortb] libpsortb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075198 to the same value. > severity 1075199 serious Bug #1075199 [src:libpwiz] libpwiz: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075199 to the same value. > severity 1075200 serious Bug #1075200 [src:libreadline-java] libreadline-java: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075200 to the same value. > severity 1075201 serious Bug #1075201 [src:libre] libre: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075201 to the same value. > severity 1075202 serious Bug #1075202 [src:librnd] librnd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075202 to the same value. > severity 1075204 serious Bug #1075204 [src:libskk] libskk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075204 to the same value. > severity 1075206 serious Bug #1075206 [src:libsnl] libsnl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075206 to the same value. > severity 1075208 serious Bug #1075208 [src:libstatgen] libstatgen: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075208 to the same value. > severity 1075209 serious Bug #1075209 [src:libstb] libstb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075209 to the same value. > severity 1075210 serious Bug #1075210 [src:libstorj] libstorj: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075210 to the same value. > severity 1075212 serious Bug #1075212 [src:libtcod] libtcod: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075212 to the same value. > severity 1075214 serious Bug #1075214 [src:libtext-unaccent-perl] libtext-unaccent-perl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075214 to the same value. > severity 1075215 serious Bug #1075215 [src:libtranscript] libtranscript: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075215 to the same value. > severity 1075216 serious Bug #1075216 [src:libvformat] libvformat: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075216 to the same value. > severity 1075217 serious Bug #1075217 [src:libxaw3dxft] libxaw3dxft: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075217 to the same value. > severity 1075218 serious Bug #1075218 [src:libx86] libx86: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075218 to the same value. > severity 1075220 serious Bug #1075220 [src:liece] liece: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075220 to the same value. > severity 1075221 serious Bug #1075221 [src:libxmltok] libxmltok: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075221 to the same value. > severity 1075223 serious Bug #1075223 [src:linphone] linphone: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075223 to the same value. > severity 1075224 serious Bug #1075224 [src:linux-atm] linux-atm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075224 to the same value. > severity 1075225 serious Bug #1075225 [src:linux-ftpd-ssl] linux-ftpd-ssl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075225 to the same value. > severity 1075226 serious Bug #1075226 [src:linux86] linux86: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075226 to the same value. > severity 1075227 serious Bug #1075227 [src:linuxtv-dvb-apps] linuxtv-dvb-apps: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075227 to the same value. > severity 1075228 serious Bug #1075228 [src:lisaac] lisaac: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075228 to the same value. > severity 1075229 serious Bug #1075229 [src:lmemory] lmemory: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075229 to the same value. > severity 1075231 serious Bug #1075231 [src:looking-glass] looking-glass: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075231 to the same value. > severity 1075232 serious Bug #1075232 [src:lookup] lookup: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075232 to the same value. > severity 1075233 serious Bug #1075233 [src:loqui] loqui: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075233 to the same value. > severity 1075234 serious Bug #1075234 [src:lordsawar] lordsawar: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075234 to the same value. > severity 1075236 serious Bug #1075236 [src:lp-solve] lp-solve: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075236 to the same value. > severity 1075237 serious Bug #1075237 [src:lpr] lpr: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075237 to the same value. > severity 1075238 serious Bug #1075238 [src:lrzsz] lrzsz: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075238 to the same value. > severity 1075239 serious Bug #1075239 [src:lua-sql] lua-sql: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075239 to the same value. > severity 1075240 serious Bug #1075240 [src:lua-svn] lua-svn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075240 to the same value. > severity 1075242 serious Bug #1075242 [src:lwipv6] lwipv6: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075242 to the same value. > severity 1075243 serious Bug #1075243 [src:lxpanel] lxpanel: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075243 to the same value. > severity 1075244 serious Bug #1075244 [src:lxsession] lxsession: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075244 to the same value. > severity 1075245 serious Bug #1075245 [src:lxterminal] lxterminal: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075245 to the same value. > severity 1075246 serious Bug #1075246 [src:mactelnet] mactelnet: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075246 to the same value. > severity 1075247 serious Bug #1075247 [src:macaulay2] macaulay2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075247 to the same value. > severity 1075248 serious Bug #1075248 [src:magicfilter] magicfilter: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075248 to the same value. > severity 1075249 serious Bug #1075249 [src:magic] magic: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075249 to the same value. > severity 1075251 serious Bug #1075251 [src:mame] mame: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075251 to the same value. > severity 1075253 serious Bug #1075253 [src:maq] maq: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075253 to the same value. > severity 1075254 serious Bug #1075254 [src:maqview] maqview: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075254 to the same value. > severity 1075255 serious Bug #1075255 [src:matanza] matanza: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075255 to the same value. > severity 1075256 serious Bug #1075256 [src:mariadb-connector-python] mariadb-connector-python: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075256 to the same value. > severity 1075257 serious Bug #1075257 [src:matchbox-desktop] matchbox-desktop: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075257 to the same value. > severity 1075258 serious Bug #1075258 [src:mate-applets] mate-applets: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075258 to the same value. > severity 1075259 serious Bug #1075259 [src:mate-settings-daemon] mate-settings-daemon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075259 to the same value. > severity 1075260 serious Bug #1075260 [src:mayavi2] mayavi2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075260 to the same value. > severity 1075261 serious Bug #1075261 [src:mccode] mccode: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075261 to the same value. > severity 1075262 serious Bug #1075262 [src:mbedtls] mbedtls: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075262 to the same value. > severity 1075263 serious Bug #1075263 [src:mcpp] mcpp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075263 to the same value. > severity 1075264 serious Bug #1075264 [src:mergelog] mergelog: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075264 to the same value. > severity 1075266 serious Bug #1075266 [src:mgetty] mgetty: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075266 to the same value. > severity 1075267 serious Bug #1075267 [src:mgba] mgba: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075267 to the same value. > severity 1075268 serious Bug #1075268 [src:mgt] mgt: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075268 to the same value. > severity 1075269 serious Bug #1075269 [src:mhash] mhash: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075269 to the same value. > severity 1075270 serious Bug #1075270 [src:mia] mia: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075270 to the same value. > severity 1075271 serious Bug #1075271 [src:microdc2] microdc2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075271 to the same value. > severity 1075273 serious Bug #1075273 [src:mindthegap] mindthegap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075273 to the same value. > severity 1075275 serious Bug #1075275 [src:mingw-w64] mingw-w64: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075275 to the same value. > severity 1075276 serious Bug #1075276 [src:minimac4] minimac4: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075276 to the same value. > severity 1075277 serious Bug #1075277 [src:mir] mir: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075277 to the same value. > severity 1075278 serious Bug #1075278 [src:mlpack] mlpack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075278 to the same value. > severity 1075279 serious Bug #1075279 [src:mlpy] mlpy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075279 to the same value. > severity 1075280 serious Bug #1075280 [src:mmh] mmh: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075280 to the same value. > severity 1075282 serious Bug #1075282 [src:moarvm] moarvm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075282 to the same value. > severity 1075283 serious Bug #1075283 [src:monero] monero: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075283 to the same value. > severity 1075284 serious Bug #1075284 [src:mono] mono: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075284 to the same value. > severity 1075285 serious Bug #1075285 [src:mopac7] mopac7: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075285 to the same value. > severity 1075286 serious Bug #1075286 [src:morla] morla: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075286 to the same value. > severity 1075287 serious Bug #1075287 [src:morse] morse: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075287 to the same value. > severity 1075288 serious Bug #1075288 [src:mosdepth] mosdepth: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075288 to the same value. > severity 1075289 serious Bug #1075289 [src:motif] motif: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075289 to the same value. > severity 1075290 serious Bug #1075290 [src:mpb] mpb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075290 to the same value. > severity 1075291 serious Bug #1075291 [src:mpg321] mpg321: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075291 to the same value. > severity 1075293 serious Bug #1075293 [src:mpqc] mpqc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075293 to the same value. > severity 1075296 serious Bug #1075296 [src:mtpaint] mtpaint: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075296 to the same value. > severity 1075297 serious Bug #1075297 [src:muffin] muffin: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075297 to the same value. > severity 1075298 serious Bug #1075298 [src:muparserx] muparserx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075298 to the same value. > severity 1075301 serious Bug #1075301 [src:mutt] mutt: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075301 to the same value. > severity 1075302 serious Bug #1075302 [src:nam] nam: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075302 to the same value. > severity 1075304 serious Bug #1075304 [src:nas] nas: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075304 to the same value. > severity 1075305 serious Bug #1075305 [src:nat] nat: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075305 to the same value. > severity 1075306 serious Bug #1075306 [src:navit] navit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075306 to the same value. > severity 1075308 serious Bug #1075308 [src:ncl] ncl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075308 to the same value. > severity 1075310 serious Bug #1075310 [src:netcat] netcat: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075310 to the same value. > severity 1075311 serious Bug #1075311 [src:netdiag] netdiag: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075311 to the same value. > severity 1075312 serious Bug #1075312 [src:netmaze] netmaze: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075312 to the same value. > severity 1075313 serious Bug #1075313 [src:netris] netris: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075313 to the same value. > severity 1075314 serious Bug #1075314 [src:nfs-ganesha] nfs-ganesha: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075314 to the same value. > severity 1075315 serious Bug #1075315 [src:ng] ng: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075315 to the same value. > severity 1075316 serious Bug #1075316 [src:ngspice] ngspice: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075316 to the same value. > severity 1075317 serious Bug #1075317 [src:nipy] nipy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075317 to the same value. > severity 1075318 serious Bug #1075318 [src:notion] notion: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075318 to the same value. > severity 1075319 serious Bug #1075319 [src:notify-osd] notify-osd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075319 to the same value. > severity 1075321 serious Bug #1075321 [src:ns2] ns2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075321 to the same value. > severity 1075323 serious Bug #1075323 [src:nstreams] nstreams: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075323 to the same value. > severity 1075324 serious Bug #1075324 [src:ntcard] ntcard: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075324 to the same value. > severity 1075325 serious Bug #1075325 [src:nullidentd] nullidentd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075325 to the same value. > severity 1075326 serious Bug #1075326 [src:nvi] nvi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075326 to the same value. > severity 1075327 serious Bug #1075327 [src:obs-studio] obs-studio: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075327 to the same value. > severity 1075329 serious Bug #1075329 [src:ocaml-lo] ocaml-lo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075329 to the same value. > severity 1075330 serious Bug #1075330 [src:omega-rpg] omega-rpg: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075330 to the same value. > severity 1075331 serious Bug #1075331 [src:octave] octave: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075331 to the same value. > severity 1075332 serious Bug #1075332 [src:octomap] octomap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075332 to the same value. > severity 1075333 serious Bug #1075333 [src:onednn] onednn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075333 to the same value. > severity 1075335 serious Bug #1075335 [src:openbabel] openbabel: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075335 to the same value. > severity 1075337 serious Bug #1075337 [src:opencc] opencc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075337 to the same value. > severity 1075338 serious Bug #1075338 [src:opencpn] opencpn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075338 to the same value. > severity 1075339 serious Bug #1075339 [src:opendkim] opendkim: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075339 to the same value. > severity 1075340 serious Bug #1075340 [src:openfst] openfst: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075340 to the same value. > severity 1075341 serious Bug #1075341 [src:openhpi] openhpi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075341 to the same value. > severity 1075342 serious Bug #1075342 [src:openjfx] openjfx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075342 to the same value. > severity 1075344 serious Bug #1075344 [src:openmw] openmw: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075344 to the same value. > severity 1075345 serious Bug #1075345 [src:openvpn-auth-ldap] openvpn-auth-ldap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075345 to the same value. > severity 1075346 serious Bug #1075346 [src:openwince-jtag] openwince-jtag: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075346 to the same value. > severity 1075349 serious Bug #1075349 [src:opustags] opustags: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075349 to the same value. > severity 1075351 serious Bug #1075351 [src:osinfo-db-tools] osinfo-db-tools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075351 to the same value. > severity 1075353 serious Bug #1075353 [src:osmo-iuh] osmo-iuh: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075353 to the same value. > severity 1075354 serious Bug #1075354 [src:pachi] pachi: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075354 to the same value. > severity 1075356 serious Bug #1075356 [src:pacparser] pacparser: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075356 to the same value. > severity 1075357 serious Bug #1075357 [src:pam-krb5-migrate] pam-krb5-migrate: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075357 to the same value. > severity 1075358 serious Bug #1075358 [src:pam-ssh-agent-auth] pam-ssh-agent-auth: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075358 to the same value. > severity 1075361 serious Bug #1075361 [src:parasail] parasail: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075361 to the same value. > severity 1075362 serious Bug #1075362 [src:parcellite] parcellite: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075362 to the same value. > severity 1075363 serious Bug #1075363 [src:pccts] pccts: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075363 to the same value. > severity 1075365 serious Bug #1075365 [src:pcmanfm] pcmanfm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075365 to the same value. > severity 1075366 serious Bug #1075366 [src:pcsxr] pcsxr: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075366 to the same value. > severity 1075367 serious Bug #1075367 [src:pcre3] pcre3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075367 to the same value. > severity 1075368 serious Bug #1075368 [src:pd-creb] pd-creb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075368 to the same value. > severity 1075369 serious Bug #1075369 [src:pd-cyclone] pd-cyclone: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075369 to the same value. > severity 1075370 serious Bug #1075370 [src:pd-ext13] pd-ext13: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075370 to the same value. > severity 1075371 serious Bug #1075371 [src:pd-flite] pd-flite: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075371 to the same value. > severity 1075372 serious Bug #1075372 [src:pd-ggee] pd-ggee: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075372 to the same value. > severity 1075373 serious Bug #1075373 [src:pd-iemlib] pd-iemlib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075373 to the same value. > severity 1075375 serious Bug #1075375 [src:pd-unauthorized] pd-unauthorized: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075375 to the same value. > severity 1075376 serious Bug #1075376 [src:pd-tclpd] pd-tclpd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075376 to the same value. > severity 1075377 serious Bug #1075377 [src:perl-tk] perl-tk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075377 to the same value. > severity 1075378 serious Bug #1075378 [src:perl4caml] perl4caml: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075378 to the same value. > severity 1075379 serious Bug #1075379 [src:pesign] pesign: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075379 to the same value. > severity 1075380 serious Bug #1075380 [src:petsc] petsc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075380 to the same value. > severity 1075381 serious Bug #1075381 [src:pg-checksums] pg-checksums: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075381 to the same value. > severity 1075382 serious Bug #1075382 [src:phasex] phasex: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075382 to the same value. > severity 1075383 serious Bug #1075383 [src:phast] phast: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075383 to the same value. > severity 1075384 serious Bug #1075384 [src:php-pinba] php-pinba: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075384 to the same value. > severity 1075385 serious Bug #1075385 [src:phnxdeco] phnxdeco: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075385 to the same value. > severity 1075386 serious Bug #1075386 [src:php-zmq] php-zmq: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075386 to the same value. > severity 1075387 serious Bug #1075387 [src:pipebench] pipebench: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075387 to the same value. > severity 1075388 serious Bug #1075388 [src:pidgin-nateon] pidgin-nateon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075388 to the same value. > severity 1075389 serious Bug #1075389 [src:pkcs11-proxy] pkcs11-proxy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075389 to the same value. > severity 1075391 serious Bug #1075391 [src:ploticus] ploticus: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075391 to the same value. > severity 1075392 serious Bug #1075392 [src:pluma] pluma: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075392 to the same value. > severity 1075394 serious Bug #1075394 [src:pong2] pong2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075394 to the same value. > severity 1075396 serious Bug #1075396 [src:prctl] prctl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075396 to the same value. > severity 1075397 serious Bug #1075397 [src:prime-phylo] prime-phylo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075397 to the same value. > severity 1075398 serious Bug #1075398 [src:procmail] procmail: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075398 to the same value. > severity 1075399 serious Bug #1075399 [src:psicode] psicode: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075399 to the same value. > severity 1075400 serious Bug #1075400 [src:pth] pth: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075400 to the same value. > severity 1075401 serious Bug #1075401 [src:puf] puf: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075401 to the same value. > severity 1075402 serious Bug #1075402 [src:pushover] pushover: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075402 to the same value. > severity 1075404 serious Bug #1075404 [src:py-postgresql] py-postgresql: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075404 to the same value. > severity 1075405 serious Bug #1075405 [src:pxlib] pxlib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075405 to the same value. > severity 1075406 serious Bug #1075406 [src:py-radix] py-radix: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075406 to the same value. > severity 1075409 serious Bug #1075409 [src:pyliblo] pyliblo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075409 to the same value. > severity 1075410 serious Bug #1075410 [src:pyregion] pyregion: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075410 to the same value. > severity 1075411 serious Bug #1075411 [src:python-av] python-av: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075411 to the same value. > severity 1075412 serious Bug #1075412 [src:python-datrie] python-datrie: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075412 to the same value. > severity 1075413 serious Bug #1075413 [src:python-axolotl-curve25519] python-axolotl-curve25519: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075413 to the same value. > severity 1075416 serious Bug #1075416 [src:python-librtmp] python-librtmp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075416 to the same value. > severity 1075418 serious Bug #1075418 [src:python-multidict] python-multidict: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075418 to the same value. > severity 1075419 serious Bug #1075419 [src:python-pairix] python-pairix: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075419 to the same value. > severity 1075420 serious Bug #1075420 [src:python-pyo] python-pyo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075420 to the same value. > severity 1075422 serious Bug #1075422 [src:python-rapidjson] python-rapidjson: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075422 to the same value. > severity 1075424 serious Bug #1075424 [src:python-xmlsec] python-xmlsec: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075424 to the same value. > severity 1075427 serious Bug #1075427 [src:qdbm] qdbm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075427 to the same value. > severity 1075429 serious Bug #1075429 [src:qt6-webengine] qt6-webengine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075429 to the same value. > severity 1075432 serious Bug #1075432 [src:quesoglc] quesoglc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075432 to the same value. > severity 1075433 serious Bug #1075433 [src:qzxing] qzxing: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075433 to the same value. > severity 1075434 serious Bug #1075434 [src:randtype] randtype: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075434 to the same value. > severity 1075435 serious Bug #1075435 [src:rapmap] rapmap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075435 to the same value. > severity 1075436 serious Bug #1075436 [src:raspell] raspell: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075436 to the same value. > severity 1075438 serious Bug #1075438 [src:readline] readline: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075438 to the same value. > severity 1075439 serious Bug #1075439 [src:rdkit] rdkit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075439 to the same value. > severity 1075440 serious Bug #1075440 [src:recode] recode: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075440 to the same value. > severity 1075441 serious Bug #1075441 [src:recoverdm] recoverdm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075441 to the same value. > severity 1075442 serious Bug #1075442 [src:reglookup] reglookup: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075442 to the same value. > severity 1075443 serious Bug #1075443 [src:rep-gtk] rep-gtk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075443 to the same value. > severity 1075444 serious Bug #1075444 [src:restinio] restinio: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075444 to the same value. > severity 1075445 serious Bug #1075445 [src:reprozip] reprozip: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075445 to the same value. > severity 1075446 serious Bug #1075446 [src:ring] ring: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075446 to the same value. > severity 1075447 serious Bug #1075447 [src:rman] rman: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075447 to the same value. > severity 1075448 serious Bug #1075448 [src:rlottie] rlottie: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075448 to the same value. > severity 1075449 serious Bug #1075449 [src:robot-testing-framework] robot-testing-framework: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075449 to the same value. > severity 1075450 serious Bug #1075450 [src:rocm-smi-lib] rocm-smi-lib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075450 to the same value. > severity 1075451 serious Bug #1075451 [src:route-rnd] route-rnd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075451 to the same value. > severity 1075452 serious Bug #1075452 [src:rplay] rplay: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075452 to the same value. > severity 1075453 serious Bug #1075453 [src:ruamel.yaml.clib] ruamel.yaml.clib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075453 to the same value. > severity 1075454 serious Bug #1075454 [src:ruby-cbor] ruby-cbor: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075454 to the same value. > severity 1075455 serious Bug #1075455 [src:ruby-augeas] ruby-augeas: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075455 to the same value. > severity 1075456 serious Bug #1075456 [src:ruby-cool.io] ruby-cool.io: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075456 to the same value. > severity 1075457 serious Bug #1075457 [src:ruby-eb] ruby-eb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075457 to the same value. > severity 1075458 serious Bug #1075458 [src:ruby-curses] ruby-curses: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075458 to the same value. > severity 1075459 serious Bug #1075459 [src:ruby-fast-xs] ruby-fast-xs: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075459 to the same value. > severity 1075460 serious Bug #1075460 [src:ruby-gnome] ruby-gnome: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075460 to the same value. > severity 1075461 serious Bug #1075461 [src:ruby-gd] ruby-gd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075461 to the same value. > severity 1075462 serious Bug #1075462 [src:ruby-gsl] ruby-gsl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075462 to the same value. > severity 1075463 serious Bug #1075463 [src:ruby-hdfeos5] ruby-hdfeos5: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075463 to the same value. > severity 1075464 serious Bug #1075464 [src:ruby-hiredis] ruby-hiredis: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075464 to the same value. > severity 1075465 serious Bug #1075465 [src:ruby-ldap] ruby-ldap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075465 to the same value. > severity 1075466 serious Bug #1075466 [src:ruby-mmap2] ruby-mmap2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075466 to the same value. > severity 1075467 serious Bug #1075467 [src:ruby-msgpack] ruby-msgpack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075467 to the same value. > severity 1075468 serious Bug #1075468 [src:ruby-nfc] ruby-nfc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075468 to the same value. > severity 1075469 serious Bug #1075469 [src:ruby-ncurses] ruby-ncurses: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075469 to the same value. > severity 1075470 serious Bug #1075470 [src:ruby-nio4r] ruby-nio4r: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075470 to the same value. > severity 1075471 serious Bug #1075471 [src:ruby-odbc] ruby-odbc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075471 to the same value. > severity 1075472 serious Bug #1075472 [src:ruby-posix-spawn] ruby-posix-spawn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075472 to the same value. > severity 1075473 serious Bug #1075473 [src:ruby-prometheus-client-mmap] ruby-prometheus-client-mmap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075473 to the same value. > severity 1075474 serious Bug #1075474 [src:ruby-rbtrace] ruby-rbtrace: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075474 to the same value. > severity 1075475 serious Bug #1075475 [src:ruby-rdiscount] ruby-rdiscount: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075475 to the same value. > severity 1075476 serious Bug #1075476 [src:ruby-serialport] ruby-serialport: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075476 to the same value. > severity 1075477 serious Bug #1075477 [src:ruby-rjb] ruby-rjb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075477 to the same value. > severity 1075478 serious Bug #1075478 [src:ruby-sqlite3] ruby-sqlite3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075478 to the same value. > severity 1075479 serious Bug #1075479 [src:ruby-tioga] ruby-tioga: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075479 to the same value. > severity 1075480 serious Bug #1075480 [src:ruby-uconv] ruby-uconv: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075480 to the same value. > severity 1075481 serious Bug #1075481 [src:ruby-tokyocabinet] ruby-tokyocabinet: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075481 to the same value. > severity 1075482 serious Bug #1075482 [src:ruby-unicode] ruby-unicode: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075482 to the same value. > severity 1075483 serious Bug #1075483 [src:ruby-xmlparser] ruby-xmlparser: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075483 to the same value. > severity 1075485 serious Bug #1075485 [src:sa-exim] sa-exim: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075485 to the same value. > severity 1075486 serious Bug #1075486 [src:salmon] salmon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075486 to the same value. > severity 1075487 serious Bug #1075487 [src:savvy] savvy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075487 to the same value. > severity 1075488 serious Bug #1075488 [src:scalapack] scalapack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075488 to the same value. > severity 1075489 serious Bug #1075489 [src:sc] sc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075489 to the same value. > severity 1075490 serious Bug #1075490 [src:sch-rnd] sch-rnd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075490 to the same value. > severity 1075492 serious Bug #1075492 [src:scheme48] scheme48: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075492 to the same value. > severity 1075493 serious Bug #1075493 [src:schroot] schroot: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075493 to the same value. > severity 1075495 serious Bug #1075495 [src:scotch] scotch: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075495 to the same value. > severity 1075496 serious Bug #1075496 [src:sdbus-cpp] sdbus-cpp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075496 to the same value. > severity 1075500 serious Bug #1075500 [src:seahorse] seahorse: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075500 to the same value. > severity 1075501 serious Bug #1075501 [src:sendfile] sendfile: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075501 to the same value. > severity 1075502 serious Bug #1075502 [src:seqan-needle] seqan-needle: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075502 to the same value. > severity 1075503 serious Bug #1075503 [src:seqan-raptor] seqan-raptor: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075503 to the same value. > severity 1075505 serious Bug #1075505 [src:setserial] setserial: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075505 to the same value. > severity 1075506 serious Bug #1075506 [src:shapetools] shapetools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075506 to the same value. > severity 1075507 serious Bug #1075507 [src:siggen] siggen: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075507 to the same value. > severity 1075508 serious Bug #1075508 [src:sight] sight: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075508 to the same value. > severity 1075509 serious Bug #1075509 [src:silo-llnl] silo-llnl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075509 to the same value. > severity 1075511 serious Bug #1075511 [src:simh] simh: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075511 to the same value. > severity 1075512 serious Bug #1075512 [src:simpleproxy] simpleproxy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075512 to the same value. > severity 1075513 serious Bug #1075513 [src:sjeng] sjeng: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075513 to the same value. > severity 1075514 serious Bug #1075514 [src:skycat] skycat: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075514 to the same value. > severity 1075515 serious Bug #1075515 [src:slashem] slashem: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075515 to the same value. > severity 1075516 serious Bug #1075516 [src:slony1-2] slony1-2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075516 to the same value. > severity 1075517 serious Bug #1075517 [src:smartlist] smartlist: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075517 to the same value. > severity 1075518 serious Bug #1075518 [src:smlnj] smlnj: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075518 to the same value. > severity 1075519 serious Bug #1075519 [src:sn] sn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075519 to the same value. > severity 1075520 serious Bug #1075520 [src:snacc] snacc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075520 to the same value. > severity 1075521 serious Bug #1075521 [src:sniffit] sniffit: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075521 to the same value. > severity 1075522 serious Bug #1075522 [src:snapd] snapd: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075522 to the same value. > severity 1075523 serious Bug #1075523 [src:socklog] socklog: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075523 to the same value. > severity 1075524 serious Bug #1075524 [src:soapdenovo2] soapdenovo2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075524 to the same value. > severity 1075525 serious Bug #1075525 [src:softether-vpn] softether-vpn: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075525 to the same value. > severity 1075526 serious Bug #1075526 [src:sopt] sopt: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075526 to the same value. > severity 1075527 serious Bug #1075527 [src:soundscaperenderer] soundscaperenderer: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075527 to the same value. > severity 1075528 serious Bug #1075528 [src:sox] sox: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075528 to the same value. > severity 1075529 serious Bug #1075529 [src:spacearyarya] spacearyarya: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075529 to the same value. > severity 1075530 serious Bug #1075530 [src:spacefm] spacefm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075530 to the same value. > severity 1075531 serious Bug #1075531 [src:spectools] spectools: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075531 to the same value. > severity 1075533 serious Bug #1075533 [src:splitvt] splitvt: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075533 to the same value. > severity 1075534 serious Bug #1075534 [src:spooles] spooles: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075534 to the same value. > severity 1075535 serious Bug #1075535 [src:src2tex] src2tex: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075535 to the same value. > severity 1075536 serious Bug #1075536 [src:sprng] sprng: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075536 to the same value. > severity 1075538 serious Bug #1075538 [src:ssmtp] ssmtp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075538 to the same value. > severity 1075539 serious Bug #1075539 [src:stlink] stlink: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075539 to the same value. > severity 1075540 serious Bug #1075540 [src:startup-notification] startup-notification: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075540 to the same value. > severity 1075542 serious Bug #1075542 [src:subtle] subtle: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075542 to the same value. > severity 1075546 serious Bug #1075546 [src:sylpheed] sylpheed: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075546 to the same value. > severity 1075547 serious Bug #1075547 [src:sundials] sundials: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075547 to the same value. > severity 1075548 serious Bug #1075548 [src:t4kcommon] t4kcommon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075548 to the same value. > severity 1075550 serious Bug #1075550 [src:tcl-fitstcl] tcl-fitstcl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075550 to the same value. > severity 1075551 serious Bug #1075551 [src:tboot] tboot: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075551 to the same value. > severity 1075552 serious Bug #1075552 [src:tcc] tcc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075552 to the same value. > severity 1075553 serious Bug #1075553 [src:tcltrf] tcltrf: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075553 to the same value. > severity 1075554 serious Bug #1075554 [src:tclxml] tclxml: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075554 to the same value. > severity 1075555 serious Bug #1075555 [src:tcm] tcm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075555 to the same value. > severity 1075556 serious Bug #1075556 [src:tcpspy] tcpspy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075556 to the same value. > severity 1075557 serious Bug #1075557 [src:tcpxtract] tcpxtract: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075557 to the same value. > severity 1075558 serious Bug #1075558 [src:telepathy-glib] telepathy-glib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075558 to the same value. > severity 1075559 serious Bug #1075559 [src:telepathy-logger] telepathy-logger: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075559 to the same value. > severity 1075560 serious Bug #1075560 [src:telepathy-haze] telepathy-haze: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075560 to the same value. > severity 1075561 serious Bug #1075561 [src:telepathy-ofono] telepathy-ofono: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075561 to the same value. > severity 1075562 serious Bug #1075562 [src:terminus] terminus: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075562 to the same value. > severity 1075563 serious Bug #1075563 [src:testdisk] testdisk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075563 to the same value. > severity 1075565 serious Bug #1075565 [src:texmaker] texmaker: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075565 to the same value. > severity 1075566 serious Bug #1075566 [src:text-engine] text-engine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075566 to the same value. > severity 1075569 serious Bug #1075569 [src:tgif] tgif: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075569 to the same value. > severity 1075570 serious Bug #1075570 [src:the] the: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075570 to the same value. > severity 1075571 serious Bug #1075571 [src:thesias] thesias: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075571 to the same value. > severity 1075572 serious Bug #1075572 [src:tilem] tilem: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075572 to the same value. > severity 1075573 serious Bug #1075573 [src:tightvnc] tightvnc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075573 to the same value. > severity 1075574 serious Bug #1075574 [src:timidity] timidity: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075574 to the same value. > severity 1075576 serious Bug #1075576 [src:tinydyndns] tinydyndns: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075576 to the same value. > severity 1075577 serious Bug #1075577 [src:tix] tix: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075577 to the same value. > severity 1075578 serious Bug #1075578 [src:tk-table] tk-table: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075578 to the same value. > severity 1075579 serious Bug #1075579 [src:tla] tla: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075579 to the same value. > severity 1075580 serious Bug #1075580 [src:togl] togl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075580 to the same value. > severity 1075581 serious Bug #1075581 [src:tpm2-tss-engine] tpm2-tss-engine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075581 to the same value. > severity 1075583 serious Bug #1075583 [src:transcriber] transcriber: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075583 to the same value. > severity 1075584 serious Bug #1075584 [src:tree-puzzle] tree-puzzle: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075584 to the same value. > severity 1075585 serious Bug #1075585 [src:treil] treil: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075585 to the same value. > severity 1075586 serious Bug #1075586 [src:trickle] trickle: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075586 to the same value. > severity 1075587 serious Bug #1075587 [src:tua] tua: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075587 to the same value. > severity 1075588 serious Bug #1075588 [src:ttf2ufm] ttf2ufm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075588 to the same value. > severity 1075589 serious Bug #1075589 [src:tuxguitar] tuxguitar: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075589 to the same value. > severity 1075590 serious Bug #1075590 [src:tuxpaint] tuxpaint: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075590 to the same value. > severity 1075591 serious Bug #1075591 [src:tuxmath] tuxmath: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075591 to the same value. > severity 1075592 serious Bug #1075592 [src:tvoe] tvoe: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075592 to the same value. > severity 1075594 serious Bug #1075594 [src:ucblogo] ucblogo: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075594 to the same value. > severity 1075596 serious Bug #1075596 [src:ucspi-tcp] ucspi-tcp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075596 to the same value. > severity 1075597 serious Bug #1075597 [src:ukui-settings-daemon] ukui-settings-daemon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075597 to the same value. > severity 1075598 serious Bug #1075598 [src:ukwm] ukwm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075598 to the same value. > severity 1075599 serious Bug #1075599 [src:uml-utilities] uml-utilities: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075599 to the same value. > severity 1075600 serious Bug #1075600 [src:umview] umview: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075600 to the same value. > severity 1075602 serious Bug #1075602 [src:unclutter] unclutter: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075602 to the same value. > severity 1075604 serious Bug #1075604 [src:uni2ascii] uni2ascii: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075604 to the same value. > severity 1075605 serious Bug #1075605 [src:unicon] unicon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075605 to the same value. > severity 1075606 serious Bug #1075606 [src:unicode-screensaver] unicode-screensaver: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075606 to the same value. > severity 1075608 serious Bug #1075608 [src:unicorn-engine] unicorn-engine: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075608 to the same value. > severity 1075609 serious Bug #1075609 [src:unrar-free] unrar-free: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075609 to the same value. > severity 1075610 serious Bug #1075610 [src:uucp] uucp: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075610 to the same value. > severity 1075611 serious Bug #1075611 [src:utalk] utalk: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075611 to the same value. > severity 1075612 serious Bug #1075612 [src:uw-imap] uw-imap: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075612 to the same value. > severity 1075614 serious Bug #1075614 [src:v-sim] v-sim: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075614 to the same value. > severity 1075615 serious Bug #1075615 [src:vbetool] vbetool: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075615 to the same value. > severity 1075616 serious Bug #1075616 [src:vde2] vde2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075616 to the same value. > severity 1075617 serious Bug #1075617 [src:velvet] velvet: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075617 to the same value. > severity 1075618 serious Bug #1075618 [src:veyon] veyon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075618 to the same value. > severity 1075620 serious Bug #1075620 [src:vflib3] vflib3: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075620 to the same value. > severity 1075621 serious Bug #1075621 [src:vimix] vimix: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075621 to the same value. > severity 1075622 serious Bug #1075622 [src:vinagre] vinagre: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075622 to the same value. > severity 1075623 serious Bug #1075623 [src:virtuoso-opensource] virtuoso-opensource: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075623 to the same value. > severity 1075625 serious Bug #1075625 [src:vixl] vixl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075625 to the same value. > severity 1075626 serious Bug #1075626 [src:vncsnapshot] vncsnapshot: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075626 to the same value. > severity 1075627 serious Bug #1075627 [src:volpack] volpack: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075627 to the same value. > severity 1075628 serious Bug #1075628 [src:vstream-client] vstream-client: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075628 to the same value. > severity 1075629 serious Bug #1075629 [src:vte] vte: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075629 to the same value. > severity 1075630 serious Bug #1075630 [src:vtgrab] vtgrab: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075630 to the same value. > severity 1075631 serious Bug #1075631 [src:warzone2100] warzone2100: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075631 to the same value. > severity 1075632 serious Bug #1075632 [src:vtwm] vtwm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075632 to the same value. > severity 1075633 serious Bug #1075633 [src:wasmedge] wasmedge: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075633 to the same value. > severity 1075634 serious Bug #1075634 [src:wcc] wcc: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075634 to the same value. > severity 1075635 serious Bug #1075635 [src:webalizer] webalizer: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075635 to the same value. > severity 1075636 serious Bug #1075636 [src:webdis] webdis: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075636 to the same value. > severity 1075637 serious Bug #1075637 [src:webdruid] webdruid: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075637 to the same value. > severity 1075638 serious Bug #1075638 [src:wise] wise: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075638 to the same value. > severity 1075639 serious Bug #1075639 [src:wily] wily: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075639 to the same value. > severity 1075640 serious Bug #1075640 [src:wlcs] wlcs: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075640 to the same value. > severity 1075642 serious Bug #1075642 [src:wmdate] wmdate: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075642 to the same value. > severity 1075643 serious Bug #1075643 [src:wsclean] wsclean: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075643 to the same value. > severity 1075644 serious Bug #1075644 [src:wsjtx] wsjtx: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075644 to the same value. > severity 1075645 serious Bug #1075645 [src:x11-utils] x11-utils: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075645 to the same value. > severity 1075646 serious Bug #1075646 [src:x11-xkb-utils] x11-xkb-utils: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075646 to the same value. > severity 1075647 serious Bug #1075647 [src:xarclock] xarclock: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075647 to the same value. > severity 1075648 serious Bug #1075648 [src:x11iraf] x11iraf: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075648 to the same value. > severity 1075649 serious Bug #1075649 [src:xaw3d] xaw3d: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075649 to the same value. > severity 1075650 serious Bug #1075650 [src:xawtv] xawtv: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075650 to the same value. > severity 1075651 serious Bug #1075651 [src:xbattbar] xbattbar: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075651 to the same value. > severity 1075653 serious Bug #1075653 [src:xcolors] xcolors: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075653 to the same value. > severity 1075654 serious Bug #1075654 [src:xbs] xbs: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075654 to the same value. > severity 1075655 serious Bug #1075655 [src:xdelta] xdelta: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075655 to the same value. > severity 1075656 serious Bug #1075656 [src:xdm] xdm: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075656 to the same value. > severity 1075657 serious Bug #1075657 [src:xdemineur] xdemineur: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075657 to the same value. > severity 1075658 serious Bug #1075658 [src:xdvik-ja] xdvik-ja: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075658 to the same value. > severity 1075659 serious Bug #1075659 [src:xemacs21] xemacs21: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075659 to the same value. > severity 1075661 serious Bug #1075661 [src:xfireworks] xfireworks: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075661 to the same value. > severity 1075662 serious Bug #1075662 [src:xfishtank] xfishtank: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075662 to the same value. > severity 1075663 serious Bug #1075663 [src:xfonts-utils] xfonts-utils: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075663 to the same value. > severity 1075664 serious Bug #1075664 [src:xgks] xgks: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075664 to the same value. > severity 1075665 serious Bug #1075665 [src:xjdic] xjdic: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075665 to the same value. > severity 1075666 serious Bug #1075666 [src:xjump] xjump: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075666 to the same value. > severity 1075667 serious Bug #1075667 [src:xli] xli: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075667 to the same value. > severity 1075668 serious Bug #1075668 [src:xkeycaps] xkeycaps: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075668 to the same value. > severity 1075669 serious Bug #1075669 [src:xloadimage] xloadimage: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075669 to the same value. > severity 1075670 serious Bug #1075670 [src:xmakemol] xmakemol: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075670 to the same value. > severity 1075671 serious Bug #1075671 [src:xmhtml] xmhtml: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075671 to the same value. > severity 1075672 serious Bug #1075672 [src:xmms2] xmms2: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075672 to the same value. > severity 1075673 serious Bug #1075673 [src:xmlto] xmlto: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075673 to the same value. > severity 1075674 serious Bug #1075674 [src:xmountains] xmountains: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075674 to the same value. > severity 1075675 serious Bug #1075675 [src:xmrig] xmrig: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075675 to the same value. > severity 1075676 serious Bug #1075676 [src:xoscope] xoscope: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075676 to the same value. > severity 1075677 serious Bug #1075677 [src:xpaint] xpaint: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075677 to the same value. > severity 1075678 serious Bug #1075678 [src:xserver-xorg-input-aiptek] xserver-xorg-input-aiptek: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075678 to the same value. > severity 1075679 serious Bug #1075679 [src:xrdesktop] xrdesktop: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075679 to the same value. > severity 1075680 serious Bug #1075680 [src:xscavenger] xscavenger: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075680 to the same value. > severity 1075681 serious Bug #1075681 [src:xserver-xorg-input-mutouch] xserver-xorg-input-mutouch: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075681 to the same value. > severity 1075682 serious Bug #1075682 [src:xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075682 to the same value. > severity 1075684 serious Bug #1075684 [src:xshisen] xshisen: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075684 to the same value. > severity 1075685 serious Bug #1075685 [src:xstow] xstow: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075685 to the same value. > severity 1075686 serious Bug #1075686 [src:xstarfish] xstarfish: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075686 to the same value. > severity 1075688 serious Bug #1075688 [src:xsystem35] xsystem35: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075688 to the same value. > severity 1075689 serious Bug #1075689 [src:xutils-dev] xutils-dev: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075689 to the same value. > severity 1075691 serious Bug #1075691 [src:xvier] xvier: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075691 to the same value. > severity 1075692 serious Bug #1075692 [src:xwatch] xwatch: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075692 to the same value. > severity 1075693 serious Bug #1075693 [src:xzoom] xzoom: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075693 to the same value. > severity 1075694 serious Bug #1075694 [src:xxkb] xxkb: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075694 to the same value. > severity 1075695 serious Bug #1075695 [src:yad] yad: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075695 to the same value. > severity 1075696 serious Bug #1075696 [src:yeahconsole] yeahconsole: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075696 to the same value. > severity 1075697 serious Bug #1075697 [src:yersinia] yersinia: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075697 to the same value. > severity 1075698 serious Bug #1075698 [src:ygl] ygl: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075698 to the same value. > severity 1075699 serious Bug #1075699 [src:yiyantang] yiyantang: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075699 to the same value. > severity 1075700 serious Bug #1075700 [src:yorick] yorick: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075700 to the same value. > severity 1075701 serious Bug #1075701 [src:yorick-hdf5] yorick-hdf5: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075701 to the same value. > severity 1075702 serious Bug #1075702 [src:yorick-gy] yorick-gy: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075702 to the same value. > severity 1075703 serious Bug #1075703 [src:yorick-ml4] yorick-ml4: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075703 to the same value. > severity 1075704 serious Bug #1075704 [src:yorick-yeti] yorick-yeti: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075704 to the same value. > severity 1075705 serious Bug #1075705 [src:zfs-fuse] zfs-fuse: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075705 to the same value. > severity 1075707 serious Bug #1075707 [src:zhcon] zhcon: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075707 to the same value. > severity 1075708 serious Bug #1075708 [src:zsh] zsh: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075708 to the same value. > severity 1075709 serious Bug #1075709 [src:zziplib] zziplib: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075709 to the same value. > severity 1075710 serious Bug #1075710 [src:zsync] zsync: ftbfs with GCC-14 Ignoring request to change severity of Bug 1075710 to the same value. > thanks Stopping processing here. Please contact me if you need assistance. -- 1074798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074798 1074799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074799 1074800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074800 1074801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074801 1074802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074802 1074803: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074803 1074804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074804 1074807: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074807 1074808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074808 1074809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074809 1074810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074810 1074811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074811 1074812: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074812 1074813: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074813 1074814: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074814 1074815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074815 1074817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074817 1074818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074818 1074819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074819 1074820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074820 1074821: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074821 1074822: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074822 1074823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074823 1074825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074825 1074827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074827 1074828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074828 1074829: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074829 1074830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074830 1074831: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074831 1074832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074832 1074833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074833 1074834: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074834 1074835: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074835 1074837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074837 1074839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074839 1074840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074840 1074841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074841 1074842: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074842 1074843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074843 1074845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074845 1074846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074846 1074847: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074847 1074848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074848 1074850: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074850 1074851: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074851 1074852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074852 1074853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074853 1074854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074854 1074855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074855 1074856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074856 1074857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074857 1074858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074858 1074860: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074860 1074861: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074861 1074862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074862 1074863: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074863 1074864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074864 1074865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074865 1074866: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074866 1074868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074868 1074869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074869 1074870: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074870 1074871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074871 1074872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074872 1074875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074875 1074877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074877 1074878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074878 1074879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074879 1074880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074880 1074882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074882 1074885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074885 1074886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074886 1074887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074887 1074888: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074888 1074889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074889 1074890: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074890 1074892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074892 1074894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074894 1074895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074895 1074896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074896 1074898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074898 1074899: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074899 1074902: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074902 1074903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074903 1074904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074904 1074905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074905 1074906: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074906 1074907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074907 1074911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074911 1074912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074912 1074913: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074913 1074914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074914 1074915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074915 1074917: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074917 1074919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074919 1074920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074920 1074921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074921 1074922: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074922 1074923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074923 1074924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074924 1074925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074925 1074926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074926 1074927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074927 1074928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074928 1074929: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074929 1074931: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074931 1074933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074933 1074934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074934 1074935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074935 1074936: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074936 1074937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074937 1074938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074938 1074939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074939 1074940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074940 1074941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074941 1074943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074943 1074944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074944 1074945: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074945 1074946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074946 1074948: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074948 1074949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074949 1074950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074950 1074951: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074951 1074953: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074953 1074954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074954 1074955: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074955 1074956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074956 1074957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074957 1074958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074958 1074960: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074960 1074962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074962 1074963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074963 1074964: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074964 1074965: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074965 1074966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074966 1074967: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074967 1074968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074968 1074969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074969 1074971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074971 1074972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074972 1074973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074973 1074974: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074974 1074975: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074975 1074976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074976 1074977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074977 1074978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074978 1074979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074979 1074980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074980 1074981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074981 1074982: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074982 1074983: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074983 1074984: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074984 1074985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074985 1074987: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074987 1074988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074988 1074989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074989 1074990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074990 1074991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074991 1074992: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074992 1074993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074993 1074995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074995 1074997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074997 1074999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074999 1075000: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075000 1075002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075002 1075004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075004 1075005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075005 1075006: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075006 1075007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075007 1075008: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075008 1075009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075009 1075014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075014 1075015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075015 1075016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075016 1075018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075018 1075020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075020 1075021: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075021 1075022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075022 1075023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075023 1075024: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075024 1075025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075025 1075026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075026 1075027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075027 1075029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075029 1075031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075031 1075032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075032 1075034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075034 1075035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075035 1075036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075036 1075037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075037 1075039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075039 1075040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075040 1075042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075042 1075043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075043 1075044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075044 1075045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075045 1075046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075046 1075048: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075048 1075050: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075050 1075051: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075051 1075052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075052 1075053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075053 1075055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075055 1075056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075056 1075057: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075057 1075058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075058 1075059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075059 1075060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075060 1075061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075061 1075062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075062 1075063: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075063 1075065: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075065 1075066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075066 1075067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075067 1075069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075069 1075070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075070 1075071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075071 1075072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075072 1075073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075073 1075074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075074 1075075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075075 1075076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075076 1075077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075077 1075078: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075078 1075080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075080 1075082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075082 1075085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075085 1075087: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075087 1075090: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075090 1075091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075091 1075092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075092 1075093: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075093 1075094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075094 1075096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075096 1075097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075097 1075098: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075098 1075099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075099 1075100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075100 1075101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075101 1075102: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075102 1075103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075103 1075104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075104 1075105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075105 1075108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075108 1075109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075109 1075110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075110 1075111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075111 1075115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075115 1075116: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075116 1075117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075117 1075118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075118 1075119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075119 1075120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075120 1075121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075121 1075122: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075122 1075123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075123 1075124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075124 1075125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075125 1075130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075130 1075131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075131 1075132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075132 1075133: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075133 1075134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075134 1075135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075135 1075136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075136 1075137: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075137 1075138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075138 1075139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075139 1075140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075140 1075141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075141 1075142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075142 1075143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075143 1075144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075144 1075146: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075146 1075153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075153 1075154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075154 1075155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075155 1075156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075156 1075157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075157 1075158: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075158 1075159: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075159 1075160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075160 1075161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075161 1075162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075162 1075163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075163 1075165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075165 1075166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075166 1075167: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075167 1075168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075168 1075169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075169 1075170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075170 1075171: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075171 1075172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075172 1075176: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075176 1075178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075178 1075180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075180 1075183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075183 1075185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075185 1075187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075187 1075188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075188 1075191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075191 1075195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075195 1075196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075196 1075197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075197 1075198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075198 1075199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075199 1075200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075200 1075201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075201 1075202: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075202 1075204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075204 1075206: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075206 1075208: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075208 1075209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075209 1075210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075210 1075212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075212 1075214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075214 1075215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075215 1075216: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075216 1075217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075217 1075218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075218 1075220: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075220 1075221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075221 1075223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075223 1075224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075224 1075225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075225 1075226: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075226 1075227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075227 1075228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075228 1075229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075229 1075231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075231 1075232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075232 1075233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075233 1075234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075234 1075236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075236 1075237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075237 1075238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075238 1075239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075239 1075240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075240 1075242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075242 1075243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075243 1075244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075244 1075245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075245 1075246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075246 1075247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075247 1075248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075248 1075249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075249 1075251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075251 1075253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075253 1075254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075254 1075255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075255 1075256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075256 1075257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075257 1075258: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075258 1075259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075259 1075260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075260 1075261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075261 1075262: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075262 1075263: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075263 1075264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075264 1075266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075266 1075267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075267 1075268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075268 1075269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075269 1075270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075270 1075271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075271 1075273: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075273 1075275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075275 1075276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075276 1075277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075277 1075278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075278 1075279: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075279 1075280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075280 1075282: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075282 1075283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075283 1075284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075284 1075285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075285 1075286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075286 1075287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075287 1075288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075288 1075289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075289 1075290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075290 1075291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075291 1075292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075292 1075293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075293 1075296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075296 1075297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075297 1075298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075298 1075301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075301 1075302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075302 1075304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075304 1075305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075305 1075306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075306 1075308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075308 1075310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075310 1075311: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075311 1075312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075312 1075313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075313 1075314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075314 1075315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075315 1075316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075316 1075317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075317 1075318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075318 1075319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075319 1075321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075321 1075323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075323 1075324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075324 1075325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075325 1075326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075326 1075327: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075327 1075329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075329 1075330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075330 1075331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075331 1075332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075332 1075333: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075333 1075335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075335 1075337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075337 1075338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075338 1075339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075339 1075340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075340 1075341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075341 1075342: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075342 1075344: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075344 1075345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075345 1075346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075346 1075349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075349 1075351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075351 1075353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075353 1075354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075354 1075356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075356 1075357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075357 1075358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075358 1075361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075361 1075362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075362 1075363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075363 1075365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075365 1075366: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075366 1075367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075367 1075368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075368 1075369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075369 1075370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075370 1075371: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075371 1075372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075372 1075373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075373 1075375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075375 1075376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075376 1075377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075377 1075378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075378 1075379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075379 1075380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075380 1075381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075381 1075382: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075382 1075383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075383 1075384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075384 1075385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075385 1075386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075386 1075387: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075387 1075388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075388 1075389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075389 1075391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075391 1075392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075392 1075394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075394 1075396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075396 1075397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075397 1075398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075398 1075399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075399 1075400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075400 1075401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075401 1075402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075402 1075404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075404 1075405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075405 1075406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075406 1075409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075409 1075410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075410 1075411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075411 1075412: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075412 1075413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075413 1075416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075416 1075418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075418 1075419: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075419 1075420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075420 1075422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075422 1075424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075424 1075427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075427 1075429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075429 1075432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075432 1075433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075433 1075434: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075434 1075435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075435 1075436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075436 1075438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075438 1075439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075439 1075440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075440 1075441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075441 1075442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075442 1075443: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075443 1075444: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075444 1075445: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075445 1075446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075446 1075447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075447 1075448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075448 1075449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075449 1075450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075450 1075451: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075451 1075452: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075452 1075453: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075453 1075454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075454 1075455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075455 1075456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075456 1075457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075457 1075458: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075458 1075459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075459 1075460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075460 1075461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075461 1075462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075462 1075463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075463 1075464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075464 1075465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075465 1075466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075466 1075467: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075467 1075468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075468 1075469: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075469 1075470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075470 1075471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075471 1075472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075472 1075473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075473 1075474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075474 1075475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075475 1075476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075476 1075477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075477 1075478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075478 1075479: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075479 1075480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075480 1075481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075481 1075482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075482 1075483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075483 1075485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075485 1075486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075486 1075487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075487 1075488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075488 1075489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075489 1075490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075490 1075492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075492 1075493: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075493 1075495: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075495 1075496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075496 1075500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075500 1075501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075501 1075502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075502 1075503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075503 1075505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075505 1075506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075506 1075507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075507 1075508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075508 1075509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075509 1075511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075511 1075512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075512 1075513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075513 1075514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075514 1075515: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075515 1075516: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075516 1075517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075517 1075518: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075518 1075519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075519 1075520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075520 1075521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075521 1075522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075522 1075523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075523 1075524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075524 1075525: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075525 1075526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075526 1075527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075527 1075528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075528 1075529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075529 1075530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075530 1075531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075531 1075533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075533 1075534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075534 1075535: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075535 1075536: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075536 1075538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075538 1075539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075539 1075540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075540 1075542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075542 1075546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075546 1075547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075547 1075548: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075548 1075550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075550 1075551: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075551 1075552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075552 1075553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075553 1075554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075554 1075555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075555 1075556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075556 1075557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075557 1075558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075558 1075559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075559 1075560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075560 1075561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075561 1075562: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075562 1075563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075563 1075565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075565 1075566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075566 1075569: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075569 1075570: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075570 1075571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075571 1075572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075572 1075573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075573 1075574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075574 1075576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075576 1075577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075577 1075578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075578 1075579: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075579 1075580: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075580 1075581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075581 1075583: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075583 1075584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075584 1075585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075585 1075586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075586 1075587: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075587 1075588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075588 1075589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075589 1075590: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075590 1075591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075591 1075592: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075592 1075594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075594 1075596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075596 1075597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075597 1075598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075598 1075599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075599 1075600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075600 1075602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075602 1075604: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075604 1075605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075605 1075606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075606 1075607: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075607 1075608: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075608 1075609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075609 1075610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075610 1075611: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075611 1075612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075612 1075614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075614 1075615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075615 1075616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075616 1075617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075617 1075618: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075618 1075620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075620 1075621: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075621 1075622: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075622 1075623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075623 1075625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075625 1075626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075626 1075627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075627 1075628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075628 1075629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075629 1075630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075630 1075631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075631 1075632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075632 1075633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075633 1075634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075634 1075635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075635 1075636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075636 1075637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075637 1075638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075638 1075639: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075639 1075640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075640 1075642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075642 1075643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075643 1075644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075644 1075645: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075645 1075646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075646 1075647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075647 1075648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075648 1075649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075649 1075650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075650 1075651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075651 1075653: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075653 1075654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075654 1075655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075655 1075656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075656 1075657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075657 1075658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075658 1075659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075659 1075661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075661 1075662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075662 1075663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075663 1075664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075664 1075665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075665 1075666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075666 1075667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075667 1075668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075668 1075669: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075669 1075670: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075670 1075671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075671 1075672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075672 1075673: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075673 1075674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075674 1075675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075675 1075676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075676 1075677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075677 1075678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075678 1075679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075679 1075680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075680 1075681: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075681 1075682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075682 1075684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075684 1075685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075685 1075686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075686 1075688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075688 1075689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075689 1075691: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075691 1075692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075692 1075693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075693 1075694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075694 1075695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075695 1075696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075696 1075697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075697 1075698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075698 1075699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075699 1075700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075700 1075701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075701 1075702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075702 1075703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075703 1075704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075704 1075705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075705 1075707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075707 1075708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075708 1075709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075709 1075710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075710 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noreply at release.debian.org Sat Aug 10 05:39:08 2024 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 Aug 2024 04:39:08 +0000 Subject: [Android-tools-devel] android-platform-build-kati REMOVED from testing Message-ID: FYI: The status of the android-platform-build-kati source package in Debian's testing distribution has changed. Previous version: 10.0.0+r32+git20220314.09dfa26c4e59-7 Current version: (not in testing) Hint: # 1074809 The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From lucas at debian.org Sat Aug 10 06:50:58 2024 From: lucas at debian.org (Lucas Nussbaum) Date: Sat, 10 Aug 2024 07:50:58 +0200 Subject: [Android-tools-devel] Bug#1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist Message-ID: Source: android-platform-tools-base Version: 2.2.2-5 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas at debian.org Usertags: ftbfs-20240809 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<>' > dh_auto_build -- -x test --settings-file debian/settings.gradle assemble -x :base:testutils:assemble > mkdir -p .gradle/init.d > cp /usr/share/gradle-debian-helper/init.gradle .gradle/init.d/ > gradle --info --console plain --offline --stacktrace --no-daemon --refresh-dependencies --gradle-user-home .gradle -Duser.home=. -Duser.name=debian -Ddebian.package=android-platform-tools-base -Dfile.encoding=UTF-8 --parallel --max-workers=8 -x test --settings-file debian/settings.gradle assemble -x :base:testutils:assemble > openjdk version "21.0.4" 2024-07-16 > OpenJDK Runtime Environment (build 21.0.4+7-Debian-2) > OpenJDK 64-Bit Server VM (build 21.0.4+7-Debian-2, mixed mode, sharing) > Initialized native services in: /<>/.gradle/native > To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.4.1/userguide/gradle_daemon.html. > Starting process 'Gradle build daemon'. Working directory: /<>/.gradle/daemon/4.4.1 Command: /usr/lib/jvm/java-21-openjdk-amd64/bin/java --add-opens java.base/java.lang=ALL-UNNAMED -Xbootclasspath/a:/usr/share/java/gradle-helper-hook.jar:/usr/share/java/maven-repo-helper.jar -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /usr/share/gradle/lib/gradle-launcher-4.4.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 4.4.1 > Successfully started process 'Gradle build daemon' > An attempt to start the daemon took 1.113 secs. > The client will now receive all logging from the daemon (pid: 2108254). The daemon log file: /<>/.gradle/daemon/4.4.1/daemon-2108254.out.log > Daemon will be stopped at the end of the build stopping after processing > Closing daemon's stdin at end of input. > The daemon will no longer process any standard input. > Using 8 worker leases. > Creating new cache for fileHashes, path /<>/.gradle/caches/4.4.1/fileHashes/fileHashes.bin, access org.gradle.cache.internal.DefaultCacheAccess at 6c03478c > Creating new cache for resourceHashesCache, path /<>/.gradle/caches/4.4.1/fileHashes/resourceHashesCache.bin, access org.gradle.cache.internal.DefaultCacheAccess at 6c03478c > Creating new cache for fileHashes, path /<>/debian/.gradle/4.4.1/fileHashes/fileHashes.bin, access org.gradle.cache.internal.DefaultCacheAccess at 7d5880d7 > Starting Build > Compiling initialization script '/<>/.gradle/init.d/init.gradle' using SubsetScriptTransformer. > Creating new cache for metadata-1.1/results, path /<>/.gradle/caches/transforms-1/metadata-1.1/results.bin, access org.gradle.cache.internal.DefaultCacheAccess at 7d268511 > Compiling initialization script '/<>/.gradle/init.d/init.gradle' using BuildScriptTransformer. > Compiling settings file '/<>/debian/settings.gradle' using SubsetScriptTransformer. > Compiling settings file '/<>/debian/settings.gradle' using BuildScriptTransformer. > Settings evaluated using settings file '/<>/debian/settings.gradle'. > Settings file found (/<>/debian/settings.gradle), but rootProject.name isn't defined > Root project name not defined in settings.gradle, defaulting to 'android-platform-tools-base' instead of the name of the root directory 'debian' > Projects loaded. Root project using build file '/<>/build.gradle'. > Included projects: [root project 'android-platform-tools-base', project ':base', project ':base:annotations', project ':base:archquery', project ':base:asset-studio', project ':base:builder', project ':base:builder-model', project ':base:builder-test-api', project ':base:common', project ':base:ddmlib', project ':base:draw9patch', project ':base:dvlib', project ':base:google-services', project ':base:gradle', project ':base:gradle-api', project ':base:gradle-core', project ':base:layoutlib-api', project ':base:lint', project ':base:lint-api', project ':base:lint-checks', project ':base:manifest-merger', project ':base:profile', project ':base:repository', project ':base:screenshot2', project ':base:sdk-common', project ':base:sdklib', project ':base:testutils', project ':base:transform-api'] > Keep-alive timer started > Adding Debian repository to project 'android-platform-tools-base' > Adding Debian repository to project 'base' > Adding Debian repository to project 'annotations' > Adding Debian repository to project 'archquery' > Adding Debian repository to project 'asset-studio' > Adding Debian repository to project 'builder' > Adding Debian repository to project 'builder-model' > Adding Debian repository to project 'builder-test-api' > Adding Debian repository to project 'common' > Adding Debian repository to project 'ddmlib' > Adding Debian repository to project 'draw9patch' > Adding Debian repository to project 'dvlib' > Adding Debian repository to project 'google-services' > Adding Debian repository to project 'gradle' > Adding Debian repository to project 'gradle-api' > Adding Debian repository to project 'gradle-core' > Adding Debian repository to project 'layoutlib-api' > Adding Debian repository to project 'lint' > Adding Debian repository to project 'lint-api' > Adding Debian repository to project 'lint-checks' > Adding Debian repository to project 'manifest-merger' > Adding Debian repository to project 'profile' > Adding Debian repository to project 'repository' > Adding Debian repository to project 'screenshot2' > Adding Debian repository to project 'sdk-common' > Adding Debian repository to project 'sdklib' > Adding Debian repository to project 'testutils' > Adding Debian repository to project 'transform-api' > Parallel execution is an incubating feature. > Evaluating root project 'android-platform-tools-base' using build file '/<>/build.gradle'. > Compiling build file '/<>/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build.gradle' using BuildScriptTransformer. > Compiling script '/<>/debian/version.gradle' using SubsetScriptTransformer. > Compiling script '/<>/debian/version.gradle' using BuildScriptTransformer. > Compiling script '/<>/debian/generateClasspath.gradle' using SubsetScriptTransformer. > Compiling script '/<>/debian/generateClasspath.gradle' using BuildScriptTransformer. > Evaluating project ':base' using build file '/<>/build.gradle'. > Evaluating project ':base:annotations' using build file '/<>/annotations/build.gradle'. > Compiling build file '/<>/annotations/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/annotations/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'annotations' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:archquery' using build file '/<>/legacy/archquery/build.gradle'. > Compiling build file '/<>/legacy/archquery/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/legacy/archquery/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'archquery' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:asset-studio' using build file '/<>/asset-studio/build.gradle'. > Compiling build file '/<>/asset-studio/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/asset-studio/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'asset-studio' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:builder' using build file '/<>/build-system/builder/build.gradle'. > Compiling build file '/<>/build-system/builder/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/builder/build.gradle' using BuildScriptTransformer. > Evaluating project ':base:builder-model' using build file '/<>/build-system/builder-model/build.gradle'. > Compiling build file '/<>/build-system/builder-model/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/builder-model/build.gradle' using BuildScriptTransformer. > The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. > at org.gradle.api.internal.AbstractTask.leftShift(AbstractTask.java:618) > at org.gradle.api.Task$leftShift$0.call(Unknown Source) > at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128) > at build_cy40kqo8ye736782mnu3r9gi7.run(/<>/build-system/builder-model/build.gradle:45) > at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:90) > at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:199) > at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77) > at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:204) > at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:61) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:58) > at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:41) > at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26) > at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34) > at org.gradle.configuration.project.LifecycleProjectEvaluator.doConfigure(LifecycleProjectEvaluator.java:64) > at org.gradle.configuration.project.LifecycleProjectEvaluator.access$100(LifecycleProjectEvaluator.java:34) > at org.gradle.configuration.project.LifecycleProjectEvaluator$ConfigureProject.run(LifecycleProjectEvaluator.java:110) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:50) > at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:666) > at org.gradle.api.internal.project.DefaultProject.evaluationDependsOn(DefaultProject.java:746) > at org.gradle.api.internal.project.DefaultProject.evaluationDependsOn(DefaultProject.java:738) > at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) > at java.base/java.lang.reflect.Method.invoke(Method.java:580) > at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104) > at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) > at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:479) > at org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:191) > at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98) > at org.gradle.internal.metaobject.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:30) > at org.gradle.groovy.scripts.BasicScript$ScriptDynamicObject.tryInvokeMethod(BasicScript.java:134) > at org.gradle.internal.metaobject.AbstractDynamicObject.invokeMethod(AbstractDynamicObject.java:160) > at org.gradle.groovy.scripts.BasicScript.invokeMethod(BasicScript.java:83) > at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:74) > at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51) > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:157) > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:169) > at build_4qh2tyqdn59ex40fjph6qeidn.run(/<>/build-system/builder/build.gradle:4) > at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:90) > at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:199) > at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77) > at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:204) > at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:61) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:58) > at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:41) > at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26) > at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34) > at org.gradle.configuration.project.LifecycleProjectEvaluator.doConfigure(LifecycleProjectEvaluator.java:64) > at org.gradle.configuration.project.LifecycleProjectEvaluator.access$100(LifecycleProjectEvaluator.java:34) > at org.gradle.configuration.project.LifecycleProjectEvaluator$ConfigureProject.run(LifecycleProjectEvaluator.java:110) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:50) > at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:666) > at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:135) > at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:35) > at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62) > at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:38) > at org.gradle.initialization.DefaultGradleLauncher$ConfigureBuild.run(DefaultGradleLauncher.java:249) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.initialization.DefaultGradleLauncher.configureBuild(DefaultGradleLauncher.java:167) > at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:126) > at org.gradle.initialization.DefaultGradleLauncher.executeTasks(DefaultGradleLauncher.java:109) > at org.gradle.internal.invocation.GradleBuildController$1.call(GradleBuildController.java:78) > at org.gradle.internal.invocation.GradleBuildController$1.call(GradleBuildController.java:75) > at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:152) > at org.gradle.internal.invocation.GradleBuildController.doBuild(GradleBuildController.java:100) > at org.gradle.internal.invocation.GradleBuildController.run(GradleBuildController.java:75) > at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:28) > at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35) > at org.gradle.tooling.internal.provider.ValidatingBuildActionRunner.run(ValidatingBuildActionRunner.java:32) > at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$1.run(RunAsBuildOperationBuildActionRunner.java:43) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner.run(RunAsBuildOperationBuildActionRunner.java:40) > at org.gradle.tooling.internal.provider.SubscribableBuildActionRunner.run(SubscribableBuildActionRunner.java:51) > at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47) > at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:30) > at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:39) > at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:25) > at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:80) > at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:53) > at org.gradle.tooling.internal.provider.ServicesSetupBuildActionExecuter.execute(ServicesSetupBuildActionExecuter.java:57) > at org.gradle.tooling.internal.provider.ServicesSetupBuildActionExecuter.execute(ServicesSetupBuildActionExecuter.java:32) > at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:36) > at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:25) > at org.gradle.tooling.internal.provider.ParallelismConfigurationBuildActionExecuter.execute(ParallelismConfigurationBuildActionExecuter.java:43) > at org.gradle.tooling.internal.provider.ParallelismConfigurationBuildActionExecuter.execute(ParallelismConfigurationBuildActionExecuter.java:29) > at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:69) > at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:30) > at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:59) > at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:44) > at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:45) > at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:30) > at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:67) > at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:37) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:26) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:34) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:74) > at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:72) > at org.gradle.util.Swapper.swap(Swapper.java:38) > at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:72) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:50) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:62) > at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:82) > at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:50) > at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:295) > at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) > at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) > at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) > at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) > at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) > at java.base/java.lang.Thread.run(Thread.java:1583) > Adding Maven pom generation to project 'builder-model' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:builder-test-api' using build file '/<>/build-system/builder-test-api/build.gradle'. > Compiling build file '/<>/build-system/builder-test-api/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/builder-test-api/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'builder-test-api' > Linking the generated javadoc to the system JDK API documentation > Adding Maven pom generation to project 'builder' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:common' using build file '/<>/common/build.gradle'. > Compiling build file '/<>/common/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/common/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'common' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:ddmlib' using build file '/<>/ddmlib/build.gradle'. > Compiling build file '/<>/ddmlib/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/ddmlib/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'ddmlib' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:draw9patch' using build file '/<>/draw9patch/build.gradle'. > Compiling build file '/<>/draw9patch/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/draw9patch/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'draw9patch' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:dvlib' using build file '/<>/device_validator/dvlib/build.gradle'. > Compiling build file '/<>/device_validator/dvlib/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/device_validator/dvlib/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'dvlib' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:google-services' using build file '/<>/build-system/google-services/build.gradle'. > Compiling build file '/<>/build-system/google-services/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/google-services/build.gradle' using BuildScriptTransformer. > Generating JAR file: /<>/.gradle/caches/4.4.1/generated-gradle-jars/gradle-api-4.4.1.jar > Generating JAR file 'gradle-api-4.4.1.jar' > Adding Maven pom generation to project 'google-services' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:gradle' using build file '/<>/build-system/gradle/build.gradle'. > Compiling build file '/<>/build-system/gradle/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/gradle/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'gradle' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:gradle-api' using build file '/<>/build-system/gradle-api/build.gradle'. > Compiling build file '/<>/build-system/gradle-api/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/gradle-api/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'gradle-api' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:gradle-core' using build file '/<>/build-system/gradle-core/build.gradle'. > Compiling build file '/<>/build-system/gradle-core/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/gradle-core/build.gradle' using BuildScriptTransformer. > The CompileOptions.bootClasspath property has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the CompileOptions.bootstrapClasspath property instead. > at org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(CompileOptions.java:273) > at org.gradle.api.tasks.compile.CompileOptions_Decorated.setBootClasspath(Unknown Source) > at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) > at java.base/java.lang.reflect.Method.invoke(Method.java:580) > at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104) > at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.setProperty(BeanDynamicObject.java:376) > at org.gradle.internal.metaobject.BeanDynamicObject.trySetProperty(BeanDynamicObject.java:176) > at org.gradle.internal.metaobject.CompositeDynamicObject.trySetProperty(CompositeDynamicObject.java:66) > at org.gradle.internal.metaobject.AbstractDynamicObject.setProperty(AbstractDynamicObject.java:73) > at org.gradle.api.tasks.compile.CompileOptions_Decorated.setProperty(Unknown Source) > at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:213) > at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:497) > at build_d8amw8cqjpahbha7natwjz0gj$_run_closure10.doCall(/<>/build-system/gradle-core/build.gradle:151) > at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) > at java.base/java.lang.reflect.Method.invoke(Method.java:580) > at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104) > at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) > at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264) > at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) > at groovy.lang.Closure.call(Closure.java:420) > at groovy.lang.Closure.call(Closure.java:436) > at org.gradle.api.internal.ClosureBackedAction.execute(ClosureBackedAction.java:71) > at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:160) > at org.gradle.util.ConfigureUtil.configureSelf(ConfigureUtil.java:136) > at org.gradle.api.internal.AbstractTask.configure(AbstractTask.java:634) > at org.gradle.api.internal.tasks.DefaultTaskContainer.create(DefaultTaskContainer.java:112) > at org.gradle.api.tasks.TaskContainer$create.call(Unknown Source) > at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:136) > at build_d8amw8cqjpahbha7natwjz0gj.run(/<>/build-system/gradle-core/build.gradle:143) > at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:90) > at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:199) > at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77) > at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:204) > at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:61) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:58) > at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:41) > at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26) > at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34) > at org.gradle.configuration.project.LifecycleProjectEvaluator.doConfigure(LifecycleProjectEvaluator.java:64) > at org.gradle.configuration.project.LifecycleProjectEvaluator.access$100(LifecycleProjectEvaluator.java:34) > at org.gradle.configuration.project.LifecycleProjectEvaluator$ConfigureProject.run(LifecycleProjectEvaluator.java:110) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:50) > at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:666) > at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:135) > at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:35) > at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62) > at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:38) > at org.gradle.initialization.DefaultGradleLauncher$ConfigureBuild.run(DefaultGradleLauncher.java:249) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.initialization.DefaultGradleLauncher.configureBuild(DefaultGradleLauncher.java:167) > at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:126) > at org.gradle.initialization.DefaultGradleLauncher.executeTasks(DefaultGradleLauncher.java:109) > at org.gradle.internal.invocation.GradleBuildController$1.call(GradleBuildController.java:78) > at org.gradle.internal.invocation.GradleBuildController$1.call(GradleBuildController.java:75) > at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:152) > at org.gradle.internal.invocation.GradleBuildController.doBuild(GradleBuildController.java:100) > at org.gradle.internal.invocation.GradleBuildController.run(GradleBuildController.java:75) > at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:28) > at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35) > at org.gradle.tooling.internal.provider.ValidatingBuildActionRunner.run(ValidatingBuildActionRunner.java:32) > at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$1.run(RunAsBuildOperationBuildActionRunner.java:43) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner.run(RunAsBuildOperationBuildActionRunner.java:40) > at org.gradle.tooling.internal.provider.SubscribableBuildActionRunner.run(SubscribableBuildActionRunner.java:51) > at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47) > at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:30) > at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:39) > at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:25) > at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:80) > at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:53) > at org.gradle.tooling.internal.provider.ServicesSetupBuildActionExecuter.execute(ServicesSetupBuildActionExecuter.java:57) > at org.gradle.tooling.internal.provider.ServicesSetupBuildActionExecuter.execute(ServicesSetupBuildActionExecuter.java:32) > at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:36) > at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:25) > at org.gradle.tooling.internal.provider.ParallelismConfigurationBuildActionExecuter.execute(ParallelismConfigurationBuildActionExecuter.java:43) > at org.gradle.tooling.internal.provider.ParallelismConfigurationBuildActionExecuter.execute(ParallelismConfigurationBuildActionExecuter.java:29) > at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:69) > at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:30) > at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:59) > at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:44) > at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:45) > at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:30) > at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:67) > at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:37) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:26) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:34) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:74) > at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:72) > at org.gradle.util.Swapper.swap(Swapper.java:38) > at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:72) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:50) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:62) > at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:82) > at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36) > at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:122) > at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:50) > at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:295) > at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) > at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) > at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) > at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) > at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) > at java.base/java.lang.Thread.run(Thread.java:1583) > Adding Maven pom generation to project 'gradle-core' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:layoutlib-api' using build file '/<>/layoutlib-api/build.gradle'. > Compiling build file '/<>/layoutlib-api/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/layoutlib-api/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'layoutlib-api' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:lint' using build file '/<>/lint/cli/build.gradle'. > Compiling build file '/<>/lint/cli/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/lint/cli/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'lint' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:lint-api' using build file '/<>/lint/libs/lint-api/build.gradle'. > Compiling build file '/<>/lint/libs/lint-api/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/lint/libs/lint-api/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'lint-api' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:lint-checks' using build file '/<>/lint/libs/lint-checks/build.gradle'. > Compiling build file '/<>/lint/libs/lint-checks/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/lint/libs/lint-checks/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'lint-checks' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:manifest-merger' using build file '/<>/build-system/manifest-merger/build.gradle'. > Compiling build file '/<>/build-system/manifest-merger/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/manifest-merger/build.gradle' using BuildScriptTransformer. > Evaluating project ':base:sdklib' using build file '/<>/sdklib/build.gradle'. > Compiling build file '/<>/sdklib/build.gradle' using SubsetScriptTransformer. > Loading the Maven rules... > Passing through com.google.guava:guava:jar:debian > Passing through com.google.guava:guava-parent:jar:debian > Passing through org.jsr-305:jsr305:jar:0.x > Passing through com.google.errorprone:error_prone_annotations:jar:debian > Passing through com.google.errorprone:error_prone_parent:jar:debian > Compiling build file '/<>/sdklib/build.gradle' using BuildScriptTransformer. > Update macosx 64Update macosx 32Update windows 64Update windows 32Update linux 64Update linux 32 Adding Maven pom generation to project 'sdklib' > Linking the generated javadoc to the system JDK API documentation > Adding Maven pom generation to project 'manifest-merger' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:profile' using build file '/<>/build-system/profile/build.gradle'. > Compiling build file '/<>/build-system/profile/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/profile/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'profile' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:repository' using build file '/<>/repository/build.gradle'. > Compiling build file '/<>/repository/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/repository/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'repository' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:screenshot2' using build file '/<>/misc/screenshot2/build.gradle'. > Compiling build file '/<>/misc/screenshot2/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/misc/screenshot2/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'screenshot2' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:sdk-common' using build file '/<>/sdk-common/build.gradle'. > Compiling build file '/<>/sdk-common/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/sdk-common/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'sdk-common' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:testutils' using build file '/<>/testutils/build.gradle'. > Compiling build file '/<>/testutils/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/testutils/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'testutils' > Linking the generated javadoc to the system JDK API documentation > Evaluating project ':base:transform-api' using build file '/<>/build-system/transform-api/build.gradle'. > Compiling build file '/<>/build-system/transform-api/build.gradle' using SubsetScriptTransformer. > Compiling build file '/<>/build-system/transform-api/build.gradle' using BuildScriptTransformer. > Adding Maven pom generation to project 'transform-api' > Linking the generated javadoc to the system JDK API documentation > All projects evaluated. > Selected primary task 'assemble' from project : > Creating new cache for annotation-processors, path /<>/.gradle/4.4.1/fileContent/annotation-processors.bin, access org.gradle.cache.internal.DefaultCacheAccess at 4db28293 > Tasks to be executed: [task ':base:annotations:generateClasspath', task ':base:annotations:compileJava', task ':base:annotations:processResources', task ':base:annotations:classes', task ':base:annotations:debianMavenPom', task ':base:annotations:jar', task ':base:annotations:assemble', task ':base:archquery:generateClasspath', task ':base:archquery:compileJava', task ':base:archquery:processResources', task ':base:archquery:classes', task ':base:archquery:debianMavenPom', task ':base:archquery:jar', task ':base:archquery:assemble', task ':base:asset-studio:generateClasspath', task ':base:builder-model:generateVersionConstantsJava', task ':base:builder-model:compileJava', task ':base:builder-model:processResources', task ':base:builder-model:classes', task ':base:builder-model:debianMavenPom', task ':base:builder-model:jar', task ':base:common:compileJava', task ':base:common:processResources', task ':base:common:classes', task ':base:common:debianMavenPom', task ':base:common:jar', task ':base:ddmlib:compileJava', task ':base:ddmlib:processResources', task ':base:ddmlib:classes', task ':base:ddmlib:debianMavenPom', task ':base:ddmlib:jar', task ':base:builder-test-api:compileJava', task ':base:builder-test-api:processResources', task ':base:builder-test-api:classes', task ':base:builder-test-api:debianMavenPom', task ':base:builder-test-api:jar', task ':base:dvlib:compileJava', task ':base:dvlib:processResources', task ':base:dvlib:classes', task ':base:dvlib:debianMavenPom', task ':base:dvlib:jar', task ':base:layoutlib-api:compileJava', task ':base:layoutlib-api:processResources', task ':base:layoutlib-api:classes', task ':base:layoutlib-api:debianMavenPom', task ':base:layoutlib-api:jar', task ':base:repository:compileJava', task ':base:repository:processResources', task ':base:repository:classes', task ':base:repository:debianMavenPom', task ':base:repository:jar', task ':base:sdklib:compileJava', task ':base:sdklib:processResources', task ':base:sdklib:classes', task ':base:sdklib:debianMavenPom', task ':base:sdklib:jar', task ':base:sdk-common:compileJava', task ':base:sdk-common:processResources', task ':base:sdk-common:classes', task ':base:sdk-common:debianMavenPom', task ':base:sdk-common:jar', task ':base:asset-studio:compileJava', task ':base:asset-studio:processResources', task ':base:asset-studio:classes', task ':base:asset-studio:debianMavenPom', task ':base:asset-studio:jar', task ':base:asset-studio:assemble', task ':base:builder:generateClasspath', task ':base:builder:generateVersionConstantsJava', task ':base:manifest-merger:compileJava', task ':base:manifest-merger:processResources', task ':base:manifest-merger:classes', task ':base:manifest-merger:debianMavenPom', task ':base:manifest-merger:jar', task ':base:profile:compileJava', task ':base:profile:processResources', task ':base:profile:classes', task ':base:profile:debianMavenPom', task ':base:profile:jar', task ':base:builder:compileJava', task ':base:builder:processResources', task ':base:builder:classes', task ':base:builder:debianMavenPom', task ':base:builder:jar', task ':base:builder:assemble', task ':base:builder-model:generateClasspath', task ':base:builder-model:assemble', task ':base:builder-test-api:generateClasspath', task ':base:builder-test-api:assemble', task ':base:common:generateClasspath', task ':base:common:assemble', task ':base:ddmlib:generateClasspath', task ':base:ddmlib:assemble', task ':base:draw9patch:generateClasspath', task ':base:draw9patch:compileJava', task ':base:draw9patch:processResources', task ':base:draw9patch:classes', task ':base:draw9patch:debianMavenPom', task ':base:draw9patch:jar', task ':base:draw9patch:assemble', task ':base:dvlib:generateClasspath', task ':base:dvlib:assemble', task ':base:google-services:generateClasspath', task ':base:gradle:generateVersionConstantsJava', task ':base:gradle-api:compileJava', task ':base:gradle-api:processResources', task ':base:gradle-api:classes', task ':base:gradle-api:debianMavenPom', task ':base:gradle-api:jar', task ':base:gradle-core:generateGrammarSource', task ':base:lint-api:compileJava', task ':base:lint-api:processResources', task ':base:lint-api:classes', task ':base:lint-api:debianMavenPom', task ':base:lint-api:jar', task ':base:lint-checks:compileJava', task ':base:lint-checks:processResources', task ':base:lint-checks:classes', task ':base:lint-checks:debianMavenPom', task ':base:lint-checks:jar', task ':base:lint:compileJava', task ':base:lint:processResources', task ':base:lint:classes', task ':base:lint:debianMavenPom', task ':base:lint:jar', task ':base:transform-api:compileJava', task ':base:transform-api:processResources', task ':base:transform-api:classes', task ':base:transform-api:debianMavenPom', task ':base:transform-api:jar', task ':base:gradle-core:compileJava', task ':base:gradle-core:compileGroovy', task ':base:gradle-core:processResources', task ':base:gradle-core:classes', task ':base:gradle-core:debianMavenPom', task ':base:gradle-core:jar', task ':base:gradle:compileJava', task ':base:gradle:compileGroovy', task ':base:gradle:processResources', task ':base:gradle:classes', task ':base:gradle:debianMavenPom', task ':base:gradle:jar', task ':base:google-services:compileJava', task ':base:google-services:compileGroovy', task ':base:google-services:processResources', task ':base:google-services:classes', task ':base:google-services:debianMavenPom', task ':base:google-services:jar', task ':base:google-services:assemble', task ':base:gradle:generateClasspath', task ':base:gradle:assemble', task ':base:gradle-api:generateClasspath', task ':base:gradle-api:assemble', task ':base:gradle-core:generateClasspath', task ':base:gradle-core:assemble', task ':base:layoutlib-api:generateClasspath', task ':base:layoutlib-api:assemble', task ':base:lint:generateClasspath', task ':base:lint:assemble', task ':base:lint-api:generateClasspath', task ':base:lint-api:assemble', task ':base:lint-checks:generateClasspath', task ':base:lint-checks:assemble', task ':base:manifest-merger:generateClasspath', task ':base:manifest-merger:assemble', task ':base:profile:generateClasspath', task ':base:profile:assemble', task ':base:repository:generateClasspath', task ':base:repository:assemble', task ':base:screenshot2:generateClasspath', task ':base:screenshot2:compileJava', task ':base:screenshot2:processResources', task ':base:screenshot2:classes', task ':base:screenshot2:debianMavenPom', task ':base:screenshot2:jar', task ':base:screenshot2:assemble', task ':base:sdk-common:generateClasspath', task ':base:sdk-common:assemble', task ':base:sdklib:generateClasspath', task ':base:sdklib:assemble', task ':base:transform-api:generateClasspath', task ':base:transform-api:assemble'] > Creating new cache for resourceHashesCache, path /<>/debian/.gradle/4.4.1/fileHashes/resourceHashesCache.bin, access org.gradle.cache.internal.DefaultCacheAccess at 7d5880d7 > Creating new cache for taskHistory, path /<>/.gradle/4.4.1/taskHistory/taskHistory.bin, access org.gradle.cache.internal.DefaultCacheAccess at 5a637cc7 > Creating new cache for outputFiles, path /<>/.gradle/buildOutputCleanup/outputFiles.bin, access org.gradle.cache.internal.DefaultCacheAccess at 2b0a6d44 > :base:annotations:generateClasspath (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:archquery:generateClasspath (Thread[#34,Daemon worker,5,main]) started. > :base:asset-studio:generateClasspath (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:builder-model:generateVersionConstantsJava (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:archquery:generateClasspath > :base:common:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:builder-model:generateVersionConstantsJava > :base:common:processResources > :base:asset-studio:generateClasspath > :base:ddmlib:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:ddmlib:processResources > :base:annotations:generateClasspath > :base:builder-test-api:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:builder-test-api:processResources > :base:dvlib:processResources (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:dvlib:processResources > Putting task artifact state for task ':base:archquery:generateClasspath' into context took 0.009 secs. > Putting task artifact state for task ':base:annotations:generateClasspath' into context took 0.008 secs. > Putting task artifact state for task ':base:common:processResources' into context took 0.009 secs. > Putting task artifact state for task ':base:dvlib:processResources' into context took 0.007 secs. > Putting task artifact state for task ':base:asset-studio:generateClasspath' into context took 0.009 secs. > Putting task artifact state for task ':base:ddmlib:processResources' into context took 0.008 secs. > Putting task artifact state for task ':base:builder-test-api:processResources' into context took 0.008 secs. > Putting task artifact state for task ':base:builder-model:generateVersionConstantsJava' into context took 0.008 secs. > Up-to-date check for task ':base:asset-studio:generateClasspath' took 0.009 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:annotations:generateClasspath' took 0.009 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/build-system/builder-test-api/src/main/resources', not found > file or directory '/<>/common/src/main/resources', not found > file or directory '/<>/ddmlib/src/main/resources', not found > Up-to-date check for task ':base:archquery:generateClasspath' took 0.009 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:builder-model:generateVersionConstantsJava' took 0.01 secs. It is not up-to-date because: > No history is available. > Skipping task ':base:builder-test-api:processResources' as it has no source files and no previous output files. > Skipping task ':base:common:processResources' as it has no source files and no previous output files. > :base:common:processResources NO-SOURCE > :base:builder-test-api:processResources NO-SOURCE > :base:common:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.031 secs. > :base:builder-test-api:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.03 secs. > :base:common:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:common:debianMavenPom > Putting task artifact state for task ':base:common:debianMavenPom' into context took 0.0 secs. > :base:builder-test-api:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:builder-test-api:debianMavenPom > Putting task artifact state for task ':base:builder-test-api:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:common:debianMavenPom' took 0.005 secs. It is not up-to-date because: > No history is available. > Replacing net.sf.kxml:kxml2:jar:2.3.0 -> kxml2:kxml2:jar:debian > Up-to-date check for task ':base:builder-test-api:debianMavenPom' took 0.008 secs. It is not up-to-date because: > No history is available. > Replacing com.intellij:annotations:jar:12.0 -> com.intellij:annotations:jar:debian > Up-to-date check for task ':base:dvlib:processResources' took 0.019 secs. It is not up-to-date because: > No history is available. > Replacing org.bouncycastle:bcpkix-jdk15on:jar:1.48 -> org.bouncycastle:bcpkix:jar:debian > :base:annotations:generateClasspath (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 0.073 secs. > :base:archquery:generateClasspath (Thread[#34,Daemon worker,5,main]) completed. Took 0.073 secs. > :base:builder-model:generateVersionConstantsJava (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.072 secs. > :base:annotations:compileJava (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:annotations:compileJava > Putting task artifact state for task ':base:annotations:compileJava' into context took 0.0 secs. > :base:builder-model:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:builder-model:processResources > Putting task artifact state for task ':base:builder-model:processResources' into context took 0.0 secs. > :base:archquery:compileJava (Thread[#34,Daemon worker,5,main]) started. > :base:archquery:compileJava > Putting task artifact state for task ':base:archquery:compileJava' into context took 0.0 secs. > file or directory '/<>/build-system/builder-model/src/main/resources', not found > Skipping task ':base:builder-model:processResources' as it has no source files and no previous output files. > :base:builder-model:processResources NO-SOURCE > :base:builder-model:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.001 secs. > :base:builder-model:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:builder-model:debianMavenPom > Putting task artifact state for task ':base:builder-model:debianMavenPom' into context took 0.0 secs. > Skipping task ':base:ddmlib:processResources' as it has no source files and no previous output files. > :base:ddmlib:processResources NO-SOURCE > :base:ddmlib:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.075 secs. > :base:ddmlib:debianMavenPom (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:ddmlib:debianMavenPom > Putting task artifact state for task ':base:ddmlib:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:ddmlib:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Replacing org.bouncycastle:bcprov-jdk15on:jar:1.48 -> org.bouncycastle:bcprov:jar:debian > Up-to-date check for task ':base:archquery:compileJava' took 0.004 secs. It is not up-to-date because: > No history is available. > Passing through xerces:xercesImpl:jar:debian > All input files are considered out-of-date for incremental task ':base:archquery:compileJava'. > Up-to-date check for task ':base:builder-model:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:annotations:compileJava' took 0.012 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:annotations:compileJava'. > Use of target 1.6 is no longer supported, switching to 8 > Use of source 1.6 is no longer supported, switching to 8 > Compiling with JDK Java compiler API. > Compiling with JDK Java compiler API. > Replacing com.google.guava:guava:jar:18.0 -> com.google.guava:guava:jar:debian > :base:dvlib:processResources (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.101 secs. > :base:dvlib:debianMavenPom (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:dvlib:debianMavenPom > Putting task artifact state for task ':base:dvlib:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:dvlib:debianMavenPom' took 0.001 secs. It is not up-to-date because: > No history is available. > Passing through com.intellij:module-info:jar:debian > Replacing com.google.code.gson:gson:jar:2.2.4 -> com.google.code.gson:gson:jar:debian > Passing through com.google.code.gson:gson-parent:jar:debian > Generating pom file /<>/ddmlib/build/debian/ddmlib.pom > Generating pom file /<>/build-system/builder-model/build/debian/builder-model.pom > Generating pom file /<>/common/build/debian/common.pom > Generating pom file /<>/device_validator/dvlib/build/debian/dvlib.pom > Generating pom file /<>/build-system/builder-test-api/build/debian/builder-test-api.pom > Replacing org.apache.commons:commons-compress:jar:1.8.1 -> org.apache.commons:commons-compress:jar:debian > Passing through org.apache.commons:commons-parent:jar:debian > :base:ddmlib:debianMavenPom (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.06 secs. > :base:layoutlib-api:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:layoutlib-api:processResources > Putting task artifact state for task ':base:layoutlib-api:processResources' into context took 0.0 secs. > :base:builder-model:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.064 secs. > file or directory '/<>/layoutlib-api/src/main/resources', not found > :base:repository:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > Skipping task ':base:layoutlib-api:processResources' as it has no source files and no previous output files. > :base:layoutlib-api:processResources NO-SOURCE > :base:layoutlib-api:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.002 secs. > :base:repository:processResources > Putting task artifact state for task ':base:repository:processResources' into context took 0.0 secs. > :base:layoutlib-api:debianMavenPom (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:layoutlib-api:debianMavenPom > Putting task artifact state for task ':base:layoutlib-api:debianMavenPom' into context took 0.0 secs. > file or directory '/<>/repository/src/main/resources', not found > :base:builder-test-api:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.109 secs. > :base:sdklib:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:sdklib:processResources > Putting task artifact state for task ':base:sdklib:processResources' into context took 0.0 secs. > :base:common:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.112 secs. > :base:dvlib:debianMavenPom (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.04 secs. > :base:sdk-common:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:sdk-common:processResources > Putting task artifact state for task ':base:sdk-common:processResources' into context took 0.0 secs. > Up-to-date check for task ':base:layoutlib-api:debianMavenPom' took 0.005 secs. It is not up-to-date because: > No history is available. > :base:builder:generateClasspath (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:builder:generateClasspath > Putting task artifact state for task ':base:builder:generateClasspath' into context took 0.0 secs. > Passing through org.apache:apache:jar:debian > file or directory '/<>/sdklib/src/main/resources', not found > Up-to-date check for task ':base:builder:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/sdk-common/src/main/resources', not found > Skipping task ':base:sdk-common:processResources' as it has no source files and no previous output files. > :base:sdk-common:processResources NO-SOURCE > file or directory '/<>/repository/src/main/resources', not found > :base:sdk-common:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.007 secs. > :base:sdk-common:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:sdk-common:debianMavenPom > Putting task artifact state for task ':base:sdk-common:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:sdk-common:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/layoutlib-api/build/debian/layoutlib-api.pom > Generating pom file /<>/sdk-common/build/debian/sdk-common.pom > file or directory '/<>/sdklib/src/main/resources', not found > Passing through com.android.tools.analytics-library:protos:jar:debian > :base:layoutlib-api:debianMavenPom (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.021 secs. > :base:manifest-merger:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:manifest-merger:processResources > Putting task artifact state for task ':base:manifest-merger:processResources' into context took 0.0 secs. > file or directory '/<>/build-system/manifest-merger/src/main/resources', not found > Passing through com.android.tools.analytics-library:shared:jar:debian > :base:sdk-common:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.016 secs. > :base:profile:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:profile:processResources > Putting task artifact state for task ':base:profile:processResources' into context took 0.0 secs. > file or directory '/<>/build-system/profile/src/main/resources', not found > Skipping task ':base:profile:processResources' as it has no source files and no previous output files. > :base:profile:processResources NO-SOURCE > :base:profile:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.003 secs. > :base:profile:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:profile:debianMavenPom > Putting task artifact state for task ':base:profile:debianMavenPom' into context took 0.0 secs. > Skipping task ':base:manifest-merger:processResources' as it has no source files and no previous output files. > :base:manifest-merger:processResources NO-SOURCE > :base:manifest-merger:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.011 secs. > :base:manifest-merger:debianMavenPom (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:manifest-merger:debianMavenPom > Putting task artifact state for task ':base:manifest-merger:debianMavenPom' into context took 0.0 secs. > Passing through com.android.tools.analytics-library:tracker:jar:debian > Up-to-date check for task ':base:manifest-merger:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:profile:debianMavenPom' took 0.001 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/build-system/manifest-merger/build/debian/manifest-merger.pom > Generating pom file /<>/build-system/profile/build/debian/profile.pom > :base:manifest-merger:debianMavenPom (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.007 secs. > :base:builder-model:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:builder-model:generateClasspath > Putting task artifact state for task ':base:builder-model:generateClasspath' into context took 0.0 secs. > :base:profile:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.011 secs. > Replacing com.squareup:javawriter:jar:2.5.0 -> com.squareup:javawriter:jar:debian > :base:builder-test-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:builder-test-api:generateClasspath > Putting task artifact state for task ':base:builder-test-api:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:builder-model:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > Replacing org.ow2.asm:asm:jar:5.0.4 -> org.ow2.asm:asm:jar:debian > Replacing org.ow2.asm:asm-tree:jar:5.0.4 -> org.ow2.asm:asm-tree:jar:debian > :base:builder-model:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.014 secs. > Replacing org.apache.httpcomponents:httpclient:jar:4.1.1 -> org.apache.httpcomponents:httpclient:jar:debian > :base:common:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:common:generateClasspath > Putting task artifact state for task ':base:common:generateClasspath' into context took 0.0 secs. > Passing through org.apache.httpcomponents:httpcomponents-client:jar:debian > Up-to-date check for task ':base:common:generateClasspath' took 0.004 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:builder-test-api:generateClasspath' took 0.013 secs. It is not up-to-date because: > No history is available. > :base:common:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.012 secs. > :base:ddmlib:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:ddmlib:generateClasspath > Putting task artifact state for task ':base:ddmlib:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:ddmlib:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > Replacing com.google.guava:guava:jar:17.0 -> com.google.guava:guava:jar:debian > :base:ddmlib:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.011 secs. > :base:draw9patch:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:draw9patch:generateClasspath > Putting task artifact state for task ':base:draw9patch:generateClasspath' into context took 0.0 secs. > Replacing org.apache.httpcomponents:httpclient:jar:4.1.1 -> org.apache.httpcomponents:httpclient:jar:debian > Up-to-date check for task ':base:draw9patch:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:draw9patch:generateClasspath (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.005 secs. > :base:draw9patch:compileJava (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:draw9patch:compileJava > Putting task artifact state for task ':base:draw9patch:compileJava' into context took 0.0 secs. > :base:builder-test-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.05 secs. > :base:dvlib:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:dvlib:generateClasspath > Putting task artifact state for task ':base:dvlib:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:dvlib:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:dvlib:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.007 secs. > :base:google-services:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:google-services:generateClasspath > Putting task artifact state for task ':base:google-services:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:google-services:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > warning: [options] source value 8 is obsolete and will be removed in a future release > warning: [options] target value 8 is obsolete and will be removed in a future release > warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. > Replacing org.antlr:antlr:jar:3.5.2 -> org.antlr:antlr:jar:3.x > Replacing org.apache.httpcomponents:httpmime:jar:4.1 -> org.apache.httpcomponents:httpmime:jar:debian > Replacing org.apache.httpcomponents:httpmime:jar:4.1 -> org.apache.httpcomponents:httpmime:jar:debian > Passing through org.antlr:antlr-master:jar:3.x > Up-to-date check for task ':base:draw9patch:compileJava' took 0.025 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:draw9patch:compileJava'. > Passing through com.android.databinding:compilerCommon:jar:debian > Compiling with JDK Java compiler API. > Passing through javax.xml.bind:jaxb-api:jar:debian > Passing through javax.xml.bind:jaxb-api-parent:jar:debian > Up-to-date check for task ':base:repository:processResources' took 0.126 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/repository/src/main/resources', not found > Passing through javax.xml.bind:jaxb-api:jar:debian > Replacing org.ow2.asm:asm-commons:jar:5.0.4 -> org.ow2.asm:asm-commons:jar:debian > Replacing org.ow2.asm:asm-util:jar:5.0.4 -> org.ow2.asm:asm-util:jar:debian > Replacing net.sf.proguard:proguard-gradle:jar:5.2.1 -> net.sf.proguard:proguard-gradle:jar:debian > net.sf.proguard:proguard-gradle:debian is relocated to net.sf.proguard:proguard-base:debian. Please update your dependencies. > Replacing org.jacoco:org.jacoco.core:jar:0.7.5.201505241946 -> org.jacoco:org.jacoco.core:jar:debian > Passing through org.bouncycastle:bcprov:jar:debian > Passing through org.jacoco:org.jacoco.build:jar:debian > Passing through com.google.protobuf:protobuf-java:jar:debian > Passing through org.bouncycastle:bcutil:jar:debian > Passing through xml-apis:xml-apis-1.4:jar:debian > Passing through com.android.tools:annotations:jar:debian > Up-to-date check for task ':base:sdklib:processResources' took 0.158 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/sdklib/src/main/resources', not found > Passing through com.intellij:common:jar:debian > Replacing org.jacoco:org.jacoco.report:jar:0.7.5.201505241946 -> org.jacoco:org.jacoco.report:jar:debian > Passing through com.android.tools:common:jar:debian > Replacing com.google.jimfs:jimfs:jar:1.1 -> com.google.jimfs:jimfs:jar:debian > Passing through com.google.jimfs:jimfs-parent:jar:debian > Replacing net.sf.jopt-simple:jopt-simple:jar:4.9 -> net.sf.jopt-simple:jopt-simple:jar:debian > Replacing com.google.jimfs:jimfs:jar:1.1 -> com.google.jimfs:jimfs:jar:debian > Passing through org.apache.httpcomponents:httpcore:jar:debian > Replacing com.google.protobuf:protobuf-java:jar:2.5.0 -> com.google.protobuf:protobuf-java:jar:debian > Passing through org.antlr:antlr-runtime:jar:3.x > Passing through org.apache.httpcomponents:httpcore:jar:debian > Passing through org.apache.httpcomponents:httpcomponents-core:jar:debian > :base:repository:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.206 secs. > :base:repository:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:repository:debianMavenPom > Putting task artifact state for task ':base:repository:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:repository:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Passing through org.antlr:ST4:jar:debian > Passing through commons-logging:commons-logging:jar:debian > Generating pom file /<>/repository/build/debian/repository.pom > :base:repository:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.006 secs. > Replacing org.eclipse.jdt.core.compiler:ecj:jar:4.5.1 -> org.eclipse.jdt:org.eclipse.jdt.core:jar:debian > :base:gradle:generateVersionConstantsJava (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle:generateVersionConstantsJava > Putting task artifact state for task ':base:gradle:generateVersionConstantsJava' into context took 0.0 secs. > Up-to-date check for task ':base:gradle:generateVersionConstantsJava' took 0.0 secs. It is not up-to-date because: > No history is available. > Passing through com.android.databinding:baseLibrary:jar:debian > :base:gradle:generateVersionConstantsJava (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.005 secs. > Passing through com.googlecode.juniversalchardet:juniversalchardet:jar:debian > :base:gradle-api:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle-api:processResources > Putting task artifact state for task ':base:gradle-api:processResources' into context took 0.0 secs. > file or directory '/<>/build-system/gradle-api/src/main/resources', not found > Skipping task ':base:gradle-api:processResources' as it has no source files and no previous output files. > :base:gradle-api:processResources NO-SOURCE > :base:gradle-api:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.001 secs. > :base:gradle-api:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle-api:debianMavenPom > Putting task artifact state for task ':base:gradle-api:debianMavenPom' into context took 0.0 secs. > com.googlecode.juniversalchardet:juniversalchardet:debian is relocated to com.github.albfernandez:juniversalchardet:debian. Please update your dependencies. > Passing through commons-io:commons-io:jar:debian > Up-to-date check for task ':base:gradle-api:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Passing through commons-logging:commons-logging:jar:debian > Generating pom file /<>/build-system/gradle-api/build/debian/gradle-api.pom > Passing through commons-codec:commons-codec:jar:debian > :base:gradle-api:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.008 secs. > :base:gradle-core:generateGrammarSource (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle-core:generateGrammarSource > Putting task artifact state for task ':base:gradle-core:generateGrammarSource' into context took 0.0 secs. > Passing through org.antlr:antlr4:jar:debian > Passing through org.antlr:antlr4-master:jar:debian > Passing through org.ow2.asm:asm-analysis:jar:debian > Passing through javax.activation:javax.activation-api:jar:debian > Passing through javax.activation:javax.activation-api:jar:debian > Passing through net.sf.proguard:proguard-base:jar:debian > javax.activation:javax.activation-api:debian is relocated to com.sun.activation:javax.activation:debian. Please update your dependencies. > Passing through javax.activation:javax.activation-api:jar:debian > Passing through com.sun.activation:javax.activation:jar:debian > javax.activation:javax.activation-api:debian is relocated to com.sun.activation:javax.activation:debian. Please update your dependencies. > Passing through com.sun.activation:all:jar:debian > Passing through com.github.albfernandez:juniversalchardet:jar:debian > Passing through org.antlr:antlr4-runtime:jar:debian > Passing through org.abego.treelayout:org.abego.treelayout.core:jar:debian > Passing through javax.json:javax.json-api:jar:debian > Passing through org.glassfish:json:jar:debian > :base:sdklib:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.28 secs. > Passing through com.ibm.icu:icu4j:jar:debian > javax.activation:javax.activation-api:debian is relocated to com.sun.activation:javax.activation:debian. Please update your dependencies. > :base:sdklib:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:sdklib:debianMavenPom > Putting task artifact state for task ':base:sdklib:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:sdklib:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Replacing com.android.tools.external.lombok:lombok-ast:jar:0.2.3 -> com.android.tools.external.lombok:lombok-ast:jar:debian > Generating pom file /<>/sdklib/build/debian/sdklib.pom > :base:asset-studio:generateClasspath (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 0.436 secs. > Ignoring com.android.tools.external.com-intellij:uast:jar:145.597.3 > :base:asset-studio:processResources (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:asset-studio:processResources > Putting task artifact state for task ':base:asset-studio:processResources' into context took 0.0 secs. > :base:sdklib:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.006 secs. > file or directory '/<>/asset-studio/src/main/resources', not found > :base:lint-api:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:lint-api:processResources > Passing through cglib:cglib:jar:debian > Putting task artifact state for task ':base:lint-api:processResources' into context took 0.0 secs. > file or directory '/<>/lint/libs/lint-api/src/main/resources', not found > Passing through cglib:cglib-parent:jar:debian > :base:builder:generateClasspath (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.296 secs. > Passing through dk.brics.automaton:automaton:jar:debian > :base:builder:generateVersionConstantsJava (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:builder:generateVersionConstantsJava > Putting task artifact state for task ':base:builder:generateVersionConstantsJava' into context took 0.0 secs. > Up-to-date check for task ':base:gradle-core:generateGrammarSource' took 0.073 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/asset-studio/src/main/resources', not found > All input files are considered out-of-date for incremental task ':base:gradle-core:generateGrammarSource'. > Passing through log4j:log4j:jar:1.2.x > Up-to-date check for task ':base:builder:generateVersionConstantsJava' took 0.0 secs. It is not up-to-date because: > No history is available. > Passing through net.java.dev.jna:jna:jar:debian > :base:builder:generateVersionConstantsJava (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.01 secs. > :base:builder:processResources (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:builder:processResources > Putting task artifact state for task ':base:builder:processResources' into context took 0.0 secs. > Passing through net.java.dev.jna:jna-platform:jar:debian > Passing through org.apache.xmlgraphics:batik-anim:jar:debian > Passing through org.apache.xmlgraphics:batik:jar:debian > Up-to-date check for task ':base:builder:processResources' took 0.009 secs. It is not up-to-date because: > No history is available. > Skipping task ':base:lint-api:processResources' as it has no source files and no previous output files. > :base:lint-api:processResources NO-SOURCE > :base:lint-api:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.034 secs. > Passing through org.apache.xmlgraphics:batik-transcoder:jar:debian > :base:lint-api:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:lint-api:debianMavenPom > Putting task artifact state for task ':base:lint-api:debianMavenPom' into context took 0.0 secs. > :base:builder:processResources (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.017 secs. > Up-to-date check for task ':base:lint-api:debianMavenPom' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:builder:debianMavenPom (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:builder:debianMavenPom > Putting task artifact state for task ':base:builder:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:builder:debianMavenPom' took 0.001 secs. It is not up-to-date because: > No history is available. > Passing through org.apache.xmlgraphics:batik-util:jar:debian > Generating pom file /<>/lint/libs/lint-api/build/debian/lint-api.pom > Generating pom file /<>/build-system/builder/build/debian/builder.pom > Passing through org.jdom:jdom:jar:debian > :base:lint-api:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.017 secs. > Passing through oro:oro:jar:debian > :base:lint-checks:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:lint-checks:processResources > Putting task artifact state for task ':base:lint-checks:processResources' into context took 0.0 secs. > file or directory '/<>/lint/libs/lint-checks/src/main/resources', not found > :base:builder:debianMavenPom (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.022 secs. > :base:lint:processResources (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:lint:processResources > Putting task artifact state for task ':base:lint:processResources' into context took 0.0 secs. > file or directory '/<>/lint/cli/src/main/resources', not found > file or directory '/<>/lint/cli/src/main/resources', not found > Passing through org.apache.xmlgraphics:batik-awt-util:jar:debian > file or directory '/<>/lint/libs/lint-checks/src/main/resources', not found > Passing through org.apache.xmlgraphics:batik-css:jar:debian > Passing through org.apache.xmlgraphics:batik-dom:jar:debian > Passing through org.apache.xmlgraphics:batik-ext:jar:debian > Passing through org.apache.xmlgraphics:batik-parser:jar:debian > Up-to-date check for task ':base:lint-checks:processResources' took 0.038 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/lint/libs/lint-checks/src/main/resources', not found > Passing through org.apache.xmlgraphics:batik-shared-resources:jar:debian > Passing through org.apache.xmlgraphics:batik-svg-dom:jar:debian > Passing through xml-apis:xml-apis-ext:jar:debian > Starting process 'Gradle ANTLR Worker 1'. Working directory: /<>/build-system/gradle-core Command: /usr/lib/jvm/java-21-openjdk-amd64/bin/java -DANTLR_DO_NOT_EXIT=true @/tmp/gradle-worker-classpath2890376235839219570txt -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle ANTLR Worker 1' > Passing through org.apache.xmlgraphics:batik-bridge:jar:debian > Passing through org.apache.xmlgraphics:batik-gvt:jar:debian > :base:lint-checks:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.123 secs. > :base:lint-checks:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:lint-checks:debianMavenPom > Putting task artifact state for task ':base:lint-checks:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:lint-checks:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/lint/libs/lint-checks/build/debian/lint-checks.pom > :base:lint-checks:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.006 secs. > Passing through org.apache.xmlgraphics:batik-svggen:jar:debian > :base:transform-api:compileJava (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:compileJava > Putting task artifact state for task ':base:transform-api:compileJava' into context took 0.0 secs. > file or directory '/<>/build-system/transform-api/src/main/java', not found > Skipping task ':base:transform-api:compileJava' as it has no source files and no previous output files. > :base:transform-api:compileJava NO-SOURCE > :base:transform-api:compileJava (Thread[#50,Task worker for ':',5,main]) completed. Took 0.001 secs. > :base:transform-api:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:processResources > Putting task artifact state for task ':base:transform-api:processResources' into context took 0.0 secs. > file or directory '/<>/build-system/transform-api/src/main/resources', not found > Skipping task ':base:transform-api:processResources' as it has no source files and no previous output files. > :base:transform-api:processResources NO-SOURCE > :base:transform-api:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.001 secs. > :base:transform-api:classes (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:classes > Skipping task ':base:transform-api:classes' as it has no actions. > :base:transform-api:classes UP-TO-DATE > :base:transform-api:classes (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > :base:transform-api:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:debianMavenPom > Putting task artifact state for task ':base:transform-api:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:transform-api:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/build-system/transform-api/build/debian/transform-api.pom > :base:transform-api:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.013 secs. > :base:transform-api:jar (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:jar > Putting task artifact state for task ':base:transform-api:jar' into context took 0.0 secs. > Passing through org.apache.xmlgraphics:batik-xml:jar:debian > Up-to-date check for task ':base:transform-api:jar' took 0.004 secs. It is not up-to-date because: > No history is available. > Passing through org.apache.xmlgraphics:batik-constants:jar:debian > Successfully started process 'Gradle ANTLR Worker 1' > Passing through org.apache.xmlgraphics:batik-i18n:jar:debian > Passing through org.apache.xmlgraphics:xmlgraphics-commons:jar:debian > Passing through xml-apis:xml-apis:jar:debian > Passing through org.apache.xmlgraphics:batik-script:jar:debian > Replacing org.ow2.asm:asm-analysis:jar:5.0.4 -> org.ow2.asm:asm-analysis:jar:debian > :base:transform-api:jar (Thread[#50,Task worker for ':',5,main]) completed. Took 0.067 secs. > :base:gradle:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:gradle:processResources > Putting task artifact state for task ':base:gradle:processResources' into context took 0.0 secs. > :base:google-services:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.476 secs. > :base:google-services:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:google-services:processResources > Putting task artifact state for task ':base:google-services:processResources' into context took 0.0 secs. > Up-to-date check for task ':base:google-services:processResources' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:google-services:processResources (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.011 secs. > :base:google-services:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:google-services:debianMavenPom > Putting task artifact state for task ':base:google-services:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:google-services:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/build-system/google-services/build/debian/google-services.pom > Up-to-date check for task ':base:gradle:processResources' took 0.02 secs. It is not up-to-date because: > No history is available. > :base:google-services:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.016 secs. > :base:gradle-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:gradle-api:generateClasspath > Putting task artifact state for task ':base:gradle-api:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:gradle-api:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:lint:processResources' took 0.255 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/lint/cli/src/main/resources', not found > :base:gradle-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.025 secs. > :base:layoutlib-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:layoutlib-api:generateClasspath > Putting task artifact state for task ':base:layoutlib-api:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:layoutlib-api:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:gradle:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.067 secs. > :base:gradle:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:gradle:debianMavenPom > Putting task artifact state for task ':base:gradle:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:gradle:debianMavenPom' took 0.001 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/build-system/gradle/build/debian/gradle.pom > :base:layoutlib-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.016 secs. > :base:lint-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-api:generateClasspath > Putting task artifact state for task ':base:lint-api:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:lint-api:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:gradle:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.042 secs. > :base:gradle:generateClasspath (Thread[#50,Task worker for ':',5,main]) started. > :base:gradle:generateClasspath > Putting task artifact state for task ':base:gradle:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:gradle:generateClasspath' took 0.014 secs. It is not up-to-date because: > No history is available. > :base:lint-api:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.103 secs. > :base:lint-checks:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-checks:generateClasspath > Putting task artifact state for task ':base:lint-checks:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:lint-checks:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:gradle:generateClasspath (Thread[#50,Task worker for ':',5,main]) completed. Took 0.087 secs. > :base:manifest-merger:generateClasspath (Thread[#50,Task worker for ':',5,main]) started. > :base:manifest-merger:generateClasspath > Putting task artifact state for task ':base:manifest-merger:generateClasspath' into context took 0.0 secs. > :base:lint-checks:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.028 secs. > :base:profile:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:profile:generateClasspath > Putting task artifact state for task ':base:profile:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:manifest-merger:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:profile:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:profile:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.019 secs. > :base:repository:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:repository:generateClasspath > Putting task artifact state for task ':base:repository:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:repository:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:manifest-merger:generateClasspath (Thread[#50,Task worker for ':',5,main]) completed. Took 0.036 secs. > :base:screenshot2:generateClasspath (Thread[#50,Task worker for ':',5,main]) started. > :base:screenshot2:generateClasspath > Putting task artifact state for task ':base:screenshot2:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:screenshot2:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:screenshot2:generateClasspath (Thread[#50,Task worker for ':',5,main]) completed. Took 0.008 secs. > :base:screenshot2:processResources (Thread[#50,Task worker for ':',5,main]) started. > :base:screenshot2:processResources > Putting task artifact state for task ':base:screenshot2:processResources' into context took 0.0 secs. > file or directory '/<>/misc/screenshot2/src/main/resources', not found > Skipping task ':base:screenshot2:processResources' as it has no source files and no previous output files. > :base:screenshot2:processResources NO-SOURCE > :base:screenshot2:processResources (Thread[#50,Task worker for ':',5,main]) completed. Took 0.001 secs. > :base:screenshot2:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:screenshot2:debianMavenPom > Putting task artifact state for task ':base:screenshot2:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:screenshot2:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/misc/screenshot2/build/debian/screenshot2.pom > :base:repository:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.023 secs. > :base:sdk-common:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:sdk-common:generateClasspath > Putting task artifact state for task ':base:sdk-common:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:sdk-common:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:screenshot2:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.033 secs. > :base:sdklib:generateClasspath (Thread[#50,Task worker for ':',5,main]) started. > :base:sdklib:generateClasspath > Putting task artifact state for task ':base:sdklib:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:sdklib:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:lint:processResources (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.509 secs. > :base:lint:debianMavenPom (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:lint:debianMavenPom > Putting task artifact state for task ':base:lint:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:lint:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/lint/cli/build/debian/lint.pom > :base:lint:debianMavenPom (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.008 secs. > :base:lint:generateClasspath (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:sdklib:generateClasspath (Thread[#50,Task worker for ':',5,main]) completed. Took 0.014 secs. > :base:lint:generateClasspath > Putting task artifact state for task ':base:lint:generateClasspath' into context took 0.0 secs. > :base:transform-api:generateClasspath (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:generateClasspath > Putting task artifact state for task ':base:transform-api:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:lint:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:transform-api:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:sdk-common:generateClasspath (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.049 secs. > :base:transform-api:generateClasspath (Thread[#50,Task worker for ':',5,main]) completed. Took 0.01 secs. > :base:transform-api:assemble (Thread[#50,Task worker for ':',5,main]) started. > :base:transform-api:assemble > Skipping task ':base:transform-api:assemble' as it has no actions. > :base:transform-api:assemble (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > :base:lint:generateClasspath (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.021 secs. > :base:archquery:compileJava (Thread[#34,Daemon worker,5,main]) completed. Took 1.019 secs. > :base:archquery:processResources (Thread[#34,Daemon worker,5,main]) started. > :base:archquery:processResources > Putting task artifact state for task ':base:archquery:processResources' into context took 0.0 secs. > file or directory '/<>/legacy/archquery/src/main/resources', not found > Skipping task ':base:archquery:processResources' as it has no source files and no previous output files. > :base:archquery:processResources NO-SOURCE > :base:archquery:processResources (Thread[#34,Daemon worker,5,main]) completed. Took 0.003 secs. > :base:archquery:classes (Thread[#34,Daemon worker,5,main]) started. > :base:archquery:classes > Skipping task ':base:archquery:classes' as it has no actions. > :base:archquery:classes (Thread[#34,Daemon worker,5,main]) completed. Took 0.0 secs. > :base:archquery:debianMavenPom (Thread[#50,Task worker for ':',5,main]) started. > :base:archquery:debianMavenPom > Putting task artifact state for task ':base:archquery:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:archquery:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/legacy/archquery/build/debian/archquery.pom > :base:archquery:debianMavenPom (Thread[#50,Task worker for ':',5,main]) completed. Took 0.01 secs. > :base:archquery:jar (Thread[#50,Task worker for ':',5,main]) started. > :base:archquery:jar > Putting task artifact state for task ':base:archquery:jar' into context took 0.0 secs. > Up-to-date check for task ':base:archquery:jar' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:archquery:jar (Thread[#50,Task worker for ':',5,main]) completed. Took 0.011 secs. > :base:archquery:assemble (Thread[#50,Task worker for ':',5,main]) started. > :base:archquery:assemble > Skipping task ':base:archquery:assemble' as it has no actions. > :base:archquery:assemble (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > 3 warnings > :base:annotations:compileJava (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 1.152 secs. > :base:annotations:processResources (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:annotations:processResources > Putting task artifact state for task ':base:annotations:processResources' into context took 0.0 secs. > file or directory '/<>/annotations/src/main/resources', not found > Skipping task ':base:annotations:processResources' as it has no source files and no previous output files. > :base:annotations:processResources NO-SOURCE > :base:annotations:processResources (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. > :base:annotations:classes (Thread[#34,Daemon worker,5,main]) started. > :base:annotations:classes > Skipping task ':base:annotations:classes' as it has no actions. > :base:annotations:classes (Thread[#34,Daemon worker,5,main]) completed. Took 0.0 secs. > :base:annotations:debianMavenPom (Thread[#34,Daemon worker,5,main]) started. > :base:annotations:debianMavenPom > Putting task artifact state for task ':base:annotations:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:annotations:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/annotations/build/debian/annotations.pom > :base:annotations:debianMavenPom (Thread[#34,Daemon worker,5,main]) completed. Took 0.008 secs. > :base:annotations:jar (Thread[#34,Daemon worker,5,main]) started. > :base:annotations:jar > Putting task artifact state for task ':base:annotations:jar' into context took 0.0 secs. > Up-to-date check for task ':base:annotations:jar' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:annotations:jar (Thread[#34,Daemon worker,5,main]) completed. Took 0.012 secs. > :base:annotations:assemble (Thread[#34,Daemon worker,5,main]) started. > :base:annotations:assemble > Skipping task ':base:annotations:assemble' as it has no actions. > :base:builder-model:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:builder-model:compileJava > Putting task artifact state for task ':base:builder-model:compileJava' into context took 0.0 secs. > :base:common:compileJava (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:common:compileJava > Putting task artifact state for task ':base:common:compileJava' into context took 0.0 secs. > :base:annotations:assemble (Thread[#34,Daemon worker,5,main]) completed. Took 0.002 secs. > Up-to-date check for task ':base:builder-model:compileJava' took 0.086 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:builder-model:compileJava'. > Use of target 1.6 is no longer supported, switching to 8 > Use of source 1.6 is no longer supported, switching to 8 > Compiling with JDK Java compiler API. > warning: [options] source value 8 is obsolete and will be removed in a future release > warning: [options] target value 8 is obsolete and will be removed in a future release > warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. > Initialized native services in: /<>/.gradle/native > Up-to-date check for task ':base:asset-studio:processResources' took 1.315 secs. It is not up-to-date because: > No history is available. > file or directory '/<>/asset-studio/src/main/resources', not found > Processing with ANTLR 3 > 3 warnings > :base:builder-model:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.669 secs. > :base:builder-model:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:builder-model:classes > Skipping task ':base:builder-model:classes' as it has no actions. > :base:builder-model:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > :base:builder-model:jar (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:builder-model:jar > Putting task artifact state for task ':base:builder-model:jar' into context took 0.0 secs. > Up-to-date check for task ':base:builder-model:jar' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:builder-model:jar (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.022 secs. > :base:builder-model:assemble (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:builder-model:assemble > Skipping task ':base:builder-model:assemble' as it has no actions. > :base:gradle-api:compileJava (Thread[#50,Task worker for ':',5,main]) started. > :base:builder-model:assemble (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.0 secs. > :base:gradle-api:compileJava > Putting task artifact state for task ':base:gradle-api:compileJava' into context took 0.0 secs. > Up-to-date check for task ':base:common:compileJava' took 0.806 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:common:compileJava'. > Compiling with JDK Java compiler API. > :base:asset-studio:processResources (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 2.339 secs. > :base:asset-studio:debianMavenPom (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:asset-studio:debianMavenPom > Putting task artifact state for task ':base:asset-studio:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:asset-studio:debianMavenPom' took 0.006 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/asset-studio/build/debian/asset-studio.pom > :base:asset-studio:debianMavenPom (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 0.014 secs. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: /<>/draw9patch/src/main/java/com/android/draw9patch/ui/ImageTransferHandler.java uses unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:draw9patch:compileJava (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 2.879 secs. > :base:draw9patch:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:draw9patch:processResources > Putting task artifact state for task ':base:draw9patch:processResources' into context took 0.0 secs. > Up-to-date check for task ':base:draw9patch:processResources' took 0.007 secs. It is not up-to-date because: > No history is available. > :base:draw9patch:processResources (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.043 secs. > :base:draw9patch:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:draw9patch:classes > Skipping task ':base:draw9patch:classes' as it has no actions. > :base:draw9patch:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > :base:draw9patch:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:draw9patch:debianMavenPom > Putting task artifact state for task ':base:draw9patch:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:draw9patch:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/draw9patch/build/debian/draw9patch.pom > :base:draw9patch:debianMavenPom (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.006 secs. > :base:draw9patch:jar (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:draw9patch:jar > Putting task artifact state for task ':base:draw9patch:jar' into context took 0.0 secs. > Up-to-date check for task ':base:draw9patch:jar' took 0.004 secs. It is not up-to-date because: > No history is available. > :base:draw9patch:jar (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 0.05 secs. > :base:draw9patch:assemble (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:draw9patch:assemble > Skipping task ':base:draw9patch:assemble' as it has no actions. > :base:draw9patch:assemble (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > :base:gradle-core:generateGrammarSource (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 3.311 secs. > :base:gradle-core:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle-core:processResources > Putting task artifact state for task ':base:gradle-core:processResources' into context took 0.0 secs. > Up-to-date check for task ':base:gradle-core:processResources' took 0.005 secs. It is not up-to-date because: > No history is available. > :base:gradle-core:processResources (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.018 secs. > :base:gradle-core:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle-core:debianMavenPom > Putting task artifact state for task ':base:gradle-core:debianMavenPom' into context took 0.0 secs. > Up-to-date check for task ':base:gradle-core:debianMavenPom' took 0.0 secs. It is not up-to-date because: > No history is available. > Generating pom file /<>/build-system/gradle-core/build/debian/gradle-core.pom > :base:gradle-core:debianMavenPom (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.009 secs. > :base:gradle-core:generateClasspath (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:gradle-core:generateClasspath > Putting task artifact state for task ':base:gradle-core:generateClasspath' into context took 0.0 secs. > Up-to-date check for task ':base:gradle-core:generateClasspath' took 0.0 secs. It is not up-to-date because: > No history is available. > :base:gradle-core:generateClasspath (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.036 secs. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > :base:common:compileJava (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 2.722 secs. > :base:common:classes (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:common:classes > Skipping task ':base:common:classes' as it has no actions. > :base:common:classes (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. > :base:common:jar (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:common:jar > Putting task artifact state for task ':base:common:jar' into context took 0.0 secs. > Up-to-date check for task ':base:common:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:common:jar (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 0.023 secs. > :base:ddmlib:compileJava (Thread[#52,Task worker for ':' Thread 3,5,main]) started. > :base:ddmlib:compileJava > Putting task artifact state for task ':base:ddmlib:compileJava' into context took 0.0 secs. > :base:dvlib:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:dvlib:compileJava > Putting task artifact state for task ':base:dvlib:compileJava' into context took 0.0 secs. > :base:layoutlib-api:compileJava (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:layoutlib-api:compileJava > Putting task artifact state for task ':base:layoutlib-api:compileJava' into context took 0.0 secs. > :base:repository:compileJava (Thread[#34,Daemon worker,5,main]) started. > :base:repository:compileJava > Putting task artifact state for task ':base:repository:compileJava' into context took 0.0 secs. > :base:profile:compileJava (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:profile:compileJava > Putting task artifact state for task ':base:profile:compileJava' into context took 0.0 secs. > :base:common:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:common:assemble > Skipping task ':base:common:assemble' as it has no actions. > :base:common:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:dvlib:compileJava' took 0.021 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:dvlib:compileJava'. > Compiling with JDK Java compiler API. > Up-to-date check for task ':base:ddmlib:compileJava' took 0.158 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:ddmlib:compileJava'. > Compiling with JDK Java compiler API. > :base:dvlib:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.187 secs. > :base:dvlib:classes (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:dvlib:classes > Skipping task ':base:dvlib:classes' as it has no actions. > :base:dvlib:classes (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. > :base:dvlib:jar (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:dvlib:jar > Putting task artifact state for task ':base:dvlib:jar' into context took 0.0 secs. > Up-to-date check for task ':base:dvlib:jar' took 0.009 secs. It is not up-to-date because: > No history is available. > Up-to-date check for task ':base:layoutlib-api:compileJava' took 0.21 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:layoutlib-api:compileJava'. > Compiling with JDK Java compiler API. > :base:dvlib:jar (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.03 secs. > :base:dvlib:assemble (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:dvlib:assemble > Skipping task ':base:dvlib:assemble' as it has no actions. > :base:dvlib:assemble (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.002 secs. > Up-to-date check for task ':base:repository:compileJava' took 0.368 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:repository:compileJava'. > Compiling with JDK Java compiler API. > Up-to-date check for task ':base:profile:compileJava' took 0.548 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:profile:compileJava'. > Compiling with JDK Java compiler API. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: /<>/build-system/profile/src/main/java/com/android/builder/tasks/Job.java uses unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:profile:compileJava (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 1.115 secs. > :base:profile:classes (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:profile:classes > Skipping task ':base:profile:classes' as it has no actions. > :base:profile:classes (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. > :base:profile:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:profile:jar > Putting task artifact state for task ':base:profile:jar' into context took 0.0 secs. > Up-to-date check for task ':base:profile:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:profile:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.04 secs. > :base:profile:assemble (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:profile:assemble > Skipping task ':base:profile:assemble' as it has no actions. > :base:profile:assemble (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > Note: /<>/layoutlib-api/src/main/java/com/android/ide/common/rendering/api/RenderParams.java uses unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:layoutlib-api:compileJava (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 1.211 secs. > :base:layoutlib-api:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:layoutlib-api:classes > Skipping task ':base:layoutlib-api:classes' as it has no actions. > :base:layoutlib-api:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > :base:layoutlib-api:jar (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:layoutlib-api:jar > Putting task artifact state for task ':base:layoutlib-api:jar' into context took 0.0 secs. > Up-to-date check for task ':base:layoutlib-api:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:layoutlib-api:jar (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.029 secs. > :base:layoutlib-api:assemble (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:layoutlib-api:assemble > Skipping task ':base:layoutlib-api:assemble' as it has no actions. > :base:layoutlib-api:assemble (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:repository:compileJava (Thread[#34,Daemon worker,5,main]) completed. Took 2.078 secs. > :base:repository:classes (Thread[#34,Daemon worker,5,main]) started. > :base:repository:classes > Skipping task ':base:repository:classes' as it has no actions. > :base:repository:classes (Thread[#34,Daemon worker,5,main]) completed. Took 0.0 secs. > :base:repository:jar (Thread[#34,Daemon worker,5,main]) started. > :base:repository:jar > Putting task artifact state for task ':base:repository:jar' into context took 0.0 secs. > Up-to-date check for task ':base:repository:jar' took 0.003 secs. It is not up-to-date because: > No history is available. > :base:repository:jar (Thread[#34,Daemon worker,5,main]) completed. Took 0.053 secs. > :base:sdklib:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:sdklib:compileJava > :base:repository:assemble (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:repository:assemble > Skipping task ':base:repository:assemble' as it has no actions. > :base:repository:assemble (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.0 secs. > Putting task artifact state for task ':base:sdklib:compileJava' into context took 0.0 secs. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Up-to-date check for task ':base:sdklib:compileJava' took 0.322 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:sdklib:compileJava'. > Compiling with JDK Java compiler API. > :base:ddmlib:compileJava (Thread[#52,Task worker for ':' Thread 3,5,main]) completed. Took 2.486 secs. > :base:ddmlib:classes (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:ddmlib:classes > Skipping task ':base:ddmlib:classes' as it has no actions. > :base:ddmlib:classes (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.0 secs. > :base:ddmlib:jar (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:ddmlib:jar > Putting task artifact state for task ':base:ddmlib:jar' into context took 0.0 secs. > Up-to-date check for task ':base:ddmlib:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:ddmlib:jar (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.066 secs. > :base:builder-test-api:compileJava (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:builder-test-api:compileJava > :base:ddmlib:assemble (Thread[#56,Task worker for ':' Thread 7,5,main]) started. > :base:ddmlib:assemble > Skipping task ':base:ddmlib:assemble' as it has no actions. > Putting task artifact state for task ':base:builder-test-api:compileJava' into context took 0.0 secs. > :base:screenshot2:compileJava (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:screenshot2:compileJava > Putting task artifact state for task ':base:screenshot2:compileJava' into context took 0.0 secs. > :base:ddmlib:assemble (Thread[#56,Task worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:builder-test-api:compileJava' took 0.036 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:builder-test-api:compileJava'. > Compiling with JDK Java compiler API. > Up-to-date check for task ':base:screenshot2:compileJava' took 0.044 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:screenshot2:compileJava'. > Compiling with JDK Java compiler API. > :base:builder-test-api:compileJava (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.181 secs. > :base:builder-test-api:classes (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:builder-test-api:classes > Skipping task ':base:builder-test-api:classes' as it has no actions. > :base:builder-test-api:classes (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > :base:builder-test-api:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:builder-test-api:jar > Putting task artifact state for task ':base:builder-test-api:jar' into context took 0.0 secs. > Up-to-date check for task ':base:builder-test-api:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:builder-test-api:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.009 secs. > :base:builder-test-api:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:builder-test-api:assemble > Skipping task ':base:builder-test-api:assemble' as it has no actions. > :base:builder-test-api:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > Note: /<>/misc/screenshot2/src/main/java/com/android/screenshot/Screenshot.java uses or overrides a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > :base:screenshot2:compileJava (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.214 secs. > :base:screenshot2:classes (Thread[#51,Task worker for ':' Thread 2,5,main]) started. > :base:screenshot2:classes > Skipping task ':base:screenshot2:classes' as it has no actions. > :base:screenshot2:classes (Thread[#51,Task worker for ':' Thread 2,5,main]) completed. Took 0.0 secs. > :base:screenshot2:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:screenshot2:jar > Putting task artifact state for task ':base:screenshot2:jar' into context took 0.0 secs. > Up-to-date check for task ':base:screenshot2:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:screenshot2:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.006 secs. > :base:screenshot2:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:screenshot2:assemble > Skipping task ':base:screenshot2:assemble' as it has no actions. > :base:screenshot2:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > /<>/sdklib/src/main/java/com/android/sdklib/LayoutlibVersion.java:25: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public class LayoutlibVersion implements Comparable { > ^ > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 1 warning > :base:sdklib:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 2.792 secs. > :base:sdklib:classes (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:sdklib:classes > Skipping task ':base:sdklib:classes' as it has no actions. > :base:sdklib:classes (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. > :base:sdklib:jar (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:sdklib:jar > Putting task artifact state for task ':base:sdklib:jar' into context took 0.0 secs. > Up-to-date check for task ':base:sdklib:jar' took 0.003 secs. It is not up-to-date because: > No history is available. > :base:sdklib:jar (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.107 secs. > :base:sdk-common:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:sdk-common:compileJava > :base:sdklib:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > Putting task artifact state for task ':base:sdk-common:compileJava' into context took 0.0 secs. > :base:sdklib:assemble > Skipping task ':base:sdklib:assemble' as it has no actions. > :base:sdklib:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:gradle-api:compileJava' took 7.295 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:gradle-api:compileJava'. > Compiling with JDK Java compiler API. > :base:gradle-api:compileJava (Thread[#50,Task worker for ':',5,main]) completed. Took 7.671 secs. > :base:gradle-api:classes (Thread[#50,Task worker for ':',5,main]) started. > :base:gradle-api:classes > Skipping task ':base:gradle-api:classes' as it has no actions. > :base:gradle-api:classes (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > :base:gradle-api:jar (Thread[#50,Task worker for ':',5,main]) started. > :base:gradle-api:jar > Putting task artifact state for task ':base:gradle-api:jar' into context took 0.0 secs. > Up-to-date check for task ':base:gradle-api:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:gradle-api:jar (Thread[#50,Task worker for ':',5,main]) completed. Took 0.01 secs. > :base:gradle-api:assemble (Thread[#50,Task worker for ':',5,main]) started. > :base:gradle-api:assemble > Skipping task ':base:gradle-api:assemble' as it has no actions. > :base:gradle-api:assemble (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:sdk-common:compileJava' took 0.81 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:sdk-common:compileJava'. > Compiling with JDK Java compiler API. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:sdk-common:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 2.573 secs. > :base:sdk-common:classes (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:sdk-common:classes > Skipping task ':base:sdk-common:classes' as it has no actions. > :base:sdk-common:classes (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. > :base:sdk-common:jar (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:sdk-common:jar > Putting task artifact state for task ':base:sdk-common:jar' into context took 0.0 secs. > Up-to-date check for task ':base:sdk-common:jar' took 0.003 secs. It is not up-to-date because: > No history is available. > :base:sdk-common:jar (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.094 secs. > :base:asset-studio:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) started. > :base:asset-studio:compileJava > Putting task artifact state for task ':base:asset-studio:compileJava' into context took 0.0 secs. > :base:manifest-merger:compileJava (Thread[#50,Task worker for ':',5,main]) started. > :base:manifest-merger:compileJava > Putting task artifact state for task ':base:manifest-merger:compileJava' into context took 0.0 secs. > :base:lint-api:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:sdk-common:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:sdk-common:assemble > Skipping task ':base:sdk-common:assemble' as it has no actions. > :base:lint-api:compileJava > Putting task artifact state for task ':base:lint-api:compileJava' into context took 0.0 secs. > :base:sdk-common:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:manifest-merger:compileJava' took 0.088 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:manifest-merger:compileJava'. > Compiling with JDK Java compiler API. > Up-to-date check for task ':base:asset-studio:compileJava' took 0.108 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:asset-studio:compileJava'. > Compiling with JDK Java compiler API. > :base:asset-studio:compileJava (Thread[#55,Task worker for ':' Thread 6,5,main]) completed. Took 0.409 secs. > :base:asset-studio:classes (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:asset-studio:classes > Skipping task ':base:asset-studio:classes' as it has no actions. > :base:asset-studio:classes (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > :base:asset-studio:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:asset-studio:jar > Putting task artifact state for task ':base:asset-studio:jar' into context took 0.0 secs. > Up-to-date check for task ':base:asset-studio:jar' took 0.02 secs. It is not up-to-date because: > No history is available. > :base:asset-studio:jar (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.301 secs. > :base:asset-studio:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:asset-studio:assemble > Skipping task ':base:asset-studio:assemble' as it has no actions. > :base:asset-studio:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: /<>/build-system/manifest-merger/src/main/java/com/android/manifmerger/XmlDocument.java uses unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:manifest-merger:compileJava (Thread[#50,Task worker for ':',5,main]) completed. Took 0.75 secs. > :base:manifest-merger:classes (Thread[#50,Task worker for ':',5,main]) started. > :base:manifest-merger:classes > Skipping task ':base:manifest-merger:classes' as it has no actions. > :base:manifest-merger:classes (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > :base:manifest-merger:jar (Thread[#50,Task worker for ':',5,main]) started. > :base:manifest-merger:jar > Putting task artifact state for task ':base:manifest-merger:jar' into context took 0.0 secs. > Up-to-date check for task ':base:manifest-merger:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:manifest-merger:jar (Thread[#50,Task worker for ':',5,main]) completed. Took 0.02 secs. > :base:builder:compileJava (Thread[#50,Task worker for ':',5,main]) started. > :base:builder:compileJava > Putting task artifact state for task ':base:builder:compileJava' into context took 0.0 secs. > :base:manifest-merger:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) started. > :base:manifest-merger:assemble > Skipping task ':base:manifest-merger:assemble' as it has no actions. > :base:manifest-merger:assemble (Thread[#53,Task worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:builder:compileJava' took 0.145 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:builder:compileJava'. > Compiling with JDK Java compiler API. > Up-to-date check for task ':base:lint-api:compileJava' took 2.47 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:lint-api:compileJava'. > Compiling with JDK Java compiler API. > /<>/build-system/builder/src/main/java/com/android/dx/merge/DexMerger.java:286: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > l.add(new Integer(dex)); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/PicoInitializationException.java:26: warning: [dep-ann] deprecated item is not annotated with @Deprecated > protected PicoInitializationException() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/PicoInstantiationException.java:30: warning: [dep-ann] deprecated item is not annotated with @Deprecated > protected PicoInstantiationException(final String message, final Throwable cause) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/PicoInstantiationException.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public class PicoInstantiationException extends PicoInitializationException { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/ComponentMonitor.java:43: warning: [dep-ann] deprecated item is not annotated with @Deprecated > void instantiated(Constructor constructor, long duration); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/PicoContainer.java:115: warning: [dep-ann] deprecated item is not annotated with @Deprecated > void verify() throws PicoVerificationException; > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/monitors/WriterComponentMonitor.java:49: warning: [removal] Long(long) in Long has been deprecated and marked for removal > out.println(format(INSTANTIATED, new Object[]{toString(constructor), new Long(duration)})); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/monitors/WriterComponentMonitor.java:54: warning: [removal] Long(long) in Long has been deprecated and marked for removal > out.println(format(INSTANTIATED2, new Object[]{toString(constructor), new Long(duration), instantiated.getClass().getName(), toString(injected)})); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/monitors/WriterComponentMonitor.java:69: warning: [removal] Long(long) in Long has been deprecated and marked for removal > out.println(format(INVOKED, new Object[]{toString(method), instance, new Long(duration)})); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/monitors/ConsoleComponentMonitor.java:49: warning: [removal] Long(long) in Long has been deprecated and marked for removal > out.println(format(INSTANTIATED, new Object[]{toString(constructor), new Long(duration)})); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/monitors/ConsoleComponentMonitor.java:54: warning: [removal] Long(long) in Long has been deprecated and marked for removal > out.println(format(INSTANTIATED2, new Object[]{toString(constructor), new Long(duration), instantiated.getClass().getName(), toString(parameters)})); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/monitors/ConsoleComponentMonitor.java:69: warning: [removal] Long(long) in Long has been deprecated and marked for removal > out.println(format(INVOKED, new Object[]{toString(method), instance, new Long(duration)})); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImmutablePicoContainer.java:76: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public void verify() throws PicoVerificationException { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImmutablePicoContainer.java:32: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public class ImmutablePicoContainer implements PicoContainer, Serializable { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImplementationHidingComponentAdapterFactory.java:27: warning: [dep-ann] deprecated item is not annotated with @Deprecated > ImplementationHidingComponentAdapterFactory() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImplementationHidingComponentAdapterFactory.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate, boolean strict) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImplementationHidingComponentAdapterFactory.java:41: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImplementationHidingComponentAdapterFactory.java:21: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public class ImplementationHidingComponentAdapterFactory extends > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImplementationHidingComponentAdapter.java:36: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public ImplementationHidingComponentAdapter(ComponentAdapter delegate, boolean strict) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/ImplementationHidingComponentAdapter.java:26: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public class ImplementationHidingComponentAdapter extends > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/alternatives/AbstractDelegatingMutablePicoContainer.java:109: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public void verify() throws PicoVerificationException { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/AbstractPicoVisitor.java:33: warning: [removal] AccessController in java.security has been deprecated and marked for removal > AccessController.doPrivileged(new PrivilegedAction() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/SetterInjectionComponentAdapter.java:129: warning: [removal] AccessController in java.security has been deprecated and marked for removal > Object retVal = AccessController.doPrivileged(new PrivilegedAction() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/SetterInjectionComponentAdapter.java:166: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > nonMatchingParameterPositions.add(new Integer(i)); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/SetterInjectionComponentAdapter.java:290: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (Method[]) AccessController.doPrivileged(new PrivilegedAction() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/BeanPropertyComponentAdapter.java:111: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (Method[]) AccessController.doPrivileged(new PrivilegedAction() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/BeanPropertyComponentAdapter.java:192: warning: [removal] Character(char) in Character has been deprecated and marked for removal > return new Character(value.toCharArray()[0]); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/CustomPermissionsURLClassLoader.java:64: warning: [removal] AccessController in java.security has been deprecated and marked for removal > classLoader = (ClassLoader) AccessController.doPrivileged(new PrivilegedAction() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/BeanPropertyComponentAdapterFactory.java:53: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public BeanPropertyComponentAdapter getComponentAdapter(Object key) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/ConstructorInjectionComponentAdapter.java:284: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (Constructor[]) AccessController.doPrivileged(new PrivilegedAction() { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/DefaultPicoContainer.java:432: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public void verify() throws PicoVerificationException { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/DefaultPicoContainer.java:460: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > childrenStarted.add(new Integer(child.hashCode())); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/DefaultPicoContainer.java:500: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return childrenStarted.contains(new Integer(child.hashCode())); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/DefaultPicoContainer.java:538: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > childrenStarted.add(new Integer(child.hashCode())); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/DefaultPicoContainer.java:548: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > childrenStarted.remove(new Integer(child.hashCode())); > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/LifecycleVisitor.java:55: warning: [dep-ann] deprecated item is not annotated with @Deprecated > protected LifecycleVisitor(Method method, Class ofType, boolean visitInInstantiationOrder, ComponentMonitor monitor) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/LifecycleVisitor.java:71: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public LifecycleVisitor(Method method, Class ofType, boolean visitInInstantiationOrder) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/LifecycleVisitor.java:81: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public static void start(Object node) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/LifecycleVisitor.java:91: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public static void stop(Object node) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/LifecycleVisitor.java:101: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public static void dispose(Object node) { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/LifecycleVisitor.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated > public class LifecycleVisitor extends MethodCallingVisitor { > ^ > /<>/debian/additionalSrc/picocontainer1/container/src/java/org/picocontainer/defaults/ImmutablePicoContainerProxyFactory.java:70: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal > return new Boolean(args[0] != null && args[0].equals(pico)); > ^ > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 1 warning > :base:builder:compileJava (Thread[#50,Task worker for ':',5,main]) completed. Took 3.554 secs. > :base:builder:classes (Thread[#50,Task worker for ':',5,main]) started. > :base:builder:classes > Skipping task ':base:builder:classes' as it has no actions. > :base:builder:classes (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > :base:builder:jar (Thread[#50,Task worker for ':',5,main]) started. > :base:builder:jar > Putting task artifact state for task ':base:builder:jar' into context took 0.0 secs. > Up-to-date check for task ':base:builder:jar' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:builder:jar (Thread[#50,Task worker for ':',5,main]) completed. Took 0.249 secs. > :base:builder:assemble (Thread[#50,Task worker for ':',5,main]) started. > :base:builder:assemble > Skipping task ':base:builder:assemble' as it has no actions. > :base:builder:assemble (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatByteHashMapDecorator.java:337: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatByteHashMapDecorator.java:357: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteDoubleHashMapDecorator.java:337: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteDoubleHashMapDecorator.java:357: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongFloatHashMapDecorator.java:337: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongFloatHashMapDecorator.java:357: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatObjectHashMapDecorator.java:319: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongByteHashMapDecorator.java:337: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongByteHashMapDecorator.java:357: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleIntHashMapDecorator.java:337: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleIntHashMapDecorator.java:357: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleHashSetDecorator.java:175: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongDoubleHashMapDecorator.java:337: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongDoubleHashMapDecorator.java:357: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteIntHashMapDecorator.java:337: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteIntHashMapDecorator.java:357: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongIntHashMapDecorator.java:337: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongIntHashMapDecorator.java:357: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongLongHashMapDecorator.java:337: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongLongHashMapDecorator.java:357: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TObjectByteHashMapDecorator.java:357: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleDoubleHashMapDecorator.java:337: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleDoubleHashMapDecorator.java:357: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteByteHashMapDecorator.java:337: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteByteHashMapDecorator.java:357: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TObjectDoubleHashMapDecorator.java:357: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntLongHashMapDecorator.java:337: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntLongHashMapDecorator.java:357: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleByteHashMapDecorator.java:337: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleByteHashMapDecorator.java:357: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleLongHashMapDecorator.java:337: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleLongHashMapDecorator.java:357: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatFloatHashMapDecorator.java:337: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatFloatHashMapDecorator.java:357: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntDoubleHashMapDecorator.java:337: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntDoubleHashMapDecorator.java:357: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatLongHashMapDecorator.java:337: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatLongHashMapDecorator.java:357: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteFloatHashMapDecorator.java:337: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteFloatHashMapDecorator.java:357: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleFloatHashMapDecorator.java:337: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TDoubleFloatHashMapDecorator.java:357: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntHashSetDecorator.java:175: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TLongObjectHashMapDecorator.java:319: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatIntHashMapDecorator.java:337: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatIntHashMapDecorator.java:357: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TObjectFloatHashMapDecorator.java:357: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteLongHashMapDecorator.java:337: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteLongHashMapDecorator.java:357: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatHashSetDecorator.java:175: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TObjectLongHashMapDecorator.java:357: warning: [removal] Long(long) in Long has been deprecated and marked for removal > return new Long(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntObjectHashMapDecorator.java:319: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatDoubleHashMapDecorator.java:337: warning: [removal] Float(float) in Float has been deprecated and marked for removal > return new Float(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TFloatDoubleHashMapDecorator.java:357: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntIntHashMapDecorator.java:337: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntIntHashMapDecorator.java:357: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TByteObjectHashMapDecorator.java:319: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntByteHashMapDecorator.java:337: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal > return new Integer(k); > ^ > /<>/debian/additionalSrc/trove4j/generated/src/gnu/trove/decorator/TIntByteHashMapDecorator.java:357: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal > return new Byte(k); > ^ > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: Some input files additionally use or override a deprecated API that is marked for removal. > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 100 warnings > :base:lint-api:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 5.232 secs. > :base:lint-api:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-api:classes > Skipping task ':base:lint-api:classes' as it has no actions. > :base:lint-api:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > :base:lint-api:jar (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-api:jar > Putting task artifact state for task ':base:lint-api:jar' into context took 0.0 secs. > Up-to-date check for task ':base:lint-api:jar' took 0.002 secs. It is not up-to-date because: > No history is available. > :base:lint-api:jar (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.118 secs. > :base:lint-checks:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-checks:compileJava > Putting task artifact state for task ':base:lint-checks:compileJava' into context took 0.0 secs. > :base:lint-api:assemble (Thread[#50,Task worker for ':',5,main]) started. > :base:lint-api:assemble > Skipping task ':base:lint-api:assemble' as it has no actions. > :base:lint-api:assemble (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > Up-to-date check for task ':base:lint-checks:compileJava' took 0.122 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:lint-checks:compileJava'. > Compiling with JDK Java compiler API. > Note: Some input files use or override a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: /<>/lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ControlFlowGraph.java uses unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > :base:lint-checks:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 1.968 secs. > :base:lint-checks:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-checks:classes > Skipping task ':base:lint-checks:classes' as it has no actions. > :base:lint-checks:classes (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. > :base:lint-checks:jar (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint-checks:jar > Putting task artifact state for task ':base:lint-checks:jar' into context took 0.0 secs. > Up-to-date check for task ':base:lint-checks:jar' took 0.001 secs. It is not up-to-date because: > No history is available. > :base:lint-checks:jar (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.082 secs. > :base:lint:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) started. > :base:lint:compileJava > Putting task artifact state for task ':base:lint:compileJava' into context took 0.0 secs. > :base:lint-checks:assemble (Thread[#50,Task worker for ':',5,main]) started. > :base:lint-checks:assemble > Skipping task ':base:lint-checks:assemble' as it has no actions. > :base:lint-checks:assemble (Thread[#50,Task worker for ':',5,main]) completed. Took 0.0 secs. > Malformed jar [org.eclipse.jdt.core-debian.jar] found on classpath. Gradle 5.0 will no longer allow malformed jars on a classpath. > at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder$JarHasher.hashMalformedZip(AbstractClasspathSnapshotBuilder.java:120) > at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder$JarHasher.hashJarContents(AbstractClasspathSnapshotBuilder.java:115) > at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder$JarHasher.hash(AbstractClasspathSnapshotBuilder.java:93) > at org.gradle.api.internal.changedetection.state.ResourceSnapshotterCacheService.hashFile(ResourceSnapshotterCacheService.java:44) > at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder.visitJar(AbstractClasspathSnapshotBuilder.java:83) > at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder.visitFileSnapshot(AbstractClasspathSnapshotBuilder.java:76) > at org.gradle.api.internal.changedetection.state.AbstractFileCollectionSnapshotter$FileCollectionVisitorImpl.visitCollection(AbstractFileCollectionSnapshotter.java:77) > at org.gradle.api.internal.file.AbstractFileCollection.visitRootElements(AbstractFileCollection.java:234) > at org.gradle.api.internal.file.CompositeFileCollection.visitRootElements(CompositeFileCollection.java:185) > at org.gradle.api.internal.changedetection.state.AbstractFileCollectionSnapshotter.snapshot(AbstractFileCollectionSnapshotter.java:53) > at org.gradle.api.internal.changedetection.state.DefaultCompileClasspathSnapshotter.snapshot(DefaultCompileClasspathSnapshotter.java:38) > at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.snapshotTaskFiles(CacheBackedTaskHistoryRepository.java:331) > at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.createExecution(CacheBackedTaskHistoryRepository.java:154) > at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.access$100(CacheBackedTaskHistoryRepository.java:61) > at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository$1.getCurrentExecution(CacheBackedTaskHistoryRepository.java:114) > at org.gradle.api.internal.changedetection.changes.DefaultTaskArtifactStateRepository$TaskArtifactStateImpl.getStates(DefaultTaskArtifactStateRepository.java:201) > at org.gradle.api.internal.changedetection.changes.DefaultTaskArtifactStateRepository$TaskArtifactStateImpl.isUpToDate(DefaultTaskArtifactStateRepository.java:86) > at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:53) > at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) > at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60) > at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97) > at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87) > at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52) > at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) > at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54) > at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) > at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34) > at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241) > at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98) > at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626) > at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98) > at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) > at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) > at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) > at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) > at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) > at java.base/java.lang.Thread.run(Thread.java:1583) > Up-to-date check for task ':base:lint:compileJava' took 0.164 secs. It is not up-to-date because: > No history is available. > All input files are considered out-of-date for incremental task ':base:lint:compileJava'. > Compiling with JDK Java compiler API. > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:66: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:67: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.PackageBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:68: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:278: error: cannot find symbol > public Collection getAnnotations(@NonNull ReferenceBinding cls) { > ^ > symbol: class ReferenceBinding > location: class ExternalAnnotationRepository > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:290: error: cannot find symbol > public Collection getAnnotations(@NonNull MethodBinding method) { > ^ > symbol: class MethodBinding > location: class ExternalAnnotationRepository > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:302: error: cannot find symbol > public Collection getParameterAnnotations(@NonNull MethodBinding method, > ^ > symbol: class MethodBinding > location: class ExternalAnnotationRepository > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:316: error: cannot find symbol > public Collection getAnnotations(@NonNull FieldBinding field) { > ^ > symbol: class FieldBinding > location: class ExternalAnnotationRepository > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:328: error: cannot find symbol > public Collection getAnnotations(@NonNull PackageBinding pkg) { > ^ > symbol: class PackageBinding > location: class ExternalAnnotationRepository > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:696: error: cannot find symbol > public Collection getAnnotations(@NonNull ReferenceBinding cls) { > ^ > symbol: class ReferenceBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:705: error: cannot find symbol > public Collection getAnnotations(@NonNull MethodBinding method) { > ^ > symbol: class MethodBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:714: error: cannot find symbol > public Collection getAnnotations(@NonNull MethodBinding method, > ^ > symbol: class MethodBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:728: error: cannot find symbol > public Collection getAnnotations(@NonNull FieldBinding field) { > ^ > symbol: class FieldBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:736: error: cannot find symbol > public Collection getAnnotations(@NonNull PackageBinding pkg) { > ^ > symbol: class PackageBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:913: error: cannot find symbol > private ClassInfo findClass(@Nullable ReferenceBinding cls) { > ^ > symbol: class ReferenceBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:921: error: cannot find symbol > private ClassInfo findPackage(@NonNull PackageBinding pkg) { > ^ > symbol: class PackageBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:1015: error: cannot find symbol > private MethodInfo findMethod(@NonNull MethodBinding method) { > ^ > symbol: class MethodBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java:1128: error: cannot find symbol > private FieldInfo findField(@NonNull FieldBinding field) { > ^ > symbol: class FieldBinding > location: class AnnotationsDatabase > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjSourceFile.java:23: error: package org.eclipse.jdt.internal.compiler.batch does not exist > import org.eclipse.jdt.internal.compiler.batch.CompilationUnit; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjSourceFile.java:31: error: cannot find symbol > public class EcjSourceFile extends CompilationUnit { > ^ > symbol: class CompilationUnit > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:44: error: cannot find symbol > import org.eclipse.jdt.core.compiler.CategorizedProblem; > ^ > symbol: class CategorizedProblem > location: package org.eclipse.jdt.core.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:45: error: cannot find symbol > import org.eclipse.jdt.core.compiler.IProblem; > ^ > symbol: class IProblem > location: package org.eclipse.jdt.core.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:46: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.CompilationResult; > ^ > symbol: class CompilationResult > location: package org.eclipse.jdt.internal.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:47: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.Compiler; > ^ > symbol: class Compiler > location: package org.eclipse.jdt.internal.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:48: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies; > ^ > symbol: class DefaultErrorHandlingPolicies > location: package org.eclipse.jdt.internal.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:49: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.ICompilerRequestor; > ^ > symbol: class ICompilerRequestor > location: package org.eclipse.jdt.internal.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:50: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy; > ^ > symbol: class IErrorHandlingPolicy > location: package org.eclipse.jdt.internal.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:51: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.IProblemFactory; > ^ > symbol: class IProblemFactory > location: package org.eclipse.jdt.internal.compiler > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:52: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:53: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:54: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.AllocationExpression; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:55: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.Annotation; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:56: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.Argument; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:57: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.ArrayInitializer; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:58: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.Block; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:59: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.CharLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:60: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:61: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.DoubleLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:62: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:63: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.Expression; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:64: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.FalseLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:65: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:66: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.FloatLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:67: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.IntLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:68: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.Literal; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:69: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.LocalDeclaration; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:70: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.LongLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:71: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.MagicLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:72: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.MemberValuePair; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:73: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.MessageSend; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:74: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.NameReference; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:75: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.NullLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:76: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.NumberLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:77: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.Statement; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:78: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.StringLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:79: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.TrueLiteral; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:80: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.TryStatement; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:81: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:82: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.TypeReference; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:83: error: package org.eclipse.jdt.internal.compiler.ast does not exist > import org.eclipse.jdt.internal.compiler.ast.UnionTypeReference; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:84: error: package org.eclipse.jdt.internal.compiler.batch does not exist > import org.eclipse.jdt.internal.compiler.batch.FileSystem; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:85: error: package org.eclipse.jdt.internal.compiler.classfmt does not exist > import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:86: error: package org.eclipse.jdt.internal.compiler.env does not exist > import org.eclipse.jdt.internal.compiler.env.ICompilationUnit; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:87: error: package org.eclipse.jdt.internal.compiler.env does not exist > import org.eclipse.jdt.internal.compiler.env.INameEnvironment; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:88: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.BooleanConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:89: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.ByteConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:90: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.CharConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:91: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:92: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.Constant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:93: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.DoubleConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:94: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.FloatConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:95: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.IntConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:96: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.LongConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:97: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.ShortConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:98: error: package org.eclipse.jdt.internal.compiler.impl does not exist > import org.eclipse.jdt.internal.compiler.impl.StringConstant; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:99: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:100: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.Binding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:101: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ElementValuePair; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:102: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:103: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:104: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:105: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:106: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:107: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.PackageBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:108: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ProblemBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:109: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:110: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:111: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:112: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:113: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:114: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:115: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.TypeConstants; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:116: error: package org.eclipse.jdt.internal.compiler.lookup does not exist > import org.eclipse.jdt.internal.compiler.lookup.VariableBinding; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:117: error: cannot find symbol > import org.eclipse.jdt.internal.compiler.parser.Parser; > ^ > symbol: class Parser > location: package org.eclipse.jdt.internal.compiler.parser > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:118: error: package org.eclipse.jdt.internal.compiler.problem does not exist > import org.eclipse.jdt.internal.compiler.problem.AbortCompilation; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:119: error: package org.eclipse.jdt.internal.compiler.problem does not exist > import org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:120: error: package org.eclipse.jdt.internal.compiler.problem does not exist > import org.eclipse.jdt.internal.compiler.problem.ProblemReporter; > ^ > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:165: error: cannot find symbol > @Deprecated private Map mTypeUnits; > ^ > symbol: class TypeDeclaration > location: class EcjParser > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:166: error: cannot find symbol > private Parser mParser; > ^ > symbol: class Parser > location: class EcjParser > /<>/lint/cli/src/main/java/com/android/tools/lint/EcjParser.java:185: error: cannot find symbol > public static CompilerOptions createCompilerOptions() { > ^ > symbol: class CompilerOptions > location: class EcjParser > Note: /<>/lint/cli/src/main/java/com/android/tools/lint/ExternalAnnotationRepository.java uses or overrides a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > 100 errors > only showing the first 100 errors, of 534 total; use -Xmaxerrs if you would like to see more > :base:lint:compileJava FAILED > :base:lint:compileJava (Thread[#54,Task worker for ':' Thread 5,5,main]) completed. Took 0.828 secs. > > FAILURE: Build failed with an exception. > > * What went wrong: > Execution failed for task ':base:lint:compileJava'. > > Compilation failed; see the compiler error output for details. > > * Try: > Run with --debug option to get more log output. Run with --scan to get full insights. > > * Exception is: > org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':base:lint:compileJava'. > at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100) > at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70) > at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51) > at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62) > at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) > at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60) > at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97) > at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87) > at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52) > at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) > at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54) > at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) > at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34) > at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241) > at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98) > at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626) > at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581) > at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98) > at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) > at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) > at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) > Caused by: org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details. > at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:50) > at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:35) > at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.delegateAndHandleErrors(NormalizingJavaCompiler.java:98) > at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:51) > at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:37) > at org.gradle.api.internal.tasks.compile.CleaningJavaCompilerSupport.execute(CleaningJavaCompilerSupport.java:35) > at org.gradle.api.internal.tasks.compile.CleaningJavaCompilerSupport.execute(CleaningJavaCompilerSupport.java:25) > at org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:207) > at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:192) > at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:124) > at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) > at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73) > at org.gradle.api.internal.project.taskfactory.IncrementalTaskAction.doExecute(IncrementalTaskAction.java:46) > at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:39) > at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:26) > at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$1.run(ExecuteActionsTaskExecuter.java:121) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) > at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) > at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) > at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:110) > at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:92) > ... 29 more > > > * Get more help at https://help.gradle.org > > BUILD FAILED in 35s > 107 actionable tasks: 107 executed > dh_auto_build: error: gradle --info --console plain --offline --stacktrace --no-daemon --refresh-dependencies --gradle-user-home .gradle -Duser.home=. -Duser.name=debian -Ddebian.package=android-platform-tools-base -Dfile.encoding=UTF-8 --parallel --max-workers=8 -x test --settings-file debian/settings.gradle assemble -x :base:testutils:assemble returned exit code 1 > make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25 The full build log is available from: http://qa-logs.debian.net/2024/08/09/android-platform-tools-base_2.2.2-5_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lucas at debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lucas at debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime. From owner at bugs.debian.org Sat Aug 10 16:51:14 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 10 Aug 2024 15:51:14 +0000 Subject: [Android-tools-devel] Processed: bump severity of openjdk 21 FTBFS bugs References: Message-ID: Processing commands for control at bugs.debian.org: > severity 1052570 serious Bug #1052570 [src:jlapack] jlapack: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1052574 serious Bug #1052574 [src:geotranz] geotranz: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1052576 serious Bug #1052576 [src:clj-yaml-clojure] clj-yaml-clojure: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1052583 serious Bug #1052583 [src:com-hypirion-io-clojure] com-hypirion-io-clojure: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1053015 serious Bug #1053015 [src:cava] cava: FTBFS with OpenJDK 21 due to new compiler warnings Severity set to 'serious' from 'important' > severity 1053016 serious Bug #1053016 [src:cheshire-clojure] cheshire-clojure: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1053037 serious Bug #1053037 [src:jsurf-alggeo] jsurf-alggeo: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1053044 serious Bug #1053044 [src:jzmq] jzmq: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1053068 serious Bug #1053068 [src:openhft-affinity] openhft-affinity: FTBFS with default Java 21 Severity set to 'serious' from 'important' > severity 1053080 serious Bug #1053080 [src:ssvnc] ssvnc: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1053206 serious Bug #1053206 [src:antlr-maven-plugin] antlr-maven-plugin fails with UnsupportedOperationException with Java 21 Severity set to 'serious' from 'important' > severity 1057513 serious Bug #1057513 [src:kotlin] kotlin: FTBFS with default Java 21 Severity set to 'serious' from 'important' > severity 1057522 serious Bug #1057522 [src:libsvm] libsvm: FTBFS with default Java 21 Severity set to 'serious' from 'important' > severity 1057532 serious Bug #1057532 [src:procyon] procyon: FTBFS with default Java 21 Severity set to 'serious' from 'important' > severity 1065522 serious Bug #1065522 [src:android-platform-external-nist-sip] android-platform-external-nist-sip: FTBFS with default Java 21 Severity set to 'serious' from 'important' > severity 1053022 serious Bug #1053022 [src:drmips] drmips: FTBFS with OpenJDK 21 due to unsupported javac Severity set to 'serious' from 'important' > severity 1053047 serious Bug #1053047 [src:kryo-serializers] kryo-serializers: FTBFS with default Java 21 in unstable Severity set to 'serious' from 'important' > severity 1053061 serious Bug #1053061 [src:mecab] mecab: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1053077 serious Bug #1053077 [src:powermock] powermock: FTBFS with default Java 21 in unstable Severity set to 'serious' from 'important' > severity 1057490 serious Bug #1057490 [src:bazel-bootstrap] bazel-bootstrap: FTBFS with default Java 21 Severity set to 'serious' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 1052570: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052570 1052574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052574 1052576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052576 1052583: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052583 1053015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053015 1053016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053016 1053022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053022 1053037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053037 1053044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053044 1053047: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053047 1053061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053061 1053068: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053068 1053077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053077 1053080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053080 1053206: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053206 1057490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057490 1057513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057513 1057522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057522 1057532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057532 1065522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065522 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Aug 11 17:03:10 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 Aug 2024 16:03:10 +0000 Subject: [Android-tools-devel] Processed: tags References: Message-ID: Processing commands for control at bugs.debian.org: > # the following bugs (mostly openjdk-21) are only an issue for trixie and sid > tags 1065522 + trixie sid Bug #1065522 [src:android-platform-external-nist-sip] android-platform-external-nist-sip: FTBFS with default Java 21 Added tag(s) sid and trixie. > tags 1057490 + trixie sid Bug #1057490 [src:bazel-bootstrap] bazel-bootstrap: FTBFS with default Java 21 Added tag(s) sid and trixie. > tags 1053016 + trixie sid Bug #1053016 [src:cheshire-clojure] cheshire-clojure: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Added tag(s) trixie and sid. > tags 1078276 + trixie sid Bug #1078276 [src:deepin-album] deepin-album: FTBFS: src/album/imageengine/movieservice.cpp:188:38: error: ?AVCodecParameters? {aka ?struct AVCodecParameters?} has no member named ?channels? Added tag(s) trixie and sid. > tags 1078278 + trixie sid Bug #1078278 [src:deepin-music] deepin-music: FTBFS: src/libdmusic/metadetector.cpp:344:76: error: ?const struct AVInputFormat? has no member named ?read_header? Added tag(s) trixie and sid. > tags 1053037 + trixie sid Bug #1053037 [src:jsurf-alggeo] jsurf-alggeo: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Added tag(s) sid and trixie. > tags 1053044 + trixie sid Bug #1053044 [src:jzmq] jzmq: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Added tag(s) trixie and sid. > tags 1057513 + trixie sid Bug #1057513 [src:kotlin] kotlin: FTBFS with default Java 21 Added tag(s) trixie and sid. > tags 1057522 + trixie sid Bug #1057522 [src:libsvm] libsvm: FTBFS with default Java 21 Added tag(s) trixie and sid. > tags 1053061 + trixie sid Bug #1053061 [src:mecab] mecab: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Added tag(s) trixie and sid. > tags 1057532 + trixie sid Bug #1057532 [src:procyon] procyon: FTBFS with default Java 21 Added tag(s) sid and trixie. > tags 1078307 + trixie sid Bug #1078307 [src:prometheus-postfix-exporter] prometheus-postfix-exporter: FTBFS: src/github.com/kumina/postfix_exporter/logsource_docker.go:29:47: undefined: types.ContainerLogsOptions Added tag(s) sid and trixie. > tags 1078308 + trixie sid Bug #1078308 [src:python-aiosqlite] python-aiosqlite: FTBFS: AttributeError: module 'docutils.nodes' has no attribute 'reprunicode' Added tag(s) trixie and sid. > tags 1078309 + trixie sid Bug #1078309 [src:python-m2r] python-m2r: FTBFS: AttributeError: module 'docutils.nodes' has no attribute 'reprunicode' Added tag(s) sid and trixie. > tags 1078316 + trixie sid Bug #1078316 [src:ruby-terser] ruby-terser: FTBFS: 5 out of 8 hunks FAILED -- saving rejects to file terser.js.rej Added tag(s) sid and trixie. > tags 1053080 + trixie sid Bug #1053080 [src:ssvnc] ssvnc: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Added tag(s) sid and trixie. > thanks Stopping processing here. Please contact me if you need assistance. -- 1053016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053016 1053037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053037 1053044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053044 1053061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053061 1053080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053080 1057490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057490 1057513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057513 1057522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057522 1057532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057532 1065522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065522 1078276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078276 1078278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078278 1078307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078307 1078308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078308 1078309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078309 1078316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078316 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noreply at release.debian.org Mon Aug 12 05:39:03 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 Aug 2024 04:39:03 +0000 Subject: [Android-tools-devel] android-platform-external-nist-sip is marked for autoremoval from testing Message-ID: android-platform-external-nist-sip 9.0.0+r35-1.1 is marked for autoremoval from testing on 2024-08-26 It is affected by these RC bugs: 1065522: android-platform-external-nist-sip: FTBFS with default Java 21 https://bugs.debian.org/1065522 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From Bastian.Germann at gmx.de Tue Aug 13 09:24:34 2024 From: Bastian.Germann at gmx.de (Bastian Germann) Date: Tue, 13 Aug 2024 10:24:34 +0200 Subject: [Android-tools-devel] Bug#1078592: RM: android-platform-dalvik -- RoQA; no responsible Uploader; outdated (no dalvik in current Android) Message-ID: Source: android-platform-dalvik Please remove android-platform-dalvik from Debian. It does not have any reverse dependencies and the Dalvik VM is not in use since Android 5. The package has missed bookworm and the last Uploader has removed himself from the Uploaders list with https://salsa.debian.org/android-tools-team/android-platform-dalvik/-/commit/fd34160999ff8038da129a7e8dea960c9f1f85cb If the team does not act on this within some weeks, I am going to make this a RM bug on ftp.debian.org. From Bastian.Germann at gmx.de Tue Aug 13 11:11:44 2024 From: Bastian.Germann at gmx.de (Bastian Germann) Date: Tue, 13 Aug 2024 12:11:44 +0200 Subject: [Android-tools-devel] Bug#1074809: android-platform-build-kati: ftbfs with GCC-14 References: Message-ID: I am uploading a NMU to DELAYED/10 in order to fix this. Please find the debdiff attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.debdiff Type: application/octet-stream Size: 2399 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Tue Aug 13 11:23:28 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 Aug 2024 10:23:28 +0000 Subject: [Android-tools-devel] Processing of android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1_source.changes Message-ID: android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1_source.changes uploaded successfully to localhost along with the files: android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.dsc android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.debian.tar.xz android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From noreply at release.debian.org Thu Aug 15 05:40:08 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:08 +0000 Subject: [Android-tools-devel] android-platform-system-extras is marked for autoremoval from testing Message-ID: android-platform-system-extras 10.0.0+r36+ds-2.1 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:07 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:07 +0000 Subject: [Android-tools-devel] android-platform-frameworks-data-binding is marked for autoremoval from testing Message-ID: android-platform-frameworks-data-binding 2.2.2-6 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:12 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:12 +0000 Subject: [Android-tools-devel] android-platform-system-tools-aidl is marked for autoremoval from testing Message-ID: android-platform-system-tools-aidl 1:10.0.0+r36-4 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:17 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:17 +0000 Subject: [Android-tools-devel] android-platform-system-tools-hidl is marked for autoremoval from testing Message-ID: android-platform-system-tools-hidl 10.0.0+r36-3.1 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:19 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:19 +0000 Subject: [Android-tools-devel] android-platform-tools is marked for autoremoval from testing Message-ID: android-platform-tools 34.0.4-1 is marked for autoremoval from testing on 2024-08-23 It is affected by these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:19 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:19 +0000 Subject: [Android-tools-devel] android-platform-tools-analytics-library is marked for autoremoval from testing Message-ID: android-platform-tools-analytics-library 2.2.2-3 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:19 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:19 +0000 Subject: [Android-tools-devel] android-platform-tools-base is marked for autoremoval from testing Message-ID: android-platform-tools-base 2.2.2-5 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Thu Aug 15 05:40:20 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Thu, 15 Aug 2024 04:40:20 +0000 Subject: [Android-tools-devel] android-sdk-helper is marked for autoremoval from testing Message-ID: android-sdk-helper 0.2 is marked for autoremoval from testing on 2024-08-23 It (build-)depends on packages with these RC bugs: 1074811: android-platform-tools: ftbfs with GCC-14 https://bugs.debian.org/1074811 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From tmancill at debian.org Fri Aug 16 05:21:22 2024 From: tmancill at debian.org (tony mancill) Date: Thu, 15 Aug 2024 21:21:22 -0700 Subject: [Android-tools-devel] Bug#1074811: android-platform-tools: diff for NMU version 34.0.4-1.1 References: Message-ID: Control: tags 1074811 + patch Control: tags 1074811 + pending Dear maintainer, I've prepared an NMU for android-platform-tools (versioned as 34.0.4-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Thank you, tony -------------- next part -------------- A non-text attachment was scrubbed... Name: android-platform-tools-34.0.4-1.1-nmu.diff Type: text/x-diff Size: 2334 bytes Desc: not available URL: From owner at bugs.debian.org Fri Aug 16 05:24:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 16 Aug 2024 04:24:03 +0000 Subject: [Android-tools-devel] Processed: android-platform-tools: diff for NMU version 34.0.4-1.1 References: Message-ID: Processing control commands: > tags 1074811 + patch Bug #1074811 [src:android-platform-tools] android-platform-tools: ftbfs with GCC-14 Added tag(s) patch. > tags 1074811 + pending Bug #1074811 [src:android-platform-tools] android-platform-tools: ftbfs with GCC-14 Added tag(s) pending. -- 1074811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074811 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri Aug 16 05:31:47 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 Aug 2024 04:31:47 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.4-1.1_source.changes Message-ID: android-platform-tools_34.0.4-1.1_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.4-1.1.dsc android-platform-tools_34.0.4-1.1.debian.tar.xz android-platform-tools_34.0.4-1.1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Aug 21 07:20:58 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 Aug 2024 06:20:58 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.4-1.1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 15 Aug 2024 21:12:28 -0700 Source: android-platform-tools Architecture: source Version: 34.0.4-1.1 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: tony mancill Closes: 1074811 Changes: android-platform-tools (34.0.4-1.1) unstable; urgency=medium . * Non-maintainer upload. * Add patch to build against GCC-14 (Closes: #1074811) Checksums-Sha1: 00990e04e5bb258d3a8df07cd1402198395119e3 5266 android-platform-tools_34.0.4-1.1.dsc b54fa38431575af80a47d4648d6440dc55eab40c 57440 android-platform-tools_34.0.4-1.1.debian.tar.xz 51e6b8d9574a25f385a012568f64765e07253da7 19175 android-platform-tools_34.0.4-1.1_amd64.buildinfo Checksums-Sha256: 3a0da12c08dd88da758080650248c0fbc320e8e81789cf446e32903ce9e9c8f9 5266 android-platform-tools_34.0.4-1.1.dsc b37b265f1f3e0916c86f6b532821dd6bcdfaef23ce7ccf14205ab25d75fa9c65 57440 android-platform-tools_34.0.4-1.1.debian.tar.xz 2a4a6ac9c871f6ae537998854f986d7c9465a48fc53e4a16b948bcd43f0841f9 19175 android-platform-tools_34.0.4-1.1_amd64.buildinfo Files: 9a75dcf43c5088e00881c34983bb0e37 5266 devel optional android-platform-tools_34.0.4-1.1.dsc bbc0504b705ba373de2f655aa9a94e5c 57440 devel optional android-platform-tools_34.0.4-1.1.debian.tar.xz 28256c04f9c033833c2a0d9e8245722a 19175 devel optional android-platform-tools_34.0.4-1.1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAma+09YUHHRtYW5jaWxs QGRlYmlhbi5vcmcACgkQIdIFiZdLPpaf4w/7BXsYyI5iqsf0jvkL1EdPac5EAhQG /0nKSHAJZkSGlVG29daxBdnzlgzmeHoI6VDm4eTwuR1WIjs+F39BVIuFkL24XtgA BHzWfMzZgd7pC9J+Wu+Ta9S026pgQhfxKodLLScEDJwAVkwM2CxFTpXHxUiSeb/F tc395Bu6F8UAlYvVLHDeBbR/XMnF2/IhTJdnjbIWV02twsdwRNijQrdd3B8fTpjR SyPP9scL90mtQe8r+6AEpYpUsB0CoDRyQgOuGgMp1Ey/dqAazAXj6l0+GevH/Q6A Y4s7R0FTiVMeG4LhDxBU3rrADuahe0o6PIq4/WweRDwR4YpNdzjsZv77aahsCbLQ avMOl2dEXgPo6xm29ZNf1CvI1nS4kCJKxEQYQXWmJR4ch/8+aedaH7SI2wf0kwTJ CY1yQGAdoJ6F+cqGZh+qnq85h5J4UwRIdU6ZsWAgCZOmZyxSU8khLoyD5esmf+bG uAB+80M4Oe/7x3J7W/xVdOM0d+DBKcJ4otw/SwEo+Tfy0CxPYxJSf9xDaiLKNr9n GFG+cKjiiJZIiFO/PWniZyikun+/EBX7FRDQbiEnMe209R11YJcS8YLBLTQofrKa 49iSnXC4oWFT2uCjWRpmPEiH92Ggd47bh6+1LAvUh9mqWxXFaPaF25WdUWSz00Al ltl0P3/klroPTA4= =UgYF -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Wed Aug 21 07:24:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 21 Aug 2024 06:24:03 +0000 Subject: [Android-tools-devel] Bug#1074811: marked as done (android-platform-tools: ftbfs with GCC-14) References: Message-ID: Your message dated Wed, 21 Aug 2024 06:20:59 +0000 with message-id and subject line Bug#1074811: fixed in android-platform-tools 34.0.4-1.1 has caused the Debian Bug report #1074811, regarding android-platform-tools: ftbfs with GCC-14 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 owner at bugs.debian.org immediately.) -- 1074811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074811 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: android-platform-tools: ftbfs with GCC-14 Date: Wed, 03 Jul 2024 12:21:56 +0000 Size: 24418 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1074811: fixed in android-platform-tools 34.0.4-1.1 Date: Wed, 21 Aug 2024 06:20:59 +0000 Size: 7116 URL: From noreply at release.debian.org Fri Aug 23 05:39:08 2024 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 Aug 2024 04:39:08 +0000 Subject: [Android-tools-devel] android-platform-tools 34.0.4-1.1 MIGRATED to testing Message-ID: FYI: The status of the android-platform-tools source package in Debian's testing distribution has changed. Previous version: 34.0.4-1 Current version: 34.0.4-1.1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri Aug 23 12:04:30 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 Aug 2024 11:04:30 +0000 Subject: [Android-tools-devel] =?utf-8?q?android-platform-build-kati=5F10?= =?utf-8?q?=2E0=2E0+r32+git20220314=2E09dfa26c4e59-7=2E1=5Fsource=2Echange?= =?utf-8?q?s_ACCEPTED_into_unstable?= Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 Aug 2024 12:00:44 +0200 Source: android-platform-build-kati Architecture: source Version: 10.0.0+r32+git20220314.09dfa26c4e59-7.1 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Bastian Germann Closes: 1074809 Changes: android-platform-build-kati (10.0.0+r32+git20220314.09dfa26c4e59-7.1) unstable; urgency=medium . * Non-maintainer upload. * Add missing include (Closes: #1074809). Checksums-Sha1: 907a8884da2ec9ea16f609c24d3e6eee5a3d1fcd 2614 android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.dsc ab1b2c75e97d68e348ac07f459f1885fae963579 8292 android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.debian.tar.xz bff6b889d74f011190fb42a4ddb382e3b398226f 5955 android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1_source.buildinfo Checksums-Sha256: aca36173669083ad3ca98771ff6cb7fa6006f9ddf6a32d76a5af99e802899c26 2614 android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.dsc 7fb47084d70415366fb076dd4d63e9c3b7655177ce161edd08711cdc822c3979 8292 android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.debian.tar.xz 3e24f23d572237b5e46684cd998680450b1020ccf017aa6896b6972a7d053168 5955 android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1_source.buildinfo Files: e6556139d609772e84076f92a3afe94d 2614 devel optional android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.dsc 3323309f6921fe3f76822f6412e57a1b 8292 devel optional android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1.debian.tar.xz cead66b5930502b6d633dbc9035d98ad 5955 devel optional android-platform-build-kati_10.0.0+r32+git20220314.09dfa26c4e59-7.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAma7MCYQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFKY5C/9aRRSzhq97NK4EbVPpMZsek4QgvOSuzwUM gZ15i5ZRribcN8orrq+tPcuGDqKC9ZXeT/AaQtCm80Zq0wKWEn1fImwI1CFBejfB K+PJmKNCIQWX2n9zKMQb07YVYTGNSnhnK/dsOfIPtYwJDBv3FTIJUG0sF/dJv02A Prw36kmLsvhIPgnGCRAGN+dksCAhoDIpgZDXjrJECsmx9Qk2cm9+2Rwyml3J8Svm YmXmxHCxvR+1Bd9H04CyLQ5KEcjMcny46uQusCDLonYyGR3zLtP9o7LRs9qDrcIb F0geX71SNs9SnAn/3NDcSZkv4g7MTmOhnfZ0Ux108Irl1HF6byY7pHrLjAbGZuxu 5GocpXCsh8Z17kbcRgj31Au+K3vpda5B1AcBZOz2Ux9WbOiSuSjv6y//af8JO4fs L6VQ1j1ylWkdp51gKruyIBpXzQv2Dm5iYsKVXB5wGkLINobZW5EhCJ3fCixVUDsl S2cfBqsg9Vdzektf4D9bHIuDOut5Yp4= =swbg -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Fri Aug 23 12:09:06 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 23 Aug 2024 11:09:06 +0000 Subject: [Android-tools-devel] Bug#1074809: marked as done (android-platform-build-kati: ftbfs with GCC-14) References: Message-ID: Your message dated Fri, 23 Aug 2024 11:04:30 +0000 with message-id and subject line Bug#1074809: fixed in android-platform-build-kati 10.0.0+r32+git20220314.09dfa26c4e59-7.1 has caused the Debian Bug report #1074809, regarding android-platform-build-kati: ftbfs with GCC-14 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 owner at bugs.debian.org immediately.) -- 1074809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074809 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: android-platform-build-kati: ftbfs with GCC-14 Date: Wed, 03 Jul 2024 12:21:54 +0000 Size: 8596 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1074809: fixed in android-platform-build-kati 10.0.0+r32+git20220314.09dfa26c4e59-7.1 Date: Fri, 23 Aug 2024 11:04:30 +0000 Size: 7503 URL: From noreply at release.debian.org Sun Aug 25 05:39:12 2024 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 Aug 2024 04:39:12 +0000 Subject: [Android-tools-devel] android-platform-build-kati 10.0.0+r32+git20220314.09dfa26c4e59-7.1 MIGRATED to testing Message-ID: FYI: The status of the android-platform-build-kati source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 10.0.0+r32+git20220314.09dfa26c4e59-7.1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From rogershimizu at gmail.com Mon Aug 26 05:14:53 2024 From: rogershimizu at gmail.com (Roger Shimizu) Date: Sun, 25 Aug 2024 21:14:53 -0700 Subject: [Android-tools-devel] Bug#1062206: android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs References: Message-ID: control: severity -1 normal related to #1062209, and #1062110 so aligning with the same way to the bug report. [ copy the email from Hans ] Thanks for reporting! In the Android Tools case, the shared libs and packages that use them are packaged together, often from the same source package, so I can't see why we'd need special versions of it. And when we need to, we can use strictly versioned depends, so it should be fine. I'm going to set the bug to normal for now. From owner at bugs.debian.org Mon Aug 26 05:18:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 Aug 2024 04:18:02 +0000 Subject: [Android-tools-devel] Processed: Re: android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs References: Message-ID: Processing control commands: > severity -1 normal Bug #1062206 [android-libandroidfw] android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs Severity set to 'normal' from 'serious' -- 1062206: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062206 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From zeha at debian.org Mon Aug 26 07:26:11 2024 From: zeha at debian.org (Chris Hofstaedtler) Date: Mon, 26 Aug 2024 08:26:11 +0200 Subject: [Android-tools-devel] Bug#1062206: android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs In-Reply-To: References: Message-ID: On Sun, Aug 25, 2024 at 09:14:53PM -0700, Roger Shimizu wrote: > related to #1062209, and #1062110 > so aligning with the same way to the bug report. > > [ copy the email from Hans ] > > Thanks for reporting! In the Android Tools case, the shared libs and packages > that use them are packaged together, often from the same source package, so I > can't see why we'd need special versions of it. And when we need to, we can use > strictly versioned depends, so it should be fine. All of that would be true if the packages involved were using strictly versioned depends, but they are not: Package: aapt Source: android-platform-frameworks-base (1:14~beta1-2) Depends: android-libaapt, android-libandroidfw, [...] At least I don't see an "(= 1:14~beta1-2)" constraint here. > I'm going to set the bug to normal for now. Seems like you need to change the package relationships first. Chris From zeha at debian.org Mon Aug 26 07:33:31 2024 From: zeha at debian.org (Chris Hofstaedtler) Date: Mon, 26 Aug 2024 08:33:31 +0200 Subject: [Android-tools-devel] Bug#1062206: android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs In-Reply-To: References: Message-ID: On Mon, Aug 26, 2024 at 08:26:11AM +0200, Chris Hofstaedtler wrote: > On Sun, Aug 25, 2024 at 09:14:53PM -0700, Roger Shimizu wrote: > > related to #1062209, and #1062110 > > so aligning with the same way to the bug report. > > > > [ copy the email from Hans ] > > > > Thanks for reporting! In the Android Tools case, the shared libs and packages > > that use them are packaged together, often from the same source package, so I > > can't see why we'd need special versions of it. And when we need to, we can use > > strictly versioned depends, so it should be fine. > > All of that would be true if the packages involved were using > strictly versioned depends, but they are not: > > Package: aapt > Source: android-platform-frameworks-base (1:14~beta1-2) > Depends: android-libaapt, android-libandroidfw, [...] > > At least I don't see an "(= 1:14~beta1-2)" constraint here. Oh, and while you can do that going forward, you also need to break/conflict with all old versions. Maybe you should rethink if this is a good strategy. Chris From rogershimizu at gmail.com Mon Aug 26 09:29:54 2024 From: rogershimizu at gmail.com (Roger Shimizu) Date: Mon, 26 Aug 2024 01:29:54 -0700 Subject: [Android-tools-devel] Bug#1062206: android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs In-Reply-To: References: Message-ID: Dear Chris, Thanks for your interests in android related packages! On Sun, Aug 25, 2024 at 11:34?PM Chris Hofstaedtler wrote: > > On Mon, Aug 26, 2024 at 08:26:11AM +0200, Chris Hofstaedtler wrote: > > On Sun, Aug 25, 2024 at 09:14:53PM -0700, Roger Shimizu wrote: > > > related to #1062209, and #1062110 > > > so aligning with the same way to the bug report. > > > > > > [ copy the email from Hans ] > > > > > > Thanks for reporting! In the Android Tools case, the shared libs and packages > > > that use them are packaged together, often from the same source package, so I > > > can't see why we'd need special versions of it. And when we need to, we can use > > > strictly versioned depends, so it should be fine. > > > > All of that would be true if the packages involved were using > > strictly versioned depends, but they are not: > > > > Package: aapt > > Source: android-platform-frameworks-base (1:14~beta1-2) > > Depends: android-libaapt, android-libandroidfw, [...] > > > > At least I don't see an "(= 1:14~beta1-2)" constraint here. Strong relations like : (= 1:14~beta1-2) can only be used within the same package. > Oh, and while you can do that going forward, you also need to > break/conflict with all old versions. > > Maybe you should rethink if this is a good strategy. Do you have other ideas? Please let me know if you have better way out. Thank you! Cheers, Roger From zeha at debian.org Mon Aug 26 09:44:54 2024 From: zeha at debian.org (Chris Hofstaedtler) Date: Mon, 26 Aug 2024 10:44:54 +0200 Subject: [Android-tools-devel] Bug#1062206: android-libaapt, android-libandroidfw: identified for time_t transition but no ABI in shlibs In-Reply-To: References: Message-ID: Roger, * Roger Shimizu [240826 10:30]: > On Sun, Aug 25, 2024 at 11:34?PM Chris Hofstaedtler wrote: > > On Mon, Aug 26, 2024 at 08:26:11AM +0200, Chris Hofstaedtler wrote: > > > On Sun, Aug 25, 2024 at 09:14:53PM -0700, Roger Shimizu wrote: > > > > [ copy the email from Hans ] > > > > Thanks for reporting! In the Android Tools case, the shared libs and packages > > > > that use them are packaged together, often from the same source package, so I > > > > can't see why we'd need special versions of it. And when we need to, we can use > > > > strictly versioned depends, so it should be fine. > > > > > > All of that would be true if the packages involved were using > > > strictly versioned depends, but they are not: > > > > > > Package: aapt > > > Source: android-platform-frameworks-base (1:14~beta1-2) > > > Depends: android-libaapt, android-libandroidfw, [...] > > > > > > At least I don't see an "(= 1:14~beta1-2)" constraint here. > > Strong relations like : (= 1:14~beta1-2) can only be used within the > same package. aapt and android-libaapt and android-libandroidfw are built from the same source package, I think? If there are other packages involved, then this is not an option indeed. > > Oh, and while you can do that going forward, you also need to > > break/conflict with all old versions. > > > > Maybe you should rethink if this is a good strategy. > > Do you have other ideas? Please let me know if you have better way > out. Thank you! Well, the bug is about android-libaapt, android-libandroidfw changing their ABI when recompiled on time_t-64-transitioned architectures, like armel and armhf. Without any package relationship changes, it is assumed that this will cause (best case) crashes and/or (worst case) data corruption or loss. I think there are a few options: 1) Investigate if the ABI really changes. If not, then you can just close this bug report. 2) If the ABI changes, you need to make sure users cannot run into the resulting bugs. 2a) Most of the archive dealt with this by renaming the library packages and changing the corresponding Depends:, etc. Please see the wiki page about the transition for this. 2b) Some packages intead adopted a dual-ABI strategy. They provide the old ABI and the new ABI, usually by having two symbols (old and new). 2c) Find some other way of enforcing strong package relationships. Hans' mail seems to say that this is what they wanted to do? But it doesn't look like this has happened. 2d) I *guess* if you can't make this work at all, you could also remove the packages from all time_t-64-transitioned architectures (= all 32-bit except i386). Not sure if that would be politically acceptable. Best, Chris From noreply at release.debian.org Tue Aug 27 05:39:12 2024 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 Aug 2024 04:39:12 +0000 Subject: [Android-tools-devel] android-platform-frameworks-base 1:14~beta1-2 MIGRATED to testing Message-ID: FYI: The status of the android-platform-frameworks-base source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1:14~beta1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Aug 27 05:39:12 2024 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 Aug 2024 04:39:12 +0000 Subject: [Android-tools-devel] apktool 2.7.0+dfsg-7 MIGRATED to testing Message-ID: FYI: The status of the apktool source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.7.0+dfsg-7 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Aug 28 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 Aug 2024 04:39:07 +0000 Subject: [Android-tools-devel] android-platform-external-nist-sip REMOVED from testing Message-ID: FYI: The status of the android-platform-external-nist-sip source package in Debian's testing distribution has changed. Previous version: 9.0.0+r35-1.1 Current version: (not in testing) Hint: # 1065522 The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Sep 4 05:39:43 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 04 Sep 2024 04:39:43 +0000 Subject: [Android-tools-devel] android-platform-tools-base is marked for autoremoval from testing Message-ID: android-platform-tools-base 2.2.2-5 is marked for autoremoval from testing on 2024-09-23 It is affected by these RC bugs: 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Wed Sep 4 05:39:43 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 04 Sep 2024 04:39:43 +0000 Subject: [Android-tools-devel] android-platform-tools-analytics-library is marked for autoremoval from testing Message-ID: android-platform-tools-analytics-library 2.2.2-3 is marked for autoremoval from testing on 2024-09-23 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Wed Sep 4 05:39:42 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 04 Sep 2024 04:39:42 +0000 Subject: [Android-tools-devel] android-sdk-helper is marked for autoremoval from testing Message-ID: android-sdk-helper 0.2 is marked for autoremoval from testing on 2024-09-23 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Wed Sep 4 05:39:43 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 04 Sep 2024 04:39:43 +0000 Subject: [Android-tools-devel] android-platform-frameworks-data-binding is marked for autoremoval from testing Message-ID: android-platform-frameworks-data-binding 2.2.2-6 is marked for autoremoval from testing on 2024-09-23 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From rosh at debian.org Mon Sep 9 08:30:07 2024 From: rosh at debian.org (Roger Shimizu) Date: Mon, 9 Sep 2024 00:30:07 -0700 Subject: [Android-tools-devel] Bug#1072129: android-platform-art: FTBFS: libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration References: <591f95d9-7594-4033-8eed-0c10451eca5f@debian.org> Message-ID: > libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration I just checked the build on arm64 porterbox: amdahl Now the error string changed from above to the following below. Seems like it's not so easy to fix this. ==== In file included from libartbase/base/metrics/metrics_common.cc:23: libartbase/base/metrics/metrics.h:497:17: error: no member named 'all_of' in namespace 'std' return std::all_of(buckets.cbegin(), buckets.cend(), [](value_t i) { return i == 0; }); ~~~~~^ libdexfile/dex/compact_dex_file.cc:28:8: error: no member named 'copy_n' in namespace 'std' std::copy_n(kDexMagic, kDexMagicSize, magic); ~~~~~^ libdexfile/dex/compact_dex_file.cc:32:8: error: no member named 'copy_n' in namespace 'std' std::copy_n(kDexMagicVersion, kDexVersionLen, magic + kDexMagicSize); ~~~~~^ ==== - Roger From wuruilong at loongson.cn Tue Sep 10 08:19:05 2024 From: wuruilong at loongson.cn (wuruilong) Date: Tue, 10 Sep 2024 07:19:05 +0000 Subject: [Android-tools-devel] Bug#1074565: android-platform-external-boringssl: please add support for loong64 References: <171980206694.1649864.14533073465070622576.reportbug@bebaf20223ea> Message-ID: <172595274584.183405.6624897409804494792.reportbug@f67342e57da0> Source: android-platform-external-boringssl Version: 14.0.0+r11-4 Followup-For: Bug #1074565 X-Debbugs-Cc: wuruilong at loongson.cn Dear Maintainer, I hope this message finds you well. I am writing to follow up on the patch I submitted for add support for loong64, on 1 Jul 2024. I understand that you receive a large number of submissions, and I appreciate the time and effort you dedicate to reviewing each one. If there are any concerns or issues with the patch that need to be addressed before it can be merged, please let me know. I am more than happy to make any necessary adjustments or provide additional information to facilitate the process. Thank you for your time and consideration. I look forward to your feedback and am eager to contribute further to the Debian project. wuruilong From hans at eds.org Tue Sep 10 10:36:13 2024 From: hans at eds.org (Hans-Christoph Steiner) Date: Tue, 10 Sep 2024 11:36:13 +0200 Subject: [Android-tools-devel] Bug#1072129: original failure was on amd64 not arm64 References: <591f95d9-7594-4033-8eed-0c10451eca5f@debian.org> Message-ID: Maybe updating this to the latest upstream would fix it? 15 is now available. Also, I noticed that the original reporter built on amd64 while rosh's different results were from arm64. From hans at eds.org Tue Sep 10 16:36:46 2024 From: hans at eds.org (Hans-Christoph Steiner) Date: Tue, 10 Sep 2024 17:36:46 +0200 Subject: [Android-tools-devel] Bug#1074565: android-platform-external-boringssl: please add support for loong64 In-Reply-To: <172595274584.183405.6624897409804494792.reportbug@f67342e57da0> References: <171980206694.1649864.14533073465070622576.reportbug@bebaf20223ea> <172595274584.183405.6624897409804494792.reportbug@f67342e57da0> <171980206694.1649864.14533073465070622576.reportbug@bebaf20223ea> Message-ID: <0f7578bf-b476-4627-980d-c8ce83507801@eds.org> Hey! Thanks for your submission. I think the best place to submit that is directly upstream to AOSP. We do not have the bandwidth to maintain architectures that are not supported by AOSP. wuruilong: > Source: android-platform-external-boringssl > Version: 14.0.0+r11-4 > Followup-For: Bug #1074565 > X-Debbugs-Cc: wuruilong at loongson.cn > > Dear Maintainer, > > I hope this message finds you well. > > I am writing to follow up on the patch I submitted for add support for loong64, on 1 Jul 2024. I understand that you receive a large number of submissions, and I appreciate the time and effort you dedicate to reviewing each one. > > If there are any concerns or issues with the patch that need to be addressed before it can be merged, please let me know. I am more than happy to make any necessary adjustments or provide additional information to facilitate the process. > > Thank you for your time and consideration. I look forward to your feedback and am eager to contribute further to the Debian project. > > wuruilong > From ftpmaster at ftp-master.debian.org Mon Sep 16 09:07:25 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 16 Sep 2024 08:07:25 +0000 Subject: [Android-tools-devel] Processing of android-platform-external-boringssl_14.0.0+r45-1_source.changes Message-ID: android-platform-external-boringssl_14.0.0+r45-1_source.changes uploaded successfully to localhost along with the files: android-platform-external-boringssl_14.0.0+r45-1.dsc android-platform-external-boringssl_14.0.0+r45.orig.tar.xz android-platform-external-boringssl_14.0.0+r45-1.debian.tar.xz android-platform-external-boringssl_14.0.0+r45-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Sep 16 09:34:44 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 16 Sep 2024 08:34:44 +0000 Subject: [Android-tools-devel] android-platform-external-boringssl_14.0.0+r45-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 16 Sep 2024 01:03:12 -0700 Source: android-platform-external-boringssl Architecture: source Version: 14.0.0+r45-1 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-external-boringssl (14.0.0+r45-1) unstable; urgency=medium . * New upstream release 14.0.0+r45 Checksums-Sha1: 3363f11cd01a8fd1107f816cb3b7e60b2eef73d6 4098 android-platform-external-boringssl_14.0.0+r45-1.dsc 7d07161f08a4daaf08b47e7ab93354c2fe16dd01 31728996 android-platform-external-boringssl_14.0.0+r45.orig.tar.xz 0b5fb03bf1bf6bed4d63574f4c6638f0b820e8bb 27304 android-platform-external-boringssl_14.0.0+r45-1.debian.tar.xz f1f27355f0fec321ccf96ae54a4fb16924eb2ff7 7952 android-platform-external-boringssl_14.0.0+r45-1_amd64.buildinfo Checksums-Sha256: 3b7f54622ad289c9aa3e8b09c1571a0c0ce224e73bb89a45738804ed20b41aa9 4098 android-platform-external-boringssl_14.0.0+r45-1.dsc f9223e8c15ad5d9e3f1cd50861f4c272658864661e2332bea5d60952aa0930cd 31728996 android-platform-external-boringssl_14.0.0+r45.orig.tar.xz e6c1982aff99e5ebadcff7254c71d103f85a06232120d88508b0749640f90ae2 27304 android-platform-external-boringssl_14.0.0+r45-1.debian.tar.xz e02d14a1867aaa9cdcf7d33d06816a40a76a1ed9e7297cd545985da9a20cea45 7952 android-platform-external-boringssl_14.0.0+r45-1_amd64.buildinfo Files: d21467c80eafc7d6b0c066b06cada0fa 4098 libs optional android-platform-external-boringssl_14.0.0+r45-1.dsc 83d24d2f3136ba6a486b5464369b91b4 31728996 libs optional android-platform-external-boringssl_14.0.0+r45.orig.tar.xz 14f580bc90325e2ec2f898c578ce734d 27304 libs optional android-platform-external-boringssl_14.0.0+r45-1.debian.tar.xz 60686f41f9e6a4673d37514cc9f1bb2d 7952 libs optional android-platform-external-boringssl_14.0.0+r45-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbn5v0QHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qNYkD/9HUeYPknEelPb8l6dYUAuElLWIXt+CKeWr /8p+73XJ3fNsG/39hTtw9qVvDNwC9hOsbGlXRTfjSvqXHdv9GXqPLtV8ADZoekjj uHrhpXMiBWWLYeuudYa5gAGomFCD2i/hKmT4oBuWOcmtEAvlvELL/scjJZ4lUoVP /bXGCwPGTehX2VU3QGNe0rb7dZcXZZ1JvA0+UDeKS7e6Pevp6HO9dJgnq3xd7bNO ViXBklsXSrEYTKipv+DE916YU6BEWz1mp0G7z3Z0CBOlusZIz0d4wFkQaLsAXat6 p3nM+Ln3WpNmV/sS4iAgJDFNyEfvO3sqI4Xqt1POgFXlPsGXpi9pGMXyfdlHR5VU wIco2MRP04UDBo0cyDilIm6Scz4MjNnh8lNVJksjGLk6g/QC/+olv+4fPzKzDbKU yv6cQ3AgkFxEtueMSNpRXfGW/y9zJdKHmNrwTdfTvzSj0QRj1QxnTWcDfpcCVhT+ ISnEX2QBweSRWulqtXrJASapKCgWSQhcN/TlRlMy9nrlfHiPQemd06toxhr3nmU+ YwTrEds87laZeCh2hUR2Z08Ds77dgyboZIp1h2EN+q7V0NUmb3XlQY/7qZGlfVTk Mg2RuaLvpovWCvoIJ0UATnbeaaaq0PmRD3qGLscHgaysiKvU+EWE4S85gIhJ906j f9rNUvqRWA== =GOKf -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Mon Sep 16 09:37:38 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 16 Sep 2024 08:37:38 +0000 Subject: [Android-tools-devel] Processing of repo_2.46-1_source.changes Message-ID: repo_2.46-1_source.changes uploaded successfully to localhost along with the files: repo_2.46-1.dsc repo_2.46.orig.tar.xz repo_2.46-1.debian.tar.xz repo_2.46-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Sep 16 09:55:14 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 16 Sep 2024 08:55:14 +0000 Subject: [Android-tools-devel] repo_2.46-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 16 Sep 2024 01:25:59 -0700 Source: repo Architecture: source Version: 2.46-1 Distribution: unstable Urgency: medium Maintainer: Android tools Maintainer Changed-By: Roger Shimizu Changes: repo (2.46-1) unstable; urgency=medium . * New upstream release v2.46 Checksums-Sha1: 7eadd7072203afaa7b58ac8027e0c2497a57feb0 2204 repo_2.46-1.dsc d320564d571dc21fd85e561936e982afec5a7a40 210360 repo_2.46.orig.tar.xz db0eeec9fef9de5e3d6b27c9b7cb131c5e77819c 9700 repo_2.46-1.debian.tar.xz ea4e0fcc80bd4377a21e9527bae706ec14e3c103 8405 repo_2.46-1_amd64.buildinfo Checksums-Sha256: 1a001a6ddb600f9578e830f9d5becea2947ee2acba08b41ef212c7abfc4e49ae 2204 repo_2.46-1.dsc e187b17c17d783f4a3df4ad68ad2722dd4cd7b88e9df08a39d0871e5d6fd0c15 210360 repo_2.46.orig.tar.xz 1c88bb126ca57dc6a4fdacba753529109e34725937bc0eec6d489568ae22f38f 9700 repo_2.46-1.debian.tar.xz 4764abeb30169b22048b981369771809a9627031c7a9ff65e88b647370156826 8405 repo_2.46-1_amd64.buildinfo Files: 2341b3de6221507d2264c1070ee3334c 2204 contrib/devel optional repo_2.46-1.dsc 12379c8842623495d0d47cbe02728430 210360 contrib/devel optional repo_2.46.orig.tar.xz 8c148f356909f6f68a07b41061875905 9700 contrib/devel optional repo_2.46-1.debian.tar.xz c53fef0c162c9e4e5ab805aa769ca840 8405 contrib/devel optional repo_2.46-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbn7SEQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qC5sD/9z6c5K+q6IwPiN/yF1mFu1bxPy8OoJrHWX maI8fL1Nnw7gaAqg4blcJVfWXkJCxPWnTr2EiyFkG3H4aKzJ+cMbwbrx27PuYWVF ZUq/+n++254oRZRcRstH0I0KeoNe1/s3wqCBgCE89aZW80HIXZOZ+WIWjcvD4BMH /UW87tDAKFs6qrWU5NP5BUSO13l7lUDlbTfDT4oAbRDG8xjC6Ve8Yp1AsRB00XSI KPmvsOVfTtWxSBzI0C/aC41oVukPUc5vNRhgGvgCrVGSBAdSjwp3TS50mrJHfbYe QcoklEAZkmnEjYkUb6B08+lyzo8yLPjhXY4HrxJAj+hkpGBKAQc420zZMjXS+THm fyNPx5rCPmFQRWGox5v+B7dXRkUbFi8Ver/kAhXo1bLxVImHT7ezfggE3SNysfOZ VcRl3QUDTg94whTrSTF8RwsCQcwaWx2rsp5wPOy8aMvI0xMzDaq+FZG2Sbm+T+EC 3orLEmoVMHCfM9qeMs1g6GG3cLliuV41bmfCwy8mFbuHSTu7q4xZTi6ePI9VKvWN Js6lt+X9EMu3GivmIOvZUjrpxsRfSGXWNmUQOv9GEQRbNM+KOwqdYzFjJ+ITVsjj YV23fllFs/P+HAKB8BCXYaqg2kTK0PrQk8L0tGqa7QFjJ1CJ0Z/Za2zGL3bITVUw bKSkMSt54A== =/WT2 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From noreply at release.debian.org Wed Sep 18 05:39:14 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 18 Sep 2024 04:39:14 +0000 Subject: [Android-tools-devel] android-platform-external-boringssl 14.0.0+r45-1 MIGRATED to testing Message-ID: FYI: The status of the android-platform-external-boringssl source package in Debian's testing distribution has changed. Previous version: 14.0.0+r11-4 Current version: 14.0.0+r45-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Sep 18 05:39:18 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 18 Sep 2024 04:39:18 +0000 Subject: [Android-tools-devel] repo 2.46-1 MIGRATED to testing Message-ID: FYI: The status of the repo source package in Debian's testing distribution has changed. Previous version: 2.45-1 Current version: 2.46-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Wed Sep 18 18:13:50 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 18 Sep 2024 17:13:50 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.4-2_source.changes Message-ID: android-platform-tools_34.0.4-2_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.4-2.dsc android-platform-tools_34.0.4-2.debian.tar.xz android-platform-tools_34.0.4-2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Sep 18 18:51:08 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 18 Sep 2024 17:51:08 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.4-2_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 18 Sep 2024 00:37:52 -0700 Source: android-platform-tools Architecture: source Version: 34.0.4-2 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Closes: 1050300 1069143 Changes: android-platform-tools (34.0.4-2) unstable; urgency=medium . [ Anurag Kumar ] * fix(adb bash-completion): remove old/deprecated commands and add new ones * fix(adb bash-completion): add device, forward subcommand & options * adb completion: add adb reverse command and suboptions * adb completion: add mdns command and suboptions * adb bash-completion: remove adb backup command: deprecated * adb bash-completion: add options in pull command * adb bash-comp: refactor adb push * adb bash-comp: add adb sync command and suboptions * adb bash-comp: add adb shell command suboptions * adb bash-comp: refactor adb install/uninstall subcommands * adb bash-comp: add remaining commands * adb bash-comp: remove mdns commands for now . [ Arnaud Ferraris ] * d/patches: Drop gki dependency from mkbootimg (Closes: #1050300) . [ Roger Shimizu ] * d/control: Fix ftbfs issue on loong64 (Closes: #1069143) Checksums-Sha1: e8e672b464892e17ce44d8c41b3ef617390e1d55 5262 android-platform-tools_34.0.4-2.dsc 0a60243b863bb19634096cbd676cae65a7088c3c 59700 android-platform-tools_34.0.4-2.debian.tar.xz 3b2a6b407dfff252260a7872b4f99c9913a738b3 19033 android-platform-tools_34.0.4-2_amd64.buildinfo Checksums-Sha256: f9975c2dc87833bb6191e90b12efe24632e22538bd69235c3a0bff390a039eb8 5262 android-platform-tools_34.0.4-2.dsc e75594fb8202f9a58bbf664e2fbe71b75ad20518a0ddc89c0d5b4428dc4154b4 59700 android-platform-tools_34.0.4-2.debian.tar.xz ff900c01f59b1f5160ac04731ef912e050c2fac60ad7b05d2e0a3a073c61eb87 19033 android-platform-tools_34.0.4-2_amd64.buildinfo Files: d02c59ea78e858d76722a472c0ecfd1e 5262 devel optional android-platform-tools_34.0.4-2.dsc f09b98c6c039ae54e0c48be5d4a7ee01 59700 devel optional android-platform-tools_34.0.4-2.debian.tar.xz 12db0a7f6c4017da3e2adfb1573325b2 19033 devel optional android-platform-tools_34.0.4-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbrCiMQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qM02D/4nerMvisndXPoKMFtrYxERotesp81x+j9w gknGZgttBAZQpJJVpGYcnbj/u+C6CBQoifYtSQvKZGkgNhssQ++nyqlljH+6B6r3 ibYeD7rWe6pqxuFKC0qNxi42W4MaKbQTVciUNMIyneqNMCzmqxW/cNO+wCIOny9/ SqYXQdknf9U0w5pcQ5SxsESTyMUvW/ZvnPlVfrrFtdHcQ/+yC3b883yNPhpgTuhL /HnPbTiC90/AQvkTt1h2A2XvLijmUvHCKsU/pAqbekMgYnsb/knDLVMJ9s6bCPwl kQBzB1VLsLqPJ/TWOuMea/juI/FE3loAZsGOxdaFTySpzQSnJwe1WrjdD/QuaDCd /ozkfhEv2PgrF/wx6y/LeK1wFdS4Oi4Ox36OG1z8DFTfto4CXP02L6IIO/4HQAQm jEUzGb2U0GhPQe4LLbVqfvJT44uaaC8/Dup3tUw7oEPKWoChn5MQZlCqeEBmKP6I laF+G4NgOQV3Mzz/z5v3ZN41Y8IiYwEUNKrWPLUKV6kJ2CN+94h+hsbEQx3pnPDl Xske+ih8Rjnd8ZtImt0r5xkBPJ8rk9dFe/Z9X22TOORvaTV7o8rpHz7q8ckrtOfT tUS2/NI1xcKX6vsPrjPpPSawkT8T1Enws97QTWmJOVh12hhYHPHrsRjKp5FwIkhv ii87LtZFhg== =NYFu -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Wed Sep 18 18:54:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 18 Sep 2024 17:54:02 +0000 Subject: [Android-tools-devel] Bug#1050300: marked as done (mkbootimg package missing gki module) References: <169273160632.996.11906404914048908058.reportbug@linaro-developer> Message-ID: Your message dated Wed, 18 Sep 2024 17:51:08 +0000 with message-id and subject line Bug#1050300: fixed in android-platform-tools 34.0.4-2 has caused the Debian Bug report #1050300, regarding mkbootimg package missing gki module 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 owner at bugs.debian.org immediately.) -- 1050300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050300 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: William Breathitt Gray Subject: mkbootimg package missing gki module Date: Tue, 22 Aug 2023 19:13:26 +0000 Size: 3099 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1050300: fixed in android-platform-tools 34.0.4-2 Date: Wed, 18 Sep 2024 17:51:08 +0000 Size: 7857 URL: From owner at bugs.debian.org Wed Sep 18 18:54:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 18 Sep 2024 17:54:03 +0000 Subject: [Android-tools-devel] Bug#1069143: marked as done (FTBS: compilation error in loongarch) References: <171333777588.2825.9843439332620156638.reportbug@d7879422bc54> Message-ID: Your message dated Wed, 18 Sep 2024 17:51:08 +0000 with message-id and subject line Bug#1069143: fixed in android-platform-tools 34.0.4-2 has caused the Debian Bug report #1069143, regarding FTBS: compilation error in loongarch 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 owner at bugs.debian.org immediately.) -- 1069143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069143 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: wuruilong Subject: FTBS: compilation error in loongarch Date: Wed, 17 Apr 2024 07:09:35 +0000 Size: 3190 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1069143: fixed in android-platform-tools 34.0.4-2 Date: Wed, 18 Sep 2024 17:51:08 +0000 Size: 7880 URL: From ftpmaster at ftp-master.debian.org Thu Sep 19 11:00:34 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 19 Sep 2024 10:00:34 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-1~exp1_source.changes Message-ID: android-platform-tools_34.0.5-1~exp1_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-1~exp1.dsc android-platform-tools_34.0.5.orig.tar.xz android-platform-tools_34.0.5-1~exp1.debian.tar.xz android-platform-tools_34.0.5-1~exp1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Sep 19 11:04:53 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 19 Sep 2024 10:04:53 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-1~exp1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 19 Sep 2024 02:56:59 -0700 Source: android-platform-tools Architecture: source Version: 34.0.5-1~exp1 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-tools (34.0.5-1~exp1) unstable; urgency=medium . * New upstream release 34.0.5 * debian/patches: - Refresh patches. - Add 2 revert patches to support mips. - Add 2 revert patches to make build for ADB. * debian/system/*.mk: Update. Checksums-Sha1: d3be07330f0a9b7123b0693ce5995fdf1ae304ee 5282 android-platform-tools_34.0.5-1~exp1.dsc 5a6cb2808f8ec25f3673b2f99f4451820fd7ce52 18846672 android-platform-tools_34.0.5.orig.tar.xz 82f99057d096d26d0304e11249f18bdca7afa798 62540 android-platform-tools_34.0.5-1~exp1.debian.tar.xz c947f59e987b14b6c69678519f0c07a5ec4a0a81 6358 android-platform-tools_34.0.5-1~exp1_source.buildinfo Checksums-Sha256: af00e684fb80a09cf75e8cef0a44f249b21a3be93ccf45076c9006160e379782 5282 android-platform-tools_34.0.5-1~exp1.dsc 4893f6a85b205f1df2c35cde5d6ca3bedd5e9f19afdb3b5ac781e647aa2243f4 18846672 android-platform-tools_34.0.5.orig.tar.xz dd89b75950c26d810d9e0b03511073ffa4d04691d36eed06df2283389c90cde9 62540 android-platform-tools_34.0.5-1~exp1.debian.tar.xz 8dbc78c95d52cdedd4d3431d8eb27f53e8df055fcc50737475f194dd8dc80648 6358 android-platform-tools_34.0.5-1~exp1_source.buildinfo Files: 31b976944b394c4bb203e93a113d42d9 5282 devel optional android-platform-tools_34.0.5-1~exp1.dsc 3ab5ea75455c6c87c5afbac71aa689c6 18846672 devel optional android-platform-tools_34.0.5.orig.tar.xz b13d14fd8bc645d8723b4c5a84fa53ad 62540 devel optional android-platform-tools_34.0.5-1~exp1.debian.tar.xz e62f266e26772716935f9324f752af35 6358 devel optional android-platform-tools_34.0.5-1~exp1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbr9g8QHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qERzEACL1aU3/hD7/1H09XE4qaTQGJ6+WS8gvMBA kcZVIrgSUrQhv0q4KZbY/jua0OZQuSI3GTNzFM4N1EmhUlPpaHPvgD6fSG3Imq6m AvnvW/QltHuLHu8AeM6zVF29xewO20fpMCpb8S6F29Q8XzeYA0WliXubQsxqC/zH 0Lfp53TIirdNEOl7qjmc1sxgdS8zG1mIr7jDyzBxpWwivZlP1nUTv3LiqyZCluzL 2pU0YQxfaJPv49tZuCFlhXFa7zeuc9gSlhF0mcFHg86a4te15lXKv06k1pitFMgL vR3eBFye1x0MEk1DWPev11Ac3RhLEYF6Y9WDcUAuVfx6hybi3RSXwTyMgC4Xsu34 t8063gRuZ0fSjsGZMmNbGMANao6KDOz3lDtcezECC3fKqX+puljxjBaBYUI1ot3b CLnkSV3UR9sdOBPNK4IZwv0Ns7tq3q5NDywNyP4D0gXW826U3wq0ImprzYlG8qfp bK8Ew09gIPy+fDPd78/d0DcccboMviZY/7A003tuFwr/53GlG51M0y++YMaIbJeV sSwT1mKwQy1Q155IviMhg+A4y5AwG5cRxno/0XN1n+p2plsztqWQ4iGibb8U4LoA KCwoD9Ckzr+C/eumiybUCTEV43SaKFPOIoWk35SWM/ma5NLiXS5lqwIbZhnAxdYt A67nERpyKA== =/BE5 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Fri Sep 20 06:29:03 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 20 Sep 2024 05:29:03 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-1_source.changes Message-ID: android-platform-tools_34.0.5-1_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-1.dsc android-platform-tools_34.0.5-1.debian.tar.xz android-platform-tools_34.0.5-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Sep 20 06:34:47 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 20 Sep 2024 05:34:47 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 19 Sep 2024 22:23:38 -0700 Source: android-platform-tools Architecture: source Version: 34.0.5-1 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-tools (34.0.5-1) unstable; urgency=medium . * debian/patches: Add two revert patches to fix autopkgtest errors. Checksums-Sha1: d8db7fe8e7b1940728946cafbb0e001058663d0a 5262 android-platform-tools_34.0.5-1.dsc 7d00033a705c7b9dd6c91e92bf350a3a0227c33a 65676 android-platform-tools_34.0.5-1.debian.tar.xz 29a18879b9e00beeac95563e810a9b01a2ea4a36 6338 android-platform-tools_34.0.5-1_source.buildinfo Checksums-Sha256: ddbf336494f552470e72ebaa922479639ee410a016dcbb91b989bd27ad3d5fd4 5262 android-platform-tools_34.0.5-1.dsc d443185fe66148ca122b91b7ac919870fadf4ad5bf9854b2c783134c6584fb2e 65676 android-platform-tools_34.0.5-1.debian.tar.xz 1602af38821eb3f6a7c937347febff4c491da6390234f62001f3a0029f1311c9 6338 android-platform-tools_34.0.5-1_source.buildinfo Files: 288e8e057380b40c3f2efd9b78be9630 5262 devel optional android-platform-tools_34.0.5-1.dsc 6c37feac301b61eb5bb070c86ef4abaa 65676 devel optional android-platform-tools_34.0.5-1.debian.tar.xz d34a6c3d92fa7ac8b667398bfabf12b4 6338 devel optional android-platform-tools_34.0.5-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbtBxoQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qN4jD/9/P8yvfvwcJqYa6UF4s09N/8ZCXzQKynXE GxlmL13djR680P/Eu96wcT3TAnL66xFM/3VhcJeNso2k46e9QKa7xLQLWiLNarNn BVaCimQuzcEThi3BJEHJ1XMUo1q3gkL2GX/qEuiuve9SXCGQyOQpcdrYQ59S7Gmv fwc5YRhTPfyFU2SrRzCfHXLKCfsm7RcULImFIeakI/D52mMDBKrwUyu+NXhHpPG5 Lzya0uss3k6HuETmJhN5lR/sZLFdMs6AFESazRrLx/PuT4UQXTQSYC0EkjtRTjvE bvsPzxxtPkopabj7KRjeKK9Z2Ld1cA0QEAYpC9lyekU4BK8WjIZaLbq/LznNEPrV 0y4t8F2n7PyrsBf1ME11OIc6++INKU/lwzFHDOMSIj4HzCvMpMwJr7yi6WOJl5PX 6DgtJM3ZyDRK9h4tv4YQZOhaiMRfZWNgqivChhWipCQY7g/JXqdLd4tmrmqE+eQb aRIMTHFjIa9EzhIdWCeH5+36Xd66Kg2nmF88BjtDD1jlxVdh7jSgEXvWcNkuN71E LDeDw05WTSVEkmqn6e2Nmjgz7Xsm51J6yc9ljIMkVCZi5jbRpGf9mjFMmSPRkiVy zUjq5VPh+AokiuBDs4Qw875Sv4jZyVPxkXB4HdcCJao1BauXWhXhOg8gi/BkJ7sG cvkfqv3eBw== =KnDf -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Fri Sep 20 09:31:37 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 20 Sep 2024 08:31:37 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-2~exp1_source.changes Message-ID: android-platform-tools_34.0.5-2~exp1_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-2~exp1.dsc android-platform-tools_34.0.5-2~exp1.debian.tar.xz android-platform-tools_34.0.5-2~exp1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Sep 20 09:35:38 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 20 Sep 2024 08:35:38 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-2~exp1_source.changes ACCEPTED into experimental Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 20 Sep 2024 01:22:40 -0700 Source: android-platform-tools Architecture: source Version: 34.0.5-2~exp1 Distribution: experimental Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-tools (34.0.5-2~exp1) experimental; urgency=medium . * Use 7z.so from 7zip to replace external/lzma. Checksums-Sha1: 9f825cd617e37fddc6962697214bb14714ff72a7 5351 android-platform-tools_34.0.5-2~exp1.dsc b084cd786a9e823ebd46b20fdccc29decce5757a 65504 android-platform-tools_34.0.5-2~exp1.debian.tar.xz ba7372e8f5fc48430ac34d72bb5a4a22e0b1a4dc 6358 android-platform-tools_34.0.5-2~exp1_source.buildinfo Checksums-Sha256: 1ba479dcbe04f359e54938998457c4694f0109e2e9cb2628376c08577591ea8f 5351 android-platform-tools_34.0.5-2~exp1.dsc 3aefde5149c492348ddcce08660741797fc3bb720e87c3dde22ef115159117f2 65504 android-platform-tools_34.0.5-2~exp1.debian.tar.xz 965fe8b34e2a3c8e47dd62184786419e76fe0d277501993ff3e0cec4a04b7fda 6358 android-platform-tools_34.0.5-2~exp1_source.buildinfo Files: 684d336d11767e1f926b4ae8d5bb056f 5351 devel optional android-platform-tools_34.0.5-2~exp1.dsc dd8c08f14139942979ed6fd82fd96050 65504 devel optional android-platform-tools_34.0.5-2~exp1.debian.tar.xz 73dc8a006c76175e72c2eae97a3a3f33 6358 devel optional android-platform-tools_34.0.5-2~exp1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbtMrUQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qOLsEACOPYM5tms6ISBDTwe3oxLevSZaBQX8SUQ3 8ut+NFZuCe7+SSuW11nkrS65Ltn1wUg50M9bMHPz4za55Gp+HIGouyGWu8/wIAgz xpUb+HpxHgj3fjWJ69dkGTMUA80Yq7fHxCZAaqkPXtPdAU5ykEzQyTwRvQahua66 C5MQaglInfhz4v6YpgItpHi87frbQia8bCCeil2+zSvvCOmxBfXueMCqT5WGsuDY iKAODdl4IvjwwKulD8+rY8yamrWG1bi3SkIbXF0rrYZWIH2JbRldcWhUpcqmlQUY zDceuCocVcdT8wFU0ICqzKoaSKQmqgpu8c8/Oe3Jw95dfrI/FIDWIDV2JjA8dFQo ZG+kixOBm/HxIZ4GfAzPZc4Qv7OebdpLZKI+mIwNOij5Zu/wW60bzspHJYelgFZU CAjKJvPehWvM+lhSxep88wznpjq3E4EmY/ZbJZuopomvybdjOO4oXJlhPS7Svnsh ovLPQNxfa8pFgqroj46rh9nM3LGyceN3CZT8LGkYhy5GPELaxbORbblMOrjStN8f pG+jG+ZJcC8Gjoasc1TPyhHClESR2NnMN+fxFf+RkeGGw2VWUfACZ7/EAu52lqZo 3Ze7n2E1Jgf5gOtlvKQx9Ft7Inn64ci9oSml2dSxqMnLiRTvXBmLTJdPD/IuCahj Cwye4v0E7g== =S24m -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Sat Sep 21 05:23:46 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 21 Sep 2024 04:23:46 +0000 Subject: [Android-tools-devel] Processing of android-platform-art_14.0.0+r15-3_source.changes Message-ID: android-platform-art_14.0.0+r15-3_source.changes uploaded successfully to localhost along with the files: android-platform-art_14.0.0+r15-3.dsc android-platform-art_14.0.0+r15-3.debian.tar.xz android-platform-art_14.0.0+r15-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Sep 21 05:34:40 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 21 Sep 2024 04:34:40 +0000 Subject: [Android-tools-devel] android-platform-art_14.0.0+r15-3_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 20 Sep 2024 21:12:52 -0700 Source: android-platform-art Architecture: source Version: 14.0.0+r15-3 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Closes: 1072129 Changes: android-platform-art (14.0.0+r15-3) unstable; urgency=medium . * Team upload. * d/patches: Disable base/strlcpy.h and add to headers (Closes: #1072129). Checksums-Sha1: 908bedde55c957d462903a436136189d26088e9a 3234 android-platform-art_14.0.0+r15-3.dsc d723a57a70cd81dcf70c47b622221a930d889a15 68000 android-platform-art_14.0.0+r15-3.debian.tar.xz 24f5f3f9734bf8e8c11e030a8f20656f44d19b7a 6840 android-platform-art_14.0.0+r15-3_source.buildinfo Checksums-Sha256: 5518541f18c3dac40ce8426ce2e246c4e4eecfc10a6ddfdc399100990bb1ea9b 3234 android-platform-art_14.0.0+r15-3.dsc de7418e974a0b9175b78058856b06b90bed7e2935cb9335cfe8f8a40d8b37766 68000 android-platform-art_14.0.0+r15-3.debian.tar.xz 43cabc3c77145a4b9cdc4e615f6956e58b25260e41318f571a22d948a63dcfa7 6840 android-platform-art_14.0.0+r15-3_source.buildinfo Files: a115f7be3d2dfd8738f3ae8efabe2e60 3234 devel optional android-platform-art_14.0.0+r15-3.dsc ae9e23673cfec7b2686e84bddc4df4f8 68000 devel optional android-platform-art_14.0.0+r15-3.debian.tar.xz bc9700528a9f16f773670124ab1f0e60 6840 devel optional android-platform-art_14.0.0+r15-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbuSRIQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qE0UEACZ/gleHK8aG3/9JHmnd88BF2269ALGhEX0 tPhFmBWusc7cMql/65tsNmDhYQ4I2LdWQkerinUW0eN/+wSBPJRLpL6d4vFZnbYq oVvZNB7XXIoPw1yLEBiUGbljz0WSiilu1gmtRxWX3gquIq2gB72Aunzc+19SJMuu lco9kx2WxYLv+NHq1FC44xL2idsx7+pofqG9fVtH8QeHKrZ8KHvBfS1yDSun9YlV ArTdU3FtqW0X5tXVzLq1P58/37qFNXQCX3hX1Yn/fHbZuNPbwdrs9ZInzLPyKjLr /hmcKavqlYaI2oUN46mDW4Jm0sKB3xYjd8XJ6eJkML3fWKrnehbnvh9C8D6ig6G9 gqIZNH8UMjhXQZD6SrdBOtvL1xxk3zaYYy3TMqAE6bHT0AFKKGBFdXENo4v4YzmS Yb9/GwWDXq4VjkTjwroVphpiv0EY10Ja4DczZFIj4grZr9nnMoaXfv5FEStoOV0n 0iH60xRI8jCowHRggovFrb7BPsDS00c6ug9fflBQTesqAnr1viizSE3vHBSXRZ4E yW2oR8PkRddqTurs4wyaTRZOdzcsVq45wzCwxUDI0QjBv3rBIhkH+B6l+ZZJ8G2Y hpnLy88q8RW8pRYxe4WzHM+F+XoNkEQbXLcQzu/Ba86LSrBRpKR+7h/F80iDfeVC 57dz7F2BoQ== =Edct -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Sat Sep 21 05:39:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 21 Sep 2024 04:39:02 +0000 Subject: [Android-tools-devel] Bug#1072129: marked as done (android-platform-art: FTBFS: libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration) References: <591f95d9-7594-4033-8eed-0c10451eca5f@debian.org> Message-ID: Your message dated Sat, 21 Sep 2024 04:34:40 +0000 with message-id and subject line Bug#1072129: fixed in android-platform-art 14.0.0+r15-3 has caused the Debian Bug report #1072129, regarding android-platform-art: FTBFS: libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration 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 owner at bugs.debian.org immediately.) -- 1072129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072129 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Santiago Vila Subject: android-platform-art: FTBFS: libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration Date: Wed, 29 May 2024 00:36:14 +0200 Size: 61946 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1072129: fixed in android-platform-art 14.0.0+r15-3 Date: Sat, 21 Sep 2024 04:34:40 +0000 Size: 7098 URL: From owner at bugs.debian.org Sun Sep 22 04:21:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 22 Sep 2024 03:21:02 +0000 Subject: [Android-tools-devel] Bug#1050438: marked as done (dexdump: undefined symbol: _ZN12BacktraceMap6CreateEib) References: <169289135469.1268131.4926944993965916795.reportbug@nihonium> Message-ID: Your message dated Sat, 21 Sep 2024 20:18:50 -0700 with message-id and subject line Re: dexdump: undefined symbol: _ZN12BacktraceMap6CreateEib has caused the Debian Bug report #1050438, regarding dexdump: undefined symbol: _ZN12BacktraceMap6CreateEib 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 owner at bugs.debian.org immediately.) -- 1050438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050438 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: FC Stegerman Subject: dexdump: undefined symbol: _ZN12BacktraceMap6CreateEib Date: Thu, 24 Aug 2023 17:35:54 +0200 Size: 3028 URL: -------------- next part -------------- An embedded message was scrubbed... From: Roger Shimizu Subject: Re: dexdump: undefined symbol: _ZN12BacktraceMap6CreateEib Date: Sat, 21 Sep 2024 20:18:50 -0700 Size: 3848 URL: From owner at bugs.debian.org Sun Sep 22 04:39:01 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 22 Sep 2024 03:39:01 +0000 Subject: [Android-tools-devel] Bug#1059938: marked as done (android-platform-art: Can be built with default clang/lld again) References: Message-ID: Your message dated Sat, 21 Sep 2024 20:37:22 -0700 with message-id and subject line Re: android-platform-art: Can be built with default clang/lld again has caused the Debian Bug report #1059938, regarding android-platform-art: Can be built with default clang/lld again 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 owner at bugs.debian.org immediately.) -- 1059938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059938 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Bastian Germann Subject: android-platform-art: Can be built with default clang/lld again Date: Wed, 3 Jan 2024 22:51:43 +0100 Size: 2963 URL: -------------- next part -------------- An embedded message was scrubbed... From: Roger Shimizu Subject: Re: android-platform-art: Can be built with default clang/lld again Date: Sat, 21 Sep 2024 20:37:22 -0700 Size: 3365 URL: From noreply at release.debian.org Sun Sep 22 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 22 Sep 2024 04:39:07 +0000 Subject: [Android-tools-devel] android-platform-tools 34.0.5-1 MIGRATED to testing Message-ID: FYI: The status of the android-platform-tools source package in Debian's testing distribution has changed. Previous version: 34.0.4-1.1 Current version: 34.0.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Sep 23 05:39:12 2024 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 23 Sep 2024 04:39:12 +0000 Subject: [Android-tools-devel] android-platform-art 14.0.0+r15-3 MIGRATED to testing Message-ID: FYI: The status of the android-platform-art source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 14.0.0+r15-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon Sep 23 08:50:55 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 23 Sep 2024 07:50:55 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-1~bpo12+1_i386.changes Message-ID: android-platform-tools_34.0.5-1~bpo12+1_i386.changes uploaded successfully to localhost along with the files: adb-dbgsym_34.0.5-1~bpo12+1_i386.deb adb_34.0.5-1~bpo12+1_i386.deb android-libbacktrace-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libbacktrace-dev_34.0.5-1~bpo12+1_i386.deb android-libbacktrace_34.0.5-1~bpo12+1_i386.deb android-libbase-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libbase-dev_34.0.5-1~bpo12+1_i386.deb android-libbase_34.0.5-1~bpo12+1_i386.deb android-libcutils-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libcutils-dev_34.0.5-1~bpo12+1_i386.deb android-libcutils_34.0.5-1~bpo12+1_i386.deb android-liblog-dbgsym_34.0.5-1~bpo12+1_i386.deb android-liblog-dev_34.0.5-1~bpo12+1_i386.deb android-liblog_34.0.5-1~bpo12+1_i386.deb android-libnativehelper-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libnativehelper-dev_34.0.5-1~bpo12+1_i386.deb android-libnativehelper_34.0.5-1~bpo12+1_i386.deb android-libsparse-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libsparse-dev_34.0.5-1~bpo12+1_i386.deb android-libsparse_34.0.5-1~bpo12+1_i386.deb android-libutils-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libutils-dev_34.0.5-1~bpo12+1_i386.deb android-libutils_34.0.5-1~bpo12+1_i386.deb android-libziparchive-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libziparchive-dev_34.0.5-1~bpo12+1_i386.deb android-libziparchive_34.0.5-1~bpo12+1_i386.deb android-platform-frameworks-native-headers_34.0.5-1~bpo12+1_all.deb android-platform-system-core-headers_34.0.5-1~bpo12+1_all.deb android-platform-tools_34.0.5-1~bpo12+1_i386.buildinfo android-sdk-libsparse-utils-dbgsym_34.0.5-1~bpo12+1_i386.deb android-sdk-libsparse-utils_34.0.5-1~bpo12+1_i386.deb etc1tool-dbgsym_34.0.5-1~bpo12+1_i386.deb etc1tool_34.0.5-1~bpo12+1_i386.deb fastboot-dbgsym_34.0.5-1~bpo12+1_i386.deb fastboot_34.0.5-1~bpo12+1_i386.deb hprof-conv-dbgsym_34.0.5-1~bpo12+1_i386.deb hprof-conv_34.0.5-1~bpo12+1_i386.deb mkbootimg_34.0.5-1~bpo12+1_all.deb Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Sep 23 09:00:56 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 23 Sep 2024 08:00:56 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-2_source.changes Message-ID: android-platform-tools_34.0.5-2_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-2.dsc android-platform-tools_34.0.5-2.debian.tar.xz android-platform-tools_34.0.5-2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Sep 23 09:35:17 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 23 Sep 2024 08:35:17 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-1~bpo12+1_i386.changes REJECTED Message-ID: adb_34.0.5-1~bpo12+1_i386.deb: trying to install to stable-backports, but could not find source (android-platform-tools 34.0.5-1~bpo12+1) Mapping bookworm-backports to stable-backports. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Mon Sep 23 09:36:19 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 23 Sep 2024 08:36:19 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-2_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 23 Sep 2024 00:50:43 -0700 Source: android-platform-tools Architecture: source Version: 34.0.5-2 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-tools (34.0.5-2) unstable; urgency=medium . * Upload to unstable. . android-platform-tools (34.0.5-2~exp1) experimental; urgency=medium . * Use 7z.so from 7zip to replace external/lzma. Checksums-Sha1: 0eec891935485f72e7c02d69dde1580b6744d089 5331 android-platform-tools_34.0.5-2.dsc 2bd542a18b27372d9c39f8e3b20c14e8ae6ee587 65500 android-platform-tools_34.0.5-2.debian.tar.xz d83e9151c1a5b5fb4a8de62d0a4b565e5a15f48a 19058 android-platform-tools_34.0.5-2_amd64.buildinfo Checksums-Sha256: ff478ee688bc91fbeef0f2433f60c44287ccd0c8e8034cb456952455b08531c0 5331 android-platform-tools_34.0.5-2.dsc 664cb76774c97b919e9a7fd8fb1a895d01d43641744988b5a9975dbe2ae2617c 65500 android-platform-tools_34.0.5-2.debian.tar.xz ebc382adf6cf49f2300b037628fca80ad0711acbccf9dd40150764251aee7049 19058 android-platform-tools_34.0.5-2_amd64.buildinfo Files: f67a589a74ebeb92a5ff7b9e51d72e9b 5331 devel optional android-platform-tools_34.0.5-2.dsc 7cdd50f2f4ac1ca90aa9aa4940c93bbe 65500 devel optional android-platform-tools_34.0.5-2.debian.tar.xz 336e97134d25d47115e4350b272a6367 19058 devel optional android-platform-tools_34.0.5-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbxHxAQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qOlyEACzSYAVc5R8tyE49gcSPeYKCeynmiXsh27G dhyN+RDPBb6LJJHuRYUmcI0QUj8+zGcFWorF0OVdz0vPFCpAM3WdP2yG5U7lCgLT HswVCaA02DaKRzV0RxZ5RkN4f/j4XvqcyxJeEeNqSz2qBO4jSxKkAO7s/Gerk6qL VLTeNpSmVo/S05hEdT3vOPwse72FzizO0RWp51+c6tWDkPbfKMspkc68EA/Gd6J2 DU8AJV4LxjfyL8+xxpOV6TzxZasx1KuTzhbXbRQdb2WgMZEN+zfLYcg8xET8kcSY 7XZCyL7ExM6eLG8hksOo+zOhI0+KnVg1EdvAmDovjQDkaZJoiftPDVA4Em+q3qi/ 5DxyFp1EF3i8/uoXwwCe9Gj8HW+H4V2wX5cvHa1si/WwcYCP09KucSLMHOI/2x24 tZ0NGZ04Luztq7MK9uA3TohZoJGoabmKy1OlWn+VYfw6yfwSWcC07p2zkhQohpDO 8vpKG5i9IFStm0a2/+gA3uoH7eqbfB6ybH4nCA+xRcgnTrlAYenCZ+NUJAZbyNa4 AoCCdTTaYEIZuAIMIBbszXmQrPNunqG3i7f+ZT7GPCrYKuAQhoz4lvwzRtb4oPm6 12BnXDuR70g/EqLpk/pl923nuG7amD/EH/HNz1WunKuwduC1iVzprfpAKWESbX2c bTT71dpBHg== =i80y -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From noreply at release.debian.org Tue Sep 24 05:39:04 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 24 Sep 2024 04:39:04 +0000 Subject: [Android-tools-devel] android-platform-tools-base is marked for autoremoval from testing Message-ID: android-platform-tools-base 2.2.2-5 is marked for autoremoval from testing on 2024-09-23 It is affected by these RC bugs: 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Sep 24 05:39:05 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 24 Sep 2024 04:39:05 +0000 Subject: [Android-tools-devel] android-platform-frameworks-data-binding is marked for autoremoval from testing Message-ID: android-platform-frameworks-data-binding 2.2.2-6 is marked for autoremoval from testing on 2024-09-23 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Sep 24 05:39:05 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 24 Sep 2024 04:39:05 +0000 Subject: [Android-tools-devel] android-sdk-helper is marked for autoremoval from testing Message-ID: android-sdk-helper 0.2 is marked for autoremoval from testing on 2024-09-23 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Sep 24 05:39:04 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 24 Sep 2024 04:39:04 +0000 Subject: [Android-tools-devel] android-platform-tools-analytics-library is marked for autoremoval from testing Message-ID: android-platform-tools-analytics-library 2.2.2-3 is marked for autoremoval from testing on 2024-09-23 It (build-)depends on packages with these RC bugs: 1078377: lombok-ast: FTBFS: [ivy:compile] /<>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol https://bugs.debian.org/1078377 1078397: android-platform-tools-base: FTBFS: ExternalAnnotationRepository.java:65: error: package org.eclipse.jdt.internal.compiler.lookup does not exist https://bugs.debian.org/1078397 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From ftpmaster at ftp-master.debian.org Tue Sep 24 07:27:44 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 24 Sep 2024 06:27:44 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-1~bpo12+1_i386.changes Message-ID: android-platform-tools_34.0.5-1~bpo12+1_i386.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-1~bpo12+1.dsc android-platform-tools_34.0.5.orig.tar.xz android-platform-tools_34.0.5-1~bpo12+1.debian.tar.xz adb-dbgsym_34.0.5-1~bpo12+1_i386.deb adb_34.0.5-1~bpo12+1_i386.deb android-libbacktrace-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libbacktrace-dev_34.0.5-1~bpo12+1_i386.deb android-libbacktrace_34.0.5-1~bpo12+1_i386.deb android-libbase-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libbase-dev_34.0.5-1~bpo12+1_i386.deb android-libbase_34.0.5-1~bpo12+1_i386.deb android-libcutils-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libcutils-dev_34.0.5-1~bpo12+1_i386.deb android-libcutils_34.0.5-1~bpo12+1_i386.deb android-liblog-dbgsym_34.0.5-1~bpo12+1_i386.deb android-liblog-dev_34.0.5-1~bpo12+1_i386.deb android-liblog_34.0.5-1~bpo12+1_i386.deb android-libnativehelper-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libnativehelper-dev_34.0.5-1~bpo12+1_i386.deb android-libnativehelper_34.0.5-1~bpo12+1_i386.deb android-libsparse-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libsparse-dev_34.0.5-1~bpo12+1_i386.deb android-libsparse_34.0.5-1~bpo12+1_i386.deb android-libutils-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libutils-dev_34.0.5-1~bpo12+1_i386.deb android-libutils_34.0.5-1~bpo12+1_i386.deb android-libziparchive-dbgsym_34.0.5-1~bpo12+1_i386.deb android-libziparchive-dev_34.0.5-1~bpo12+1_i386.deb android-libziparchive_34.0.5-1~bpo12+1_i386.deb android-platform-frameworks-native-headers_34.0.5-1~bpo12+1_all.deb android-platform-system-core-headers_34.0.5-1~bpo12+1_all.deb android-platform-tools_34.0.5-1~bpo12+1_i386.buildinfo android-sdk-libsparse-utils-dbgsym_34.0.5-1~bpo12+1_i386.deb android-sdk-libsparse-utils_34.0.5-1~bpo12+1_i386.deb etc1tool-dbgsym_34.0.5-1~bpo12+1_i386.deb etc1tool_34.0.5-1~bpo12+1_i386.deb fastboot-dbgsym_34.0.5-1~bpo12+1_i386.deb fastboot_34.0.5-1~bpo12+1_i386.deb hprof-conv-dbgsym_34.0.5-1~bpo12+1_i386.deb hprof-conv_34.0.5-1~bpo12+1_i386.deb mkbootimg_34.0.5-1~bpo12+1_all.deb Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Sep 24 07:34:35 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 24 Sep 2024 06:34:35 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-1~bpo12+1_i386.changes ACCEPTED into stable-backports Message-ID: Thank you for your contribution to Debian. Mapping bookworm-backports to stable-backports. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 23 Sep 2024 00:20:30 -0700 Source: android-platform-tools Binary: adb adb-dbgsym android-libbacktrace android-libbacktrace-dbgsym android-libbacktrace-dev android-libbase android-libbase-dbgsym android-libbase-dev android-libcutils android-libcutils-dbgsym android-libcutils-dev android-liblog android-liblog-dbgsym android-liblog-dev android-libnativehelper android-libnativehelper-dbgsym android-libnativehelper-dev android-libsparse android-libsparse-dbgsym android-libsparse-dev android-libutils android-libutils-dbgsym android-libutils-dev android-libziparchive android-libziparchive-dbgsym android-libziparchive-dev android-platform-frameworks-native-headers android-platform-system-core-headers android-sdk-libsparse-utils android-sdk-libsparse-utils-dbgsym etc1tool etc1tool-dbgsym fastboot fastboot-dbgsym hprof-conv hprof-conv-dbgsym mkbootimg Architecture: source i386 all Version: 34.0.5-1~bpo12+1 Distribution: bookworm-backports Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Description: adb - Android Debug Bridge android-libbacktrace - Android backtrace library android-libbacktrace-dev - Android backtrace library - Development files android-libbase - Android base library android-libbase-dev - Android base library - Development files android-libcutils - Android utils library for C android-libcutils-dev - Android utils library for C - Development files android-liblog - Android NDK logger interfaces android-liblog-dev - Android NDK logger interfaces - Development files android-libnativehelper - Support functions for Android's class libraries android-libnativehelper-dev - Support functions for Android's class libraries - Development fil android-libsparse - Library for sparse files android-libsparse-dev - Library for sparse files - Development files android-libutils - Android Utility Function Library android-libutils-dev - Android Utility Function Library - Development files android-libziparchive - Library for ZIP archives android-libziparchive-dev - Library for ZIP archives - Development files android-platform-frameworks-native-headers - Headers of android-platform-frameworks-native android-platform-system-core-headers - Shared headers in AOSP repository platform/system/core android-sdk-libsparse-utils - Android sparse image creation tool etc1tool - ETC1 conversion tool fastboot - Android fastboot tool hprof-conv - HPROF Converter mkbootimg - Creates Android boot images Closes: 1050300 1069143 1074811 Changes: android-platform-tools (34.0.5-1~bpo12+1) bookworm-backports; urgency=medium . * Rebuild for bookworm-backports. . android-platform-tools (34.0.5-1) unstable; urgency=medium . * debian/patches: Add two revert patches to fix autopkgtest errors. . android-platform-tools (34.0.5-1~exp1) unstable; urgency=medium . * New upstream release 34.0.5 * debian/patches: - Refresh patches. - Add 2 revert patches to support mips. - Add 2 revert patches to make build for ADB. * debian/system/*.mk: Update. . android-platform-tools (34.0.4-2) unstable; urgency=medium . [ Anurag Kumar ] * fix(adb bash-completion): remove old/deprecated commands and add new ones * fix(adb bash-completion): add device, forward subcommand & options * adb completion: add adb reverse command and suboptions * adb completion: add mdns command and suboptions * adb bash-completion: remove adb backup command: deprecated * adb bash-completion: add options in pull command * adb bash-comp: refactor adb push * adb bash-comp: add adb sync command and suboptions * adb bash-comp: add adb shell command suboptions * adb bash-comp: refactor adb install/uninstall subcommands * adb bash-comp: add remaining commands * adb bash-comp: remove mdns commands for now . [ Arnaud Ferraris ] * d/patches: Drop gki dependency from mkbootimg (Closes: #1050300) . [ Roger Shimizu ] * d/control: Fix ftbfs issue on loong64 (Closes: #1069143) . android-platform-tools (34.0.4-1.1) unstable; urgency=medium . * Non-maintainer upload. * Add patch to build against GCC-14 (Closes: #1074811) . android-platform-tools (34.0.4-1) unstable; urgency=medium . * Upload to unstable. . android-platform-tools (34.0.4-1~exp3) experimental; urgency=medium . * Revert "debian/patches: Remove unused patch". * debian/libext4_utils.mk: - Remove CXXFLAGS already existing in debian/rules. . android-platform-tools (34.0.4-1~exp2) experimental; urgency=medium . * debian/patches: - Remove unused patch. - Revert patch to avoid introduce new dependency. * debian/rules: Sync formating with boringssl. . android-platform-tools (34.0.4-1~exp1) experimental; urgency=medium . * New upstream release 34.0.4 * debian/*.install: Remove system/unwinding/libbacktrace. * debian/fastboot.mk: Add new source files. * debian/patches: Add revert patch to avoid ftbfs. . android-platform-tools (33.0.4-1~exp4) experimental; urgency=medium . * debian/libbacktrace.mk: Add RegsRiscv64.cpp. * debian/*.mk: Move c&cpp std version to debian/rules. . android-platform-tools (33.0.4-1~exp3) experimental; urgency=medium . * debian/patches: - Restore previously removed for gcc only patches. - Move all revert patches to folder 'revert'. * debian/control: - pandoc are not available for some arch-es now, move to use ronn. . android-platform-tools (33.0.4-1~exp2) experimental; urgency=medium . * debian/patches: - Restore mips related patch. - Add include dir to makefile instead of patching. - Remove unused patches. . android-platform-tools (33.0.4-1~exp1) experimental; urgency=medium . * New upstream release 33.0.4 * debian/patches: - Refresh patches. - Add patch to fix ftbfs. - Revert upstream's removal of simg2simg. Checksums-Sha1: 3e9533139e5097a14b1fd8ac05242f88bfcca273 5294 android-platform-tools_34.0.5-1~bpo12+1.dsc 5a6cb2808f8ec25f3673b2f99f4451820fd7ce52 18846672 android-platform-tools_34.0.5.orig.tar.xz 0930a2a9db7a3884d36bbbf57bd42f7891a786cf 51480 android-platform-tools_34.0.5-1~bpo12+1.debian.tar.xz d6b331ff64e63887f9c8c9fb21438c06deb4fb2c 2330184 adb-dbgsym_34.0.5-1~bpo12+1_i386.deb c39983b5e3b8ce494abdc92a060233bf4000df22 301480 adb_34.0.5-1~bpo12+1_i386.deb 1bef3f60426eecfcd041c49d73cea1d807699152 1426356 android-libbacktrace-dbgsym_34.0.5-1~bpo12+1_i386.deb 1171069fbb62a99a4fc1026325abf040919f120f 20576 android-libbacktrace-dev_34.0.5-1~bpo12+1_i386.deb e0f1156d26e3572c9d9986cb7bd1d17052b0ceb0 247160 android-libbacktrace_34.0.5-1~bpo12+1_i386.deb bdab93bbdfbb139f86b4c09afe270df4992c8927 484532 android-libbase-dbgsym_34.0.5-1~bpo12+1_i386.deb 148f041838e605dc9f830364abbe599c9c9571fc 142788 android-libbase-dev_34.0.5-1~bpo12+1_i386.deb b91cb547595c1f65a113405726119b501d81b647 109416 android-libbase_34.0.5-1~bpo12+1_i386.deb e52520664fcdba7c42f4081e75f0cadd06ceac64 85056 android-libcutils-dbgsym_34.0.5-1~bpo12+1_i386.deb 268baa648cdd9d2f6f430074d99164fbed05f2ea 33540 android-libcutils-dev_34.0.5-1~bpo12+1_i386.deb 28fb5a4217ec59fa1dd4bae3a89ae5e153f44787 41556 android-libcutils_34.0.5-1~bpo12+1_i386.deb 185f95b1f8280ad559eee7f453826f49099e921d 89216 android-liblog-dbgsym_34.0.5-1~bpo12+1_i386.deb da32a0edb2b2f3034264953cdeb1b6b975267e72 34488 android-liblog-dev_34.0.5-1~bpo12+1_i386.deb eb231468f0428e4abb090d513496920e186e2a78 39964 android-liblog_34.0.5-1~bpo12+1_i386.deb 3356b44a5373f5c620e01305a8f9aec35d01140a 23872 android-libnativehelper-dbgsym_34.0.5-1~bpo12+1_i386.deb 7c874cf7e3ffa4ffe499fc8f1e497dfb58cdf055 51540 android-libnativehelper-dev_34.0.5-1~bpo12+1_i386.deb 90e053c2a834dfc738d49155bda1c0cec1ca99c9 25560 android-libnativehelper_34.0.5-1~bpo12+1_i386.deb 52510a994f6d6f71319ce1b44d89a134d4814247 46828 android-libsparse-dbgsym_34.0.5-1~bpo12+1_i386.deb d8786c66580abf45628fb655df97e4a4d8a427f7 23432 android-libsparse-dev_34.0.5-1~bpo12+1_i386.deb 7562cee64ed8feadc30e24a51266f4e41377705c 37052 android-libsparse_34.0.5-1~bpo12+1_i386.deb dc4da65e86c789bbd15f46683bb0d095c12cbc17 164460 android-libutils-dbgsym_34.0.5-1~bpo12+1_i386.deb 8e1643fca579d0f2e1521d4470fbed35960ca8c7 69308 android-libutils-dev_34.0.5-1~bpo12+1_i386.deb 7009bc7c54fa310483012a94eb0ce17c3ec983a0 61700 android-libutils_34.0.5-1~bpo12+1_i386.deb 715b7c923ca2a1a418bdc78c1bf191b77c4468bb 163676 android-libziparchive-dbgsym_34.0.5-1~bpo12+1_i386.deb 9c066994268897d68cfe4a95ec32dfebe9defffb 26404 android-libziparchive-dev_34.0.5-1~bpo12+1_i386.deb 6a8529a3bd52ac5b3e15ab43f5edaf999c4962ae 53376 android-libziparchive_34.0.5-1~bpo12+1_i386.deb 9a9c5704d46684dcbafd22f7097c4091a5ffd7fb 130268 android-platform-frameworks-native-headers_34.0.5-1~bpo12+1_all.deb ead04a55903ad51f1ca376778057842a4bf5c083 89396 android-platform-system-core-headers_34.0.5-1~bpo12+1_all.deb e631adb8eb4ee160cb3e0bb329a857e4304ef068 19531 android-platform-tools_34.0.5-1~bpo12+1_i386.buildinfo 62addf79a1b9458437415b282c3f7480b15cf548 16128 android-sdk-libsparse-utils-dbgsym_34.0.5-1~bpo12+1_i386.deb 76a17ee05685dd5e9942473668cdacbb72ae0356 24940 android-sdk-libsparse-utils_34.0.5-1~bpo12+1_i386.deb c28f96f7f908a563c35d3f7d4545b92d9cfea133 23220 etc1tool-dbgsym_34.0.5-1~bpo12+1_i386.deb 5ed4f2035447113e60330ccbbebf503faa1945f4 30424 etc1tool_34.0.5-1~bpo12+1_i386.deb 415a4780c1510cac9c74b7d1c731aa0fadd677fa 1798676 fastboot-dbgsym_34.0.5-1~bpo12+1_i386.deb d366f1181a1a12c472c83404abd8b94f7a9ebec1 217292 fastboot_34.0.5-1~bpo12+1_i386.deb 508f5364326967a4b52b47f7224d46cd87a1e425 9904 hprof-conv-dbgsym_34.0.5-1~bpo12+1_i386.deb ae5c93f05dfa2f70dab64bfb2dd45a1e86ca91c8 24384 hprof-conv_34.0.5-1~bpo12+1_i386.deb ea01a49c7c63c40b8c51785aeddc56bf429f0593 24256 mkbootimg_34.0.5-1~bpo12+1_all.deb Checksums-Sha256: 05ae247814a0425dfd600a04888e3de1d11eaeca23b5332ee7a59cce52831aa8 5294 android-platform-tools_34.0.5-1~bpo12+1.dsc 4893f6a85b205f1df2c35cde5d6ca3bedd5e9f19afdb3b5ac781e647aa2243f4 18846672 android-platform-tools_34.0.5.orig.tar.xz 65121165a32baf0392e61cbdc022c13b45e6cc179bc2621414d6d6b858e0ee5c 51480 android-platform-tools_34.0.5-1~bpo12+1.debian.tar.xz 02fb2e530eaeb2fe98efd7f99c5e891e317b06f6fab43b2eafa4ce7f1e3678b9 2330184 adb-dbgsym_34.0.5-1~bpo12+1_i386.deb f0f5133a08ab5350f8ee3ca485ac3187fd92afb766c45408fd33bd82bd45ced1 301480 adb_34.0.5-1~bpo12+1_i386.deb 264c6b1538e40a00cba4321ceb8ecc6d5720c28df56b2c0f923606d86e5557b0 1426356 android-libbacktrace-dbgsym_34.0.5-1~bpo12+1_i386.deb 7d1c3ee878c4e08fa8a758661064028d84191d77a9ceadf969b59abfd911e173 20576 android-libbacktrace-dev_34.0.5-1~bpo12+1_i386.deb 4488d7da3610456c42a600e30ff6ba314fb48b991fc778396871ff0fcb4d7991 247160 android-libbacktrace_34.0.5-1~bpo12+1_i386.deb 87d63d73ab8b6439ff50feab3aeecc30acab57af60fcab30eb64ad9729ead65f 484532 android-libbase-dbgsym_34.0.5-1~bpo12+1_i386.deb 7beec97e0d81d6ff7532355dafbf98997160ec1e8f2977700f6f4ffa9511912a 142788 android-libbase-dev_34.0.5-1~bpo12+1_i386.deb 925d3b7bffb0ff7913186124c6314a55add00f7a5c01c440e11e28e44e7af1b9 109416 android-libbase_34.0.5-1~bpo12+1_i386.deb da57ad10336e8350df0a5bd46e8c3e6821ede61ff6954e32031e08848092275b 85056 android-libcutils-dbgsym_34.0.5-1~bpo12+1_i386.deb dc2e27e8231296b164a69f1ca21c8ee7a7981b43850a1710df3fd841fd63c949 33540 android-libcutils-dev_34.0.5-1~bpo12+1_i386.deb 999146fc0b5af57a6d98bff64fa6b7fe36812331c9ca79e3028e4f8896bdf580 41556 android-libcutils_34.0.5-1~bpo12+1_i386.deb 3463acd141a5b3a9737f4a190fe949daa3e311a116f9305419c58348fe2612c8 89216 android-liblog-dbgsym_34.0.5-1~bpo12+1_i386.deb 39700ad04644d126b9213b33edc706c41732aebc6bdcc6ea5a85a4173f103682 34488 android-liblog-dev_34.0.5-1~bpo12+1_i386.deb 9df1818c6f705b37428ca8cd504baf223df2ace05ddaf4c9ffa63a177e56b979 39964 android-liblog_34.0.5-1~bpo12+1_i386.deb b7ce9c0dd4f9a6503150d91287434f71e31be07d7561473ecb3006324c8c7b11 23872 android-libnativehelper-dbgsym_34.0.5-1~bpo12+1_i386.deb 0a02d0551bb096c06765981dbbccad80de84fbecd77f26a64ca4275c05cf7429 51540 android-libnativehelper-dev_34.0.5-1~bpo12+1_i386.deb 1b4e4cae3ad05393cb3936a5137791dc52b1099413ab990696fcb46fe36d5f8a 25560 android-libnativehelper_34.0.5-1~bpo12+1_i386.deb cc95f476de80fae51ff6f8f30438fa433ff8e5d1c26fe45b1745f579c449e6a0 46828 android-libsparse-dbgsym_34.0.5-1~bpo12+1_i386.deb 0eb50e57b8576466f3d589dfedb517839cd7985e33b973aa853d015a76d28261 23432 android-libsparse-dev_34.0.5-1~bpo12+1_i386.deb 917cad907646042b35347d2c6d8a8570edaad25422be97ef767010de00c2d3e1 37052 android-libsparse_34.0.5-1~bpo12+1_i386.deb d9c79b0d8db16ba2ca037bb25b690f1e7108426161ee8d717c671f1aba8f863d 164460 android-libutils-dbgsym_34.0.5-1~bpo12+1_i386.deb f6141f66ac32516be1f738723122da46db01b73a955461858e58b74117e145b0 69308 android-libutils-dev_34.0.5-1~bpo12+1_i386.deb 24864cd3231373d09bd14bd329c984e4de8a2b67808e9856be24b67a8aae7d68 61700 android-libutils_34.0.5-1~bpo12+1_i386.deb 85ef823d8dff9bafce0a967555e890669e261c7b82162a3a5e8e4398423da920 163676 android-libziparchive-dbgsym_34.0.5-1~bpo12+1_i386.deb 1713b698b01f2727fb6272167666d3d9721f2216e9494bb275abee2d353ace1d 26404 android-libziparchive-dev_34.0.5-1~bpo12+1_i386.deb fa49cbeb07c96d990bc6977aa7a4d8ed8999334e24ee1c497574f11e9ee1610c 53376 android-libziparchive_34.0.5-1~bpo12+1_i386.deb 02dfff4b084f2dde063da74681d0794a3fbbaadd358695ee1a376501f005c02a 130268 android-platform-frameworks-native-headers_34.0.5-1~bpo12+1_all.deb 454c982fe92a7470491aa2225327d3b3a22cc2a1979ee0b8ee778dbba466528a 89396 android-platform-system-core-headers_34.0.5-1~bpo12+1_all.deb 61683a8b6840902d6069724a81cfd0daf3e8adc70ba487387c0677a3d8e0ac0b 19531 android-platform-tools_34.0.5-1~bpo12+1_i386.buildinfo d1568b2ffd292b35bf235cbdeb345ca8e0ccb5418986432d3dce53449104e36a 16128 android-sdk-libsparse-utils-dbgsym_34.0.5-1~bpo12+1_i386.deb 2fbb0abcae342176bf780654174b997728ca4282af358a150ed0551380798e30 24940 android-sdk-libsparse-utils_34.0.5-1~bpo12+1_i386.deb c9816e304017fe77f323e629e0c750569c12a0ce74a3af5c1e31cc2facb85911 23220 etc1tool-dbgsym_34.0.5-1~bpo12+1_i386.deb a0f381204b348effe77c14b170913511e86390b6c741d9718d4e0087dfda048a 30424 etc1tool_34.0.5-1~bpo12+1_i386.deb eebfe36c58de958d3bde64c31a10d569102e05d4c3daba5e00c44baf3f7c0e07 1798676 fastboot-dbgsym_34.0.5-1~bpo12+1_i386.deb c3d2b71797e600b8ef181af01bebcab6e48aee8606bbb97ce9891b37a1b6be93 217292 fastboot_34.0.5-1~bpo12+1_i386.deb ec9fcb7424527b90cc9dda57ee40b3deb3fcc74cec0ab09dcefd661d2fd7cff2 9904 hprof-conv-dbgsym_34.0.5-1~bpo12+1_i386.deb 58012b8b2bc8646364ed4422bb9cb79d36b94a9cb41eeb28c3589821d4a6244e 24384 hprof-conv_34.0.5-1~bpo12+1_i386.deb a14923985eaa3ccfaeb2bd0238cc0beabd2982b0729f8a493ac5637a95cf4425 24256 mkbootimg_34.0.5-1~bpo12+1_all.deb Files: ceec4add6b7bba00a6421a231e9a50a1 5294 devel optional android-platform-tools_34.0.5-1~bpo12+1.dsc 3ab5ea75455c6c87c5afbac71aa689c6 18846672 devel optional android-platform-tools_34.0.5.orig.tar.xz abb9057c36a603ff19ab8dfda1031f75 51480 devel optional android-platform-tools_34.0.5-1~bpo12+1.debian.tar.xz 10ba260ee169eb4d7d878255b2e28da7 2330184 debug optional adb-dbgsym_34.0.5-1~bpo12+1_i386.deb 4f0c1c6ca1300d996f4757bf706a7a83 301480 utils optional adb_34.0.5-1~bpo12+1_i386.deb 5c2663a3a0b53e4bdbab78b0a3dcb8d1 1426356 debug optional android-libbacktrace-dbgsym_34.0.5-1~bpo12+1_i386.deb 49cde5a3bf2a295b47941c1c73293e25 20576 libdevel optional android-libbacktrace-dev_34.0.5-1~bpo12+1_i386.deb 04ae8e1c565fdd6a1946668728d61fa6 247160 libs optional android-libbacktrace_34.0.5-1~bpo12+1_i386.deb c3c456b5c413db51e69deee4e72eb668 484532 debug optional android-libbase-dbgsym_34.0.5-1~bpo12+1_i386.deb 7a07679f2d93cedc8e99c263a0aee516 142788 libdevel optional android-libbase-dev_34.0.5-1~bpo12+1_i386.deb b071f8568558fa391fc05fa203a3294b 109416 libs optional android-libbase_34.0.5-1~bpo12+1_i386.deb ef744c0403b974023098beb8685e5b79 85056 debug optional android-libcutils-dbgsym_34.0.5-1~bpo12+1_i386.deb 260bb7be4790f0c6ea033e5d1ecabb24 33540 libdevel optional android-libcutils-dev_34.0.5-1~bpo12+1_i386.deb 39785bdcd58257f747f60b248967f431 41556 libs optional android-libcutils_34.0.5-1~bpo12+1_i386.deb 3753bb6b3027ac337e9b6918d887357e 89216 debug optional android-liblog-dbgsym_34.0.5-1~bpo12+1_i386.deb a0365d06c6cb504e81798479ba454c51 34488 libdevel optional android-liblog-dev_34.0.5-1~bpo12+1_i386.deb 89df2c0dace2c0a79269305ccdedbd1b 39964 libs optional android-liblog_34.0.5-1~bpo12+1_i386.deb a3c305a21a1b79c40d210b679911ac3c 23872 debug optional android-libnativehelper-dbgsym_34.0.5-1~bpo12+1_i386.deb 18f96e04dcf7c899df6f7528ca18f9c4 51540 libdevel optional android-libnativehelper-dev_34.0.5-1~bpo12+1_i386.deb b42149a327f308a05c3466608994d8a5 25560 libs optional android-libnativehelper_34.0.5-1~bpo12+1_i386.deb ae7075ccbb4c7cf646f752d88f88a943 46828 debug optional android-libsparse-dbgsym_34.0.5-1~bpo12+1_i386.deb 141478a89c85da5e620d7e1cd25937ca 23432 libdevel optional android-libsparse-dev_34.0.5-1~bpo12+1_i386.deb 02a985a620c62d7a0520c3e037b163a2 37052 libs optional android-libsparse_34.0.5-1~bpo12+1_i386.deb 416705e0bee01f21c6fef516733c2ba4 164460 debug optional android-libutils-dbgsym_34.0.5-1~bpo12+1_i386.deb 3405b443ca8daaa6307dc7e3f7c09520 69308 libdevel optional android-libutils-dev_34.0.5-1~bpo12+1_i386.deb 2309f70d182e38d4eeeadd3d85eb2a15 61700 libs optional android-libutils_34.0.5-1~bpo12+1_i386.deb ce60579ec14ba4041c7d407216698a84 163676 debug optional android-libziparchive-dbgsym_34.0.5-1~bpo12+1_i386.deb 9d5fb2c69ebeee0ce79c42718fde9bdb 26404 libdevel optional android-libziparchive-dev_34.0.5-1~bpo12+1_i386.deb 9fb095843b311de1e8b08b902bb4d947 53376 libs optional android-libziparchive_34.0.5-1~bpo12+1_i386.deb 6bc9520afb575f1f5a44bc8fbd5de501 130268 libdevel optional android-platform-frameworks-native-headers_34.0.5-1~bpo12+1_all.deb ca5ba46dbe8e7dca4399c1a75a7e0335 89396 libdevel optional android-platform-system-core-headers_34.0.5-1~bpo12+1_all.deb b973cffa48f53229f5f265d29c4c42ac 19531 devel optional android-platform-tools_34.0.5-1~bpo12+1_i386.buildinfo fa56680ac8b9d837286b13ae1b1811cf 16128 debug optional android-sdk-libsparse-utils-dbgsym_34.0.5-1~bpo12+1_i386.deb b9ec9195cda6ed9999f6c3910bdca806 24940 utils optional android-sdk-libsparse-utils_34.0.5-1~bpo12+1_i386.deb 6230fedb8d4ce8a348b607da9e474038 23220 debug optional etc1tool-dbgsym_34.0.5-1~bpo12+1_i386.deb 23ad968e86a64e16e4bdd41240177808 30424 devel optional etc1tool_34.0.5-1~bpo12+1_i386.deb fda950e82c7104c5397680ea72941fc1 1798676 debug optional fastboot-dbgsym_34.0.5-1~bpo12+1_i386.deb b4fc219c5d47d96dda4e28a828de2783 217292 utils optional fastboot_34.0.5-1~bpo12+1_i386.deb d290a52f68e7d15da105d3125e42f0a0 9904 debug optional hprof-conv-dbgsym_34.0.5-1~bpo12+1_i386.deb 0fb26764d1b17441bbdce0c9e3a9b1b8 24384 devel optional hprof-conv_34.0.5-1~bpo12+1_i386.deb 0abb43e2a346238da31dd2f764131cd8 24256 utils optional mkbootimg_34.0.5-1~bpo12+1_all.deb -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmbyWuMQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qII+EACa9ajI6LZUL2+vBXokGiXyI6HVxKxkn5cK +qfxkA47B9ZataQYNnmpvHVrDfKQfEmMtWs6M0qllTgdEefg7lyV6XxlFzj6O3w5 Kcy0QT7yJXH3fjkBaUL2EOyDVk35/6/WuubUz1yF9+hPlZXuGBCl1F8DWNPwXN/O x3XBNSP8/pXRPjL6CRQqtvfaVSx9mHymQAcwUfIMor6vlhytCLBIdKUrLNRHl5q3 fcbZiBgdfAP+d9q+bHQyBPLeE7QzyDqBTeO59OJp6xdWdMWPIRvLdjZKDxE6tJx+ YpWsWlGJSRQfm0SkzQ4KpAIU3wEbHZTAt0eTSELgTxMtD8EhpWDDpCUzAtp0IMiE nK4QPvXRvgx3CL0zRV3JTYgL16xPk0OADPQQTDkMqDY5rS58L/GgQAZCKzUNNbMB tN9tbTNFca6KVAB48F8eah/UOZ5QN/ZcTP0LYKMLczjsr2cQt7eIfsVFyFyrh8zm A1MwiSkuUc6wf/vg25KIymcwYmiC3vj+bvZHNflKIiP7H53pkPmMch8rNcq4ohPF 6DQaPOi/R6uYRswhPR7ZsiwBfyRQD1VqYGIrR0utl+HVIr6p0ldcwNSTkGYyb7x1 RcFJR8E92RsCINU96xCu3StH5aXke4M1wTNqn3URFpHB3YbJVk6Hadf3taFaObPT r8TTy8BBvg== =52vH -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From sanvila at debian.org Tue Sep 24 18:41:02 2024 From: sanvila at debian.org (Santiago Vila) Date: Tue, 24 Sep 2024 19:41:02 +0200 Subject: [Android-tools-devel] Bug#1082678: android-platform-frameworks-base: FTBFS: libs/androidfw/include/androidfw/Asset.h:138:66: error: 'string' is a private member of 'android::String8' Message-ID: <69b8fa3f-dacb-4934-8a24-2699c8d0a145@debian.org> Package: src:android-platform-frameworks-base Version: 1:14~beta1-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules binary dh binary --with bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' mkdir -p debian/out rm -f tools/aapt2/integration-tests/ConvertTest/duplicate_entries.apk dh_auto_configure make[1]: Leaving directory '/<>' debian/rules override_dh_auto_build-arch make[1]: Entering directory '/<>' make[1]: Circular debian/out/libandroidfw.so <- debian/out/libandroidfw.so dependency dropped. dh_auto_build --buildsystem=makefile -- -f debian/libandroidfw.mk make -j2 -f debian/libandroidfw.mk make[2]: Entering directory '/<>' clang++ -c -o libs/androidfw/ApkAssets.o libs/androidfw/ApkAssets.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -std=gnu++17 -Wno-missing-field-initializers -Wunreachable-code -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -DSTATIC_ANDROIDFW_FOR_TOOLS -Ilibs/androidfw/include clang++ -c -o libs/androidfw/Asset.o libs/androidfw/Asset.cpp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -std=gnu++2a -gdwarf-4 -std=gnu++17 -Wno-missing-field-initializers -Wunreachable-code -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android -Wno-c99-designator -Wno-gnu-designator -Wno-gnu-folding-constant -fmessage-length=0 -fno-exceptions -fno-strict-aliasing -no-canonical-prefixes -DSTATIC_ANDROIDFW_FOR_TOOLS -Ilibs/androidfw/include In file included from libs/androidfw/ApkAssets.cpp:17: In file included from libs/androidfw/include/androidfw/ApkAssets.h:26: libs/androidfw/include/androidfw/Asset.h:138:66: error: 'string' is a private member of 'android::String8' const char* getAssetSource(void) const { return mAssetSource.string(); } ^ /usr/include/android/utils/String8.h:235:33: note: declared private here inline const char* string() const; ^ In file included from libs/androidfw/Asset.cpp:24: libs/androidfw/include/androidfw/Asset.h:138:66: error: 'string' is a private member of 'android::String8' const char* getAssetSource(void) const { return mAssetSource.string(); } ^ /usr/include/android/utils/String8.h:235:33: note: declared private here inline const char* string() const; ^ 1 error generated. make[2]: *** [debian/libandroidfw.mk:57: libs/androidfw/Asset.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 1 error generated. make[2]: *** [debian/libandroidfw.mk:57: libs/androidfw/ApkAssets.o] Error 1 make[2]: Leaving directory '/<>' dh_auto_build: error: make -j2 -f debian/libandroidfw.mk returned exit code 2 make[1]: *** [debian/rules:52: debian/out/libandroidfw.so] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:61: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202409/ 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. Thanks. From noreply at release.debian.org Wed Sep 25 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 25 Sep 2024 04:39:07 +0000 Subject: [Android-tools-devel] android-platform-tools-analytics-library REMOVED from testing Message-ID: FYI: The status of the android-platform-tools-analytics-library source package in Debian's testing distribution has changed. Previous version: 2.2.2-3 Current version: (not in testing) Hint: # 1078377,1078397 in android-platform-tools-base,lombok-ast The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Sep 25 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 25 Sep 2024 04:39:07 +0000 Subject: [Android-tools-devel] android-platform-frameworks-data-binding REMOVED from testing Message-ID: FYI: The status of the android-platform-frameworks-data-binding source package in Debian's testing distribution has changed. Previous version: 2.2.2-6 Current version: (not in testing) Hint: # 1078377,1078397 in android-platform-tools-base,lombok-ast The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Sep 25 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 25 Sep 2024 04:39:07 +0000 Subject: [Android-tools-devel] android-sdk-helper REMOVED from testing Message-ID: FYI: The status of the android-sdk-helper source package in Debian's testing distribution has changed. Previous version: 0.2 Current version: (not in testing) Hint: # 1078377,1078397 in android-platform-tools-base,lombok-ast The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Sep 25 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 25 Sep 2024 04:39:07 +0000 Subject: [Android-tools-devel] android-platform-tools-base REMOVED from testing Message-ID: FYI: The status of the android-platform-tools-base source package in Debian's testing distribution has changed. Previous version: 2.2.2-5 Current version: (not in testing) Hint: # 1078377 in lombok-ast # 1078397 The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Sep 29 05:39:06 2024 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 29 Sep 2024 04:39:06 +0000 Subject: [Android-tools-devel] android-platform-tools 34.0.5-2 MIGRATED to testing Message-ID: FYI: The status of the android-platform-tools source package in Debian's testing distribution has changed. Previous version: 34.0.5-1 Current version: 34.0.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon Sep 30 04:30:40 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 30 Sep 2024 03:30:40 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-2~bpo12+1_source.changes Message-ID: android-platform-tools_34.0.5-2~bpo12+1_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-2~bpo12+1.dsc android-platform-tools_34.0.5-2~bpo12+1.debian.tar.xz android-platform-tools_34.0.5-2~bpo12+1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Sep 30 04:33:56 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 30 Sep 2024 03:33:56 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-2~bpo12+1_source.changes ACCEPTED into stable-backports Message-ID: Thank you for your contribution to Debian. Mapping bookworm-backports to stable-backports. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 28 Sep 2024 20:49:48 -0700 Source: android-platform-tools Architecture: source Version: 34.0.5-2~bpo12+1 Distribution: bookworm-backports Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-tools (34.0.5-2~bpo12+1) bookworm-backports; urgency=medium . * Rebuild for bookworm-backports. * debian/control: B-D 7zip (>= 22.01+dfsg-9) Checksums-Sha1: 6457703502ab3b48d46f5699e55d2218ac6b15f8 5381 android-platform-tools_34.0.5-2~bpo12+1.dsc a87d31fed2362a15a3a0c8704abf6808f772204c 51316 android-platform-tools_34.0.5-2~bpo12+1.debian.tar.xz ba3151069cf4bd0f9fdf55265c75a628b9bd7995 6370 android-platform-tools_34.0.5-2~bpo12+1_source.buildinfo Checksums-Sha256: 1dbbcb9d18cc479f6a905198548c604db8b7093fe1a839427e317df7efac6743 5381 android-platform-tools_34.0.5-2~bpo12+1.dsc 27325b1b7ec980c244e431d9a3a5f8b7f68be2099b8515c719d999a80648ebef 51316 android-platform-tools_34.0.5-2~bpo12+1.debian.tar.xz 97aa96796955ea81556e30b7b87d9263b27ebb018d737c1436c1edea12638893 6370 android-platform-tools_34.0.5-2~bpo12+1_source.buildinfo Files: 6f7cf8334e6e82f2af93b06f4164b442 5381 devel optional android-platform-tools_34.0.5-2~bpo12+1.dsc 598c8cd71ea09420fe136ec19265ff00 51316 devel optional android-platform-tools_34.0.5-2~bpo12+1.debian.tar.xz 769f325a5ae28ad1ce091c6d222bd8c3 6370 devel optional android-platform-tools_34.0.5-2~bpo12+1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmb6GjgQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qCX6D/9HC2jqi1toa9wlu4Kk+pZ4T4il36PR0Fln JwFxjVi3b5Xh4Btzn0Opas+MKZiYpSxDrSUvgL8sM4HR7ZrRLWWgphRFzWum6m+M I2QQza2f4cE1VEf8vvDJfiMdg/i5S+2UTir3+9IEzNwVt0O2o4ON/X4snwxF8tEx uVmW3qzMdT9HXcBiqAEfTMjtmiSAIhdgtBcGYz1HFwmaQkYzbIQTo6UqkDsHUEfi Hf4GojWUMOZ8fW7gmetdUH5Ryo8BKmhHjno+b9X0elxbkGU0pnbDnD2uohJQkUWh v+pB8Z2dWLPn96scvEx41nOG6cLwqG7UdWglKNPUQ1SUXKJf8c2vMJmb0ooQRTJN Ty0M647AUjpiKPER8Gq8oo54oZ5/2slIbX0F6SdMNKV5fkLQZ2VMycFJS4HzfD5P kIjUrv6Kk4Z0CFA6ODO5FR9+7KMDCLvy2pmvZNmb4giZLOlCAo/FrBhgW+KrLOAh GNEmTl3uKYJpRDJTg/qFbogque2J42nWcIPJxHdDgJqC37kzljQjHK1cL84wYlRN vJfcze8td/MBS9t3zugZm9gUYMQgvW/G/kBrwvK1yDbcwkeyLI8hinF+yrV8kl0V KvAuLfLE5h7GnXT1S9ljKSeJhC7eVqihFdmNuFFyvwjp2NemLF7WB4S6gMr5YCyO 7rLOFeUOGA== =5DcY -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Mon Sep 30 05:41:08 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 30 Sep 2024 04:41:08 +0000 Subject: [Android-tools-devel] Processing of android-platform-tools_34.0.5-3_source.changes Message-ID: android-platform-tools_34.0.5-3_source.changes uploaded successfully to localhost along with the files: android-platform-tools_34.0.5-3.dsc android-platform-tools_34.0.5-3.debian.tar.xz android-platform-tools_34.0.5-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Sep 30 05:49:45 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 30 Sep 2024 04:49:45 +0000 Subject: [Android-tools-devel] android-platform-tools_34.0.5-3_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 29 Sep 2024 21:35:57 -0700 Source: android-platform-tools Architecture: source Version: 34.0.5-3 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers Changed-By: Roger Shimizu Changes: android-platform-tools (34.0.5-3) unstable; urgency=medium . * debian/control: B-D 7zip (>= 22.01+dfsg-9) * debian/rules: Remove -lto from linking option. * debian/include: Revert Add chrono header for gcc-13. Checksums-Sha1: b5a55664c5cc7b65d5a83bf3dd59487405143d80 5349 android-platform-tools_34.0.5-3.dsc 0d48e496ed6b5ec643aed200ac07086ef0cdbe15 51276 android-platform-tools_34.0.5-3.debian.tar.xz d74b07d406344283a76a358797394ab4734a4b61 6338 android-platform-tools_34.0.5-3_source.buildinfo Checksums-Sha256: f81eff9b5b7f61257ca91c10b5059f83dc38c2fba2efbc966285dc8884660f4d 5349 android-platform-tools_34.0.5-3.dsc b629ef8b899c9a181621205076f04262e316ea56309208b9bc456de5374ae8eb 51276 android-platform-tools_34.0.5-3.debian.tar.xz fc67bebf340b2f571f0ec03ea622784dc28a3a132f4207f9e4ec3dd8c5bbac6d 6338 android-platform-tools_34.0.5-3_source.buildinfo Files: 7eaa4e07dde0337e1960ca13bd33c453 5349 devel optional android-platform-tools_34.0.5-3.dsc 090190e56b652c10c83507a2e57b510a 51276 devel optional android-platform-tools_34.0.5-3.debian.tar.xz a1f77aa8185fba537bf441ed547ffe00 6338 devel optional android-platform-tools_34.0.5-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmb6KvoQHHJvc2hAZGVi aWFuLm9yZwAKCRCkeGsNpwM0qDXsD/41T7po7W2YNVDq15i047yJL2VmGmaRwAQM nZG4N4fdVotjYWmMLfSCOqxE85SPXz+6++W9AduU55ekJGomv2f0DQ+dy7up4KKD 0ozhkag+i4JARRFloBiFMwZRwgLUQmJUYhyuI5+uUViKnudvHW/N2O8LKw8AldGp B4DjnQZRdOfwoXlIQy+P47JdDr6GkBfzvhz1TQERmh6VZDc3aKyTF/qsIXPF5q5U /6CZBLCQylWO5ITL1JY+gb6gAYm4TZ0Ud//A6eBL2svoaizoPDJTjVrRE4erBG+2 ezV0OIbmMT7BYSQW81ofJc/6uN739WJCgGVE0KjIxn4UGMOY+yJUJBQJcgBxfGzm VGVBDcyvSuslkwk2liJRB86Bn7nCbd2Relm14Exbs5gH+CX6zTYoP5veaqXhHECD 85BRH/8LWuLxIXbrc7JD9ByFUcv7dTyj5jPYNPhLiIGhQCGTC1LE9m0npw63jNLb s2tCpAxGwK8DAVaMjmSO1wR97XNDzyqwOIxRI5uxiJ6orQdwoFFUCzXKenYQ+XH1 SvKAjEUoWdnSfNsyqXx/7/KQI5zVoHUax1nXroG4jPEvQsW+2W4IMCAOWTUYqPwq WKycTIb8QHyNIwocUdNdstW3wBUzD5KrtqYHUSJ1d24fCBe6fePPW62r6CO7Y20f Llmf48J/2g== =YJq/ -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: