Source: gst-plugins-base1.0
Version: 1.16.2-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs 
> -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -fno-strict-aliasing 
> -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall 
> -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations 
> -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings 
> -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs 
> -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  
> -DBUILDING_GST_TAG 
> -DLICENSE_TRANSLATIONS_PATH=\"/usr/share/gst-plugins-base/1.0/license-translations.dict\"
>  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wno-error -c -o 
> libgsttag_1.0_la-tag-enumtypes.lo `test -f 'tag-enumtypes.c' || echo 
> './'`tag-enumtypes.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread 
> -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fno-strict-aliasing 
> -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall 
> -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations 
> -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings 
> -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs 
> -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden 
> -DBUILDING_GST_TAG 
> -DLICENSE_TRANSLATIONS_PATH=\"/usr/share/gst-plugins-base/1.0/license-translations.dict\"
>  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wno-error -c tag-enumtypes.c  -fPIC -DPIC 
> -o .libs/libgsttag_1.0_la-tag-enumtypes.o
> tag-enumtypes.c:10:1: error: stray ‘\’ in program
>    10 | \#include "tag.h"
>       | ^
> tag-enumtypes.c:10:2: error: stray ‘#’ in program
>    10 | \#include "tag.h"
>       |  ^
> tag-enumtypes.c:10:11: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before string constant
>    10 | \#include "tag.h"
>       |           ^~~~~~~
> tag-enumtypes.c:11:1: error: stray ‘\’ in program
>    11 | \#include "gsttagdemux.h"
>       | ^
> tag-enumtypes.c:11:2: error: stray ‘#’ in program
>    11 | \#include "gsttagdemux.h"
>       |  ^
> tag-enumtypes.c: In function ‘gst_tag_image_type_get_type’:
> tag-enumtypes.c:38:9: error: ‘GST_TAG_IMAGE_TYPE_NONE’ undeclared (first use 
> in this function)
>    38 |       { GST_TAG_IMAGE_TYPE_NONE, "GST_TAG_IMAGE_TYPE_NONE", "none" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:38:9: note: each undeclared identifier is reported only once 
> for each function it appears in
> tag-enumtypes.c:39:9: error: ‘GST_TAG_IMAGE_TYPE_UNDEFINED’ undeclared (first 
> use in this function); did you mean ‘GST_TAG_MERGE_UNDEFINED’?
>    39 |       { GST_TAG_IMAGE_TYPE_UNDEFINED, "GST_TAG_IMAGE_TYPE_UNDEFINED", 
> "undefined" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |         GST_TAG_MERGE_UNDEFINED
> tag-enumtypes.c:40:9: error: ‘GST_TAG_IMAGE_TYPE_FRONT_COVER’ undeclared 
> (first use in this function)
>    40 |       { GST_TAG_IMAGE_TYPE_FRONT_COVER, 
> "GST_TAG_IMAGE_TYPE_FRONT_COVER", "front-cover" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:41:9: error: ‘GST_TAG_IMAGE_TYPE_BACK_COVER’ undeclared 
> (first use in this function)
>    41 |       { GST_TAG_IMAGE_TYPE_BACK_COVER, 
> "GST_TAG_IMAGE_TYPE_BACK_COVER", "back-cover" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:42:9: error: ‘GST_TAG_IMAGE_TYPE_LEAFLET_PAGE’ undeclared 
> (first use in this function)
>    42 |       { GST_TAG_IMAGE_TYPE_LEAFLET_PAGE, 
> "GST_TAG_IMAGE_TYPE_LEAFLET_PAGE", "leaflet-page" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:43:9: error: ‘GST_TAG_IMAGE_TYPE_MEDIUM’ undeclared (first 
> use in this function)
>    43 |       { GST_TAG_IMAGE_TYPE_MEDIUM, "GST_TAG_IMAGE_TYPE_MEDIUM", 
> "medium" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:44:9: error: ‘GST_TAG_IMAGE_TYPE_LEAD_ARTIST’ undeclared 
> (first use in this function)
>    44 |       { GST_TAG_IMAGE_TYPE_LEAD_ARTIST, 
> "GST_TAG_IMAGE_TYPE_LEAD_ARTIST", "lead-artist" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:45:9: error: ‘GST_TAG_IMAGE_TYPE_ARTIST’ undeclared (first 
> use in this function); did you mean ‘GST_TAG_IMAGE_ORIENTATION’?
>    45 |       { GST_TAG_IMAGE_TYPE_ARTIST, "GST_TAG_IMAGE_TYPE_ARTIST", 
> "artist" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
>       |         GST_TAG_IMAGE_ORIENTATION
> tag-enumtypes.c:46:9: error: ‘GST_TAG_IMAGE_TYPE_CONDUCTOR’ undeclared (first 
> use in this function)
>    46 |       { GST_TAG_IMAGE_TYPE_CONDUCTOR, "GST_TAG_IMAGE_TYPE_CONDUCTOR", 
> "conductor" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:47:9: error: ‘GST_TAG_IMAGE_TYPE_BAND_ORCHESTRA’ undeclared 
> (first use in this function)
>    47 |       { GST_TAG_IMAGE_TYPE_BAND_ORCHESTRA, 
> "GST_TAG_IMAGE_TYPE_BAND_ORCHESTRA", "band-orchestra" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:48:9: error: ‘GST_TAG_IMAGE_TYPE_COMPOSER’ undeclared (first 
> use in this function)
>    48 |       { GST_TAG_IMAGE_TYPE_COMPOSER, "GST_TAG_IMAGE_TYPE_COMPOSER", 
> "composer" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:49:9: error: ‘GST_TAG_IMAGE_TYPE_LYRICIST’ undeclared (first 
> use in this function)
>    49 |       { GST_TAG_IMAGE_TYPE_LYRICIST, "GST_TAG_IMAGE_TYPE_LYRICIST", 
> "lyricist" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:50:9: error: ‘GST_TAG_IMAGE_TYPE_RECORDING_LOCATION’ 
> undeclared (first use in this function)
>    50 |       { GST_TAG_IMAGE_TYPE_RECORDING_LOCATION, 
> "GST_TAG_IMAGE_TYPE_RECORDING_LOCATION", "recording-location" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:51:9: error: ‘GST_TAG_IMAGE_TYPE_DURING_RECORDING’ undeclared 
> (first use in this function)
>    51 |       { GST_TAG_IMAGE_TYPE_DURING_RECORDING, 
> "GST_TAG_IMAGE_TYPE_DURING_RECORDING", "during-recording" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:52:9: error: ‘GST_TAG_IMAGE_TYPE_DURING_PERFORMANCE’ 
> undeclared (first use in this function)
>    52 |       { GST_TAG_IMAGE_TYPE_DURING_PERFORMANCE, 
> "GST_TAG_IMAGE_TYPE_DURING_PERFORMANCE", "during-performance" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:53:9: error: ‘GST_TAG_IMAGE_TYPE_VIDEO_CAPTURE’ undeclared 
> (first use in this function)
>    53 |       { GST_TAG_IMAGE_TYPE_VIDEO_CAPTURE, 
> "GST_TAG_IMAGE_TYPE_VIDEO_CAPTURE", "video-capture" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:54:9: error: ‘GST_TAG_IMAGE_TYPE_FISH’ undeclared (first use 
> in this function)
>    54 |       { GST_TAG_IMAGE_TYPE_FISH, "GST_TAG_IMAGE_TYPE_FISH", "fish" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:55:9: error: ‘GST_TAG_IMAGE_TYPE_ILLUSTRATION’ undeclared 
> (first use in this function); did you mean ‘GST_TAG_IMAGE_ORIENTATION’?
>    55 |       { GST_TAG_IMAGE_TYPE_ILLUSTRATION, 
> "GST_TAG_IMAGE_TYPE_ILLUSTRATION", "illustration" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |         GST_TAG_IMAGE_ORIENTATION
> tag-enumtypes.c:56:9: error: ‘GST_TAG_IMAGE_TYPE_BAND_ARTIST_LOGO’ undeclared 
> (first use in this function)
>    56 |       { GST_TAG_IMAGE_TYPE_BAND_ARTIST_LOGO, 
> "GST_TAG_IMAGE_TYPE_BAND_ARTIST_LOGO", "band-artist-logo" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:57:9: error: ‘GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO’ 
> undeclared (first use in this function)
>    57 |       { GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO, 
> "GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO", "publisher-studio-logo" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c: In function ‘gst_tag_license_flags_get_type’:
> tag-enumtypes.c:71:9: error: ‘GST_TAG_LICENSE_PERMITS_REPRODUCTION’ 
> undeclared (first use in this function)
>    71 |       { GST_TAG_LICENSE_PERMITS_REPRODUCTION, 
> "GST_TAG_LICENSE_PERMITS_REPRODUCTION", "permits-reproduction" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:71:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:71:9: note: (near initialization for ‘values[0].value’)
> tag-enumtypes.c:71:9: error: initializer element is not constant
> tag-enumtypes.c:71:9: note: (near initialization for ‘values[0].value’)
> tag-enumtypes.c:72:9: error: ‘GST_TAG_LICENSE_PERMITS_DISTRIBUTION’ 
> undeclared (first use in this function)
>    72 |       { GST_TAG_LICENSE_PERMITS_DISTRIBUTION, 
> "GST_TAG_LICENSE_PERMITS_DISTRIBUTION", "permits-distribution" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:72:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:72:9: note: (near initialization for ‘values[1].value’)
> tag-enumtypes.c:72:9: error: initializer element is not constant
> tag-enumtypes.c:72:9: note: (near initialization for ‘values[1].value’)
> tag-enumtypes.c:73:9: error: ‘GST_TAG_LICENSE_PERMITS_DERIVATIVE_WORKS’ 
> undeclared (first use in this function)
>    73 |       { GST_TAG_LICENSE_PERMITS_DERIVATIVE_WORKS, 
> "GST_TAG_LICENSE_PERMITS_DERIVATIVE_WORKS", "permits-derivative-works" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:73:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:73:9: note: (near initialization for ‘values[2].value’)
> tag-enumtypes.c:73:9: error: initializer element is not constant
> tag-enumtypes.c:73:9: note: (near initialization for ‘values[2].value’)
> tag-enumtypes.c:74:9: error: ‘GST_TAG_LICENSE_PERMITS_SHARING’ undeclared 
> (first use in this function)
>    74 |       { GST_TAG_LICENSE_PERMITS_SHARING, 
> "GST_TAG_LICENSE_PERMITS_SHARING", "permits-sharing" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:74:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:74:9: note: (near initialization for ‘values[3].value’)
> tag-enumtypes.c:74:9: error: initializer element is not constant
> tag-enumtypes.c:74:9: note: (near initialization for ‘values[3].value’)
> tag-enumtypes.c:75:9: error: ‘GST_TAG_LICENSE_REQUIRES_NOTICE’ undeclared 
> (first use in this function)
>    75 |       { GST_TAG_LICENSE_REQUIRES_NOTICE, 
> "GST_TAG_LICENSE_REQUIRES_NOTICE", "requires-notice" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:75:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:75:9: note: (near initialization for ‘values[4].value’)
> tag-enumtypes.c:75:9: error: initializer element is not constant
> tag-enumtypes.c:75:9: note: (near initialization for ‘values[4].value’)
> tag-enumtypes.c:76:9: error: ‘GST_TAG_LICENSE_REQUIRES_ATTRIBUTION’ 
> undeclared (first use in this function)
>    76 |       { GST_TAG_LICENSE_REQUIRES_ATTRIBUTION, 
> "GST_TAG_LICENSE_REQUIRES_ATTRIBUTION", "requires-attribution" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:76:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:76:9: note: (near initialization for ‘values[5].value’)
> tag-enumtypes.c:76:9: error: initializer element is not constant
> tag-enumtypes.c:76:9: note: (near initialization for ‘values[5].value’)
> tag-enumtypes.c:77:9: error: ‘GST_TAG_LICENSE_REQUIRES_SHARE_ALIKE’ 
> undeclared (first use in this function)
>    77 |       { GST_TAG_LICENSE_REQUIRES_SHARE_ALIKE, 
> "GST_TAG_LICENSE_REQUIRES_SHARE_ALIKE", "requires-share-alike" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:77:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:77:9: note: (near initialization for ‘values[6].value’)
> tag-enumtypes.c:77:9: error: initializer element is not constant
> tag-enumtypes.c:77:9: note: (near initialization for ‘values[6].value’)
> tag-enumtypes.c:78:9: error: ‘GST_TAG_LICENSE_REQUIRES_SOURCE_CODE’ 
> undeclared (first use in this function)
>    78 |       { GST_TAG_LICENSE_REQUIRES_SOURCE_CODE, 
> "GST_TAG_LICENSE_REQUIRES_SOURCE_CODE", "requires-source-code" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:78:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:78:9: note: (near initialization for ‘values[7].value’)
> tag-enumtypes.c:78:9: error: initializer element is not constant
> tag-enumtypes.c:78:9: note: (near initialization for ‘values[7].value’)
> tag-enumtypes.c:79:9: error: ‘GST_TAG_LICENSE_REQUIRES_COPYLEFT’ undeclared 
> (first use in this function)
>    79 |       { GST_TAG_LICENSE_REQUIRES_COPYLEFT, 
> "GST_TAG_LICENSE_REQUIRES_COPYLEFT", "requires-copyleft" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:79:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:79:9: note: (near initialization for ‘values[8].value’)
> tag-enumtypes.c:79:9: error: initializer element is not constant
> tag-enumtypes.c:79:9: note: (near initialization for ‘values[8].value’)
> tag-enumtypes.c:80:9: error: ‘GST_TAG_LICENSE_REQUIRES_LESSER_COPYLEFT’ 
> undeclared (first use in this function)
>    80 |       { GST_TAG_LICENSE_REQUIRES_LESSER_COPYLEFT, 
> "GST_TAG_LICENSE_REQUIRES_LESSER_COPYLEFT", "requires-lesser-copyleft" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:80:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:80:9: note: (near initialization for ‘values[9].value’)
> tag-enumtypes.c:80:9: error: initializer element is not constant
> tag-enumtypes.c:80:9: note: (near initialization for ‘values[9].value’)
> tag-enumtypes.c:81:9: error: ‘GST_TAG_LICENSE_PROHIBITS_COMMERCIAL_USE’ 
> undeclared (first use in this function)
>    81 |       { GST_TAG_LICENSE_PROHIBITS_COMMERCIAL_USE, 
> "GST_TAG_LICENSE_PROHIBITS_COMMERCIAL_USE", "prohibits-commercial-use" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:81:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:81:9: note: (near initialization for ‘values[10].value’)
> tag-enumtypes.c:81:9: error: initializer element is not constant
> tag-enumtypes.c:81:9: note: (near initialization for ‘values[10].value’)
> tag-enumtypes.c:82:9: error: 
> ‘GST_TAG_LICENSE_PROHIBITS_HIGH_INCOME_NATION_USE’ undeclared (first use in 
> this function)
>    82 |       { GST_TAG_LICENSE_PROHIBITS_HIGH_INCOME_NATION_USE, 
> "GST_TAG_LICENSE_PROHIBITS_HIGH_INCOME_NATION_USE", 
> "prohibits-high-income-nation-use" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:82:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:82:9: note: (near initialization for ‘values[11].value’)
> tag-enumtypes.c:82:9: error: initializer element is not constant
> tag-enumtypes.c:82:9: note: (near initialization for ‘values[11].value’)
> tag-enumtypes.c:83:9: error: ‘GST_TAG_LICENSE_CREATIVE_COMMONS_LICENSE’ 
> undeclared (first use in this function)
>    83 |       { GST_TAG_LICENSE_CREATIVE_COMMONS_LICENSE, 
> "GST_TAG_LICENSE_CREATIVE_COMMONS_LICENSE", "creative-commons-license" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:83:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:83:9: note: (near initialization for ‘values[12].value’)
> tag-enumtypes.c:83:9: error: initializer element is not constant
> tag-enumtypes.c:83:9: note: (near initialization for ‘values[12].value’)
> tag-enumtypes.c:84:9: error: 
> ‘GST_TAG_LICENSE_FREE_SOFTWARE_FOUNDATION_LICENSE’ undeclared (first use in 
> this function)
>    84 |       { GST_TAG_LICENSE_FREE_SOFTWARE_FOUNDATION_LICENSE, 
> "GST_TAG_LICENSE_FREE_SOFTWARE_FOUNDATION_LICENSE", 
> "free-software-foundation-license" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> tag-enumtypes.c:84:9: warning: initialization of ‘unsigned int’ from ‘const 
> GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer 
> without a cast [-Wint-conversion]
> tag-enumtypes.c:84:9: note: (near initialization for ‘values[13].value’)
> tag-enumtypes.c:84:9: error: initializer element is not constant
> tag-enumtypes.c:84:9: note: (near initialization for ‘values[13].value’)
> make[6]: *** [Makefile:967: libgsttag_1.0_la-tag-enumtypes.lo] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/06/20/gst-plugins-base1.0_1.16.2-4_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to