Your message dated Tue, 08 Sep 2020 08:33:38 +0000
with message-id <[email protected]>
and subject line Bug#963301: fixed in gstreamer1.0 1.18.0-1
has caused the Debian Bug report #963301,
regarding gstreamer1.0: FTBFS: controller-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.)


-- 
963301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963301
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gstreamer1.0
Version: 1.16.2-2
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../../../libs -I../../.. 
> -I../../../libs -I../../.. -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_THREADS_MANDATORY 
> -DG_DISABLE_CAST_CHECKS -fno-strict-aliasing -Wall 
> -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations 
> -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings 
> -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self 
> -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar 
> -Wnested-externs  -g     -fvisibility=hidden  -DBUILDING_GST_CONTROLLER -g 
> -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wno-error -c -o 
> libgstcontroller_1.0_la-controller-enumtypes.lo `test -f 
> 'controller-enumtypes.c' || echo './'`controller-enumtypes.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../../../libs -I../../.. -I../../../libs -I../../.. 
> -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -fno-strict-aliasing -Wall 
> -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations 
> -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings 
> -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self 
> -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar 
> -Wnested-externs -g -fvisibility=hidden -DBUILDING_GST_CONTROLLER -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wno-error -c controller-enumtypes.c  -fPIC -DPIC -o 
> .libs/libgstcontroller_1.0_la-controller-enumtypes.o
> controller-enumtypes.c:10:1: error: stray ‘\’ in program
>    10 | \#include "gstinterpolationcontrolsource.h"
>       | ^
> controller-enumtypes.c:10:2: error: stray ‘#’ in program
>    10 | \#include "gstinterpolationcontrolsource.h"
>       |  ^
> controller-enumtypes.c:10:11: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before string constant
>    10 | \#include "gstinterpolationcontrolsource.h"
>       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> controller-enumtypes.c:11:1: error: stray ‘\’ in program
>    11 | \#include "gstlfocontrolsource.h"
>       | ^
> controller-enumtypes.c:11:2: error: stray ‘#’ in program
>    11 | \#include "gstlfocontrolsource.h"
>       |  ^
> controller-enumtypes.c: In function ‘gst_lfo_waveform_get_type’:
> controller-enumtypes.c:39:9: error: ‘GST_LFO_WAVEFORM_SINE’ undeclared (first 
> use in this function)
>    39 |       { GST_LFO_WAVEFORM_SINE, "GST_LFO_WAVEFORM_SINE", "sine" },
>       |         ^~~~~~~~~~~~~~~~~~~~~
> controller-enumtypes.c:39:9: note: each undeclared identifier is reported 
> only once for each function it appears in
> controller-enumtypes.c:40:9: error: ‘GST_LFO_WAVEFORM_SQUARE’ undeclared 
> (first use in this function)
>    40 |       { GST_LFO_WAVEFORM_SQUARE, "GST_LFO_WAVEFORM_SQUARE", "square" 
> },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> controller-enumtypes.c:41:9: error: ‘GST_LFO_WAVEFORM_SAW’ undeclared (first 
> use in this function)
>    41 |       { GST_LFO_WAVEFORM_SAW, "GST_LFO_WAVEFORM_SAW", "saw" },
>       |         ^~~~~~~~~~~~~~~~~~~~
> controller-enumtypes.c:42:9: error: ‘GST_LFO_WAVEFORM_REVERSE_SAW’ undeclared 
> (first use in this function)
>    42 |       { GST_LFO_WAVEFORM_REVERSE_SAW, "GST_LFO_WAVEFORM_REVERSE_SAW", 
> "reverse-saw" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> controller-enumtypes.c:43:9: error: ‘GST_LFO_WAVEFORM_TRIANGLE’ undeclared 
> (first use in this function)
>    43 |       { GST_LFO_WAVEFORM_TRIANGLE, "GST_LFO_WAVEFORM_TRIANGLE", 
> "triangle" },
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
> make[6]: *** [Makefile:784: libgstcontroller_1.0_la-controller-enumtypes.lo] 
> Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/06/20/gstreamer1.0_1.16.2-2_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: gstreamer1.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
gstreamer1.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 gstreamer1.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 10:46:56 +0300
Source: gstreamer1.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: 914861 963301
Changes:
 gstreamer1.0 (1.18.0-1) unstable; urgency=medium
 .
   * New upstream stable release.
   * Upload to unstable (Closes: #963301, #914861).
Checksums-Sha1:
 7b7abcdf1dfd8027c83b5284c17948c56722fad4 2964 gstreamer1.0_1.18.0-1.dsc
 8741305000aec10602064cd275380ea9d7399032 2691340 
gstreamer1.0_1.18.0.orig.tar.xz
 37948b22e5b52401c0a30ac271485c877874b72f 43472 
gstreamer1.0_1.18.0-1.debian.tar.xz
 9a31212b165d084a9afbe5cd6f23a35f99170c4e 9508 
gstreamer1.0_1.18.0-1_amd64.buildinfo
Checksums-Sha256:
 fffbb2288d5feae79a2863cf541abeb6b31e2de8a0cb0a4d9930a93e2106c701 2964 
gstreamer1.0_1.18.0-1.dsc
 0ff09245b06c0aeb5d9a156edcab088a7e8213a0bf9c84a1ff0318f9c00c7805 2691340 
gstreamer1.0_1.18.0.orig.tar.xz
 ccc055c0c926bebaeeb182b519334a32e6da7399284a41905c2d837f5d762743 43472 
gstreamer1.0_1.18.0-1.debian.tar.xz
 2a2e87d6b38bee32426023ff3f70ddf2a437db5e5d4369a922e4888f40895a72 9508 
gstreamer1.0_1.18.0-1_amd64.buildinfo
Files:
 4f818c07939fafc776d810089c8e1b76 2964 libs optional gstreamer1.0_1.18.0-1.dsc
 25d683630ff8b82b2c878aa3edd3c491 2691340 libs optional 
gstreamer1.0_1.18.0.orig.tar.xz
 4ad987b5f2cc826a96d54e437b046fc6 43472 libs optional 
gstreamer1.0_1.18.0-1.debian.tar.xz
 716e49267330bfe2e7367e3d2240ed5c 9508 libs optional 
gstreamer1.0_1.18.0-1_amd64.buildinfo

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

iQKmBAEBCgCQFiEEf0vHzDygb5cza7/rBmjMFIbC17UFAl9XOZhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdG
NEJDN0NDM0NBMDZGOTczMzZCQkZFQjA2NjhDQzE0ODZDMkQ3QjUSHHNsb21vQGNv
YXhpb24ubmV0AAoJEAZozBSGwte1PZ0P/3hpzYVUd5qMRJfxpaEQ8S64v2O1HtBM
9TfNcDQK2ZpAhe9dd3Dso1PvtExU4/b7sBlM6hj6NhDpbRHdlWZwgW39uNt5+HAb
OIdMqsUY2LeQcSQBeNj6qwQbC4TO8wRbwGA+HxcFFTyOKBdCJZkOpkOhBKmvQpBC
++qKPJR0Nema1HithkUYXmlMkq7LaacStrYCZpWug6W5iWUCM+afb0SBh+BokAkF
W/xmy24g3lgrLC48Der7nFTfJoGAS4miKMDCblKeP3N1oLqMFznVoZ6a4LmrWl2h
8bZlnzS9yC6WgDdBQYpAdlFd/fT59kDvT3Mje3uRkp4uPqYWqC5jMEmA0cNukiof
3mq40q4YyqCeWflcvyNHINvZ4zs/YIR9gypMDkvetKExB6U/YP5HXhycitaaMqOq
t7q0lGX4Rd1njlqIN2Stk7iKi5sRTbgOogPMSPfZ5mGtOkTGiHg+DgjQg2o9izHL
lzUNvyt4QBn37IQexneVsmKhS2maMTyJZjuHT9tuy+6UhTH7fvsUgd594m/v9N96
BRBOEL4RDpzUKxFgDzmRqEUFdasQQ7gVrJl3/8fG9XrgF4bfNvS/gtBbmgJCOFfF
MPpvnn2bHCKN/aZ1hnjkSRPMaiPRLpn1VUWpcEPItAyX160XvodjofsiO8qeNVyM
Z4Y4Xj3EzD7q
=7kxM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to