Package: src:zssh
Version: 1.5c.debian.1-10
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: autoconf-2.73

Dear maintainer:

During a rebuild of all packages in unstable using autoconf 2.73
(available in experimental), this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/autoconf-2.73/

This bug will be raised to serious once autoconf 2.73 is uploaded for unstable.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- ./version.h ./fake_readline/Makefile debian/zssh.substvars 
debian/files
        rm -fr -- debian/zssh/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.before
        grep -q ^XDT_ configure.in
        autoreconf -f -i -v
autoreconf: export WARNINGS=
autoreconf: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
autoreconf: Entering directory '.'
autoreconf: configure.in: no obvious need to run autopoint
autoreconf: configure.in: not using aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: configure.in: not using Intltool
autoreconf: configure.in: not using Gtkdoc
autoreconf: configure.in: no need to run autopoint (confirmed)
autoreconf: running: /usr/bin/autoconf --force
configure.in:42: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
configure.in:42: You should run autoupdate.
./lib/autoconf/c.m4:1802: AC_PROG_GCC_TRADITIONAL is expanded from...
configure.in:42: the top level
configure.in:47: warning: AC_CACHE_VAL(zssh_cc_wall, ...): suspicious cache-id, 
must contain _cv_ to be cached
./lib/autoconf/general.m4:2305: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2326: AC_CACHE_CHECK is expanded from...
configure.in:47: the top level
configure.in:47: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:47: You should run autoupdate.
./lib/autoconf/general.m4:2903: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:689: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:696: AS_IF is expanded from...
./lib/autoconf/general.m4:2305: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2326: AC_CACHE_CHECK is expanded from...
configure.in:47: the top level
configure.in:56: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.in:56: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.in:56: the top level
configure.in:57: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.in:57: You should run autoupdate.
./lib/autoconf/headers.m4:664: AC_HEADER_STDC is expanded from...
configure.in:57: the top level
configure.in:95: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
configure.in:95: You should run autoupdate.
./lib/autoconf/types.m4:804: AC_TYPE_SIGNAL is expanded from...
configure.in:95: the top level
configure.in:139: warning: AC_OUTPUT should be used without arguments.
configure.in:139: You should run autoupdate.
autoreconf: configure.in: config.h.in was not generated by autoheader
autoreconf: force update of config.h.in with --replace-handwritten
autoreconf: configure.in: not using Automake
autoreconf: './install-sh' is updated
autoreconf: configure.in: not running make: --make not given
autoreconf: Leaving directory '.'
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.after
   dh_auto_configure
        ./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
checking whether to use libreadline for cmd-line editing... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gmake... gmake
checking for gtar... tar
checking for gar... ar
checking for granlib... ranlib
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 C23 features... none needed
checking that the C compiler understands -Wall... yes
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for paths.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for err.h... yes
checking for sys/cdefs.h... yes
checking for sys/param.h... yes
checking for util.h... no
checking for stropts.h... no
checking for pty.h... yes
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline in -lreadline... yes
checking for rl_username_completion_function... yes
checking whether getpgrp requires zero arguments... yes
checking return type of signal handlers... void
checking for strdup... yes
checking for getpt... yes
checking for isastream... no
checking for tcsetpgrp... yes
checking for _getpty... no
checking for getpseudotty... no
checking for grantpt... yes
checking for unlockpt... yes
checking for openpty... yes
checking for pseudo ttys... /dev/pts and /dev/ptc
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating fake_readline/Makefile
config.status: creating test/Makefile
config.status: creating config.h
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
echo '#define ZSSH_VERSION "' `cat VERSION` '"' > version.h
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o completion.o 
completion.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o doit.o doit.c
doit.c: In function ‘doshell’:
doit.c:61:9: warning: old-style function definition [-Wold-style-definition]
   61 | void    doshell(ac,av,shav)
      |         ^~~~~~~
doit.c: In function ‘doinput’:
doit.c:29:10: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   29 |          write(gl_master, ibuf, cc);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
doit.c: In function ‘dooutput’:
doit.c:52:7: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   52 |       write(1,obuf,cc);
      |       ^~~~~~~~~~~~~~~~
completion.c: In function ‘zssh_completion’:
completion.c:65:19: warning: old-style function definition 
[-Wold-style-definition]
   65 | char            **zssh_completion(text, start, end)
      |                   ^~~~~~~~~~~~~~~
completion.c: In function ‘command_generator’:
completion.c:92:18: warning: old-style function definition 
[-Wold-style-definition]
   92 | char            *command_generator(text, state)
      |                  ^~~~~~~~~~~~~~~~~
completion.c: In function ‘fake_generator’:
completion.c:157:26: warning: old-style function definition 
[-Wold-style-definition]
  157 | char                    *fake_generator(text, state)
      |                          ^~~~~~~~~~~~~~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o escape.o escape.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o escape_multi.o 
escape_multi.c
escape.c: In function ‘pc_escape_double_chr’:
escape.c:13:17: warning: old-style function definition [-Wold-style-definition]
   13 | int             pc_escape_double_chr(str,i,chr,c2)
      |                 ^~~~~~~~~~~~~~~~~~~~
escape.c: In function ‘pc_escape_par’:
escape.c:35:17: warning: old-style function definition [-Wold-style-definition]
   35 | int             pc_escape_par(str,i,c1,c2)
      |                 ^~~~~~~~~~~~~
escape.c: In function ‘pc_escape_backslash’:
escape.c:68:17: warning: old-style function definition [-Wold-style-definition]
   68 | int             pc_escape_backslash(str,i,c1,c2)
      |                 ^~~~~~~~~~~~~~~~~~~
escape.c: In function ‘pc_escape_dollar_par’:
escape.c:85:17: warning: old-style function definition [-Wold-style-definition]
   85 | int             pc_escape_dollar_par(str,i,c1,c2)
      |                 ^~~~~~~~~~~~~~~~~~~~
escape_multi.c: In function ‘pc_escape_multi’:
escape_multi.c:25:17: warning: old-style function definition 
[-Wold-style-definition]
   25 | int             pc_escape_multi(str,i,flags)
      |                 ^~~~~~~~~~~~~~~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o globbing.o globbing.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o init.o init.c
globbing.c: In function ‘glob_args’:
globbing.c:14:9: warning: old-style function definition [-Wold-style-definition]
   14 | void    glob_args(ac,av)
      |         ^~~~~~~~~
globbing.c: In function ‘write_vector_word’:
globbing.c:50:9: warning: old-style function definition [-Wold-style-definition]
   50 | void    write_vector_word(str,argc,argv)
      |         ^~~~~~~~~~~~~~~~~
init.c: In function ‘command_line_options’:
init.c:157:9: warning: old-style function definition [-Wold-style-definition]
  157 | void    command_line_options(argc,argv)
      |         ^~~~~~~~~~~~~~~~~~~~
init.c: In function ‘init’:
init.c:216:25: warning: old-style function definition [-Wold-style-definition]
  216 | void                    init(argc,argv)
      |                         ^~~~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o main.c
main.c: In function ‘main’:
main.c:14:25: warning: old-style function definition [-Wold-style-definition]
   14 | int                     main(argc, argv)
      |                         ^~~~
main.c: In function ‘escape_input’:
main.c:76:17: warning: old-style function definition [-Wold-style-definition]
   76 | int             escape_input(cc,ibuf)
      |                 ^~~~~~~~~~~~
main.c: In function ‘read_input’:
main.c:85:17: warning: old-style function definition [-Wold-style-definition]
   85 | void            read_input(cc,ibuf)
      |                 ^~~~~~~~~~
main.c: In function ‘done’:
main.c:141:17: warning: old-style function definition [-Wold-style-definition]
  141 | void            done(ret)
      |                 ^~~~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-DHAVE_CONFIG_H  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o openpty.o openpty.c
misc.c: In function ‘chr2str’:
misc.c:14:18: warning: old-style function definition [-Wold-style-definition]
   14 | char            *chr2str(chr)
      |                  ^~~~~~~
misc.c: In function ‘mi_is_whitespace’:
misc.c:35:9: warning: old-style function definition [-Wold-style-definition]
   35 | int     mi_is_whitespace(chr)
      |         ^~~~~~~~~~~~~~~~
misc.c: In function ‘error’:
misc.c:47:17: warning: old-style function definition [-Wold-style-definition]
   47 | void            error(s1,s2)
      |                 ^~~~~
misc.c: In function ‘error_msg’:
misc.c:61:17: warning: old-style function definition [-Wold-style-definition]
   61 | int             error_msg(s1,s2)
      |                 ^~~~~~~~~
misc.c: In function ‘op_shift’:
misc.c:73:9: warning: old-style function definition [-Wold-style-definition]
   73 | void    op_shift(argv,n)
      |         ^~~~~~~~
misc.c: In function ‘flush’:
misc.c:91:9: warning: old-style function definition [-Wold-style-definition]
   91 | void    flush(fd)
      |         ^~~~~
openpty.c: In function ‘getmaster’:
openpty.c:37:8: error: implicit declaration of function ‘openpty’; did you 
mean ‘openat’? [-Wimplicit-function-declaration]
   37 |    if (openpty(&gl_master, &gl_slave, gl_slavename, &gl_tt, &gl_win) < 
0)
      |        ^~~~~~~
      |        openat
make[1]: *** [<builtin>: openpty.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to