Bug#1017159: 4ti2: FTBFS: gcc: error: unrecognized command-line option '-V'

Lucas Nussbaum lucas at debian.org
Sun Aug 14 08:10:18 BST 2022


Source: 4ti2
Version: 1.6.9+ds-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> gcc version 12.1.0 (Debian 12.1.0-8) 
> ... rest of stderr output deleted ...
> configure:4243: $? = 0
> configure:4232: gcc -V >&5
> gcc: error: unrecognized command-line option '-V'
> gcc: fatal error: no input files
> compilation terminated.
> configure:4243: $? = 1
> configure:4232: gcc -qversion >&5
> gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
> gcc: fatal error: no input files
> compilation terminated.
> configure:4243: $? = 1
> configure:4232: gcc -version >&5
> gcc: error: unrecognized command-line option '-version'
> gcc: fatal error: no input files
> compilation terminated.
> configure:4243: $? = 1
> configure:4263: checking whether the C compiler works
> configure:4285: gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> configure:4289: $? = 0
> configure:4339: result: yes
> configure:4342: checking for C compiler default output file name
> configure:4344: result: a.out
> configure:4350: checking for suffix of executables
> configure:4357: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> configure:4361: $? = 0
> configure:4384: result: 
> configure:4406: checking whether we are cross compiling
> configure:4414: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> configure:4418: $? = 0
> configure:4425: ./conftest
> configure:4429: $? = 0
> configure:4444: result: no
> configure:4449: checking for suffix of object files
> configure:4472: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> configure:4476: $? = 0
> configure:4498: result: o
> configure:4502: checking whether the compiler supports GNU C
> configure:4522: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> configure:4522: $? = 0
> configure:4532: result: yes
> configure:4543: checking whether gcc accepts -g
> configure:4564: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> configure:4564: $? = 0
> configure:4608: result: yes
> configure:4628: checking for gcc option to enable C11 features
> configure:4643: gcc  -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> configure:4643: $? = 0
> configure:4661: result: none needed
> configure:4777: checking whether gcc understands -c and -o together
> configure:4800: gcc -c conftest.c -o conftest2.o
> configure:4803: $? = 0
> configure:4800: gcc -c conftest.c -o conftest2.o
> configure:4803: $? = 0
> configure:4815: result: yes
> configure:4835: checking whether make supports the include directive
> configure:4850: make -f confmf.GNU && cat confinc.out
> make[2]: Entering directory '/<<PKGBUILDDIR>>/_build'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/_build'
> this is the am__doit target
> configure:4853: $? = 0
> configure:4872: result: yes (GNU style)
> configure:4898: checking dependency style of gcc
> configure:5010: result: none
> configure:5027: checking for C compiler vendor
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__clang__))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(_CRAYC))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__FUJITSU))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(SDCC) || defined(__SDCC))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(_SX))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__NVCOMPILER))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:17:7: error: 'thisisanerror' undeclared (first use in this function)
>    17 |       thisisanerror;
>       |       ^~~~~~~~~~~~~
> conftest.c:17:7: note: each undeclared identifier is reported only once for each function it appears in
> configure:5086: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "4ti2"
> | #define PACKAGE_TARNAME "4ti2"
> | #define PACKAGE_VERSION "1.6.9"
> | #define PACKAGE_STRING "4ti2 1.6.9"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "4ti2"
> | #define VERSION "1.6.9"
> | /* end confdefs.h.  */
> | 
> | int
> | main (void)
> | {
> | 
> | #if !(defined(__PGI))
> |       thisisanerror;
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5086: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> configure:5086: $? = 0
> configure:5096: result: gnu
> configure:5105: checking build system type
> configure:5120: result: x86_64-pc-linux-gnu
> configure:5140: checking host system type
> configure:5154: result: x86_64-pc-linux-gnu
> configure:5174: checking for a sed that does not truncate output
> configure:5244: result: /bin/sed
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_build=x86_64-pc-linux-gnu
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -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_CXXCPP_set=
> ac_cv_env_CXXCPP_value=
> ac_cv_env_CXXFLAGS_set=set
> ac_cv_env_CXXFLAGS_value='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security'
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_LDFLAGS_set=set
> ac_cv_env_LDFLAGS_value='-Wl,-z,relro -Wl,-z,now'
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_LT_SYS_LIBRARY_PATH_set=
> ac_cv_env_LT_SYS_LIBRARY_PATH_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_host=x86_64-pc-linux-gnu
> ac_cv_objext=o
> ac_cv_path_SED=/bin/sed
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_path_mkdir=/bin/mkdir
> ac_cv_prog_AWK=mawk
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_c11=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_make_make_set=yes
> am_cv_CC_dependencies_compiler_type=none
> am_cv_make_support_nested_variables=yes
> am_cv_prog_cc_c_o=yes
> ax_cv_c_compiler_vendor=gnu
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> ACLOCAL='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' aclocal-1.16'
> AMDEPBACKSLASH=''
> AMDEP_FALSE=''
> AMDEP_TRUE='#'
> AMTAR='$${TAR-tar}'
> AM_BACKSLASH='\'
> AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
> AM_DEFAULT_VERBOSITY='1'
> AM_V='$(V)'
> AR=''
> AUTOCONF='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoconf'
> AUTOHEADER='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoheader'
> AUTOMAKE='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' automake-1.16'
> AWK='mawk'
> CC='gcc'
> CCDEPMODE='depmode=none'
> CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security'
> CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
> CSCOPE='cscope'
> CTAGS='ctags'
> CXX=''
> CXXCPP=''
> CXXDEPMODE=''
> CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security'
> CYGPATH_W='echo'
> DEFS=''
> DEPDIR='.deps'
> DLLTOOL=''
> DSYMUTIL=''
> DUMPBIN=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> ENABLE_FIBER_FALSE=''
> ENABLE_FIBER_TRUE='#'
> ENABLE_GROEBNER_FALSE=''
> ENABLE_GROEBNER_TRUE=''
> ENABLE_SWIG_FALSE=''
> ENABLE_SWIG_TRUE=''
> ENABLE_ZSOLVE_FALSE='#'
> ENABLE_ZSOLVE_TRUE=''
> ETAGS='etags'
> EXEEXT=''
> FGREP=''
> FILECMD=''
> GLPK_CFLAGS=''
> GLPK_LIBS=''
> GMP_CFLAGS=''
> GMP_LIBS=''
> GMP_VERSION=''
> GREP=''
> GROEBNER_DEFAULT_EXECUTABLE=''
> HAVE_GMP_WITH_CXX_FALSE=''
> HAVE_GMP_WITH_CXX_TRUE=''
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> LD=''
> LDFLAGS='-Wl,-z,relro -Wl,-z,now'
> LIBOBJS=''
> LIBS=''
> LIBTOOL=''
> LIPO=''
> LN_S=''
> LTLIBOBJS=''
> LT_SYS_LIBRARY_PATH=''
> MAKEINFO='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' makeinfo'
> MANIFEST_TOOL=''
> MKDIR_P='/bin/mkdir -p'
> NM=''
> NMEDIT=''
> OBJDUMP=''
> OBJEXT='o'
> OTOOL64=''
> OTOOL=''
> PACKAGE='4ti2'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME='4ti2'
> PACKAGE_STRING='4ti2 1.6.9'
> PACKAGE_TARNAME='4ti2'
> PACKAGE_URL=''
> PACKAGE_VERSION='1.6.9'
> PATH_SEPARATOR=':'
> PRTDIAG=''
> RANLIB=''
> SED='/bin/sed'
> SET_MAKE=''
> SHELL='/bin/bash'
> STRIP=''
> VERSION='1.6.9'
> ac_ct_AR=''
> ac_ct_CC='gcc'
> ac_ct_CXX=''
> ac_ct_DUMPBIN=''
> am__EXEEXT_FALSE=''
> am__EXEEXT_TRUE=''
> am__fastdepCC_FALSE=''
> am__fastdepCC_TRUE='#'
> am__fastdepCXX_FALSE=''
> am__fastdepCXX_TRUE=''
> am__include='include'
> am__isrc=' -I$(srcdir)'
> am__leading_dot='.'
> am__nodep=''
> am__quote=''
> am__tar='$${TAR-tar} chof - "$$tardir"'
> am__untar='$${TAR-tar} xf -'
> bindir='${exec_prefix}/bin'
> build='x86_64-pc-linux-gnu'
> build_alias='x86_64-linux-gnu'
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='pc'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host='x86_64-pc-linux-gnu'
> host_alias=''
> host_cpu='x86_64'
> host_os='linux-gnu'
> host_vendor='pc'
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${prefix}/share/info'
> install_sh='${SHELL} /<<PKGBUILDDIR>>/install-sh'
> libdir='${prefix}/lib/x86_64-linux-gnu'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='/var'
> mandir='${prefix}/share/man'
> mkdir_p='$(MKDIR_P)'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> subdirs=''
> sysconfdir='/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME "4ti2"
> #define PACKAGE_TARNAME "4ti2"
> #define PACKAGE_VERSION "1.6.9"
> #define PACKAGE_STRING "4ti2 1.6.9"
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define PACKAGE "4ti2"
> #define VERSION "1.6.9"
> 
> configure: exit 2
> dh_auto_configure: error: cd _build && ../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 --srcdir=.. returned exit code 2
> make[1]: *** [debian/rules:13: override_dh_auto_configure] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/4ti2_1.6.9+ds-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list