Your message dated Fri, 10 Sep 2021 05:50:44 +0000
with message-id <e1mozqy-000f9u...@fasolo.debian.org>
and subject line Bug#993381: fixed in conserver 8.2.6-3
has caused the Debian Bug report #993381,
regarding conserver FTBFS: checking whether the C compiler works... no
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.)


-- 
993381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: conserver
Version: 8.2.6-2
Tags: ftbfs
Severity: serious

conserver fails to build from source in unstable. I think the following
pieces are the relevant bits from the build log:

| dh_auto_configure -- \
|       --verbose \
|       --sysconfdir=/etc/conserver \
|       --with-openssl \
|       --with-pam \
|       --with-port=782 \
|       --with-logfile=/var/log/conserver/server.log \
|       --with-pidfile=/run/conserver/conserver.pid \
|       --with-libwrap \
|       --with-ipv6 \
|       --with-gssapi
|       ./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 --verbose 
--sysconfdir=/etc/conserver --with-openssl --with-pam --with-port=782 
--with-logfile=/var/log/conserver/server.log 
--with-pidfile=/run/conserver/conserver.pid --with-libwrap --with-ipv6 
--with-gssapi
| checking for port number specification... port '782'
| checking for secondary channel base port... port '0'
| checking for master conserver hostname... 'console'
| checking for client configuration filename... '/etc/conserver/console.cf'
| checking for configuration filename... '/etc/conserver/conserver.cf'
| checking for password filename... '/etc/conserver/conserver.passwd'
| checking for log filename... '/var/log/conserver/server.log'
| checking for PID filename... '/run/conserver/conserver.pid'
| checking for MAXMEMB setting... 16
| checking for connect() timeout... 10
| checking whether to trust reverse DNS... no
| checking whether to display extended messages... no
| checking whether to use -R paths as well as -L... no
| checking whether we are building for a Cyclades TS... no
| checking for gcc... gcc
| checking whether the C compiler works... no
| configure: error: in `/<<PKGBUILDDIR>>':
| configure: error: C compiler cannot create executables
| See `config.log' for more details
|       tail -v -n \+0 config.log
| ==> config.log <==
| ...
| configure:3463: checking whether the C compiler works
| configure:3485: gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
| conftest.c:8:26: warning: missing terminating " character
|     8 | #define CONFIGINVOCATION "./configure --build=x86_64-linux-gnu
|       |                          ^
| conftest.c:9:1: error: expected identifier or '(' before '--' token
|     9 | --prefix=/usr
|       | ^~
| conftest.c:10:23: error: expected identifier or '(' before '/' token
|    10 | --includedir=${prefix}/include
|       |                       ^
| conftest.c:11:19: error: expected identifier or '(' before '/' token
|    11 | --mandir=${prefix}/share/man
|       |                   ^
| conftest.c:12:20: error: expected identifier or '(' before '/' token
|    12 | --infodir=${prefix}/share/info
|       |                    ^
| conftest.c:17:19: error: expected identifier or '(' before '/' token
|    17 | --libdir=${prefix}/lib/x86_64-linux-gnu
|       |                   ^
| conftest.c:30:14: warning: missing terminating " character
|    30 | --with-gssapi"
|       |              ^
| conftest.c:30:14: error: missing terminating " character
| configure:3489: $? = 1
| configure:3529: result: no
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "conserver"
| | #define PACKAGE_TARNAME "conserver"
| | #define PACKAGE_VERSION "8.2.6"
| | #define PACKAGE_STRING "conserver 8.2.6"
| | #define PACKAGE_BUGREPORT ""
| | #define PACKAGE_URL ""
| | #define CONFIGINVOCATION "./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
| | --verbose
| | --sysconfdir=/etc/conserver
| | --with-openssl
| | --with-pam
| | --with-port=782
| | --with-logfile=/var/log/conserver/server.log
| | --with-pidfile=/run/conserver/conserver.pid
| | --with-libwrap
| | --with-ipv6
| | --with-gssapi"
| | #define DEFPORT "782"
| | #define DEFBASEPORT "0"
| | #define MASTERHOST "console"
| | #define CLIENTCONFIGFILE SYSCONFDIR "/console.cf"
| | #define CONFIGFILE SYSCONFDIR "/conserver.cf"
| | #define PASSWDFILE SYSCONFDIR "/conserver.passwd"
| | #define LOGFILEPATH "/var/log/conserver/server.log"
| | #define PIDFILE "/run/conserver/conserver.pid"
| | #define MAXMEMB 16
| | #define CONNECTTIMEOUT 10
| | /* end confdefs.h.  */
| | 
| | int
| | main (void)
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:3534: error: in `/<<PKGBUILDDIR>>':
| configure:3536: error: C compiler cannot create executables

Helmut

--- End Message ---
--- Begin Message ---
Source: conserver
Source-Version: 8.2.6-3
Done: Dylan Aïssi <dai...@debian.org>

We believe that the bug you reported is fixed in the latest version of
conserver, 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 993...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dylan Aïssi <dai...@debian.org> (supplier of updated conserver 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: Thu, 09 Sep 2021 22:05:54 +0200
Source: conserver
Architecture: source
Version: 8.2.6-3
Distribution: unstable
Urgency: medium
Maintainer: Conserver Maintainers <conser...@packages.debian.org>
Changed-By: Dylan Aïssi <dai...@debian.org>
Closes: 990299 993381
Changes:
 conserver (8.2.6-3) unstable; urgency=medium
 .
   * Team upload.
   * Add an upstream patch to add high baud rates support (Closes: #990299)
   * Add an upstream patch to fix autoconf 2.70 support (Closes: #993381)
Checksums-Sha1:
 8c13ff80b2a175f5308144413fe0a38fe991343a 2094 conserver_8.2.6-3.dsc
 db17f0fae0ba8c9af5ccbc1d137962cc500e5ef2 29448 conserver_8.2.6-3.debian.tar.xz
 8cc0d0e38853d14e39940c03e352346bd2eb3e45 6867 conserver_8.2.6-3_amd64.buildinfo
Checksums-Sha256:
 2227d14e86d182f2a6f17a38c94c6c9f036250c2fc5fdc0c233d34311755a222 2094 
conserver_8.2.6-3.dsc
 9480abf5ade905191ec9eb09818bd20dad5dda102283fc37885f669c7c97c926 29448 
conserver_8.2.6-3.debian.tar.xz
 ef8a30902f27fdd07bbed8bd564409c92ea50802a8dcb2c8fc7c68cb78ca4691 6867 
conserver_8.2.6-3_amd64.buildinfo
Files:
 e49aa73fa722d2f3f7b47b453fcea1fc 2094 comm optional conserver_8.2.6-3.dsc
 778e426277161f687b4e1383fbab85c5 29448 comm optional 
conserver_8.2.6-3.debian.tar.xz
 ec432e3e922434dd6dab89f20504dd96 6867 comm optional 
conserver_8.2.6-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmE67O8SHGRhaXNzaUBk
ZWJpYW4ub3JnAAoJEGEu8WE+BQ9ULxYP/R/k2c5GuSpcAcTKONyWTygFyZ4rGQMF
BNxX/B/T0QKxOBc9e7wf0iMOv8CcGTM37ICCt8LEmUUSkBhiNl4GIFsrx0eyeoCE
Dk+UKy4LQPQKekinjFdrDGA8iyjTMTq6TajySJLul30YihT240+6ymsyfm3nKcLe
ho2dDmhW98lAmvL9KGdCzMVe5JtaZXVY5IhIP8aFiS9GBqQnRRWxVOoSf1ZnDX/z
8/aefSNUH2Rq8wdDGEiQ7t+uoRCvzTm2EGZmUCRbKbEau+kya6NF5UH+HGI+ZaEa
2gl8kxqis4fz5x7D1ozqAsIF9x1V/DI6EWSouHO+OEg8MuPVpVQrfJucZvO//yEj
+XlR/hSgusH0kyASk21ciX02vweXaoqWuP/GkA7fEw9xO5AKzPAUhdiCQe9K4TZs
I2RJW35pJ5hS+ilZ8E00xXby88jT1c9FgNNIa5E5IUIbq1YiOcJXvK55n3g5R1aq
3fgrsC+x8HzCn9iwgoDEa/o++imnqFel1KJpc9TiKcgsi1BnG4e+PYRSwYiDAdtY
9+vqHDQVIK9jmArFpvj7T90E31Raoy3NQney525NeTXMunpB0WkbN33Kp0cYyzuo
UbIqYhLQLCNeFFiuOfNaTyHavNkTihR+rPNCrv8FvHVOALUxvRWn9uBVTC7AQOEX
I3n1/fKYiruB
=CXBr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to