1c272f516b
All packages that have conffiles, and a gz compressed control.tar.gz, currently fails to install on arm if the deb is built locally or downloaded and then installed with `apt install ./foo_1.0_arm.deb`. The error looks like: $ apt install ./tmp/foo.deb Reading package lists... Error! E: Tar checksum failed, archive corrupted E: Could not read meta data from /data/data/com.termux/files/home/tmp/foo.deb E: The package lists or status file could not be parsed or opened. If the package does not have conffiles, or if xz compression is used, everything works. Let's change back to xz compression for all new and updated packages for now to workaround this issue. Even if `apt install ./foo.deb` fails the deb can still be installed with `dpkg -i ./foo.deb` (seems dpkg does not do the same checksum check?). |
||
---|---|---|
.. | ||
configure | ||
get_source | ||
setup | ||
termux_create_subpackages.sh | ||
termux_download_deb.sh | ||
termux_download.sh | ||
termux_error_exit.sh | ||
termux_extract_dep_info.sh | ||
termux_get_repo_files.sh | ||
termux_step_create_datatar.sh | ||
termux_step_create_debfile.sh | ||
termux_step_create_timestamp_file.sh | ||
termux_step_extract_into_massagedir.sh | ||
termux_step_finish_build.sh | ||
termux_step_get_dependencies.sh | ||
termux_step_handle_buildarch.sh | ||
termux_step_handle_hostbuild.sh | ||
termux_step_host_build.sh | ||
termux_step_install_license.sh | ||
termux_step_install_service_scripts.sh | ||
termux_step_make_install.sh | ||
termux_step_make.sh | ||
termux_step_massage.sh | ||
termux_step_patch_package.sh | ||
termux_step_replace_guess_scripts.sh | ||
termux_step_setup_build_folders.sh | ||
termux_step_setup_toolchain.sh | ||
termux_step_setup_variables.sh | ||
termux_step_start_build.sh |