Your message dated Wed, 21 Jan 2026 04:08:34 +0000
with message-id <[email protected]>
and subject line Bug#1126040: fixed in gdb 17.1-2
has caused the Debian Bug report #1126040,
regarding gdb fails to build from source in Ubuntu
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1126040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126040
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gdb
Version: 17.1-1
Severity: normal
Tags: ftbfs

Dear Maintainer,

When building the package in Ubuntu, it failed to build from source due to the
missing directory:

----
bin/bash /<<PKGBUILDDIR>>/sim/common/create-version.sh
/<<PKGBUILDDIR>>/sim/../gdb common/version.c-stamp.tmp
set -e; \
LANG=C ; export LANG; \
LC_ALL=C ; export LC_ALL; \
sed -n -e '/^sim_install_/{s/^\(sim_install_[a-z_0-9A-Z]*\).*/\1/;p}'
/<<PKGBUILDDIR>>/sim/common/callback.c
/<<PKGBUILDDIR>>/sim/common/portability.c /<<PKGBUILDDIR>>/sim/common/sim-
load.c /<<PKGBUILDDIR>>/sim/common/sim-signal.c
/<<PKGBUILDDIR>>/sim/common/syscall.c /<<PKGBUILDDIR>>/sim/common/target-
newlib-errno.c /<<PKGBUILDDIR>>/sim/common/target-newlib-open.c
/<<PKGBUILDDIR>>/sim/common/target-newlib-signal.c
/<<PKGBUILDDIR>>/sim/common/target-newlib-syscall.c
/<<PKGBUILDDIR>>/sim/common/callback.c
/<<PKGBUILDDIR>>/sim/common/portability.c /<<PKGBUILDDIR>>/sim/common/sim-
load.c /<<PKGBUILDDIR>>/sim/common/sim-signal.c
/<<PKGBUILDDIR>>/sim/common/syscall.c /<<PKGBUILDDIR>>/sim/common/target-
newlib-errno.c /<<PKGBUILDDIR>>/sim/common/target-newlib-open.c
/<<PKGBUILDDIR>>/sim/common/target-newlib-signal.c
/<<PKGBUILDDIR>>/sim/common/target-newlib-syscall.c
/<<PKGBUILDDIR>>/sim/aarch64/cpustate.c /<<PKGBUILDDIR>>/sim/aarch64/interp.c
/<<PKGBUILDDIR>>/sim/aarch64/memory.c /<<PKGBUILDDIR>>/sim/aarch64/simulator.c
/<<PKGBUILDDIR>>/sim/common/sim-arange.c /<<PKGBUILDDIR>>/sim/common/sim-bits.c
/<<PKGBUILDDIR>>/sim/common/sim-close.c /<<PKGBUILDDIR>>/sim/common/sim-
command.c /<<PKGBUILDDIR>>/sim/common/sim-config.c
/<<PKGBUILDDIR>>/sim/common/sim-core.c /<<PKGBUILDDIR>>/sim/common/sim-cpu.c
/<<PKGBUILDDIR>>/sim/common/sim-endian.c /<<PKGBUILDDIR>>/sim/common/sim-
engine.c /<<PKGBUILDDIR>>/sim/common/sim-events.c
/<<PKGBUILDDIR>>/sim/common/sim-fpu.c /<<PKGBUILDDIR>>/sim/common/sim-hload.c
/<<PKGBUILDDIR>>/sim/common/sim-hrw.c /<<PKGBUILDDIR>>/sim/common/sim-io.c
/<<PKGBUILDDIR>>/sim/common/sim-info.c /<<PKGBUILDDIR>>/sim/common/sim-memopt.c
/<<PKGBUILDDIR>>/sim/common/sim-model.c /<<PKGBUILDDIR>>/sim/common/sim-
module.c /<<PKGBUILDDIR>>/sim/common/sim-options.c
/<<PKGBUILDDIR>>/sim/common/sim-profile.c /<<PKGBUILDDIR>>/sim/common/sim-
reason.c /<<PKGBUILDDIR>>/sim/common/sim-reg.c /<<PKGBUILDDIR>>/sim/common/sim-
stop.c /<<PKGBUILDDIR>>/sim/common/sim-syscall.c
/<<PKGBUILDDIR>>/sim/common/sim-trace.c /<<PKGBUILDDIR>>/sim/common/sim-utils.c
/<<PKGBUILDDIR>>/sim/common/sim-watch.c /<<PKGBUILDDIR>>/sim/common/hw-alloc.c
/<<PKGBUILDDIR>>/sim/common/hw-base.c /<<PKGBUILDDIR>>/sim/common/hw-device.c
/<<PKGBUILDDIR>>/sim/common/hw-events.c /<<PKGBUILDDIR>>/sim/common/hw-
handles.c /<<PKGBUILDDIR>>/sim/common/hw-instances.c
/<<PKGBUILDDIR>>/sim/common/hw-ports.c /<<PKGBUILDDIR>>/sim/common/hw-
properties.c /<<PKGBUILDDIR>>/sim/common/hw-tree.c
/<<PKGBUILDDIR>>/sim/common/sim-hw.c /<<PKGBUILDDIR>>/sim/common/dv-sockser.c
/<<PKGBUILDDIR>>/sim/common/dv-cfi.c /<<PKGBUILDDIR>>/sim/common/dv-core.c
/<<PKGBUILDDIR>>/sim/common/dv-pal.c /<<PKGBUILDDIR>>/sim/common/dv-glue.c
/<<PKGBUILDDIR>>/sim/common/sim-resume.c | sort >aarch64/stamp-modules.l-tmp; \
( \
echo '/* Do not modify this file. */'; \
echo '/* It is created automatically by the Makefile. */'; \
echo '#include "libiberty.h"'; \
echo '#include "sim-module.h"'; \
sed -e 's:\(.*\):extern MODULE_INIT_FN \1;:' aarch64/stamp-modules.l-tmp; \
echo 'MODULE_INSTALL_FN * const sim_modules_detected[] = {'; \
sed -e 's:\(.*\): \1,:' aarch64/stamp-modules.l-tmp; \
echo '};'; \
echo 'const int sim_modules_detected_len = ARRAY_SIZE (sim_modules_detected);';
\
) >aarch64/stamp-modules.tmp; \
/bin/bash /<<PKGBUILDDIR>>/sim/../move-if-change aarch64/stamp-modules.tmp
aarch64/modules.c; \
rm -f aarch64/stamp-modules.l-tmp; \
touch aarch64/stamp-modules
rm -f libgdbsupport.a
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/<<PKGBUILDDIR>>/sim
-I/<<PKGBUILDDIR>>/sim/../gnulib/import -I../gnulib/import
-I/<<PKGBUILDDIR>>/sim/.. -I/<<PKGBUILDDIR>>/sim/../include -I../bfd -I..
-Iaarch64 -I/<<PKGBUILDDIR>>/sim/aarch64 -DWITH_HW=1 -DHAVE_DV_SOCKSER
-DDEFAULT_INLINE=0 -I/<<PKGBUILDDIR>>/sim/common -DSIM_TOPDIR_BUILD -Wdate-time
-D_FORTIFY_SOURCE=3 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-
variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body
-Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-
error=maybe-uninitialized -Wimplicit-fallthrough=5 -Wduplicated-cond
-Wshadow=local -Wmissing-declarations -Wdeclaration-after-statement
-Wdeprecated-non-prototype -Wimplicit-function-declaration -Wimplicit-int
-Wincompatible-pointer-types -Wint-conversion -Wmisleading-indentation
-Wmissing-parameter-type -Wmissing-prototypes -Wold-style-declaration -Wold-
style-definition -Wpointer-sign -Wreturn-mismatch -Wreturn-type -Wshift-
negative-value -Wstrict-prototypes -Wno-enum-conversion -Wformat -Wformat-
nonliteral -g -O2 -Werror=implicit-function-declaration -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -fdebug-prefix-
map=/<<PKGBUILDDIR>>=/usr/src/gdb-17.1-1ubuntu1~ppa1 -fPIC -MT aarch64/nrun.o
-MD -MP -MF aarch64/.deps/nrun.Tpo -c -o aarch64/nrun.o
/<<PKGBUILDDIR>>/sim/common/nrun.c && mv -f aarch64/.deps/nrun.Tpo
aarch64/.deps/nrun.Po
aarch64-linux-gnu-ar --plugin /usr/libexec/gcc/aarch64-linux-
gnu/15/liblto_plugin.so cru libgdbsupport.a agent.o btrace-common.o cleanups.o
common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-
utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-
dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-
control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o remote-
args.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o
signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-
utils.o event-pipe.o
/<<PKGBUILDDIR>>/sim/common/create-version.sh: line 33:
common/version.c-stamp.tmp: No such file or directory
make[5]: *** [Makefile:4905: common/version.c-stamp] Error 1
make[5]: *** Waiting for unfinished jobs....

---[1]

[1] https://launchpadlibrarian.net/843952571/buildlog_ubuntu-resolute-
arm64.gdb_17.1-1ubuntu1~ppa1_BUILDING.txt.gz


-- System Information:
Debian Release: forky/sid
  APT prefers questing-updates
  APT policy: (500, 'questing-updates'), (500, 'questing-security'), (500, 
'questing'), (100, 'questing-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.17.0-8-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_SOFTLOCKUP
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: gdb
Source-Version: 17.1-2
Done: Sergio Durigan Junior <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gdb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergio Durigan Junior <[email protected]> (supplier of updated gdb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 20 Jan 2026 22:48:45 -0500
Source: gdb
Architecture: source
Version: 17.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GDB Team <[email protected]>
Changed-By: Sergio Durigan Junior <[email protected]>
Closes: 1124547 1126040
Changes:
 gdb (17.1-2) unstable; urgency=medium
 .
   * d/control: Bump Standards-Version to 4.7.3; no changes needed.
 .
   [ Vladimir Petko ]
   * - d/rules: create $(builddir_$(1))/sim/common to resolve
       ftbfs (LP: 2138687) (Closes: #1126040)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #1124547)
     - Cross-translate gobjc build dependency.
     - Multiarchify Python build dependency.
     - cross.patch: Use host flags for chew.c
Checksums-Sha1:
 d9c2406b25f956f76963c8d15e63c67697c7f91d 2648 gdb_17.1-2.dsc
 6811cf154740db0555b639825080222a5d83fcc9 45952 gdb_17.1-2.debian.tar.xz
 d1376ec01c10b615612012f099214dcb3b8a5dc1 9864 gdb_17.1-2_source.buildinfo
Checksums-Sha256:
 d36e933a59539e13c8c53df28764a344fc1725353c04bc01640fbed5196804a2 2648 
gdb_17.1-2.dsc
 0c97f9081f6953ff45702d72be7cf7b598756a6a42369b185b3751a18a6a7255 45952 
gdb_17.1-2.debian.tar.xz
 766c381080f436a95137a133e0a00f5e0c9326ebdcb9b331ddc664053cc02a08 9864 
gdb_17.1-2_source.buildinfo
Files:
 ba5221af70391cd1dc9758841f3b20ea 2648 devel optional gdb_17.1-2.dsc
 972a5d180d53a350845d6e6a16b95b82 45952 devel optional gdb_17.1-2.debian.tar.xz
 4e45252872f6ddf83d7ff864bb3d10ab 9864 devel optional 
gdb_17.1-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmlwT34ACgkQ0Ot2KGX8
Xjbj6Q/+KtDHzWbQsEPdn14OIlrTzggkPFjPHHL+F5dP+9WHCS++90uzXT8jKTXN
iVO9llp1Xvi2Y229mjsISLQ+mgGcybPeewEfRD95IqPovGqr2EFspVjkUtMqzwof
o9ZeNXjqSAs4IwTVecWOHeoSW34w2GT5LQMS6U8LikUVu/5BTRtkxUZuijeg3g5M
kx1S8ySZrytp0BO8dm5RqDBw2aEt0mxPCY9Pb2WrG+o83LIABgzzNg6nNJAG7RGR
09XwrZnqKUwwzVBbXA1RcNZkP/R6tANvJY9fbyorcNC3oJ93zaAjxNtINm3hGJ3K
PoPFPvXf+4qOc3AgIyrnKy9DrirPun2iKoyLYbyxl39OtsztlHW9l2FWY/S9PaPZ
PvqBQ57TAPRwCNY1FaWlwBpkH8UZ8JaRRUMelwQTMo51zRpxSMLsSkb/IVt7mIhY
B/wmemmrF1397x7wODekAonAjZ+BQ0xTcWsDlUPCdqpd+MLvtSeND2h83Rwma+NU
6U6VtDtI6dxo959bbtnE7Ydb+n7Z5ZVlBIZAlAYco53Q80se/OR301fUK+mPc6zF
W6ifuBidJwhgmW0+hXRm4xd5OOWS6g/9QVKsW1lCDxhREmAPSsln6sdI+tSjzDtB
Nyk1vY4UveMYSMdPMATz9xfpqLzwaVZXpyTRrE/RtSL4SBKBjf0=
=42CN
-----END PGP SIGNATURE-----

Attachment: pgpAQEM33Bg_f.pgp
Description: PGP signature


--- End Message ---

Reply via email to