Snapshot ImageBuilders out of sync?

Hi, I'm trying to build some firmware images via the OpenWrt snapshot ImageBuilder, however the it seem to fail due to different kernel versions between ImageBuilder and packages (kmods). However, I'm using the very latest ImageBuilder and can't influence the packages to grab.

Here is the Buildlog:

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for firewall:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *       kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *       kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package firewall.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for ip6tables:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package ip6tables.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-gpio-button-hotplug:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package kmod-gpio-button-hotplug.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-offload:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package kmod-ipt-offload.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-mwlwifi:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package kmod-mwlwifi.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for ppp:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package ppp.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for ppp-mod-pppoe:
 *      kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *         kernel (= 4.14.60-1-66ee2fd5b8013bf68d082aacdec1ed27) *
 * opkg_install_cmd: Cannot install package ppp-mod-pppoe.
Makefile:149: recipe for target 'package_install' failed
make[2]: *** [package_install] Error 255
Makefile:108: recipe for target '_call_image' failed
make[1]: *** [_call_image] Error 2
Makefile:192: recipe for target 'image' failed
make: *** [image] Error 2

Can't reproduce. A simple wget https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa9/openwrt-imagebuilder-mvebu-cortexa9.Linux-x86_64.tar.xz; tar -xf openwrt-imagebuilder-mvebu-cortexa9.Linux-x86_64.tar.xz; cd openwrt-imagebuilder-mvebu-cortexa9.Linux-x86_64; make image works as expected here.

Do you maybe cache the IB locally?

Thanks, I think It's an error on my script after all. Sorry for the confusion!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.