Search Criteria
Package Details: media-build-experimental-dkms r501.82186b8b60da-1
Git Clone URL: | https://aur.archlinux.org/media-build-experimental-dkms.git (read-only, click to copy) |
---|---|
Package Base: | media-build-experimental-dkms |
Description: | Oliver Endriss experimental media tree as DKMS |
Upstream URL: | http://linuxtv.org/hg/~endriss/media_build_experimental |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | CReimer |
Maintainer: | CReimer (M-Reimer) |
Last Packager: | CReimer |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-10 11:38 |
Last Updated: | 2015-08-10 11:38 |
Dependencies (4)
- dkms
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (make)
- mercurial (mercurial-hg, mercurial-stable-hg) (make)
- wget (wget-git) (make)
Latest Comments
logge commented on 2016-05-13 16:04
Any chance that I may select some drivers (via menuconfig?), save that to, lets say /etc/dkms/media-build-experimental.conf (maybe from Kconfig/.config/.myconf?) and these configs/drivers are taken in on build? I am stuck since weeks on kernel 4.1-lts because _some_ driver does not compile, and I have no idea who wants to use the driver.... certainly not me...
Worst, its my VDR, and every time I reboot after kernel upgrade, it boots into the new LTS - because even if the modules are not built, grub.cfg is changed to the new kernel - and if wifey starts vdr, she sees black screens *tears dropping*
-- edit --
Today I saw dkms is not building because of
include/linux/compiler-gcc.h:121:30: fatal error: linux/compiler-gcc6.h: No such file or directory
#include gcc_header(__GNUC__)
zofiel commented on 2016-01-05 10:18
this thread resolve the issue if you want to continue with this driver support:
http://www.vdr-portal.de/index.php?page=Thread&postID=1260506#post1260506
Thanks a lot for your help
zofiel commented on 2016-01-02 11:58
I have the following error installing the package:
/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l/adp1653.c: In function 'adp1653_of_init':
/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l/adp1653.c:468:20: error: too few arguments to function 'devm_gpiod_get'
pd->enable_gpio = devm_gpiod_get(&client->dev, "enable");
^
In file included from /tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l/adp1653.c:39:0:
include/linux/gpio/consumer.h:73:32: note: declared here
struct gpio_desc *__must_check devm_gpiod_get(struct device *dev,
^
scripts/Makefile.build:264: fallo en las instrucciones para el objetivo '/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l/adp1653.o'
make[3]: *** [/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l/adp1653.o] Error 1
Makefile:1378: recipe for target '_module_/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l' failed
make[2]: *** [_module_/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l] Error 2
make[2]: Leaving directory '/usr/lib/modules/4.3.3-2-ARCH/build'
Makefile:51: fallo en las instrucciones para el objetivo 'default'
make[1]: *** [default] Error 2
make[1]: se sale del directorio '/tmp/yaourt-tmp-userssh/aur-media-build-experimental-dkms/src/media_build_experimental/v4l'
Makefile:28: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2