Your message dated Tue, 08 Sep 2020 08:48:42 +0000
with message-id <[email protected]>
and subject line Bug#963307: fixed in gst-plugins-base1.0 1.18.0-1
has caused the Debian Bug report #963307,
regarding gst-plugins-base1.0: FTBFS: tag-enumtypes.c:10:1: error: stray ‘\’ in 
program
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 [email protected]
immediately.)


-- 
963307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963307
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: gst-plugins-base1.0
Source-Version: 1.18.0-1
Done: =?utf-8?q?Sebastian_Dr=C3=B6ge?= <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gst-plugins-base1.0, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Dröge <[email protected]> (supplier of updated gst-plugins-base1.0 
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 [email protected])


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

Format: 1.8
Date: Tue, 08 Sep 2020 11:00:08 +0300
Source: gst-plugins-base1.0
Architecture: source
Version: 1.18.0-1
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of GStreamer packages 
<[email protected]>
Changed-By: Sebastian Dröge <[email protected]>
Closes: 945967 963307
Changes:
 gst-plugins-base1.0 (1.18.0-1) unstable; urgency=medium
 .
   * New upstream stable release.
   * Upload to unstable (Closes: #963307).
   * debian/control:
     + (Build-) Depend on the vendor neutral GL header packages (Closes: 
#945967).
Checksums-Sha1:
 bd24e36d79972e61322e6c619a3f302273d70433 3836 gst-plugins-base1.0_1.18.0-1.dsc
 b2d1f7745435d28f26242969d24e282ab118badc 3151060 
gst-plugins-base1.0_1.18.0.orig.tar.xz
 b94fce79edb21d286985edee11354a894c9cc49c 42656 
gst-plugins-base1.0_1.18.0-1.debian.tar.xz
 603254cdad37ccd32cec32d4d32a9cf1dea721aa 17409 
gst-plugins-base1.0_1.18.0-1_amd64.buildinfo
Checksums-Sha256:
 31ac83b50f9141f60009ff92dc46d41544f88fbcc1e9df148b2d63230afc77ed 3836 
gst-plugins-base1.0_1.18.0-1.dsc
 762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897 3151060 
gst-plugins-base1.0_1.18.0.orig.tar.xz
 183a2708ef01c8e4d004b9226d64fd686150180b72ebb67169fd4e85244a4c0e 42656 
gst-plugins-base1.0_1.18.0-1.debian.tar.xz
 77b7e14c919f5a4bb85ef9d990d87e7839ada432a39450be223a110ce5890ec7 17409 
gst-plugins-base1.0_1.18.0-1_amd64.buildinfo
Files:
 1ca917b05ecf9698278d6199b12f717d 3836 libs optional 
gst-plugins-base1.0_1.18.0-1.dsc
 5ea9dc2692335e03170c3639901c2d83 3151060 libs optional 
gst-plugins-base1.0_1.18.0.orig.tar.xz
 923377e462177bb493f451c2b603c14b 42656 libs optional 
gst-plugins-base1.0_1.18.0-1.debian.tar.xz
 0b20c6783d6d9abc1c781724653ceca4 17409 libs optional 
gst-plugins-base1.0_1.18.0-1_amd64.buildinfo

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

iQKmBAEBCgCQFiEEf0vHzDygb5cza7/rBmjMFIbC17UFAl9XQHBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdG
NEJDN0NDM0NBMDZGOTczMzZCQkZFQjA2NjhDQzE0ODZDMkQ3QjUSHHNsb21vQGNv
YXhpb24ubmV0AAoJEAZozBSGwte1JRIQALLyOMWySzb13SGlyIijs2FIDaGa43VQ
SLiwS0bdb2aEQAlAe7hqhqWIxUzNe5KELI/NLy3iaTh72TnZ4ykJ1G/0WXkE25rZ
vzfhhS8KYM66HaXa134gHVVOaO6RFtQHS5xC3uOskEg1HVIqfb2656AnJQs797uF
mpasE3ETGSm6vfHKf4T0t2IQvxU6TbEF9WlqAUEB7Q+ULwbDBcdjEcRzm12Ji6G1
KP+Bv50qj8oBnQmoIzCN97/L4mn9mW1kiNzXDNaLYQzBvyXv4oja5LuRRzvabn+z
3x3nvGN4KhDTq0p21cUzOBob+AL+6cDNbiA4XcL4itL/F/H1vK33Vl3w7XvkO6ij
Q0kK6CZpJD7uNrGkVKgeu7E/Ugpj+3BZhS3IRannw5AvLn8U4Q9A7kqg6S0W7IvT
bQtqW7V9ARo4dMKBH4uzOlsF9yFdSKmlfptI8MZcGUZSSVbqe+K9MKtyHMVyGYpm
uIcKdEuX9G+JreLGN2cJ1EIr8RVPHB7xt0cbnub+dULgS+cR1RxVNB9h5Z6LMPUk
df9plAVOzBIw2aFcuV6q1jl4BKz1TtSa4VMk6rMpvW+ab6ZbR6laL4WGjOGzjcdZ
myGtnKOL+Kcgk4OT5Y9ji3utEuBg0tYXgAf8vVOIX9LpkEwPSg6+y4Rw4ndT4EPu
KgKWKCICbOrv
=poew
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to