[linux-dvb] compile error with 2.6.25
Michael Krufky
mkrufky at linuxtv.org
Wed Apr 30 14:43:13 CEST 2008
On Wed, Apr 30, 2008 at 7:45 AM, <ttmails2 at gmx.de> wrote:
> Hello,
>
> I have a strange compile error with kernel 2.6.25. I already searched
> through the web but couldn't find anything.
>
> tim at notebook ~/v4l-dvb $ make
> make -C /home/tim/v4l-dvb/v4l
> make[1]: Entering directory `/home/tim/v4l-dvb/v4l'
> No version yet, using 2.6.25
> make[1]: Leaving directory `/home/tim/v4l-dvb/v4l'
> make[1]: Entering directory `/home/tim/v4l-dvb/v4l'
> scripts/make_makefile.pl
> Updating/Creating .config
> Preparing to compile for kernel version 2.6.25
> File not found: ../linux/drivers/media/common/Kconfig at
> ./scripts/make_kconfig.pl line 281, <GEN2> line 97.
> make[1]: Leaving directory `/home/tim/v4l-dvb/v4l'
> make[1]: Entering directory `/home/tim/v4l-dvb/v4l'
> Updating/Creating .config
> Preparing to compile for kernel version 2.6.25
> File not found: ../linux/drivers/media/common/Kconfig at
> ./scripts/make_kconfig.pl line 281, <GEN2> line 97.
> make[1]: *** No rule to make target `.myconfig', needed by
> `config-compat.h'. Stop.
> make[1]: Leaving directory `/home/tim/v4l-dvb/v4l'
> make: *** [all] Error 2
The master branch is currently broken. In backporting some changes
from -git, it appears that Mauro had forgotten to "hg add" a Kconfig
file. I've cc'd him to this email, and hopefully he'll fix the
problem soon. In the meanwhile, you can roll back to the commit
before the breakage:
changeset: 7794:51c8465ecc72
To do this, you can clone a fresh tree at that revision:
hg clone -r 51c8465ecc72 {source tree} {destination tree}
...There are some other ways to do this as well ... this is the easiest.
I hope this helps,
Mike
More information about the linux-dvb
mailing list