How do I disable GES on build?

Nathan Stratton nathan at vocinity.com
Thu May 19 14:19:36 UTC 2022


Even tried to build it with python 3.9 inside rpmbuild with pyenv.

><>
Nathan Stratton
Founder, CTO
Vocinity, Inc.


On Thu, May 19, 2022 at 9:37 AM Nathan Stratton <nathan at vocinity.com> wrote:

> So I have python 3.9 installed, but I can't seem to get rpmbuild to not
> use system 3.6. Unfortunately I can't totally get rid of Python 3.6 on el8
> and nothing I have tried to force gstreamer to use python 3.9 has worked.
> System default python is set to 3.9.
>
> ><>
> Nathan Stratton
> Founder, CTO
> Vocinity, Inc.
>
>
> On Thu, May 19, 2022 at 2:55 AM Nirbheek Chauhan <
> nirbheek.chauhan at gmail.com> wrote:
>
>> Hi,
>>
>> Your python version is too old. Try with Python 3.7.
>>
>> Cheers,
>> Nirbheek
>>
>> On Thu, 19 May, 2022, 06:00 Nathan Stratton via gstreamer-devel, <
>> gstreamer-devel at lists.freedesktop.org> wrote:
>>
>>> So close....
>>>
>>>     Building pkg-config files
>>>     Building pkg-config files
>>>     Building pkg-config files
>>>     Building pkg-config files
>>>     Building pkg-config files
>>>     Building pkg-config files
>>> Traceback (most recent call last):
>>>   File
>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py",
>>> line 138, in <module>
>>>     shutil.move(f, uninstalled)
>>>   File "/usr/lib64/python3.6/shutil.py", line 546, in move
>>>     real_dst = os.path.join(dst, _basename(src))
>>>   File "/usr/lib64/python3.6/shutil.py", line 510, in _basename
>>>     return os.path.basename(path.rstrip(sep))
>>> AttributeError: 'PosixPath' object has no attribute 'rstrip'
>>> [3875/3878] Generating
>>> subprojects/gst-devtools/validate/gst/validate/GstValidate-1.0.gir with a
>>> custom command
>>> subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.h:88:
>>> Warning: GstValidate: gst_validate_runner_get_reports: return value:
>>> Missing (element-type) annotation
>>> [3876/3878] Generating
>>> subprojects/gst-devtools/validate/gst/validate/GstValidate-1.0.typelib with
>>> a custom command
>>> FAILED: subprojects/gst-plugins-rs/libgstrsaudiofx.so
>>> subprojects/gst-plugins-rs/libgstcdg.so
>>> subprojects/gst-plugins-rs/libgstclaxon.so
>>> subprojects/gst-plugins-rs/libgstfallbackswitch.so
>>> subprojects/gst-plugins-rs/libgstffv1.so
>>> subprojects/gst-plugins-rs/libgstrsfile.so
>>> subprojects/gst-plugins-rs/libgstrsflv.so
>>> subprojects/gst-plugins-rs/libgstgif.so
>>> subprojects/gst-plugins-rs/libgstlewton.so
>>> subprojects/gst-plugins-rs/libgstrav1e.so
>>> subprojects/gst-plugins-rs/libgstreqwest.so
>>> subprojects/gst-plugins-rs/libgsthlssink3.so
>>> subprojects/gst-plugins-rs/libgstrspng.so
>>> subprojects/gst-plugins-rs/libgstrusoto.so
>>> subprojects/gst-plugins-rs/libgstrstextwrap.so
>>> subprojects/gst-plugins-rs/libgstfmp4.so
>>> subprojects/gst-plugins-rs/libgstthreadshare.so
>>> subprojects/gst-plugins-rs/libgsttogglerecord.so
>>> subprojects/gst-plugins-rs/libgsthsv.so
>>> subprojects/gst-plugins-rs/libgstrsjson.so
>>> subprojects/gst-plugins-rs/libgstrsregex.so
>>> subprojects/gst-plugins-rs/libgstrswebp.so
>>> subprojects/gst-plugins-rs/libgstvideofx.so
>>> subprojects/gst-plugins-rs/libgsturiplaylistbin.so
>>> subprojects/gst-plugins-rs/libgstspotify.so
>>> subprojects/gst-plugins-rs/libgsttextahead.so
>>> subprojects/gst-plugins-rs/libgstrsdav1d.so
>>> subprojects/gst-plugins-rs/libgstsodium.so
>>> /usr/libexec/platform-python
>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py
>>> build
>>> /home/nathan/rpmbuild/BUILD/gstreamer/build/subprojects/gst-plugins-rs
>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs
>>> /home/nathan/rpmbuild/BUILD/gstreamer/build debug
>>> gst-plugin-audiofx,gst-plugin-cdg,gst-plugin-claxon,gst-plugin-dav1d,gst-plugin-fallbackswitch,gst-plugin-ffv1,gst-plugin-file,gst-plugin-flavors,gst-plugin-fmp4,gst-plugin-gif,gst-plugin-hlssink3,gst-plugin-hsv,gst-plugin-json,gst-plugin-lewton,gst-plugin-rav1e,gst-plugin-regex,gst-plugin-reqwest,gst-plugin-rspng,gst-plugin-rusoto,gst-plugin-sodium,gst-plugin-spotify,gst-plugin-textahead,gst-plugin-textwrap,gst-plugin-threadshare,gst-plugin-togglerecord,gst-plugin-uriplaylistbin,gst-plugin-videofx,gst-plugin-webp
>>> '' /usr/local lib64 --depfile subprojects/gst-plugins-rs/gst-plugins-rs.dep
>>> --exts so
>>> ninja: build stopped: subcommand failed.
>>> error: Bad exit status from /var/tmp/rpm-tmp.J0gmay (%build)
>>>
>>>
>>> RPM build errors:
>>>     Bad exit status from /var/tmp/rpm-tmp.J0gmay (%build)
>>>
>>> ><>
>>> Nathan Stratton
>>> Founder, CTO
>>> Vocinity, Inc.
>>>
>>>
>>> On Wed, May 18, 2022 at 3:23 PM scerveau via gstreamer-devel <
>>> gstreamer-devel at lists.freedesktop.org> wrote:
>>>
>>>> Dear Nathan,
>>>>
>>>> You should be able to disable it with -Dges=disabled or if you dont
>>>> know need it, you can also disable introspection with
>>>> -Dintrospection=disabled.
>>>>
>>>> Regards.
>>>>
>>>>
>>>> Stéphane
>>>> On 5/18/22 18:24, Nathan Stratton via gstreamer-devel wrote:
>>>>
>>>> Latest git has a fix I need and I am struggling to build it. Anyone
>>>> know how to disable GES? I tried: -Drs:gst-plugin-ges=disabled
>>>>
>>>>     Building pkg-config files
>>>>     Building pkg-config files
>>>>     Building pkg-config files
>>>> Traceback (most recent call last):
>>>>   File
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py",
>>>> line 138, in <module>
>>>>     shutil.move(f, uninstalled)
>>>>   File "/usr/lib64/python3.6/shutil.py", line 546, in move
>>>>     real_dst = os.path.join(dst, _basename(src))
>>>>   File "/usr/lib64/python3.6/shutil.py", line 510, in _basename
>>>>     return os.path.basename(path.rstrip(sep))
>>>> AttributeError: 'PosixPath' object has no attribute 'rstrip'
>>>> [4093/4096] Generating subprojects/gst-editing-services/ges/GES-1.0.gir
>>>> with a custom command
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-layer.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-layer.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline-element.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline-element.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-container.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-container.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pipeline.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pipeline.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-test-clip.h:35:
>>>> syntax error, unexpected ';' in '# 35
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-test-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect-clip.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-overlay-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-overlay-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/    Building pkg-config files
>>>>     Building pkg-config files
>>>>     Building pkg-config files
>>>> Traceback (most recent call last):
>>>>   File
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py",
>>>> line 138, in <module>
>>>>     shutil.move(f, uninstalled)
>>>>   File "/usr/lib64/python3.6/shutil.py", line 546, in move
>>>>     real_dst = os.path.join(dst, _basename(src))
>>>>   File "/usr/lib64/python3.6/shutil.py", line 510, in _basename
>>>>     return os.path.basename(path.rstrip(sep))
>>>> AttributeError: 'PosixPath' object has no attribute 'rstrip'
>>>> [4093/4096] Generating subprojects/gst-editing-services/ges/GES-1.0.gir
>>>> with a custom command
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-layer.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-layer.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline-element.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline-element.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-container.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-container.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pipeline.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pipeline.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-test-clip.h:35:
>>>> syntax error, unexpected ';' in '# 35
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-test-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect-clip.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-overlay-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-overlay-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-transition-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-transition-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-clip.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-group.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-group.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-extractable.h:37:
>>>> syntax error, unexpected ';' in '# 37
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-extractable.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-asset.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip-asset.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track-element-asset.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track-element-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip-asset.h:38:
>>>> syntax error, unexpected ';' in '
>>>>               ;' at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h:86:
>>>> syntax error, unexpected ';' in '# 86
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-project.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-project.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-formatter.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-xml-formatter.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-xml-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-xml-formatter.h:26:
>>>> syntax error, unexpected ';' in '# 26
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-xml-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-source.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-uri-source.h:34:
>>>> syntax error, unexpected ';' in '# 34
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-uri-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-source.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-uri-source.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-uri-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-image-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-image-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-multi-file-source.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-multi-file-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-test-source.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-test-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-test-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-test-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-transition.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-transition.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-asset.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-command-line-formatter.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-command-line-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-meta-container.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-meta-container.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-track.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-track.h:29:
>>>> syntax error, unexpected ';' in '# 29 "/home/nathan/rpmbuild    Building
>>>> pkg-config files
>>>>     Building pkg-config files
>>>>     Building pkg-config files
>>>> Traceback (most recent call last):
>>>>   File
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py",
>>>> line 138, in <module>
>>>>     shutil.move(f, uninstalled)
>>>>   File "/usr/lib64/python3.6/shutil.py", line 546, in move
>>>>     real_dst = os.path.join(dst, _basename(src))
>>>>   File "/usr/lib64/python3.6/shutil.py", line 510, in _basename
>>>>     return os.path.basename(path.rstrip(sep))
>>>> AttributeError: 'PosixPath' object has no attribute 'rstrip'
>>>> [4093/4096] Generating subprojects/gst-editing-services/ges/GES-1.0.gir
>>>> with a custom command
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-layer.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-layer.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline-element.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-timeline-element.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-container.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-container.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pipeline.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pipeline.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-test-clip.h:35:
>>>> syntax error, unexpected ';' in '# 35
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-test-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect-clip.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-overlay-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-overlay-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-transition-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-transition-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-clip.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-group.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-group.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-extractable.h:37:
>>>> syntax error, unexpected ';' in '# 37
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-extractable.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-asset.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip-asset.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track-element-asset.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track-element-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip-asset.h:38:
>>>> syntax error, unexpected ';' in '
>>>>               ;' at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h:86:
>>>> syntax error, unexpected ';' in '# 86
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-project.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-project.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-formatter.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-xml-formatter.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-xml-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-xml-formatter.h:26:
>>>> syntax error, unexpected ';' in '# 26
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-xml-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-source.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-uri-source.h:34:
>>>> syntax error, unexpected ';' in '# 34
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-uri-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-source.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-uri-source.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-uri-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-image-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-image-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-multi-file-source.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-multi-file-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-test-source.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-test-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-test-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-test-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-transition.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-transition.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-asset.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-command-line-formatter.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-command-line-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-meta-container.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-meta-container.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-track.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-track.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pitivi-formatter.h:25:
>>>> syntax error, unexpected ';' in '# 25
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pitivi-formatter.h"'
>>>> at ';'
>>>> [4094/4096] Generating
>>>> subprojects/gst-editing-services/ges/GES-1.0.typelib with a custom command
>>>> FAILED: subprojects/gst-plugins-rs/libgstrsaudiofx.so
>>>> subprojects/gst-plugins-rs/libgstcdg.so
>>>> subprojects/gst-plugins-rs/libgstclaxon.so
>>>> subprojects/gst-plugins-rs/libgstfallbackswitch.so
>>>> subprojects/gst-plugins-rs/libgstffv1.so
>>>> subprojects/gst-plugins-rs/libgstrsfile.so
>>>> subprojects/gst-plugins-rs/libgstrsflv.so
>>>> subprojects/gst-plugins-rs/libgstgif.so
>>>> subprojects/gst-plugins-rs/libgstlewton.so
>>>> subprojects/gst-plugins-rs/libgstrav1e.so
>>>> subprojects/gst-plugins-rs/libgstreqwest.so
>>>> subprojects/gst-plugins-rs/libgsthlssink3.so
>>>> subprojects/gst-plugins-rs/libgstrspng.so
>>>> subprojects/gst-plugins-rs/libgstrusoto.so
>>>> subprojects/gst-plugins-rs/libgstrstextwrap.so
>>>> subprojects/gst-plugins-rs/libgstfmp4.so
>>>> subprojects/gst-plugins-rs/libgstthreadshare.so
>>>> subprojects/gst-plugins-rs/libgsttogglerecord.so
>>>> subprojects/gst-plugins-rs/libgsthsv.so
>>>> subprojects/gst-plugins-rs/libgstrsjson.so
>>>> subprojects/gst-plugins-rs/libgstrsregex.so
>>>> subprojects/gst-plugins-rs/libgstrswebp.so
>>>> subprojects/gst-plugins-rs/libgstvideofx.so
>>>> subprojects/gst-plugins-rs/libgsturiplaylistbin.so
>>>> subprojects/gst-plugins-rs/libgstspotify.so
>>>> subprojects/gst-plugins-rs/libgsttextahead.so
>>>> subprojects/gst-plugins-rs/libgstrsdav1d.so
>>>> subprojects/gst-plugins-rs/libgstsodium.so
>>>> /usr/libexec/platform-python
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py
>>>> build
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/build/subprojects/gst-plugins-rs
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/build debug
>>>> gst-plugin-audiofx,gst-plugin-cdg,gst-plugin-claxon,gst-plugin-dav1d,gst-plugin-fallbackswitch,gst-plugin-ffv1,gst-plugin-file,gst-plugin-flavors,gst-plugin-fmp4,gst-plugin-gif,gst-plugin-hlssink3,gst-plugin-hsv,gst-plugin-json,gst-plugin-lewton,gst-plugin-rav1e,gst-plugin-regex,gst-plugin-reqwest,gst-plugin-rspng,gst-plugin-rusoto,gst-plugin-sodium,gst-plugin-spotify,gst-plugin-textahead,gst-plugin-textwrap,gst-plugin-threadshare,gst-plugin-togglerecord,gst-plugin-uriplaylistbin,gst-plugin-videofx,gst-plugin-webp
>>>> '' /usr/local lib64 --depfile subprojects/gst-plugins-rs/gst-plugins-rs.dep
>>>> --exts so
>>>> ninja: build stopped: subcommand failed.
>>>> error: Bad exit status from /var/tmp/rpm-tmp.Ih5kgm (%build)
>>>>
>>>>
>>>> RPM build errors:
>>>>     Bad exit status from /var/tmp/rpm-tmp.Ih5kgm
>>>> (%build)/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pitivi-formatter.h:25:
>>>> syntax error, unexpected ';' in '# 25
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pitivi-formatter.h"'
>>>> at ';'
>>>> [4094/4096] Generating
>>>> subprojects/gst-editing-services/ges/GES-1.0.typelib with a custom command
>>>> FAILED: subprojects/gst-plugins-rs/libgstrsaudiofx.so
>>>> subprojects/gst-plugins-rs/libgstcdg.so
>>>> subprojects/gst-plugins-rs/libgstclaxon.so
>>>> subprojects/gst-plugins-rs/libgstfallbackswitch.so
>>>> subprojects/gst-plugins-rs/libgstffv1.so
>>>> subprojects/gst-plugins-rs/libgstrsfile.so
>>>> subprojects/gst-plugins-rs/libgstrsflv.so
>>>> subprojects/gst-plugins-rs/libgstgif.so
>>>> subprojects/gst-plugins-rs/libgstlewton.so
>>>> subprojects/gst-plugins-rs/libgstrav1e.so
>>>> subprojects/gst-plugins-rs/libgstreqwest.so
>>>> subprojects/gst-plugins-rs/libgsthlssink3.so
>>>> subprojects/gst-plugins-rs/libgstrspng.so
>>>> subprojects/gst-plugins-rs/libgstrusoto.so
>>>> subprojects/gst-plugins-rs/libgstrstextwrap.so
>>>> subprojects/gst-plugins-rs/libgstfmp4.so
>>>> subprojects/gst-plugins-rs/libgstthreadshare.so
>>>> subprojects/gst-plugins-rs/libgsttogglerecord.so
>>>> subprojects/gst-plugins-rs/libgsthsv.so
>>>> subprojects/gst-plugins-rs/libgstrsjson.so
>>>> subprojects/gst-plugins-rs/libgstrsregex.so
>>>> subprojects/gst-plugins-rs/libgstrswebp.so
>>>> subprojects/gst-plugins-rs/libgstvideofx.so
>>>> subprojects/gst-plugins-rs/libgsturiplaylistbin.so
>>>> subprojects/gst-plugins-rs/libgstspotify.so
>>>> subprojects/gst-plugins-rs/libgsttextahead.so
>>>> subprojects/gst-plugins-rs/libgstrsdav1d.so
>>>> subprojects/gst-plugins-rs/libgstsodium.so
>>>> /usr/libexec/platform-python
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py
>>>> build
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/build/subprojects/gst-plugins-rs
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/build debug
>>>> gst-plugin-audiofx,gst-plugin-cdg,gst-plugin-claxon,gst-plugin-dav1d,gst-plugin-fallbackswitch,gst-plugin-ffv1,gst-plugin-file,gst-plugin-flavors,gst-plugin-fmp4,gst-plugin-gif,gst-plugin-hlssink3,gst-plugin-hsv,gst-plugin-json,gst-plugin-lewton,gst-plugin-rav1e,gst-plugin-regex,gst-plugin-reqwest,gst-plugin-rspng,gst-plugin-rusoto,gst-plugin-sodium,gst-plugin-spotify,gst-plugin-textahead,gst-plugin-textwrap,gst-plugin-threadshare,gst-plugin-togglerecord,gst-plugin-uriplaylistbin,gst-plugin-videofx,gst-plugin-webp
>>>> '' /usr/local lib64 --depfile subprojects/gst-plugins-rs/gst-plugins-rs.dep
>>>> --exts so
>>>> ninja: build stopped: subcommand failed.
>>>> error: Bad exit status from /var/tmp/rpm-tmp.Ih5kgm (%build)
>>>>
>>>>
>>>> RPM build errors:
>>>>     Bad exit status from /var/tmp/rpm-tmp.Ih5kgm
>>>> (%build)BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-transition-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-transition-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition-clip.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-clip.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-clip.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-clip.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-group.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-group.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-extractable.h:37:
>>>> syntax error, unexpected ';' in '# 37
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-extractable.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-asset.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip-asset.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-clip-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track-element-asset.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-track-element-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source-clip-asset.h:38:
>>>> syntax error, unexpected ';' in '
>>>>               ;' at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h:86:
>>>> syntax error, unexpected ';' in '# 86
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-uri-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-project.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-project.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-formatter.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-xml-formatter.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-xml-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-xml-formatter.h:26:
>>>> syntax error, unexpected ';' in '# 26
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-xml-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-operation.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-source.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-uri-source.h:34:
>>>> syntax error, unexpected ';' in '# 34
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-uri-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-source.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-uri-source.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-uri-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-image-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-image-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-multi-file-source.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-multi-file-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-test-source.h:33:
>>>> syntax error, unexpected ';' in '# 33
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-test-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-test-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-test-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-source.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-title-source.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-text-overlay.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-transition.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-transition.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-transition.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-base-effect.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-asset.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect-asset.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect.h:28:
>>>> syntax error, unexpected ';' in '# 28
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-effect.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-command-line-formatter.h:32:
>>>> syntax error, unexpected ';' in '# 32
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-command-line-formatter.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-meta-container.h:31:
>>>> syntax error, unexpected ';' in '# 31
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-meta-container.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-track.h:30:
>>>> syntax error, unexpected ';' in '# 30
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-audio-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-track.h:29:
>>>> syntax error, unexpected ';' in '# 29
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-video-track.h"'
>>>> at ';'
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pitivi-formatter.h:25:
>>>> syntax error, unexpected ';' in '# 25
>>>> "/home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-editing-services/ges/ges-pitivi-formatter.h"'
>>>> at ';'
>>>> [4094/4096] Generating
>>>> subprojects/gst-editing-services/ges/GES-1.0.typelib with a custom command
>>>> FAILED: subprojects/gst-plugins-rs/libgstrsaudiofx.so
>>>> subprojects/gst-plugins-rs/libgstcdg.so
>>>> subprojects/gst-plugins-rs/libgstclaxon.so
>>>> subprojects/gst-plugins-rs/libgstfallbackswitch.so
>>>> subprojects/gst-plugins-rs/libgstffv1.so
>>>> subprojects/gst-plugins-rs/libgstrsfile.so
>>>> subprojects/gst-plugins-rs/libgstrsflv.so
>>>> subprojects/gst-plugins-rs/libgstgif.so
>>>> subprojects/gst-plugins-rs/libgstlewton.so
>>>> subprojects/gst-plugins-rs/libgstrav1e.so
>>>> subprojects/gst-plugins-rs/libgstreqwest.so
>>>> subprojects/gst-plugins-rs/libgsthlssink3.so
>>>> subprojects/gst-plugins-rs/libgstrspng.so
>>>> subprojects/gst-plugins-rs/libgstrusoto.so
>>>> subprojects/gst-plugins-rs/libgstrstextwrap.so
>>>> subprojects/gst-plugins-rs/libgstfmp4.so
>>>> subprojects/gst-plugins-rs/libgstthreadshare.so
>>>> subprojects/gst-plugins-rs/libgsttogglerecord.so
>>>> subprojects/gst-plugins-rs/libgsthsv.so
>>>> subprojects/gst-plugins-rs/libgstrsjson.so
>>>> subprojects/gst-plugins-rs/libgstrsregex.so
>>>> subprojects/gst-plugins-rs/libgstrswebp.so
>>>> subprojects/gst-plugins-rs/libgstvideofx.so
>>>> subprojects/gst-plugins-rs/libgsturiplaylistbin.so
>>>> subprojects/gst-plugins-rs/libgstspotify.so
>>>> subprojects/gst-plugins-rs/libgsttextahead.so
>>>> subprojects/gst-plugins-rs/libgstrsdav1d.so
>>>> subprojects/gst-plugins-rs/libgstsodium.so
>>>> /usr/libexec/platform-python
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs/cargo_wrapper.py
>>>> build
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/build/subprojects/gst-plugins-rs
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/subprojects/gst-plugins-rs
>>>> /home/nathan/rpmbuild/BUILD/gstreamer/build debug
>>>> gst-plugin-audiofx,gst-plugin-cdg,gst-plugin-claxon,gst-plugin-dav1d,gst-plugin-fallbackswitch,gst-plugin-ffv1,gst-plugin-file,gst-plugin-flavors,gst-plugin-fmp4,gst-plugin-gif,gst-plugin-hlssink3,gst-plugin-hsv,gst-plugin-json,gst-plugin-lewton,gst-plugin-rav1e,gst-plugin-regex,gst-plugin-reqwest,gst-plugin-rspng,gst-plugin-rusoto,gst-plugin-sodium,gst-plugin-spotify,gst-plugin-textahead,gst-plugin-textwrap,gst-plugin-threadshare,gst-plugin-togglerecord,gst-plugin-uriplaylistbin,gst-plugin-videofx,gst-plugin-webp
>>>> '' /usr/local lib64 --depfile subprojects/gst-plugins-rs/gst-plugins-rs.dep
>>>> --exts so
>>>> ninja: build stopped: subcommand failed.
>>>> error: Bad exit status from /var/tmp/rpm-tmp.Ih5kgm (%build)
>>>>
>>>>
>>>> RPM build errors:
>>>>     Bad exit status from /var/tmp/rpm-tmp.Ih5kgm (%build)
>>>>
>>>> ><>
>>>> nathan stratton
>>>>
>>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20220519/083365d0/attachment-0001.htm>


More information about the gstreamer-devel mailing list