Package: cpm
Version: 0.32-1.1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking for compress in -lz... yes
> checking for gettext in -lintl... no
> : using CRACKLIB_DICTPATH=/var/cache/cracklib/cracklib_dict.
> : error: cdk.h not found, try 
> --with-cdk-dir=/path/to/dir/containing/include/cdk
>       "tail -v -n +0 config.log"
> ==> config.log <==
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by cpm  0.32, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
> 
>   $ ./configure --build=x86_64-linux-gnu --prefix=/usr 
> --includedir=${prefix}/include --mandir=${prefix}/share/man 
> --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
> --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu 
> --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
> --disable-dependency-tracking 
> --with-cracklib-dict=/var/cache/cracklib/cracklib_dict
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = dl580gen9-02
> uname -m = x86_64
> uname -r = 4.4.1-3-amd64-hlinux
> uname -s = Linux
> uname -v = #hlinux1 SMP Thu Feb 11 16:17:40 UTC 2016
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /usr/local/sbin
> PATH: /usr/local/bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /sbin
> PATH: /bin
> PATH: /usr/games
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> :2231: checking for gcc
> :2247: found /usr/bin/gcc
> :2258: result: gcc
> :2487: checking for C compiler version
> :2496: gcc --version >&5
> gcc (Debian 5.3.1-11) 5.3.1 20160307
> Copyright (C) 2015 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> :2507: $? = 0
> :2496: gcc -v >&5
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-11' 
> --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
> --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
> --program-suffix=-5 --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes 
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object 
> --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
> --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
> --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
> --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
> --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
> --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-
> abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib 
> --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 5.3.1 20160307 (Debian 5.3.1-11) 
> :2507: $? = 0
> :2496: gcc -V >&5
> gcc: error: unrecognized command line option '-V'
> gcc: fatal error: no input files
> compilation terminated.
> :2507: $? = 1
> :2496: gcc -qversion >&5
> gcc: error: unrecognized command line option '-qversion'
> gcc: fatal error: no input files
> compilation terminated.
> :2507: $? = 1
> :2527: checking whether the C compiler works
> :2549: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
> :2553: $? = 0
> :2601: result: yes
> :2604: checking for C compiler default output file name
> :2606: result: a.out
> :2612: checking for suffix of executables
> :2619: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
> conftest.c  >&5
> :2623: $? = 0
> :2645: result: 
> :2667: checking whether we are cross compiling
> :2675: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
> conftest.c  >&5
> :2679: $? = 0
> :2686: ./conftest
> :2690: $? = 0
> :2705: result: no
> :2710: checking for suffix of object files
> :2732: gcc -c -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2736: $? = 0
> :2757: result: o
> :2761: checking whether we are using the GNU C compiler
> :2780: gcc -c -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2780: $? = 0
> :2789: result: yes
> :2798: checking whether gcc accepts -g
> :2818: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2818: $? = 0
> :2859: result: yes
> :2876: checking for gcc option to accept ISO C89
> :2939: gcc  -c -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2939: $? = 0
> :2952: result: none needed
> :2978: checking how to run the C preprocessor
> :3009: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> :3009: $? = 0
> :3023: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
> compilation terminated.
> :3023: $? = 1
> : failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "cpm"
> | #define PACKAGE_TARNAME "cpm"
> | #define PACKAGE_VERSION "0.32"
> | #define PACKAGE_STRING "cpm 0.32"
> | #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> | #define PACKAGE_URL ""
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> :3048: result: gcc -E
> :3068: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> :3068: $? = 0
> :3082: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
> compilation terminated.
> :3082: $? = 1
> : failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "cpm"
> | #define PACKAGE_TARNAME "cpm"
> | #define PACKAGE_VERSION "0.32"
> | #define PACKAGE_STRING "cpm 0.32"
> | #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> | #define PACKAGE_URL ""
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> :3111: checking for grep that handles long lines and -e
> :3169: result: /bin/grep
> :3174: checking for egrep
> :3236: result: /bin/grep -E
> :3242: checking whether gcc needs -traditional
> :3276: result: no
> :3326: checking for a BSD-compatible install
> :3394: result: /usr/bin/install -c
> :3405: checking whether ln -s works
> :3409: result: yes
> :3416: checking whether make sets $(MAKE)
> :3438: result: yes
> :3551: checking for wget_wch in -lncursesw
> :3576: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
> conftest.c -lncursesw   >&5
> :3576: $? = 0
> :3585: result: yes
> :3712: checking for ncursesw5-config
> :3730: found /usr/bin/ncursesw5-config
> :3742: result: /usr/bin/ncursesw5-config
> :3887: checking libraries
> :3889: checking for main in -lm
> :3908: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lm  -lncursesw  >&5
> :3908: $? = 0
> :3917: result: yes
> :3931: checking for initCDKScreen in -lcdk
> :3956: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lcdk  -lm -lncursesw  >&5
> :3956: $? = 0
> :3965: result: yes
> :3980: checking for FascistCheck in -lcrack
> :4005: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lcrack  -lcdk -lm -lncursesw  >&5
> :4005: $? = 0
> :4014: result: yes
> :4032: checking for dotconf_create in -ldotconf
> :4057: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -ldotconf  -lcrack -lcdk -lm 
> -lncursesw  >&5
> :4057: $? = 0
> :4066: result: yes
> :4080: checking for gpgme_get_engine_info in -lgpgme
> :4105: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lgpgme  -ldotconf -lcrack -lcdk 
> -lm -lncursesw  >&5
> :4105: $? = 0
> :4114: result: yes
> :4128: checking for xmlParseFile in -lxml2
> :4153: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lxml2  -lgpgme -ldotconf -lcrack 
> -lcdk -lm -lncursesw  >&5
> :4153: $? = 0
> :4162: result: yes
> :4176: checking for compress in -lz
> :4201: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lz  -lxml2 -lgpgme -ldotconf 
> -lcrack -lcdk -lm -lncursesw  >&5
> :4201: $? = 0
> :4210: result: yes
> :4225: checking for gettext in -lintl
> :4250: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security 
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lintl  -lz -lxml2 -lgpgme 
> -ldotconf -lcrack -lcdk -lm -lncursesw  >&5
> conftest.c:24:6: warning: conflicting types for built-in function 'gettext'
>  char gettext ();
>       ^
> /usr/bin/ld: cannot find -lintl
> collect2: error: ld returned 1 exit status
> :4250: $? = 1
> : failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "cpm"
> | #define PACKAGE_TARNAME "cpm"
> | #define PACKAGE_VERSION "0.32"
> | #define PACKAGE_STRING "cpm 0.32"
> | #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> | #define PACKAGE_URL ""
> | #define HAVE_LIBNCURSESW 1
> | #define HAVE_LIBM 1
> | #define HAVE_LIBCDK 1
> | #define HAVE_LIBCRACK 1
> | #define HAVE_LIBDOTCONF 1
> | #define HAVE_LIBGPGME 1
> | #define HAVE_LIBXML2 1
> | #define HAVE_LIBZ 1
> | /* end confdefs.h.  */
> | 
> | /* Override any GCC internal prototype to avoid an error.
> |    Use char because int might match the return type of a GCC
> |    builtin and then its argument prototype would still apply.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | char gettext ();
> | int
> | main ()
> | {
> | return gettext ();
> |   ;
> |   return 0;
> | }
> :4259: result: no
> :4329: using CRACKLIB_DICTPATH=/var/cache/cracklib/cracklib_dict.
> :4347: error: cdk.h not found, try 
> --with-cdk-dir=/path/to/dir/containing/include/cdk
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security'
> ac_cv_env_CPPFLAGS_set=set
> ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=set
> ac_cv_env_LDFLAGS_value=-Wl,-z,relro
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_build_alias_set=set
> ac_cv_env_build_alias_value=x86_64-linux-gnu
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_lib_cdk_initCDKScreen=yes
> ac_cv_lib_crack_FascistCheck=yes
> ac_cv_lib_dotconf_dotconf_create=yes
> ac_cv_lib_gpgme_gpgme_get_engine_info=yes
> ac_cv_lib_intl_gettext=no
> ac_cv_lib_m_main=yes
> ac_cv_lib_ncursesw_wget_wch=yes
> ac_cv_lib_xml2_xmlParseFile=yes
> ac_cv_lib_z_compress=yes
> ac_cv_objext=o
> ac_cv_path_EGREP='/bin/grep -E'
> ac_cv_path_GREP=/bin/grep
> ac_cv_path_NCURSES_CONFIG=/usr/bin/ncursesw5-config
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_gcc_traditional=no
> ac_cv_prog_make_make_set=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> CC='gcc'
> CDK_DEBIAN_DEP=''
> CDK_VERSION_DEF=''
> CFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -DCRACKLIB_DICTPATH='\''"/var/cache/cracklib/cracklib_dict"'\'''
> CPP='gcc -E'
> CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/bin/grep -E'
> EXEEXT=''
> GPGME_CONFIG=''
> GREP='/bin/grep'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> LDFLAGS='-Wl,-z,relro'
> LIBGPGME_CFLAGS=''
> LIBGPGME_LIBS=''
> LIBNCURSES_CFLAGS='-D_GNU_SOURCE -I/usr/include/ncursesw'
> LIBNCURSES_LIBS='-lncursesw -ltinfo'
> LIBOBJS=''
> LIBS='-lz -lxml2 -lgpgme -ldotconf -lcrack -lcdk -lm -lncursesw '
> LIBXML_CFLAGS=''
> LIBXML_LIBS=''
> LIBXML_XMLLINT=''
> LN_S='ln -s'
> LTLIBOBJS=''
> NCURSES_CONFIG='/usr/bin/ncursesw5-config'
> OBJEXT='o'
> PACKAGE_BUGREPORT='k...@redpill-linpro.com'
> PACKAGE_NAME='cpm'
> PACKAGE_STRING='cpm 0.32'
> PACKAGE_TARNAME='cpm'
> PACKAGE_URL=''
> PACKAGE_VERSION='0.32'
> PATH_SEPARATOR=':'
> SET_MAKE=''
> SHELL='/bin/bash'
> WRAPPER_NECESSARY=''
> XML_CONFIG=''
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build_alias='x86_64-linux-gnu'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${prefix}/share/info'
> libdir='${prefix}/lib/x86_64-linux-gnu'
> libexecdir='${prefix}/lib/x86_64-linux-gnu'
> localedir='${datarootdir}/locale'
> localstatedir='/var'
> mandir='${prefix}/share/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME "cpm"
> #define PACKAGE_TARNAME "cpm"
> #define PACKAGE_VERSION "0.32"
> #define PACKAGE_STRING "cpm 0.32"
> #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> #define PACKAGE_URL ""
> #define HAVE_LIBNCURSESW 1
> #define HAVE_LIBM 1
> #define HAVE_LIBCDK 1
> #define HAVE_LIBCRACK 1
> #define HAVE_LIBDOTCONF 1
> #define HAVE_LIBGPGME 1
> #define HAVE_LIBXML2 1
> #define HAVE_LIBZ 1
> 
> : exit 1
> 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-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu 
> --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
> --disable-dependency-tracking 
> --with-cracklib-dict=/var/cache/cracklib/cracklib_dict returned exit code 1
> debian/rules:8: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 255

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

Reply via email to