openwrt-image-buildomatic icon indicating copy to clipboard operation
openwrt-image-buildomatic copied to clipboard

opkg_install_cmd: Cannot install package luci-app-vpn-policy-routing

Open realies opened this issue 2 years ago • 0 comments

$ docker run --rm --platform linux/amd64 -v "$(pwd)"/bin/:/home/build/openwrt/bin -it openwrtorg/imagebuilder
build@63eed80834b0:~/openwrt$ cd
build@63eed80834b0:~$ git clone https://github.com/mmeisner/openwrt-image-buildomatic
build@63eed80834b0:~$ cd openwrt-image-buildomatic
build@63eed80834b0:~/openwrt-image-buildomatic$ ./oi-build -b -c rpi-4
Loaded config configs/common
Loaded config configs/rpi-4
Current config:
  RELEASE    = 22.03.0
  TARGET     = bcm27xx/bcm2711
  PROFILE    = rpi-4
actions = fetch build 
Downloading 22.03.0 build from:
    https://downloads.openwrt.org/releases/22.03.0/targets/bcm27xx/bcm2711/openwrt-imagebuilder-22.03.0-bcm27xx-bcm2711.Linux-x86_64.tar.xz
openwrt-imagebuilder-22.03.0-bcm27xx-bcm2711.Linux-x86_64.tar.xz already exists, skipping fetch
openwrt-imagebuilder-22.03.0-bcm27xx-bcm2711.Linux-x86_64 already exists, skipping unpack
$ cd openwrt-imagebuilder-22.03.0-bcm27xx-bcm2711.Linux-x86_64
make image
...
Configuring collectd-mod-sqm.
Configuring arp-scan.
Configuring dnsmasq-full.
Collected errors:
 * opkg_install_cmd: Cannot install package luci-app-vpn-policy-routing.
make[2]: *** [Makefile:169: package_install] Error 255
make[1]: *** [Makefile:124: _call_image] Error 2
make: *** [Makefile:242: image] Error 2
ERROR: image build FAILED

realies avatar Feb 16 '23 01:02 realies