Since earlier this week image builder has been failing building images for my DumbAP. This is the image builder that is pulled in my script. The error below references packages.adb being missing. Just to be sure, I have given read/write access to the build dir. Not sure why I'm seeing this error to be honest.
#BUILD
clear
chmod +x /home/sr_guy/Downloads/WR1200JS/builder/packages/packages.adb
cd /home/sr_guy/Downloads/WR1200JS/builder
sudo chmod -R 777 /home/sr_guy/Downloads/WR1200JS/builder/
sudo make clean
sudo make image RELEASE="" PROFILE="youhua_wr1200js" FILES="files" PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb2 kmod-usb3 nano e2fsprogs dmesg htop tcpdump usbutils kmod-usb-core kmod-usb2 ntpd"
chmod: cannot access '/home/sr_guy/Downloads/WR1200JS/builder/packages/packages.adb': No such file or directory
rm -rf /home/sr_guy/Downloads/WR1200JS/builder/tmp /home/sr_guy/Downloads/WR1200JS/builder/dl /home/sr_guy/Downloads/WR1200JS/builder/build_dir/target-mipsel_24kc_musl/root-ramips /home/sr_guy/Downloads/WR1200JS/builder/bin/targets/ramips/mt7621
Generate local signing keys...
WARNING: can't open config file: /builder/shared-workdir/build/staging_dir/host/etc/ssl/openssl.cnf
WARNING: can't open config file: /builder/shared-workdir/build/staging_dir/host/etc/ssl/openssl.cnf
read EC key
writing EC key
Checking 'true'... ok.
Checking 'false'... ok.
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'perl-data-dumper'... ok.
Checking 'perl-findbin'... ok.
Checking 'perl-file-copy'... ok.
Checking 'perl-file-compare'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'perl-ipc-cmd'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... updated.
Checking 'xargs'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... updated.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... updated.
Checking 'egrep'... updated.
Checking 'getopt'... ok.
Checking 'realpath'... ok.
Checking 'stat'... ok.
Checking 'gzip'... updated.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'install'... ok.
Checking 'perl'... ok.
Checking 'python'... updated.
Checking 'python3'... updated.
Checking 'python3-distutils'... ok.
Checking 'python3-stdlib'... ok.
Checking 'file'... ok.
Checking 'which'... ok.
Checking 'ldconfig-stub'... ok.
Building images for ramips - YouHua WR1200JS
Packages: block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb2 kmod-usb3 nano e2fsprogs dmesg htop tcpdump usbutils kmod-usb-core kmod-usb2 ntpd apk-mbedtls base-files ca-bundle dnsmasq dropbear firewall4 fstools kernel kmod-crypto-hw-eip93 kmod-gpio-button-hotplug kmod-leds-gpio kmod-mt7603 kmod-mt76x2 kmod-nft-offload kmod-usb-ledtrig-usbport kmod-usb3 libc libgcc libustream-mbedtls logd mtd netifd nftables odhcp6c odhcpd-ipv6only ppp ppp-mod-pppoe procd-ujail uci uclient-fetch urandom-seed urngd wpad-basic-mbedtls
WARNING: opening /home/sr_guy/Downloads/WR1200JS/builder/packages/packages.adb: No such file or directory
OK: 0 MiB in 0 packages
Package list missing or not up-to-date, generating it.
Building package index...
Installing packages...
ERROR: unable to select packages:
htop (no such package):
required by: world[htop]
nftables (no such package):
required by: world[nftables]
ppp (no such package):
required by: world[ppp]
ppp-mod-pppoe (no such package):
required by: world[ppp-mod-pppoe]
usbutils (no such package):
required by: world[usbutils]
nftables-json (no such package):
required by: firewall4-2024.12.18~18fc0ead-r1[nftables-json]
make[2]: *** [Makefile:226: package_install] Error 7
make[1]: *** [Makefile:157: _call_image] Error 2
make: *** [Makefile:332: image] Error 2
mv: cannot stat '*.bin': No such file or directory
chmod: cannot access '/home/sr_guy/Downloads/WR1200JS/images/snap/dap1/openwrt-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin': No such file or directory