Cerbero build errors for mingw

Matthew Waters ystreet00 at gmail.com
Sun Jul 19 15:01:07 UTC 2020


On 20/7/20 12:27 am, Ben Rush wrote:
> I apologize if this could be considered spamming, but I just recently
> sent out an email about build errors while trying to cross-compile
> using meson. I'm also trying to do the same with cerbero, but it
> appears to be a different set of issues / errors. 
>
> Here is my docker file: 
>
> FROM ubuntu:18.04
> USER root
>
> RUN apt-get update && \
> apt-get upgrade -y && \
> apt-get install build-essential python3 git ninja-build \
> python3-pip pkg-config libmount-dev flex bison libxml2-utils mingw-w64
> libnice-dev vim wget sudo -y
> RUN git clone https://gitlab.freedesktop.org/gstreamer/cerbero
>
> I then run the container in interactive mode, and type: 
>
> cd cerbero
> ./cerbero-uninstalled bootstrap

You need to run bootstrap with the config you are going to package
with.  Different configs may have different bootstrap requirements.

i.e.

./cerbero-uninstalled -c config/cross-win64.cbc bootstrap gstreamer-1.0

> This completes, but when I type: 
>
> ./cerbero-uninstalled -c config/cross-win64.cbc package gstreamer-1.0
>
> FileNotFoundError: [Errno 2] No such file or directory:
> '/cerbero/build/mingw/multilib/x86_64-w64-mingw32/sysroot/usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll'
>
> Indeed, the libwinpthread-1.dll doesn't exist there, but at 
>
> root at 87e40813a50a:/cerbero# find / -name libwinpthread-1.dll
> /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll
> /usr/i686-w64-mingw32/lib/libwinpthread-1.dl
>
> I'm following the instructions
> here: https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-cerbero.html?gi-language=c
>
> Thanks again. 
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200720/4a01a7a9/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200720/4a01a7a9/attachment-0001.sig>


More information about the gstreamer-devel mailing list