Hi,

i want to compile vdr [1] on f35, but this fails with:

+ for plugin in dvbhddevice dvbsddevice rcu skincurses
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 -C PLUGINS/src/dvbhddevice 
VDRDIR=/builddir/build/BUILD/vdr-2.4.7 
PLGCFG=/builddir/build/BUILD/vdr-2.4.7/bundled-plugins.mk all
make: Entering directory 
'/builddir/build/BUILD/vdr-2.4.7/PLUGINS/src/dvbhddevice'
g++ -O3 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches 
-pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 
-Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 
-fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 
-mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables 
-fstack-clash-protection -fPIC -Werror=overloaded-virtual -Wno-parentheses 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-I/builddir/build/BUILD/vdr-2.4.7/include -c -DPLUGIN_NAME_I18N='"dvbhddevice"' 
 -o dvbhdffdevice.o dvbhdffdevice.c
dvbhdffdevice.c:14:10: fatal error: linux/dvb/audio.h: No such file or directory
   14 | #include <linux/dvb/audio.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:64: dvbhdffdevice.o] Error 1
make: Leaving directory 
'/builddir/build/BUILD/vdr-2.4.7/PLUGINS/src/dvbhddevice'
make: *** Waiting for unfinished jobs....
make: Entering directory 
'/builddir/build/BUILD/vdr-2.4.7/PLUGINS/src/dvbhddevice'
g++ -O3 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches 
-pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 
-Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 
-fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 
-mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables 
-fstack-clash-protection -fPIC -Werror=overloaded-virtual -Wno-parentheses 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-I/builddir/build/BUILD/vdr-2.4.7/include -c -DPLUGIN_NAME_I18N='"dvbhddevice"' 
 -o hdffosd.o hdffosd.c
hdffosd.c:8:10: fatal error: linux/dvb/osd.h: No such file or directory
    8 | #include <linux/dvb/osd.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.

the kernel-headers on f35 contains this files:

rpm -ql kernel-headers-5.14.0-0.rc3.git0.1.fc35.x86_64.rpm |grep  
"/usr/include/linux/dvb/"
/usr/include/linux/dvb/ca.h
/usr/include/linux/dvb/dmx.h
/usr/include/linux/dvb/frontend.h
/usr/include/linux/dvb/net.h
/usr/include/linux/dvb/version.h

and the kernel-headers on f34 contains this files:

 rpm -ql kernel-headers-5.13.3-200.fc34.x86_64.rpm |grep  
"/usr/include/linux/dvb/"
/usr/include/linux/dvb/audio.h
/usr/include/linux/dvb/ca.h
/usr/include/linux/dvb/dmx.h
/usr/include/linux/dvb/frontend.h
/usr/include/linux/dvb/net.h
/usr/include/linux/dvb/osd.h
/usr/include/linux/dvb/version.h
/usr/include/linux/dvb/video.h

How can I solve this ?


[1] https://koji.fedoraproject.org/koji/buildinfo?buildID=1807563

friendly Regards
Martin
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to