gahabana Posted September 25, 2016 Posted September 25, 2016 hi, i just had the Error during build process .... have reinstalled Armbian build environment from scratch to be sure git clone https://github.com/igorpecovnik/lib --depth 1 cp lib/compile.sh . sudo ./compile.h I select Odroid-C2 as target and either 'Kernel, u-boot etc' or Full OS Image, I get error message: mv: missing destination file operand after '/home/zh/Downloads/ip/output/debs/'Try 'mv --help' for more information. [ error ] ERROR in function compile_kernel [ common.sh:203 ] [ error ] Failed moving kernel DEBs [ o.k. ] Process terminated Prior to that i think Kernel build fails which is causing source/destination .deb (kernel) NOT to be built and that is why move above fails: Building modules, stage 2. │ │ MODPOST 1045 modules │ │ ERROR: "get_pfnblock_flags_mask" [fs/cachefiles/cachefiles.ko] undefined! │ │ /home/zh/Downloads/ip/sources/linux-odroidc2/odroidc2-3.14.y/scripts/Makefile.modpost:90: recipe for ta │ │ make[3]: *** [__modpost] Error 1 │ │ Makefile:999: recipe for target 'modules' failed │ │ make[2]: *** [modules] Error 2 │ │ /home/zh/Downloads/ip/sources/linux-odroidc2/odroidc2-3.14.y/scripts/package/Makefile:90: recipe for ta │ │ make[1]: *** [deb-pkg] Error 2 │ │ Makefile:1131: recipe for target 'deb-pkg' failed │ │ make: *** [deb-pkg] Error 2 It used to work until 2 days ago so am not sure if anything changed in kernel itself (dont see any changes in last 48 hours in github), but don't see any on Igor's github either ... anyone has a clue ? thanks in advance !!!
zador.blood.stained Posted September 25, 2016 Posted September 25, 2016 Please try again, should be fixed now.
gahabana Posted September 25, 2016 Author Posted September 25, 2016 yup - @zador.blood.stained - thank you - this fixed it ! haven't tested if those changes cause new behaviours (not sure what those cachemodule in kernel does - i assume its caching of the filesystem, the other one i have even less insight on thanks !
Recommended Posts