Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2018 01:53:06 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r485246 - head/multimedia/mythtv
Message-ID:  <1s7f-z1xp-wny@FreeBSD.org>
In-Reply-To: <201811181926.wAIJQ3iF075804@repo.freebsd.org> (Antoine Brodin's message of "Sun, 18 Nov 2018 19:26:03 %2B0000 (UTC)")
References:  <201811181926.wAIJQ3iF075804@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Antoine Brodin <antoine@FreeBSD.org> writes:

> Author: antoine
> Date: Sun Nov 18 19:26:03 2018
> New Revision: 485246
> URL: https://svnweb.freebsd.org/changeset/ports/485246
>
> Log:
>   Mark BROKEN: fails to build
>   
>   mythrender_vdpau.cpp:205:24: error: field has incomplete type 'vdpau_render_state'
>       vdpau_render_state m_render;
>                          ^
>   
>   Reported by:	pkg-fallout
[...]
> ===>   mythtv-29.1_2,1 depends on shared library: libQt5WebKit.so - not found
> ===>   Installing existing package /packages/All/qt5-webkit-5.212.0.a2_14.txz
> Installing qt5-webkit-5.212.0.a2_14...
> `-- Installing gstreamer1-plugins-core-1.14...
> |   `-- Installing gstreamer1-libav-1.14.4_2...
> |   | `-- Installing ffmpeg-4.1,1...

This is a fallout from r484697. MythTV 29.1 bundles FFmpeg 3.2 because
VDPAU support relies on deprecated[1] API removed[2] in 4.0. As LOCALBASE
on FreeBSD isn't treated as -isystem by default[3] this make -I order
important e.g., -I/usr/local/include -I. will pick system headers
instead of bundled. Unfortunately, converting to USES=localbase:ldflags
doesn't help here because the port doesn't respect C*FLAGS when building
that file. And I couldn't figure out where C*FLAGS are overriden.

[1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/549294fbbe1c
[2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/7b9170411848
[3] https://wiki.freebsd.org/WarnerLosh/UsrLocal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1s7f-z1xp-wny>