Hi! On Fri, Jun 26, 2020 at 1:02 AM <[email protected]> wrote: > > Hi, > > I just had a look at the buildbots and found that there seems to be a build > error for mt7629, no images build since May 3! > > http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7629 > > A local build with buildbot settings on my Debian 10 VM went through fine, > though. > > So, it must be something specific to that buildbot setup and/or compiler, > packages installed etc. > > The relevant part of the log seems to be: > > error: command 'swig' failed with exit status 1 > scripts/dtc/pylibfdt/Makefile:27: recipe for target > 'scripts/dtc/pylibfdt/_libfdt.so' failed > make[6]: *** [scripts/dtc/pylibfdt/_libfdt.so] Error 1 > make[2]: Leaving directory > '/builder/shared-workdir/build/package/libs/argp-standalone' > scripts/Makefile.build:432: recipe for target 'scripts/dtc/pylibfdt' > failed > make[5]: *** [scripts/dtc/pylibfdt] Error 2 > scripts/Makefile.build:432: recipe for target 'scripts/dtc' failed > make[4]: *** [scripts/dtc] Error 2 > Makefile:551: recipe for target 'scripts' failed > make[3]: *** [scripts] Error 2 > make[3]: Leaving directory > '/builder/shared-workdir/build/build_dir/target-arm_cortex-a7_musl_eabi/u-boot-mt7629/u-boot-2020.04' > time: package/libs/argp-standalone/compile#1.76#0.43#5.78 > Makefile:41: recipe for target > '/builder/shared-workdir/build/build_dir/target-arm_cortex-a7_musl_eabi/u-boot-mt7629/u-boot-2020.04/.built' > failed > make[2]: *** > [/builder/shared-workdir/build/build_dir/target-arm_cortex-a7_musl_eabi/u-boot-mt7629/u-boot-2020.04/.built] > Error 2 > make[2]: Leaving directory > '/builder/shared-workdir/build/package/boot/uboot-mediatek' > time: package/boot/uboot-mediatek/mt7629/compile#9.79#1.64#13.04 > package/Makefile:111: recipe for target > 'package/boot/uboot-mediatek/compile' failed > </span><span class="stderr">make[1]: *** > [package/boot/uboot-mediatek/compile] Error 2 > make[1]: *** Waiting for unfinished jobs.... > > Maybe somebody with more knowledge of the buildbot setup can help here.
upstream u-boot with spl uses binman which needs python-devel in host system. u-boot-sunxi got that patched out with [0]. [0] https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch;h=5efebbd056b092617720448025004d87d4f90700;hb=HEAD -- Regards, Chuanhong Guo _______________________________________________ openwrt-devel mailing list [email protected] http://lists.infradead.org/mailman/listinfo/openwrt-devel
