Your message dated Tue, 20 Jan 2026 18:31:53 +0000
with message-id <[email protected]>
and subject line Bug#1123882: Removed package(s) from unstable
has caused the Debian Bug report #1075357,
regarding pam-krb5-migrate: 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 [email protected]
immediately.)
--
1075357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075357
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pam-krb5-migrate
Version: 0.0.11-5.1
Severity: important
Tags: sid trixie
User: [email protected]
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/pam-krb5-migrate_0.0.11-5.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
[...]
configure: creating ./config.status
config.status: creating Makefile.settings
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ln -s ../Makefile heimdal/Makefile
ln -s ../Makefile mit/Makefile
ln -s ../pam_krb5_migrate.c mit
ln -s ../pam_krb5_migrate.h mit
ln -s ../pam_krb5_migrate.c heimdal
ln -s ../pam_krb5_migrate.h heimdal
ln -s ../pam_krb5_migrate.7 heimdal
ln -s ../pam_krb5_migrate.7 mit
/usr/bin/make -C heimdal
make[2]: Entering directory '/<<PKGBUILDDIR>>/heimdal'
gcc -o pam_krb5_migrate.o -c pam_krb5_migrate.c -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/heimdal `/usr/bin/krb5-config.heimdal --cflags krb5 kadm-client`
-I/usr/include/et -fPIC -DPACKAGE_NAME=\"pam-krb5-migrate\"
-DPACKAGE_TARNAME=\"pam-krb5-migrate\" -DPACKAGE_VERSION=\"0.0.11\"
-DPACKAGE_STRING=\"pam-krb5-migrate\ 0.0.11\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DHAVE_LIBPAM=1
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1
pam_krb5_migrate.c: In function ‘pam_sm_authenticate’:
pam_krb5_migrate.c:301:33: error: passing argument 1 of ‘kadm5_init_with_skey’
from incompatible pointer type [-Wincompatible-pointer-types]
301 | kret = kadm5_init_with_skey(context,
| ^~~~~~~
| |
| krb5_context {aka struct
krb5_context_data *}
In file included from /usr/include/heimdal/kadm5/admin.h:235,
from pam_krb5_migrate.h:34,
from pam_krb5_migrate.c:33:
/usr/include/heimdal/kadm5/kadm5-protos.h:239:9: note: expected ‘const char *’
but argument is of type ‘krb5_context’ {aka ‘struct krb5_context_data *’}
239 | const char */*client_name*/,
| ^~~~~~~~~~~~
/usr/include/heimdal/kadm5/admin.h:108:33: error: passing argument 4 of
‘kadm5_init_with_skey’ from incompatible pointer type
[-Wincompatible-pointer-types]
108 | #define KADM5_ADMIN_SERVICE "kadmin/admin"
| ^~~~~~~~~~~~~~
| |
| char *
pam_krb5_migrate.c:303:33: note: in expansion of macro ‘KADM5_ADMIN_SERVICE’
303 | KADM5_ADMIN_SERVICE,
| ^~~~~~~~~~~~~~~~~~~
/usr/include/heimdal/kadm5/kadm5-protos.h:242:9: note: expected
‘kadm5_config_params *’ {aka ‘struct _kadm5_config_params *’} but argument is
of type ‘char *’
242 | kadm5_config_params */*realm_params*/,
| ^~~~~~~~~~~~~~~~~~~~~
pam_krb5_migrate.c:304:33: error: passing argument 5 of ‘kadm5_init_with_skey’
makes integer from pointer without a cast [-Wint-conversion]
304 | ¶ms,
| ^~~~~~~
| |
| kadm5_config_params * {aka struct
_kadm5_config_params *}
/usr/include/heimdal/kadm5/kadm5-protos.h:243:9: note: expected ‘long unsigned
int’ but argument is of type ‘kadm5_config_params *’ {aka ‘struct
_kadm5_config_params *’}
243 | unsigned long /*struct_version*/,
| ^~~~~~~~~~~~~
/usr/include/heimdal/kadm5/admin.h:39:29: error: passing argument 7 of
‘kadm5_init_with_skey’ makes pointer from integer without a cast
[-Wint-conversion]
39 | #define KADM5_API_VERSION_2 2
| ^
| |
| int
pam_krb5_migrate.c:306:33: note: in expansion of macro ‘KADM5_API_VERSION_2’
306 | KADM5_API_VERSION_2,
| ^~~~~~~~~~~~~~~~~~~
/usr/include/heimdal/kadm5/kadm5-protos.h:245:9: note: expected ‘void **’ but
argument is of type ‘int’
245 | void **/*server_handle*/);
| ^~~~~~~
pam_krb5_migrate.c:301:12: error: too many arguments to function
‘kadm5_init_with_skey’
301 | kret = kadm5_init_with_skey(context,
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/heimdal/kadm5/kadm5-protos.h:238:1: note: declared here
238 | kadm5_init_with_skey (
| ^~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:24: pam_krb5_migrate.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/heimdal'
make[1]: *** [debian/rules:29: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 0.0.11-5.1+rm
Dear submitter,
as the package pam-krb5-migrate has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1123882
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---