Skip to content

reforis-distutils: remove HOST_UNPACK variable

Josef Schlehofer requested to merge hotfix/remove-host-unpack into master

I tried to compile reForis locally, but it couldn't be compiled as reforis-distutils failed.

Error log:

HEAD is now at ed97311 Bump version 0.1.0.
Packing checkout...
tar -C /home/pepe/work/turris1x-hbd/build/build_dir/hostpkg/reforis-distutils-0.1.0 --strip-components=1 -xzf /home/pepe/work/turris1x-hbd/build/dl/reforis-distutils-0.1.0.tar.xz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make[2]: *** [Makefile:57: /home/pepe/work/turris1x-hbd/build/build_dir/hostpkg/reforis-distutils-0.1.0/.prepared448aedc297c015eaf1e3e7e80241674d_6664517399ebbbc92a37c5bb081b5c53] Error 2
make[2]: Leaving directory '/home/pepe/work/turris1x-hbd/build/feeds/turrispackages/web/reforis/reforis-distutils'

Fixes https://gitlab.labs.nic.cz/turris/turris-os-packages/-/merge_requests/385

Edited by Josef Schlehofer

Merge request reports