Your message dated Mon, 14 Oct 2024 19:49:04 +0000
with message-id <e1t0r3w-0050lk...@fasolo.debian.org>
and subject line Bug#1081867: fixed in guile-ssh 0.17.0-2
has caused the Debian Bug report #1081867,
regarding guile-ssh: FTBFS: ../../../../libguile-ssh/session-func.c:237:11:
error: two or more data types in declaration specifiers
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 ow...@bugs.debian.org
immediately.)
--
1081867: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:guile-ssh
Version: 0.17.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
aclocal: installing 'build-aux/m4/libtool.m4' from
'/usr/share/aclocal/libtool.m4'
aclocal: installing 'build-aux/m4/ltoptions.m4' from
'/usr/share/aclocal/ltoptions.m4'
aclocal: installing 'build-aux/m4/ltsugar.m4' from
'/usr/share/aclocal/ltsugar.m4'
aclocal: installing 'build-aux/m4/ltversion.m4' from
'/usr/share/aclocal/ltversion.m4'
aclocal: installing 'build-aux/m4/lt~obsolete.m4' from
'/usr/share/aclocal/lt~obsolete.m4'
aclocal: installing 'build-aux/m4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:37: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:37: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:37: the top level
configure.ac:80: warning: The macro 'AC_WARN' is obsolete.
configure.ac:80: You should run autoupdate.
./lib/autoconf/oldnames.m4:33: AC_WARN is expanded from...
build-aux/m4/pkg.m4:139: PKG_CHECK_MODULES is expanded from...
configure.ac:80: the top level
configure.ac:42: installing 'build-aux/compile'
configure.ac:43: installing 'build-aux/config.guess'
configure.ac:43: installing 'build-aux/config.sub'
configure.ac:39: installing 'build-aux/install-sh'
configure.ac:39: installing 'build-aux/missing'
doc/Makefile.am:3: installing 'build-aux/mdate-sh'
doc/Makefile.am:3: installing 'build-aux/texinfo.tex'
examples/Makefile.am:20: warning: variable 'sssh_scm_SOURCES' is defined but no
program or
examples/Makefile.am:20: library has 'sssh_scm' as canonical name (possible
typo)
examples/Makefile.am:21: warning: variable 'ssshd_scm_SOURCES' is defined but
no program or
examples/Makefile.am:21: library has 'ssshd_scm' as canonical name (possible
typo)
libguile-ssh/Makefile.am: installing 'build-aux/depcomp'
tests/Makefile.am:40: warning: 'TEST_EXTENSIONS' cannot have conditional
contents
parallel-tests: installing 'build-aux/test-driver'
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure --builddirectory=debian/build/guile-3.0 --
GUILE_EFFECTIVE_VERSION=3.0
cd debian/build/guile-3.0 && ../../../configure
--build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc
--localstatedir=/var --disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode
--disable-dependency-tracking GUILE_EFFECTIVE_VERSION=3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libssh >= 0.6.4... yes
checking for libssh >= 0.7.3... yes
checking for libssh >= 0.8.0... yes
checking for libssh >= 0.8.1... yes
checking for libssh >= 0.8.3... yes
checking for libssh >= 0.9.0... yes
checking for libssh >= 0.10.0... yes
configure: checking for guile 3.0
configure: found guile 3.0
checking for guile-3.0... /usr/bin/guile-3.0
checking for Guile version >= 3.0... 3.0.9
checking for guild-3.0... /usr/bin/guild-3.0
checking for guile-config-3.0... /usr/bin/guile-config-3.0
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for guile-3.0... yes
checking for Guile site directory... /usr/share/guile/site/3.0
checking for Guile site-ccache directory using pkgconfig...
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache
checking for Guile extensions directory...
/usr/lib/x86_64-linux-gnu/guile/3.0/extensions
checking for guile-snarf... /usr/bin/guile-snarf
checking if (srfi srfi-64) is available... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libguile-ssh/Makefile
config.status: creating examples/Makefile
config.status: creating build-aux/Makefile
config.status: creating build-aux/m4/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating build-aux/am/Makefile
config.status: creating modules/Makefile
config.status: creating modules/ssh/Makefile
config.status: creating modules/ssh/dist/Makefile
config.status: creating libguile-ssh/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING:
The Guile modules will be installed in ${datarootdir}/guile/site/3.0.
You should probably re-run `configure' with
`--with-guilesitedir=/usr/share/guile/site/3.0'
Otherwise, you will have to adjust the `GUILE_LOAD_PATH' environment
variable.
configure: Guile-SSH configured without DSA public key algorithm support.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --builddirectory=debian/build/guile-3.0
cd debian/build/guile-3.0 && make -j2
make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/build/guile-3.0'
Making all in build-aux
make[3]: Entering directory '/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux'
Making all in am
make[4]: Entering directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux/am'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux/am'
Making all in m4
make[4]: Entering directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux/m4'
make[4]: Entering directory '/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/guile-3.0/build-aux'
Making all in libguile-ssh
make[3]: Entering directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/libguile-ssh'
CPP="gcc -E" /usr/bin/guile-snarf -o auth.x ../../../../libguile-ssh/auth.c -DHAVE_CONFIG_H
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o channel-func.x ../../../../libguile-ssh/channel-func.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o channel-type.x ../../../../libguile-ssh/channel-type.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o error.x ../../../../libguile-ssh/error.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o key-func.x ../../../../libguile-ssh/key-func.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o key-type.x ../../../../libguile-ssh/key-type.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o log.x ../../../../libguile-ssh/log.c -DHAVE_CONFIG_H
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o message-func.x ../../../../libguile-ssh/message-func.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o message-type.x ../../../../libguile-ssh/message-type.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o server-func.x ../../../../libguile-ssh/server-func.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o server-type.x ../../../../libguile-ssh/server-type.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o session-func.x ../../../../libguile-ssh/session-func.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o session-type.x ../../../../libguile-ssh/session-type.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o sftp-file-type.x
../../../../libguile-ssh/sftp-file-type.c -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -I../../../../libguile-ssh -I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o sftp-dir-type.x
../../../../libguile-ssh/sftp-dir-type.c -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -I../../../../libguile-ssh -I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o sftp-dir-func.x
../../../../libguile-ssh/sftp-dir-func.c -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -I../../../../libguile-ssh -I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o sftp-session-func.x
../../../../libguile-ssh/sftp-session-func.c -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -I../../../../libguile-ssh -I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o sftp-session-type.x
../../../../libguile-ssh/sftp-session-type.c -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -I../../../../libguile-ssh -I../libguile-ssh
CPP="gcc -E" /usr/bin/guile-snarf -o version.x ../../../../libguile-ssh/version.c
-DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -I/usr/include/guile/3.0 -I../../../../libguile-ssh
-I../libguile-ssh
make all-am
make[4]: Entering directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/libguile-ssh'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-callbacks.lo `test -f 'callbacks.c' || echo '../../../../libguile-ssh/'`callbacks.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-auth.lo `test -f 'auth.c' || echo '../../../../libguile-ssh/'`auth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/callbacks.c -fPIC -DPIC -o .libs/libguile_ssh_la-callbacks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/auth.c -fPIC -DPIC -o .libs/libguile_ssh_la-auth.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-channel-func.lo `test -f 'channel-func.c' || echo
'../../../../libguile-ssh/'`channel-func.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-channel-type.lo `test -f 'channel-type.c' || echo
'../../../../libguile-ssh/'`channel-type.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/channel-func.c -fPIC -DPIC -o .libs/libguile_ssh_la-channel-func.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/channel-type.c -fPIC -DPIC -o .libs/libguile_ssh_la-channel-type.o
../../../../libguile-ssh/channel-func.c: In function
'guile_ssh_channel_get_exit_status':
../../../../libguile-ssh/channel-func.c:169:3: warning:
'ssh_channel_get_exit_status' is deprecated [-Wdeprecated-declarations]
169 | res = ssh_channel_get_exit_status (cd->ssh_channel);
| ^~~
In file included from ../../../../libguile-ssh/channel-func.c:24:
/usr/include/libssh/libssh.h:471:31: note: declared here
471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel
channel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../libguile-ssh/channel-func.c: In function
'guile_ssh_channel_accept_forward':
../../../../libguile-ssh/channel-func.c:450:3: warning:
'ssh_channel_accept_forward' is deprecated [-Wdeprecated-declarations]
450 | c_channel = ssh_channel_accept_forward (sd->ssh_session,
| ^~~~~~~~~
/usr/include/libssh/libssh.h:541:39: note: declared here
541 | SSH_DEPRECATED LIBSSH_API ssh_channel
ssh_channel_accept_forward(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-channel-main.lo `test -f 'channel-main.c' || echo
'../../../../libguile-ssh/'`channel-main.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/channel-main.c -fPIC -DPIC -o .libs/libguile_ssh_la-channel-main.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-error.lo `test -f 'error.c' || echo '../../../../libguile-ssh/'`error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/error.c -fPIC -DPIC -o .libs/libguile_ssh_la-error.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-key-func.lo `test -f 'key-func.c' || echo '../../../../libguile-ssh/'`key-func.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/key-func.c -fPIC -DPIC -o .libs/libguile_ssh_la-key-func.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-key-main.lo `test -f 'key-main.c' || echo '../../../../libguile-ssh/'`key-main.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/key-main.c -fPIC -DPIC -o .libs/libguile_ssh_la-key-main.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-key-type.lo `test -f 'key-type.c' || echo '../../../../libguile-ssh/'`key-type.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-session-func.lo `test -f 'session-func.c' || echo
'../../../../libguile-ssh/'`session-func.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/key-type.c -fPIC -DPIC -o .libs/libguile_ssh_la-key-type.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/session-func.c -fPIC -DPIC -o .libs/libguile_ssh_la-session-func.o
In file included from /usr/include/libssh/callbacks.h:30,
from ../../../../libguile-ssh/session-func.c:26:
../../../../libguile-ssh/session-func.c: In function 'set_bool_opt':
../../../../libguile-ssh/session-func.c:237:11: error: two or more data types
in declaration specifiers
237 | int32_t bool;
| ^~~~
../../../../libguile-ssh/session-func.c:237:3: warning: useless type name in
empty declaration
237 | int32_t bool;
| ^~~~~~~
../../../../libguile-ssh/session-func.c:241:8: error: expected identifier or
'(' before '=' token
241 | bool = scm_to_bool (value);
| ^
../../../../libguile-ssh/session-func.c:242:43: error: expected expression
before '_Bool'
242 | return ssh_options_set (session, type, &bool);
| ^~~~
../../../../libguile-ssh/session-func.c:243:1: warning: control reaches end of
non-void function [-Wreturn-type]
243 | }
| ^
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
-o libguile_ssh_la-session-type.lo `test -f 'session-type.c' || echo
'../../../../libguile-ssh/'`session-type.c
make[4]: *** [Makefile:726: libguile_ssh_la-session-func.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../libguile-ssh -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I/usr/include/guile/3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
../../../../libguile-ssh/session-type.c -fPIC -DPIC -o .libs/libguile_ssh_la-session-type.o
make[4]: Leaving directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/libguile-ssh'
make[3]: *** [Makefile:507: all] Error 2
make[3]: Leaving directory
'/<<PKGBUILDDIR>>/debian/build/guile-3.0/libguile-ssh'
make[2]: *** [Makefile:432: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/guile-3.0'
dh_auto_build: error: cd debian/build/guile-3.0 && make -j2 returned exit code 2
make[1]: *** [debian/rules:30: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: 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.
--- End Message ---
--- Begin Message ---
Source: guile-ssh
Source-Version: 0.17.0-2
Done: Vagrant Cascadian <vagr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
guile-ssh, 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 1081...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@debian.org> (supplier of updated guile-ssh 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 14 Oct 2024 12:41:43 -0700
Source: guile-ssh
Architecture: source
Version: 0.17.0-2
Distribution: unstable
Urgency: medium
Maintainer: Vagrant Cascadian <vagr...@debian.org>
Changed-By: Vagrant Cascadian <vagr...@debian.org>
Closes: 1081867
Changes:
guile-ssh (0.17.0-2) unstable; urgency=medium
.
* debian/patches: Add patches from upstream, fixing test suite failures.
(Closes: #1081867)
Checksums-Sha1:
30abf403700886351bd047d3a5c775a6484c7b95 1375 guile-ssh_0.17.0-2.dsc
3647ddc98a95dc53ba4faeaadba7a7be8fcf0079 11336 guile-ssh_0.17.0-2.debian.tar.xz
5f9fabe425c79560c13c06fea5bdf4aad326a585 6755
guile-ssh_0.17.0-2_amd64.buildinfo
Checksums-Sha256:
c45ada48b4da5f52e62fb50259c102eaf904db9dcf474accbbd615550b714ae8 1375
guile-ssh_0.17.0-2.dsc
537f8ceb4006241b4ba771a85b90bbd172c8508d1cd51ff19bc5a5a7d9dc04af 11336
guile-ssh_0.17.0-2.debian.tar.xz
35e19788bb5e57b326766da633952d8a4629dc27ab995f019ba90a1a1aadaad9 6755
guile-ssh_0.17.0-2_amd64.buildinfo
Files:
04daf0a5eda275e4d63633b7701577c5 1375 lisp optional guile-ssh_0.17.0-2.dsc
d54634a0acf8c13305e27cc6311ddfae 11336 lisp optional
guile-ssh_0.17.0-2.debian.tar.xz
084c5b69ec1043b5f2390e641b7b649a 6755 lisp optional
guile-ssh_0.17.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIkEARYKADEWIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZw10/hMcdmFncmFudEBk
ZWJpYW4ub3JnAAoJENxRj8h/lxaqh94A/R29rTtcKyPMZdHP2d3qlyDw64VEKHkh
o8vyaVnWumMNAQDRXWgVMvty7fnf7ElNmeNFD3awPIVQ8IBMTFDAbmXRAA==
=t6gG
-----END PGP SIGNATURE-----
pgpPB896FsCqH.pgp
Description: PGP signature
--- End Message ---