<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Mark<br>
</p>
<p>The new ffmpeg is causing this compile error</p>
<p>libavcodec/v4l2_buffers.c:24:10: fatal error: 'drm_fourcc.h' file
not found<br>
#include <drm_fourcc.h><br>
^~~~~~~~~~~~~~<br>
</p>
<p>This is the same error as happened in Ubuntu (see below). On
ubuntu it was solved by installing libdrm-dev. <br>
</p>
<div class="moz-forward-container">What is the process for including
another lib (librm-dev) in the android package? Do you have a
recipe for this?<br>
</div>
<div class="moz-forward-container"><br>
</div>
<div class="moz-forward-container">Peter</div>
<div class="moz-forward-container"><br>
</div>
<div class="moz-forward-container">-------- Forwarded Message
--------
<table class="moz-email-headers-table" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
</th>
<td>[Mythtv-developers] Ubuntu FTBFS on 32</td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
<td>Mon, 20 Jul 2020 13:49:04 -0500</td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
<td>Mario Limonciello <a class="moz-txt-link-rfc2396E" href="mailto:superm1@gmail.com"><superm1@gmail.com></a></td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Reply-To:
</th>
<td><a class="moz-txt-link-abbreviated" href="mailto:mythtv-developers@mythtv.org">mythtv-developers@mythtv.org</a></td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:mythtv-developers@mythtv.org">mythtv-developers@mythtv.org</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">This just started to show up on focal and
groovy builds:
<div><br>
</div>
<div>
<pre style="color:rgb(0,0,0);white-space:pre-wrap">ccache gcc -I. -I./ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -DBUILDING_avcodec -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -std=c11 -DNDEBUG -fomit-frame-pointer -fPIC -pthread -I/usr/include/libxml2 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -isystem/opt/vc/include/ -isystem/opt/vc/include/interface/vmcs_host/linux -isystem/opt/vc/include/interface/vcos/pthreads -fgnu89-inline -g -Wall -Wextra -Wdisabled-optimization -Wpointer-arith -Wwrite-strings -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wno-parentheses -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -O3 -fno-math-errno -fno-signed-zeros -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -fdiagnostics-color=auto -Wno-maybe-uninitialized -Wdouble-promotion -Wduplicated-cond -Wjump-misses-init -Wlogical-op -Wnull-dereference -Wshadow -w -std=c11 -fomit-frame-pointer -fPIC -I/<<PKGBUILDDIR>>/mythtv/external/nv-codec-headers/install/include -pthread -I/usr/include/p11-kit-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -D_REENTRANT -I/usr/include/SDL2 -MMD -MF libavcodec/v4l2_buffers.d -MT libavcodec/v4l2_buffers.o -c -o libavcodec/v4l2_buffers.o libavcodec/v4l2_buffers.c
libavcodec/v4l2_buffers.c:24:10: fatal error: drm_fourcc.h: No such file or directory
<pre style="white-space:pre-wrap"> 24 | #include <drm_fourcc.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [ffbuild/common.mak:59: libavcodec/v4l2_buffers.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mythtv/external/FFmpeg'
make[3]: *** [Makefile:29: FFmpeg-all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mythtv/external'
make[2]: *** [Makefile:66: external] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mythtv'
make[1]: *** [debian/rules:108: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:98: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 20200720-0422
Finished</pre></pre>
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail_signature"><span
style="font-size:x-small"><font color="#666666">Mario
Limonciello<br>
<a href="mailto:superm1@gmail.com" target="_blank"
moz-do-not-send="true">superm1@gmail.com</a></font></span></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>