+ do_compile_kernelmodules + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE + grep -q -i -e '^CONFIG_MODULES=y$' .config + oe_runmake modules 'CC=mipsel-oe-linux-gcc ' 'LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' + oenote make modules 'CC=mipsel-oe-linux-gcc ' 'LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' + echo NOTE: 'make modules CC=mipsel-oe-linux-gcc LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' NOTE: make modules CC=mipsel-oe-linux-gcc LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux + make modules 'CC=mipsel-oe-linux-gcc ' 'LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' CHK include/linux/version.h make[1]: `arch/mips/kernel/offset.s' is up to date. CC [M] fs/squashfs/inode.o In file included from fs/squashfs/inode.c:33: include/linux/squashfs_fs_sb.h:27:20: error: sqlzma.h: No such file or directory fs/squashfs/inode.c:47:21: error: sqmagic.h: No such file or directory fs/squashfs/inode.c:59: error: field 'un' has incomplete type fs/squashfs/inode.c: In function 'squashfs_read_data': fs/squashfs/inode.c:274: error: array type has incomplete element type fs/squashfs/inode.c:327: warning: implicit declaration of function 'sqlzma_un' fs/squashfs/inode.c:274: warning: unused variable 'sbuf' fs/squashfs/inode.c: In function 'squashfs_fill_super': fs/squashfs/inode.c:1196: error: 'SQUASHFS_MAGIC_LZMA_SWAP' undeclared (first use in this function) fs/squashfs/inode.c:1196: error: (Each undeclared identifier is reported only once fs/squashfs/inode.c:1196: error: for each function it appears in.) fs/squashfs/inode.c:1205: error: 'SQUASHFS_MAGIC_LZMA' undeclared (first use in this function) fs/squashfs/inode.c: In function 'free_sqlzma': fs/squashfs/inode.c:2320: warning: implicit declaration of function 'sqlzma_fin' fs/squashfs/inode.c: In function 'init_squashfs_fs': fs/squashfs/inode.c:2342: warning: implicit declaration of function 'sqlzma_init' make[2]: *** [fs/squashfs/inode.o] Error 1 make[1]: *** [fs/squashfs] Error 2 make: *** [fs] Error 2 + die 'oe_runmake failed' + oefatal 'oe_runmake failed' + echo FATAL: 'oe_runmake failed' FATAL: oe_runmake failed + exit 1
i see this error "...squashfs_fs_sb.h:27:20: error: sqlzma.h: No such file or directory" and put into the folder fs/squashfs the sqlzma.h file but still have error in kernel modules "linux-dm7025-2.6.12.6-r9.3.1: task do_compile_kernelmodules: Failed"
+ do_compile_kernelmodules + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE + grep -q -i -e '^CONFIG_MODULES=y$' .config + oe_runmake modules 'CC=mipsel-oe-linux-gcc ' 'LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' + oenote make modules 'CC=mipsel-oe-linux-gcc ' 'LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' + echo NOTE: 'make modules CC=mipsel-oe-linux-gcc LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' NOTE: make modules CC=mipsel-oe-linux-gcc LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux + make modules 'CC=mipsel-oe-linux-gcc ' 'LD=mipsel-oe-linux-ld --sysroot=/opt/openpli-mipsel/build-dm7025/tmp/sysroots/mipsel-oe-linux ' CHK include/linux/version.h make[1]: `arch/mips/kernel/offset.s' is up to date. CC [M] fs/squashfs/inode.o CC [M] fs/squashfs/squashfs2_0.o LD [M] fs/squashfs/squashfs.o Building modules, stage 2. MODPOST *** Warning: "sqlzma_fin" [fs/squashfs/squashfs.ko] undefined! *** Warning: "sqlzma_un" [fs/squashfs/squashfs.ko] undefined! *** Warning: "sqlzma_init" [fs/squashfs/squashfs.ko] undefined! CC fs/squashfs/squashfs.mod.o LD [M] fs/squashfs/squashfs.ko + patch -d /opt/openpli-mipsel/build-dm7025/tmp/work/dm7025-oe-linux/linux-dm7025-2.6.12.6-r9.3.1/linux-2.6.12.6 -p1 patching file fs/squashfs/inode.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 17 out of 17 hunks ignored -- saving rejects to file fs/squashfs/inode.c.rej patching file include/linux/squashfs_fs_sb.h Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file include/linux/squashfs_fs_sb.h.rej
with another machine like vusolo everything be done without problem