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

Reply via email to