[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1020048: marked as done (vamp-plugin-sdk: FTBFS: gcc: error: unrecognized command-line option '-V')



Your message dated Sat, 15 Oct 2022 18:34:03 +0000
with message-id <E1ojlz1-006pwZ-QM@fasolo.debian.org>
and subject line Bug#1020048: fixed in vamp-plugin-sdk 2.10.0-2
has caused the Debian Bug report #1020048,
regarding vamp-plugin-sdk: FTBFS: gcc: error: unrecognized command-line option '-V'
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 owner@bugs.debian.org
immediately.)


-- 
1020048: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020048
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: vamp-plugin-sdk
Version: 2.10.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> gcc version 12.2.0 (Debian 12.2.0-2) 
> ... rest of stderr output deleted ...
> configure:3634: $? = 0
> configure:3623: gcc -V >&5
> gcc: error: unrecognized command-line option '-V'
> gcc: fatal error: no input files
> compilation terminated.
> configure:3634: $? = 1
> configure:3623: gcc -qversion >&5
> gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
> gcc: fatal error: no input files
> compilation terminated.
> configure:3634: $? = 1
> configure:3623: gcc -version >&5
> gcc: error: unrecognized command-line option '-version'
> gcc: fatal error: no input files
> compilation terminated.
> configure:3634: $? = 1
> configure:3638: checking whether the compiler supports GNU C
> configure:3658: 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:3658: $? = 0
> configure:3668: result: yes
> configure:3679: checking whether gcc accepts -g
> configure:3700: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> configure:3700: $? = 0
> configure:3744: result: yes
> configure:3764: checking for gcc option to enable C11 features
> configure:3779: 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:3779: $? = 0
> configure:3797: result: none needed
> configure:3912: checking for stdio.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for stdlib.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for string.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for inttypes.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for stdint.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for strings.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for sys/stat.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for sys/types.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3912: checking for unistd.h
> configure:3912: 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:3912: $? = 0
> configure:3912: result: yes
> configure:3937: checking for grep that handles long lines and -e
> configure:4001: result: /bin/grep
> configure:4009: checking for egrep
> configure:4077: result: /bin/grep -E
> configure:4083: checking whether byte ordering is bigendian
> configure:4099: 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:20:16: error: unknown type name 'not'
>    20 |                not a universal capable compiler
>       |                ^~~
> conftest.c:20:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
>    20 |                not a universal capable compiler
>       |                      ^~~~~~~~~
> conftest.c:20:22: error: unknown type name 'universal'
> configure:4099: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "vamp-plugin-sdk"
> | #define PACKAGE_TARNAME "vamp-plugin-sdk"
> | #define PACKAGE_VERSION "2.10"
> | #define PACKAGE_STRING "vamp-plugin-sdk 2.10"
> | #define PACKAGE_BUGREPORT "cannam@all-day-breakfast.com"
> | #define PACKAGE_URL ""
> | #define HAVE_STDIO_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_UNISTD_H 1
> | #define STDC_HEADERS 1
> | /* end confdefs.h.  */
> | #ifndef __APPLE_CC__
> | 	       not a universal capable compiler
> | 	     #endif
> | 	     typedef int dummy;
> | 
> configure:4145: 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:4145: $? = 0
> configure:4164: 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:26:18: error: unknown type name 'not'; did you mean 'ino_t'?
>    26 |                  not big endian
>       |                  ^~~
>       |                  ino_t
> conftest.c:26:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
>    26 |                  not big endian
>       |                          ^~~~~~
> configure:4164: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "vamp-plugin-sdk"
> | #define PACKAGE_TARNAME "vamp-plugin-sdk"
> | #define PACKAGE_VERSION "2.10"
> | #define PACKAGE_STRING "vamp-plugin-sdk 2.10"
> | #define PACKAGE_BUGREPORT "cannam@all-day-breakfast.com"
> | #define PACKAGE_URL ""
> | #define HAVE_STDIO_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_UNISTD_H 1
> | #define STDC_HEADERS 1
> | /* end confdefs.h.  */
> | #include <sys/types.h>
> | 		#include <sys/param.h>
> | 
> | int
> | main (void)
> | {
> | #if BYTE_ORDER != BIG_ENDIAN
> | 		 not big endian
> | 		#endif
> | 
> |   ;
> |   return 0;
> | }
> configure:4298: result: no
> configure:4326: checking whether g++ supports C++11 features by default
> configure:4361: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
> configure:4361: $? = 0
> configure:4369: result: yes
> configure:4468: checking for library containing dlopen
> configure:4498: 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:4498: $? = 0
> configure:4518: result: none required
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_c_bigendian=no
> ac_cv_c_compiler_gnu=yes
> ac_cv_cxx_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_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_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_header_inttypes_h=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdio_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_objext=o
> ac_cv_path_EGREP='/bin/grep -E'
> ac_cv_path_GREP=/bin/grep
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_CXX=g++
> ac_cv_prog_cc_c11=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_cxx_11=no
> ac_cv_prog_cxx_cxx11=
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_cxx_stdcxx=
> ac_cv_search_dlopen='none required'
> ax_cv_cxx_compile_cxx11=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> CC='gcc'
> CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security'
> CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
> CXX='g++'
> CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security'
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/bin/grep -E'
> EXEEXT=''
> GREP='/bin/grep'
> HAVE_CXX11=''
> LDFLAGS='-Wl,-z,relro -Wl,-z,now'
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT='cannam@all-day-breakfast.com'
> PACKAGE_NAME='vamp-plugin-sdk'
> PACKAGE_STRING='vamp-plugin-sdk 2.10'
> PACKAGE_TARNAME='vamp-plugin-sdk'
> PACKAGE_URL=''
> PACKAGE_VERSION='2.10'
> PATH_SEPARATOR=':'
> SHELL='/bin/bash'
> SNDFILE_CFLAGS=''
> SNDFILE_LIBS=''
> TARGETS=''
> ac_ct_CC='gcc'
> ac_ct_CXX='g++'
> 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='${exec_prefix}/libexec'
> 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='/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME "vamp-plugin-sdk"
> #define PACKAGE_TARNAME "vamp-plugin-sdk"
> #define PACKAGE_VERSION "2.10"
> #define PACKAGE_STRING "vamp-plugin-sdk 2.10"
> #define PACKAGE_BUGREPORT "cannam@all-day-breakfast.com"
> #define PACKAGE_URL ""
> #define HAVE_STDIO_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_UNISTD_H 1
> #define STDC_HEADERS 1
> 
> configure: exit 2
> dh_auto_configure: error: ./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 returned exit code 2
> make: *** [debian/rules:12: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/vamp-plugin-sdk_2.10.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&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.

--- End Message ---
--- Begin Message ---
Source: vamp-plugin-sdk
Source-Version: 2.10.0-2
Done: Dennis Braun <d_braun@kabelmail.de>

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

Debian distribution maintenance software
pp.
Dennis Braun <d_braun@kabelmail.de> (supplier of updated vamp-plugin-sdk 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 15 Oct 2022 19:13:19 +0200
Source: vamp-plugin-sdk
Architecture: source
Version: 2.10.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dennis Braun <d_braun@kabelmail.de>
Closes: 1020048
Changes:
 vamp-plugin-sdk (2.10.0-2) unstable; urgency=medium
 .
   * Add pkg-config to B-Ds (Closes: #1020048)
   * Bump Standards Version to 4.6.1
   * Bump d/watch version to 4
   * Add salsa ci config
   * Remove unnecessary constraints
   * d/copyright: Add myself to the d/ section
   * Add d/source/lintian-overrides
Checksums-Sha1:
 29cdd9a4287a83a7746e6e09af433c7cc5213b4d 2411 vamp-plugin-sdk_2.10.0-2.dsc
 ccd3e9ce4eabe34516ff0fb41cce5a7e3e1e6894 10124 vamp-plugin-sdk_2.10.0-2.debian.tar.xz
 272d3f4521b1b5a60f1f27e5d8387fbb5c93ce76 6398 vamp-plugin-sdk_2.10.0-2_source.buildinfo
Checksums-Sha256:
 e17a661e86688b0e03713f620a7abe3ad1e7942a3fc53956844bad911b0a8a1a 2411 vamp-plugin-sdk_2.10.0-2.dsc
 3a36a25e86b47770767c7445954c260849477b121a5351e60df6c725a80e4e14 10124 vamp-plugin-sdk_2.10.0-2.debian.tar.xz
 811cb417fa1c62c23a630dfa5c4ac51c782067f436596a2cb1577d8eb071e014 6398 vamp-plugin-sdk_2.10.0-2_source.buildinfo
Files:
 289c0c94c3acf1d48858bbfcc69778a3 2411 libs optional vamp-plugin-sdk_2.10.0-2.dsc
 6b66d3d6aa5f4f8fb89f878ca1024fef 10124 libs optional vamp-plugin-sdk_2.10.0-2.debian.tar.xz
 506e06688c57fa61483bae36d3e2d630 6398 libs optional vamp-plugin-sdk_2.10.0-2_source.buildinfo

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

iQJJBAEBCgAzFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmNK7LoVHGRfYnJhdW5A
a2FiZWxtYWlsLmRlAAoJEGNOpV2QK5g2UJ8QALzwzbZBam9oRHohbRKljaqh9F1t
4fUlRJlq6MEwaZZEUCF0bpk3ZRRN3ljPWVwslSBuYvbM02d9WQDIuheZC3LD0Vln
mzU0q5qejyPltwTgXvkhYu1TpO8lRQXSBx8F2z4L+ynYJ+T1sLtJ9B8JBCsuHZ1c
OB9I6oZBsYiJvhQay8l+SrPGkQorSh8MwLYWqlU9wG7Gn73zL/4pyEz+B25aS3Zn
pExH6ieVBKAFKwGHIKW1nNy2lTxsQeiprK6k6VJ9zEvfCZz7MThDYViYhw32p3U6
oxtDqYAdA+DYcRyjDM4E34fxYKZA5p7RF8J54SlwjwVmYCCDxkIdEffkLnPUfeme
B2ky5kNw89B8GedLd8Jdwf5f5uXzCfZjMD+qq1OmRn1TbouraWB2+pA0xT+4HFyx
biwSpUri1Or4Y6c48U+WVN92tsfsB+QU6Tbl3KfOd5vzL9oKqZL5QWNL/7lX+0nZ
QncjEM4jF0WSmXIaIkNrqyLE4OiJThpJF+cN5Wg8lzn6Mg79zfr0Kc824egCkbgD
IRvW54adZbcO/sQwcu0/LxJs/GMPERHoygCtLPCmiGVO5we4sjwBP4eq4WbFqdTh
bqYQuRjW3pYV8FV388kfsK6s9muBcPpWlu82IE+Wrfhaz6ZLv9MNw18Cyu8uzNdr
ge+OfxSHi2oRRGW8
=XgP6
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: