Hi Community,
I did clone the openwrt build root like described here ( http://wiki.openwrt.org/doc/howto/buildroot.exigence ) yesterday evening an this morning. Everything works out, but as soon as I get to the ./scripts/feeds install -a step, it fails:
"Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'svn'... ok.
Checking 'git'... failed.
Checking 'file'... ok.
Checking 'openssl'... ok.
Checking 'ldconfig-stub'... ok.
-e Build dependency: Please install Git (git-core) >= 1.6.5
/home/pi/openwrttrunk/openwrt/include/prereq.mk:12: recipe for target 'prereq' failed
Prerequisite check failed. Use FORCE=1 to override.
/home/pi/openwrttrunk/openwrt/include/toplevel.mk:140: recipe for target 'tmp/.prereq-build' failed
make[1]: *** [tmp/.prereq-build] Error 1
/home/pi/openwrttrunk/openwrt/include/toplevel.mk:69: recipe for target 'prepare-tmpinfo' failed
make: *** [prepare-tmpinfo] Error 2
Cannot open './tmp/.packageinfo': No such file or directory"
However - for non-trunk openwrt releases, this works out fine.
And I got an even more recent git version installed:
git --version
git version 2.1.0
Subsequent steps, like trying to make menuconfig and enter the menu - fail with the same hint to an outdated git version, which is wrong.
So I probably think the preq script is somehow broken.
I am using Ubuntu x64, tried on 14.01 lts and 14.04.
Latest upgrades and versions.
Cheers