Re: [vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-19 Thread Helmut Auer
Hello Matthias find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sfv --target-directory=. xargs: ln: Zu viele Ebenen aus symbolischen Links But I found a curious solution. It works when I echo the xargs output and pipe it into sh. So this patch resolves my problem

Re: [vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-19 Thread Matthias Lötzke
Hello Helmut, Helmut Auer wrote: > To track this down go to the v4l directory and execute: > > make -n links > > which will show: > echo creating symbolic links... > find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln > -sf --target-directory=. > find ../linux/sound -n

Re: [vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-18 Thread Helmut Auer
Am 18.10.2015 um 23:36 schrieb Matthias Lötzke: Hello All, I has been using http://linuxtv.org/hg/~endriss/media_build_experimental for quite some time now. Until recently I never encountered a problem. Now I can't build any more: make -C /home/matthias/tmp/media_build_experimental/v4l make[1]

[vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-18 Thread Matthias Lötzke
Hello All, I has been using http://linuxtv.org/hg/~endriss/media_build_experimental for quite some time now. Until recently I never encountered a problem. Now I can't build any more: > make -C /home/matthias/tmp/media_build_experimental/v4l > make[1]: Entering directory '/home/matthias/tmp/media