18.06.6 (and probably .5) -- acme package requires wget-nossl, can't deselect it with Image Builder

So it's not an image builder problem, I believe it's a problem with acme Makefile:

make clean; make image PROFILE=linksys-wrt3200acm PACKAGES='acme -wget-nossl wget'
...
Collected errors:
 * check_data_file_clashes: Package wget wants to install file /home/stangri/development/Builder/mvebu_18.06.6/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/wget
        But that file is already provided by package  * wget-nossl
 * opkg_install_cmd: Cannot install package wget.
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

Without acme package it builds. @jow, @hnyman -- how can the acme makefile be fixed?

Actually, when acme installs wget-nossl, it breaks all https downloads from the router, including opkg not being able to fetch data from https sources.

Can this be fixed please?
@jow, @hnyman?

Try specifying wget before acme.

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