Your message dated Fri, 05 Sep 2025 21:39:52 +0000
with message-id <[email protected]>
and subject line Bug#1114219: fixed in mysecureshell 2.00+dfsg-2
has caused the Debian Bug report #1114219,
regarding mysecureshell: FTBFS: SftpServer/Sftp.c:530:6: error: conflicting 
types for 'DoStat'; have 'void(int)'
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.)


-- 
1114219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114219
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mysecureshell
Version: 2.00+dfsg-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

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

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

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 add an affects on src:mysecureshell, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
autoreconf: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:6: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.in:6: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.in:6: the top level
configure.in:14: warning: The macro 'AC_GNU_SOURCE' is obsolete.
configure.in:14: You should run autoupdate.
./lib/autoconf/specific.m4:485: AC_GNU_SOURCE is expanded from...
configure.in:14: the top level
configure.in:15: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
configure.in:15: You should run autoupdate.
./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
configure.in:15: the top level
configure.in:28: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
configure.in:28: You should run autoupdate.
./lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from...
configure.in:28: the top level
configure.in:37: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.in:37: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.in:37: the top level
configure.in:135: warning: The macro 'AC_HEADER_TIME' is obsolete.
configure.in:135: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
configure.in:135: the top level
autoheader: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
   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 make sets $(MAKE)... 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 for sed... /usr/bin/sed
checking for sudo... no
checking how to run the C preprocessor... gcc -E
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 wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking for sys/time.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether ln -s works... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for uid_t... yes
checking for gid_t... yes
checking for int32_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for -Wdate-time -D_FORTIFY_SOURCE=2 option for large files... none 
needed
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/param.h... yes
checking for sys/socket.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/param.h... (cached) yes
checking for sys/statvfs.h... yes
checking for sys/socket... no
checking for netinet/in.h... (cached) yes
checking for sys/acl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking for syslog.h... yes
checking for sys/mount.h... yes
checking whether closedir returns void... no
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for alarm... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking whether lstat accepts an empty string... no
checking for working chown... yes
checking type of array argument to getgroups... gid_t
checking for library containing getgroups... none required
checking for working getgroups... yes
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for strftime... yes
checking for working mktime... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for endgrent... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for statfs... yes
checking for statvfs... yes
checking for getgroups... (cached) yes
checking for strlcpy... yes
checking for strlcat... yes
checking for acl... no
checking for acl_get_perm_np... no
checking for atexit... yes
checking for dup2... yes
checking for endpwent... yes
checking for gettimeofday... yes
checking for memset... yes
checking for mkdir... yes
checking for realpath... yes
checking for regcomp... yes
checking for rmdir... yes
checking for select... yes
checking for setenv... yes
checking for memmove... yes
checking for openlog... yes
checking for syslog... yes
checking for closelog... yes
checking for vsyslog... yes
checking for connect... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for iconv_open... yes
checking for iconv_close... yes
checking for iconv... yes
checking for acl_get_entry in -lacl... yes
checking for gnutls_hash_init in -lgnutls... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating install.sh
config.status: creating uninstaller.sh
config.status: creating utils/sftp-user
chmod: cannot access 'utils/sftp-verif': No such file or directory
config.status: creating utils/sftp-verif
config.status: creating config.h
checking for a BSD-compatible install... /usr/bin/install -c

MySecureShell has been configured with the following options:
          Log file: /var/log/sftp-server.log (color: no)
     User binaries: /usr/bin
     Shutdown file: /etc/sftp.shut
Configuration file: /etc/ssh/sftp_config
 Compilation flags: 

Option supported:
ACL               : yes
Remote Admin      : yes
UTF-8 Encoding    : yes

Sftp extension supported:
Disk Usage        : yes
Disk Usage OpenSSH: yes
File Hashing      : yes
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Compile         [Core/main.c]
Compile         [Core/string.c]
Compile         [Core/parsing.c]
Compile         [Core/hash.c]
Compile         [Core/conf.c]
Compile         [Core/convert.c]
Compile         [Core/user.c]
Compile         [Core/prog.c]
Compile         [Core/ip.c]
Compile         [Core/FileSpec.c]
Compile         [SftpServer/Buffer.c]
Compile         [SftpServer/Encode.c]
Compile         [SftpServer/Handle.c]
Compile         [SftpServer/Send.c]
Compile         [SftpServer/Sftp.c]
Compile         [SftpServer/Util.c]
SftpServer/Sftp.c:530:6: error: conflicting types for ‘DoStat’; have 
‘void(int)’
  530 | void DoStat(int doLStat)
      |      ^~~~~~
In file included from SftpServer/Buffer.h:23,
                 from SftpServer/Encode.h:25,
                 from SftpServer/Sftp.c:50:
SftpServer/Sftp.h:288:6: note: previous declaration of ‘DoStat’ with type 
‘void(void)’
  288 | void DoStat();
      |      ^~~~~~
SftpServer/Sftp.c:797:6: error: conflicting types for ‘DoUnsupported’; have 
‘void(int,  int)’
  797 | void DoUnsupported(int msgType, int msgLen)
      |      ^~~~~~~~~~~~~
SftpServer/Sftp.h:296:6: note: previous declaration of ‘DoUnsupported’ with 
type ‘void(void)’
  296 | void DoUnsupported();
      |      ^~~~~~~~~~~~~
make[1]: *** [Makefile:141: SftpServer/Sftp.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:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: mysecureshell
Source-Version: 2.00+dfsg-2
Done: наб <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mysecureshell, 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.
наб <[email protected]> (supplier of updated mysecureshell 
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: Fri, 05 Sep 2025 22:10:49 +0200
Source: mysecureshell
Architecture: source
Version: 2.00+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: наб <[email protected]>
Closes: 1114219
Changes:
 mysecureshell (2.00+dfsg-2) unstable; urgency=medium
 .
   * d/p/0005: Fully prototype DoStat()/DoUnsupported() (Closes: #1114219)
   * d/rules: fix insufficient upstream Makefile verbosity
Checksums-Sha1:
 4b2630a8261f457805445c754b509eddb2ebf36b 2096 mysecureshell_2.00+dfsg-2.dsc
 70452191ddfbe339b3406e2e707f75e9c0b9fcdc 105940 
mysecureshell_2.00+dfsg.orig.tar.xz
 37954c7e9cc0b17595b1176c9482160a1aab7e28 5444 
mysecureshell_2.00+dfsg-2.debian.tar.xz
 f196319d85feb238db8460e6814f9fd0995548d7 7609 
mysecureshell_2.00+dfsg-2_source.buildinfo
Checksums-Sha256:
 53b39c19674d87711882385c0ff3ef637915355e85e42c9144e283da8bdd141f 2096 
mysecureshell_2.00+dfsg-2.dsc
 eb08a5f37c830c2167e55c9c1a2ed5a3d9b7738026391886c5c4dd833dd49cba 105940 
mysecureshell_2.00+dfsg.orig.tar.xz
 dad0d43587fc2a141ca16545057d4ec49705ad1b6287fd01aeee8300dbfc0fb5 5444 
mysecureshell_2.00+dfsg-2.debian.tar.xz
 9faddeaec92cf180adb037c988bf9c440192646a8962c24d53f7a726d80052a4 7609 
mysecureshell_2.00+dfsg-2_source.buildinfo
Files:
 75a4c3a07f5575fd55ce92e08783f616 2096 net optional 
mysecureshell_2.00+dfsg-2.dsc
 b580c4de1c6aae339874b24f3a956ccb 105940 net optional 
mysecureshell_2.00+dfsg.orig.tar.xz
 53ed68be885ae6f1b5c90d4e6b63a34f 5444 net optional 
mysecureshell_2.00+dfsg-2.debian.tar.xz
 2d59b3b8e49ddbe4057c6701b2141a40 7609 net optional 
mysecureshell_2.00+dfsg-2_source.buildinfo

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

iQJWBAEBCgBAFiEEfWlHToQCjFzAxEFjvP0LAY0mWPEFAmi7Q/giHG5hYmlqYWN6
bGV3ZWxpQG5hYmlqYWN6bGV3ZWxpLnh5egAKCRC8/QsBjSZY8WNJD/99mpH+yVW4
hBTvnWo92kIvqc7C5IoR3qr5R4u3YI7rScmc+omPRFQuKPsyRZHjPxjfQx+0F+Qs
0fNTYt6OZUNxBJZSruB54gTPj1JuK6tdvw55frOf4zPmxug1gnWTrnn86FfFoT8/
r+d6M+qP0lXd9B+lO3VMHKvhMMEj7h8z9uH/48AZJS8AsrHiope4L10BWhmtFvEW
QeweOFEUqAP6PRLN1ulKF+HommuEF6XsX+ryKtldI6Rp0EbiXlyaW2Al4ii64Cq+
iUbS0h/s3OsFa4qvUmkm9PoMH6x/9su8cjYgx9ly2n5tGgcUw+Twsy1m9tWOT+lj
ps3Qqbdr+Fvq0RPoj6TsXdbzZrIIZUPc7WHAHtxrOh69/i7mPkm7aDhkI8rtrfzC
WzaDNixSnFkxko4rJv2c31lfx9Obqm4Pr1wuY+sXxcWxX3qzCu+7xGRJO6qMwFkZ
5J4G2emf/MBCpc0CRDAkQUYewR0UuweITg9QROF/pr1yU7dinALwCMjYXn0k5IKZ
N8gtY5dxD5C7abOKv/N9fCpwO3lSkrsIxRck0KPLsYG+XTX6Jggvy8BiOvLtBWpT
0HDPGubmP7xO/DzkFM0k/k2RPWjY4V9Up1lz96LKfazA8oaKzxoddjZ2HdYKDsBB
RUitw4lcOFh4ysAliGYupmGC6GPWiMVphg==
=vkoC
-----END PGP SIGNATURE-----

Attachment: pgpPHDEvBd6gB.pgp
Description: PGP signature


--- End Message ---

Reply via email to