Error Build with imagebuilder-19.07

hello...
i got error when i compile with luci-compact luci-mod-system httpd
previously i compile with this conf no error found. but yesterday i compile again, i got error.

this my pre compile conf:

make -j4 V=s image \
PROFILE=miwifi-mini \
PACKAGES="luci luci-ssl luci-base luci-compact luci-mod-admin-full luci-mod-network luci-mod-status luci-mod-systeum httpd htop openssh-sftp-server uhttpd-mod-ubus libiwinfo-lua  luci-theme-material luci-theme-bootstrap zram-swap luci-app-simple-adblock luci-app-nft-qos luci-app-mwan3 stubby relayd luci-proto-relay wpad luci-app-wireguard luci-app-openvpn wpad nano wget dnsmasq-full libustream-mbedtls \
-dnsmasq -wpad-basic" 

and show error like this:

Unknown package 'luci-compact'.
Package luci-mod-admin-full (git-20.048.32085-85a6f07-1) installed in root is up to date.
Package luci-mod-network (git-20.048.32085-85a6f07-1) installed in root is up to date.
Package luci-mod-status (git-20.048.32085-85a6f07-1) installed in root is up to date.
Unknown package 'luci-mod-systeum'.
Unknown package 'httpd'.
****
Collected errors:
 * opkg_install_cmd: Cannot install package luci-compact.
 * opkg_install_cmd: Cannot install package luci-mod-systeum.
 * opkg_install_cmd: Cannot install package httpd.
make[2]: *** [Makefile:157: package_install] Error 255
make[1]: *** [Makefile:118: _call_image] Error 2
make: *** [Makefile:197: image] Error 2

but if i compile without luci-compact luci-mod-system httpd it's work

what's wrong? it's bugs or my mistake?

It's luci-compat, not luci-compact.

thank you.
luci-compat sloved luci-compat
luci-mod-system sloved because my typoluci-mod-systeum
what about httpd? still unkonwn packages.
use uhttpd?

uhttpd
You have wpad listed twice as well, don't know if that will cause you an issue.

double wpad in conf not make error btw.
but if i change httpd with uhttpd it's works thank you. but uhttpd and httpd it same function? im sorry im noob

There is no "httpd". The binary application for Apache is called "httpd" if I remember correctly, but if you're asking:
"Are uhttpd and httpd the same thing?"
The answer is probably "no", but they are both webservers, and that for what you're trying to do they should be fine.

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