"The program 'po4a' was not found" When compiling with make all

I tried compiling redox and the error I got is

+ test x != x--no-po4a
+ cd po4a
+ sh update-po
po4a/update-po: The program 'po4a' was not found.
po4a/update-po: Translated man pages were not generated.
cook - xz - error: failed to fetch: failed to run "bash" "-ex": exited with status exit code: 1
./repo.sh failed.make: *** [mk/filesystem.mk:18: build/filesystem.bin] Error 1

Full log

  --> src/lib.rs:44:4
   |
44 | fn unwrap_or_prompt<T: FromStr>(option: Option<T>, context: &mut liner::Context, prompt: &str) -> Result<T> {
   |    ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: 1 warning emitted

warning: unused `std::result::Result` that must be used
   --> src/bin/installer_tui.rs:158:13
    |
158 |             dir_files(path_trimmed, files);
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_must_use)]` on by default
    = note: this `Result` may be an `Err` variant, which should be handled

warning: 1 warning emitted

    Finished release [optimized] target(s) in 0.34s
cargo build --manifest-path redoxfs/Cargo.toml --release
    Finished release [optimized] target(s) in 0.05s
fusermount -u build/filesystem/ || true
fusermount: entry for /home/kyle/redox/build/filesystem not found in /etc/mtab
rm -rf build/filesystem.bin  build/filesystem.bin.partial build/filesystem/
dd if=/dev/zero of=build/filesystem.bin.partial bs=1048576 count="256"
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 0.167195 s, 1.6 GB/s
cargo run --manifest-path redoxfs/Cargo.toml --release --bin redoxfs-mkfs build/filesystem.bin.partial
    Finished release [optimized] target(s) in 0.01s
     Running `redoxfs/target/release/redoxfs-mkfs build/filesystem.bin.partial`
redoxfs-mkfs: created filesystem on build/filesystem.bin.partial, reserved 0 blocks, size 268 MB, uuid b1fca190-5fde-4150-ba93-ee53ff6fd82f
mkdir -p build/filesystem/
redoxfs/target/release/redoxfs build/filesystem.bin.partial build/filesystem/
redoxfs: opening build/filesystem.bin.partial
redoxfs: opened filesystem on build/filesystem.bin.partial with uuid b1fca190-5fde-4150-ba93-ee53ff6fd82f
redoxfs: mounted filesystem on build/filesystem.bin.partial to build/filesystem/
sleep 2
pgrep redoxfs
548
cp filesystem.toml build/filesystem/filesystem.toml
cp build/bootloader build/filesystem/bootloader
cp build/kernel build/filesystem/kernel
cp -r /home/kyle/redox/prefix/x86_64-unknown-redox/relibc-install/x86_64-unknown-redox/include build/filesystem/include
cp -r /home/kyle/redox/prefix/x86_64-unknown-redox/relibc-install/x86_64-unknown-redox/lib build/filesystem/lib
export REDOXER_TOOLCHAIN="/home/kyle/redox/prefix/x86_64-unknown-redox/relibc-install" && export PATH="/home/kyle/redox/prefix/x86_64-unknown-redox/relibc-install/bin:$PATH" && installer/target/release/redox_installer --cookbook=cookbook -c filesystem.toml build/filesystem/
Install Config {
    general: GeneralConfig {
        prompt: false,
    },
    packages: {
        "audiod": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "ca-certificates": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "contain": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "coreutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "dash": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "drivers": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "extrautils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "findutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "gdbserver": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "installer": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "ion": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "ipcd": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "logd": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "netdb": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "netstack": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "netsurf": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "netutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "orbdata": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "orbital": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "orbterm": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "orbutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "pkgutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "ptyd": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "redoxfs": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "smith": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "strace": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "userutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
        "uutils": PackageConfig {
            version: None,
            git: None,
            path: None,
        },
    },
    files: [
        FileConfig {
            path: "/etc/init.d/00_base",
            data: "ipcd\nlogd\nptyd\npcid /etc/pcid.d/\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/init.d/10_net",
            data: "smolnetd\ndnsd\ndhcpd -b\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/init.d/20_orbital",
            data: "audiod\norbital display:3/activate orblogin launcher\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/init.d/30_console",
            data: "getty display:2\ngetty debug: -J\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/net/dns",
            data: "208.67.222.222\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/net/ip",
            data: "10.0.2.15\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/net/ip_router",
            data: "10.0.2.2\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/net/ip_subnet",
            data: "255.255.255.0\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/net/mac",
            data: "54-52-00-ab-cd-ef\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/pkg.d/50_redox",
            data: "https://static.redox-os.org/pkg",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/group",
            data: "root;0;root\nuser;1000;user\nsudo;1;user\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/etc/hostname",
            data: "redox\n",
            symlink: false,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/usr/bin",
            data: "/bin",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/usr/games",
            data: "/games",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/usr/include",
            data: "/include",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/usr/lib",
            data: "/lib",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/usr/share",
            data: "/share",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/tmp",
            data: "",
            symlink: false,
            directory: true,
            mode: Some(
                1023,
            ),
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/dev/null",
            data: "null:",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/dev/random",
            data: "rand:",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/dev/urandom",
            data: "rand:",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
        FileConfig {
            path: "/dev/zero",
            data: "zero:",
            symlink: true,
            directory: false,
            mode: None,
            uid: None,
            gid: None,
        },
    ],
    users: {
        "root": UserConfig {
            password: Some(
                "password",
            ),
            uid: Some(
                0,
            ),
            gid: Some(
                0,
            ),
            name: Some(
                "root",
            ),
            home: Some(
                "/root",
            ),
            shell: None,
        },
        "user": UserConfig {
            password: Some(
                "",
            ),
            uid: None,
            gid: None,
            name: None,
            home: None,
            shell: None,
        },
    },
} to build/filesystem/
cook - audiod
cook - audiod - successful
cook - ca-certificates
cook - ca-certificates - successful
cook - contain
cook - contain - successful
cook - coreutils
cook - coreutils - successful
cook - dash
cook - dash - successful
cook - drivers
cook - drivers - successful
cook - xz
blake3: 744.01 KB / 744.01 KB [==================================================================] 100.00 % 127.39 MB/s
WARNING: set blake3 for 'recipes/xz/source.tar' to 'c2ad4a5a6772da427cacc93d121e20701abb6446463c0f0de762a0185fcf1629'
xz-5.2.5/.gitignore
xz-5.2.5/AUTHORS
xz-5.2.5/CMakeLists.txt
xz-5.2.5/COPYING
xz-5.2.5/COPYING.GPLv2
xz-5.2.5/COPYING.GPLv3
xz-5.2.5/COPYING.LGPLv2.1
xz-5.2.5/ChangeLog
xz-5.2.5/Doxyfile.in
xz-5.2.5/INSTALL
xz-5.2.5/INSTALL.generic
xz-5.2.5/Makefile.am
xz-5.2.5/NEWS
xz-5.2.5/PACKAGERS
xz-5.2.5/README
xz-5.2.5/THANKS
xz-5.2.5/TODO
xz-5.2.5/autogen.sh
xz-5.2.5/build-aux/
xz-5.2.5/build-aux/manconv.sh
xz-5.2.5/build-aux/version.sh
xz-5.2.5/cmake/
xz-5.2.5/cmake/tuklib_common.cmake
xz-5.2.5/cmake/tuklib_cpucores.cmake
xz-5.2.5/cmake/tuklib_integer.cmake
xz-5.2.5/cmake/tuklib_mbstr.cmake
xz-5.2.5/cmake/tuklib_physmem.cmake
xz-5.2.5/cmake/tuklib_progname.cmake
xz-5.2.5/configure.ac
xz-5.2.5/debug/
xz-5.2.5/debug/Makefile.am
xz-5.2.5/debug/README
xz-5.2.5/debug/crc32.c
xz-5.2.5/debug/full_flush.c
xz-5.2.5/debug/hex2bin.c
xz-5.2.5/debug/known_sizes.c
xz-5.2.5/debug/memusage.c
xz-5.2.5/debug/repeat.c
xz-5.2.5/debug/sync_flush.c
xz-5.2.5/debug/translation.bash
xz-5.2.5/doc/
xz-5.2.5/doc/examples/
xz-5.2.5/doc/examples/00_README.txt
xz-5.2.5/doc/examples/01_compress_easy.c
xz-5.2.5/doc/examples/02_decompress.c
xz-5.2.5/doc/examples/03_compress_custom.c
xz-5.2.5/doc/examples/04_compress_easy_mt.c
xz-5.2.5/doc/examples/Makefile
xz-5.2.5/doc/examples_old/
xz-5.2.5/doc/examples_old/xz_pipe_comp.c
xz-5.2.5/doc/examples_old/xz_pipe_decomp.c
xz-5.2.5/doc/faq.txt
xz-5.2.5/doc/history.txt
xz-5.2.5/doc/lzma-file-format.txt
xz-5.2.5/doc/xz-file-format.txt
xz-5.2.5/dos/
xz-5.2.5/dos/INSTALL.txt
xz-5.2.5/dos/Makefile
xz-5.2.5/dos/README.txt
xz-5.2.5/dos/config.h
xz-5.2.5/extra/
xz-5.2.5/extra/7z2lzma/
xz-5.2.5/extra/7z2lzma/7z2lzma.bash
xz-5.2.5/extra/scanlzma/
xz-5.2.5/extra/scanlzma/scanlzma.c
xz-5.2.5/lib/
xz-5.2.5/lib/Makefile.am
xz-5.2.5/lib/getopt.c
xz-5.2.5/lib/getopt.in.h
xz-5.2.5/lib/getopt1.c
xz-5.2.5/lib/getopt_int.h
xz-5.2.5/m4/
xz-5.2.5/m4/.gitignore
xz-5.2.5/m4/ax_check_capsicum.m4
xz-5.2.5/m4/ax_pthread.m4
xz-5.2.5/m4/getopt.m4
xz-5.2.5/m4/posix-shell.m4
xz-5.2.5/m4/tuklib_common.m4
xz-5.2.5/m4/tuklib_cpucores.m4
xz-5.2.5/m4/tuklib_integer.m4
xz-5.2.5/m4/tuklib_mbstr.m4
xz-5.2.5/m4/tuklib_physmem.m4
xz-5.2.5/m4/tuklib_progname.m4
xz-5.2.5/m4/visibility.m4
xz-5.2.5/macosx/
xz-5.2.5/macosx/build.sh
xz-5.2.5/po/
xz-5.2.5/po/.gitignore
xz-5.2.5/po/LINGUAS
xz-5.2.5/po/Makevars
xz-5.2.5/po/POTFILES.in
xz-5.2.5/po/cs.po
xz-5.2.5/po/da.po
xz-5.2.5/po/de.po
xz-5.2.5/po/fi.po
xz-5.2.5/po/fr.po
xz-5.2.5/po/hu.po
xz-5.2.5/po/it.po
xz-5.2.5/po/pl.po
xz-5.2.5/po/pt_BR.po
xz-5.2.5/po/vi.po
xz-5.2.5/po/zh_CN.po
xz-5.2.5/po/zh_TW.po
xz-5.2.5/po4a/
xz-5.2.5/po4a/.gitignore
xz-5.2.5/po4a/de.po
xz-5.2.5/po4a/po4a.conf
xz-5.2.5/po4a/update-po
xz-5.2.5/src/
xz-5.2.5/src/Makefile.am
xz-5.2.5/src/common/
xz-5.2.5/src/common/common_w32res.rc
xz-5.2.5/src/common/mythread.h
xz-5.2.5/src/common/sysdefs.h
xz-5.2.5/src/common/tuklib_common.h
xz-5.2.5/src/common/tuklib_config.h
xz-5.2.5/src/common/tuklib_cpucores.c
xz-5.2.5/src/common/tuklib_cpucores.h
xz-5.2.5/src/common/tuklib_exit.c
xz-5.2.5/src/common/tuklib_exit.h
xz-5.2.5/src/common/tuklib_gettext.h
xz-5.2.5/src/common/tuklib_integer.h
xz-5.2.5/src/common/tuklib_mbstr.h
xz-5.2.5/src/common/tuklib_mbstr_fw.c
xz-5.2.5/src/common/tuklib_mbstr_width.c
xz-5.2.5/src/common/tuklib_open_stdxxx.c
xz-5.2.5/src/common/tuklib_open_stdxxx.h
xz-5.2.5/src/common/tuklib_physmem.c
xz-5.2.5/src/common/tuklib_physmem.h
xz-5.2.5/src/common/tuklib_progname.c
xz-5.2.5/src/common/tuklib_progname.h
xz-5.2.5/src/liblzma/
xz-5.2.5/src/liblzma/Makefile.am
xz-5.2.5/src/liblzma/api/
xz-5.2.5/src/liblzma/api/Makefile.am
xz-5.2.5/src/liblzma/api/lzma.h
xz-5.2.5/src/liblzma/api/lzma/
xz-5.2.5/src/liblzma/api/lzma/base.h
xz-5.2.5/src/liblzma/api/lzma/bcj.h
xz-5.2.5/src/liblzma/api/lzma/block.h
xz-5.2.5/src/liblzma/api/lzma/check.h
xz-5.2.5/src/liblzma/api/lzma/container.h
xz-5.2.5/src/liblzma/api/lzma/delta.h
xz-5.2.5/src/liblzma/api/lzma/filter.h
xz-5.2.5/src/liblzma/api/lzma/hardware.h
xz-5.2.5/src/liblzma/api/lzma/index.h
xz-5.2.5/src/liblzma/api/lzma/index_hash.h
xz-5.2.5/src/liblzma/api/lzma/lzma12.h
xz-5.2.5/src/liblzma/api/lzma/stream_flags.h
xz-5.2.5/src/liblzma/api/lzma/version.h
xz-5.2.5/src/liblzma/api/lzma/vli.h
xz-5.2.5/src/liblzma/check/
xz-5.2.5/src/liblzma/check/Makefile.inc
xz-5.2.5/src/liblzma/check/check.c
xz-5.2.5/src/liblzma/check/check.h
xz-5.2.5/src/liblzma/check/crc32_fast.c
xz-5.2.5/src/liblzma/check/crc32_small.c
xz-5.2.5/src/liblzma/check/crc32_table.c
xz-5.2.5/src/liblzma/check/crc32_table_be.h
xz-5.2.5/src/liblzma/check/crc32_table_le.h
xz-5.2.5/src/liblzma/check/crc32_tablegen.c
xz-5.2.5/src/liblzma/check/crc32_x86.S
xz-5.2.5/src/liblzma/check/crc64_fast.c
xz-5.2.5/src/liblzma/check/crc64_small.c
xz-5.2.5/src/liblzma/check/crc64_table.c
xz-5.2.5/src/liblzma/check/crc64_table_be.h
xz-5.2.5/src/liblzma/check/crc64_table_le.h
xz-5.2.5/src/liblzma/check/crc64_tablegen.c
xz-5.2.5/src/liblzma/check/crc64_x86.S
xz-5.2.5/src/liblzma/check/crc_macros.h
xz-5.2.5/src/liblzma/check/sha256.c
xz-5.2.5/src/liblzma/common/
xz-5.2.5/src/liblzma/common/Makefile.inc
xz-5.2.5/src/liblzma/common/alone_decoder.c
xz-5.2.5/src/liblzma/common/alone_decoder.h
xz-5.2.5/src/liblzma/common/alone_encoder.c
xz-5.2.5/src/liblzma/common/auto_decoder.c
xz-5.2.5/src/liblzma/common/block_buffer_decoder.c
xz-5.2.5/src/liblzma/common/block_buffer_encoder.c
xz-5.2.5/src/liblzma/common/block_buffer_encoder.h
xz-5.2.5/src/liblzma/common/block_decoder.c
xz-5.2.5/src/liblzma/common/block_decoder.h
xz-5.2.5/src/liblzma/common/block_encoder.c
xz-5.2.5/src/liblzma/common/block_encoder.h
xz-5.2.5/src/liblzma/common/block_header_decoder.c
xz-5.2.5/src/liblzma/common/block_header_encoder.c
xz-5.2.5/src/liblzma/common/block_util.c
xz-5.2.5/src/liblzma/common/common.c
xz-5.2.5/src/liblzma/common/common.h
xz-5.2.5/src/liblzma/common/easy_buffer_encoder.c
xz-5.2.5/src/liblzma/common/easy_decoder_memusage.c
xz-5.2.5/src/liblzma/common/easy_encoder.c
xz-5.2.5/src/liblzma/common/easy_encoder_memusage.c
xz-5.2.5/src/liblzma/common/easy_preset.c
xz-5.2.5/src/liblzma/common/easy_preset.h
xz-5.2.5/src/liblzma/common/filter_buffer_decoder.c
xz-5.2.5/src/liblzma/common/filter_buffer_encoder.c
xz-5.2.5/src/liblzma/common/filter_common.c
xz-5.2.5/src/liblzma/common/filter_common.h
xz-5.2.5/src/liblzma/common/filter_decoder.c
xz-5.2.5/src/liblzma/common/filter_decoder.h
xz-5.2.5/src/liblzma/common/filter_encoder.c
xz-5.2.5/src/liblzma/common/filter_encoder.h
xz-5.2.5/src/liblzma/common/filter_flags_decoder.c
xz-5.2.5/src/liblzma/common/filter_flags_encoder.c
xz-5.2.5/src/liblzma/common/hardware_cputhreads.c
xz-5.2.5/src/liblzma/common/hardware_physmem.c
xz-5.2.5/src/liblzma/common/index.c
xz-5.2.5/src/liblzma/common/index.h
xz-5.2.5/src/liblzma/common/index_decoder.c
xz-5.2.5/src/liblzma/common/index_encoder.c
xz-5.2.5/src/liblzma/common/index_encoder.h
xz-5.2.5/src/liblzma/common/index_hash.c
xz-5.2.5/src/liblzma/common/memcmplen.h
xz-5.2.5/src/liblzma/common/outqueue.c
xz-5.2.5/src/liblzma/common/outqueue.h
xz-5.2.5/src/liblzma/common/stream_buffer_decoder.c
xz-5.2.5/src/liblzma/common/stream_buffer_encoder.c
xz-5.2.5/src/liblzma/common/stream_decoder.c
xz-5.2.5/src/liblzma/common/stream_decoder.h
xz-5.2.5/src/liblzma/common/stream_encoder.c
xz-5.2.5/src/liblzma/common/stream_encoder_mt.c
xz-5.2.5/src/liblzma/common/stream_flags_common.c
xz-5.2.5/src/liblzma/common/stream_flags_common.h
xz-5.2.5/src/liblzma/common/stream_flags_decoder.c
xz-5.2.5/src/liblzma/common/stream_flags_encoder.c
xz-5.2.5/src/liblzma/common/vli_decoder.c
xz-5.2.5/src/liblzma/common/vli_encoder.c
xz-5.2.5/src/liblzma/common/vli_size.c
xz-5.2.5/src/liblzma/delta/
xz-5.2.5/src/liblzma/delta/Makefile.inc
xz-5.2.5/src/liblzma/delta/delta_common.c
xz-5.2.5/src/liblzma/delta/delta_common.h
xz-5.2.5/src/liblzma/delta/delta_decoder.c
xz-5.2.5/src/liblzma/delta/delta_decoder.h
xz-5.2.5/src/liblzma/delta/delta_encoder.c
xz-5.2.5/src/liblzma/delta/delta_encoder.h
xz-5.2.5/src/liblzma/delta/delta_private.h
xz-5.2.5/src/liblzma/liblzma.map
xz-5.2.5/src/liblzma/liblzma.pc.in
xz-5.2.5/src/liblzma/liblzma_w32res.rc
xz-5.2.5/src/liblzma/lz/
xz-5.2.5/src/liblzma/lz/Makefile.inc
xz-5.2.5/src/liblzma/lz/lz_decoder.c
xz-5.2.5/src/liblzma/lz/lz_decoder.h
xz-5.2.5/src/liblzma/lz/lz_encoder.c
xz-5.2.5/src/liblzma/lz/lz_encoder.h
xz-5.2.5/src/liblzma/lz/lz_encoder_hash.h
xz-5.2.5/src/liblzma/lz/lz_encoder_hash_table.h
xz-5.2.5/src/liblzma/lz/lz_encoder_mf.c
xz-5.2.5/src/liblzma/lzma/
xz-5.2.5/src/liblzma/lzma/Makefile.inc
xz-5.2.5/src/liblzma/lzma/fastpos.h
xz-5.2.5/src/liblzma/lzma/fastpos_table.c
xz-5.2.5/src/liblzma/lzma/fastpos_tablegen.c
xz-5.2.5/src/liblzma/lzma/lzma2_decoder.c
xz-5.2.5/src/liblzma/lzma/lzma2_decoder.h
xz-5.2.5/src/liblzma/lzma/lzma2_encoder.c
xz-5.2.5/src/liblzma/lzma/lzma2_encoder.h
xz-5.2.5/src/liblzma/lzma/lzma_common.h
xz-5.2.5/src/liblzma/lzma/lzma_decoder.c
xz-5.2.5/src/liblzma/lzma/lzma_decoder.h
xz-5.2.5/src/liblzma/lzma/lzma_encoder.c
xz-5.2.5/src/liblzma/lzma/lzma_encoder.h
xz-5.2.5/src/liblzma/lzma/lzma_encoder_optimum_fast.c
xz-5.2.5/src/liblzma/lzma/lzma_encoder_optimum_normal.c
xz-5.2.5/src/liblzma/lzma/lzma_encoder_presets.c
xz-5.2.5/src/liblzma/lzma/lzma_encoder_private.h
xz-5.2.5/src/liblzma/rangecoder/
xz-5.2.5/src/liblzma/rangecoder/Makefile.inc
xz-5.2.5/src/liblzma/rangecoder/price.h
xz-5.2.5/src/liblzma/rangecoder/price_table.c
xz-5.2.5/src/liblzma/rangecoder/price_tablegen.c
xz-5.2.5/src/liblzma/rangecoder/range_common.h
xz-5.2.5/src/liblzma/rangecoder/range_decoder.h
xz-5.2.5/src/liblzma/rangecoder/range_encoder.h
xz-5.2.5/src/liblzma/simple/
xz-5.2.5/src/liblzma/simple/Makefile.inc
xz-5.2.5/src/liblzma/simple/arm.c
xz-5.2.5/src/liblzma/simple/armthumb.c
xz-5.2.5/src/liblzma/simple/ia64.c
xz-5.2.5/src/liblzma/simple/powerpc.c
xz-5.2.5/src/liblzma/simple/simple_coder.c
xz-5.2.5/src/liblzma/simple/simple_coder.h
xz-5.2.5/src/liblzma/simple/simple_decoder.c
xz-5.2.5/src/liblzma/simple/simple_decoder.h
xz-5.2.5/src/liblzma/simple/simple_encoder.c
xz-5.2.5/src/liblzma/simple/simple_encoder.h
xz-5.2.5/src/liblzma/simple/simple_private.h
xz-5.2.5/src/liblzma/simple/sparc.c
xz-5.2.5/src/liblzma/simple/x86.c
xz-5.2.5/src/liblzma/validate_map.sh
xz-5.2.5/src/lzmainfo/
xz-5.2.5/src/lzmainfo/Makefile.am
xz-5.2.5/src/lzmainfo/lzmainfo.1
xz-5.2.5/src/lzmainfo/lzmainfo.c
xz-5.2.5/src/lzmainfo/lzmainfo_w32res.rc
xz-5.2.5/src/scripts/
xz-5.2.5/src/scripts/Makefile.am
xz-5.2.5/src/scripts/xzdiff.1
xz-5.2.5/src/scripts/xzdiff.in
xz-5.2.5/src/scripts/xzgrep.1
xz-5.2.5/src/scripts/xzgrep.in
xz-5.2.5/src/scripts/xzless.1
xz-5.2.5/src/scripts/xzless.in
xz-5.2.5/src/scripts/xzmore.1
xz-5.2.5/src/scripts/xzmore.in
xz-5.2.5/src/xz/
xz-5.2.5/src/xz/Makefile.am
xz-5.2.5/src/xz/args.c
xz-5.2.5/src/xz/args.h
xz-5.2.5/src/xz/coder.c
xz-5.2.5/src/xz/coder.h
xz-5.2.5/src/xz/file_io.c
xz-5.2.5/src/xz/file_io.h
xz-5.2.5/src/xz/hardware.c
xz-5.2.5/src/xz/hardware.h
xz-5.2.5/src/xz/list.c
xz-5.2.5/src/xz/list.h
xz-5.2.5/src/xz/main.c
xz-5.2.5/src/xz/main.h
xz-5.2.5/src/xz/message.c
xz-5.2.5/src/xz/message.h
xz-5.2.5/src/xz/mytime.c
xz-5.2.5/src/xz/mytime.h
xz-5.2.5/src/xz/options.c
xz-5.2.5/src/xz/options.h
xz-5.2.5/src/xz/private.h
xz-5.2.5/src/xz/signals.c
xz-5.2.5/src/xz/signals.h
xz-5.2.5/src/xz/suffix.c
xz-5.2.5/src/xz/suffix.h
xz-5.2.5/src/xz/util.c
xz-5.2.5/src/xz/util.h
xz-5.2.5/src/xz/xz.1
xz-5.2.5/src/xz/xz_w32res.rc
xz-5.2.5/src/xzdec/
xz-5.2.5/src/xzdec/Makefile.am
xz-5.2.5/src/xzdec/lzmadec_w32res.rc
xz-5.2.5/src/xzdec/xzdec.1
xz-5.2.5/src/xzdec/xzdec.c
xz-5.2.5/src/xzdec/xzdec_w32res.rc
xz-5.2.5/tests/
xz-5.2.5/tests/Makefile.am
xz-5.2.5/tests/bcj_test.c
xz-5.2.5/tests/compress_prepared_bcj_sparc
xz-5.2.5/tests/compress_prepared_bcj_x86
xz-5.2.5/tests/create_compress_files.c
xz-5.2.5/tests/files/
xz-5.2.5/tests/files/README
xz-5.2.5/tests/files/bad-0-backward_size.xz
xz-5.2.5/tests/files/bad-0-empty-truncated.xz
xz-5.2.5/tests/files/bad-0-footer_magic.xz
xz-5.2.5/tests/files/bad-0-header_magic.xz
xz-5.2.5/tests/files/bad-0-nonempty_index.xz
xz-5.2.5/tests/files/bad-0cat-alone.xz
xz-5.2.5/tests/files/bad-0cat-header_magic.xz
xz-5.2.5/tests/files/bad-0catpad-empty.xz
xz-5.2.5/tests/files/bad-0pad-empty.xz
xz-5.2.5/tests/files/bad-1-block_header-1.xz
xz-5.2.5/tests/files/bad-1-block_header-2.xz
xz-5.2.5/tests/files/bad-1-block_header-3.xz
xz-5.2.5/tests/files/bad-1-block_header-4.xz
xz-5.2.5/tests/files/bad-1-block_header-5.xz
xz-5.2.5/tests/files/bad-1-block_header-6.xz
xz-5.2.5/tests/files/bad-1-check-crc32.xz
xz-5.2.5/tests/files/bad-1-check-crc64.xz
xz-5.2.5/tests/files/bad-1-check-sha256.xz
xz-5.2.5/tests/files/bad-1-lzma2-1.xz
xz-5.2.5/tests/files/bad-1-lzma2-2.xz
xz-5.2.5/tests/files/bad-1-lzma2-3.xz
xz-5.2.5/tests/files/bad-1-lzma2-4.xz
xz-5.2.5/tests/files/bad-1-lzma2-5.xz
xz-5.2.5/tests/files/bad-1-lzma2-6.xz
xz-5.2.5/tests/files/bad-1-lzma2-7.xz
xz-5.2.5/tests/files/bad-1-lzma2-8.xz
xz-5.2.5/tests/files/bad-1-stream_flags-1.xz
xz-5.2.5/tests/files/bad-1-stream_flags-2.xz
xz-5.2.5/tests/files/bad-1-stream_flags-3.xz
xz-5.2.5/tests/files/bad-1-vli-1.xz
xz-5.2.5/tests/files/bad-1-vli-2.xz
xz-5.2.5/tests/files/bad-2-compressed_data_padding.xz
xz-5.2.5/tests/files/bad-2-index-1.xz
xz-5.2.5/tests/files/bad-2-index-2.xz
xz-5.2.5/tests/files/bad-2-index-3.xz
xz-5.2.5/tests/files/bad-2-index-4.xz
xz-5.2.5/tests/files/bad-2-index-5.xz
xz-5.2.5/tests/files/good-0-empty.xz
xz-5.2.5/tests/files/good-0cat-empty.xz
xz-5.2.5/tests/files/good-0catpad-empty.xz
xz-5.2.5/tests/files/good-0pad-empty.xz
xz-5.2.5/tests/files/good-1-3delta-lzma2.xz
xz-5.2.5/tests/files/good-1-block_header-1.xz
xz-5.2.5/tests/files/good-1-block_header-2.xz
xz-5.2.5/tests/files/good-1-block_header-3.xz
xz-5.2.5/tests/files/good-1-check-crc32.xz
xz-5.2.5/tests/files/good-1-check-crc64.xz
xz-5.2.5/tests/files/good-1-check-none.xz
xz-5.2.5/tests/files/good-1-check-sha256.xz
xz-5.2.5/tests/files/good-1-delta-lzma2.tiff.xz
xz-5.2.5/tests/files/good-1-lzma2-1.xz
xz-5.2.5/tests/files/good-1-lzma2-2.xz
xz-5.2.5/tests/files/good-1-lzma2-3.xz
xz-5.2.5/tests/files/good-1-lzma2-4.xz
xz-5.2.5/tests/files/good-1-lzma2-5.xz
xz-5.2.5/tests/files/good-1-sparc-lzma2.xz
xz-5.2.5/tests/files/good-1-x86-lzma2.xz
xz-5.2.5/tests/files/good-2-lzma2.xz
xz-5.2.5/tests/files/unsupported-block_header.xz
xz-5.2.5/tests/files/unsupported-check.xz
xz-5.2.5/tests/files/unsupported-filter_flags-1.xz
xz-5.2.5/tests/files/unsupported-filter_flags-2.xz
xz-5.2.5/tests/files/unsupported-filter_flags-3.xz
xz-5.2.5/tests/test_bcj_exact_size.c
xz-5.2.5/tests/test_block_header.c
xz-5.2.5/tests/test_check.c
xz-5.2.5/tests/test_compress.sh
xz-5.2.5/tests/test_files.sh
xz-5.2.5/tests/test_filter_flags.c
xz-5.2.5/tests/test_index.c
xz-5.2.5/tests/test_scripts.sh
xz-5.2.5/tests/test_stream_flags.c
xz-5.2.5/tests/tests.h
xz-5.2.5/tests/xzgrep_expected_output
xz-5.2.5/windows/
xz-5.2.5/windows/INSTALL-MSVC.txt
xz-5.2.5/windows/INSTALL-MinGW.txt
xz-5.2.5/windows/README-Windows.txt
xz-5.2.5/windows/build.bash
xz-5.2.5/windows/vs2013/
xz-5.2.5/windows/vs2013/config.h
xz-5.2.5/windows/vs2013/liblzma.vcxproj
xz-5.2.5/windows/vs2013/liblzma_dll.vcxproj
xz-5.2.5/windows/vs2013/xz_win.sln
xz-5.2.5/windows/vs2017/
xz-5.2.5/windows/vs2017/config.h
xz-5.2.5/windows/vs2017/liblzma.vcxproj
xz-5.2.5/windows/vs2017/liblzma_dll.vcxproj
xz-5.2.5/windows/vs2017/xz_win.sln
xz-5.2.5/windows/vs2019/
xz-5.2.5/windows/vs2019/config.h
xz-5.2.5/windows/vs2019/liblzma.vcxproj
xz-5.2.5/windows/vs2019/liblzma_dll.vcxproj
xz-5.2.5/windows/vs2019/xz_win.sln
+ ./autogen.sh
+ autopoint -f
autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
Copying file ABOUT-NLS
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
+ libtoolize -c -f
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
+ aclocal -I m4
+ autoconf
+ autoheader
+ automake -acf --foreign
configure.ac:576: installing 'build-aux/compile'
configure.ac:33: installing 'build-aux/config.guess'
configure.ac:33: installing 'build-aux/config.sub'
configure.ac:573: installing 'build-aux/install-sh'
configure.ac:573: installing 'build-aux/missing'
debug/Makefile.am: installing 'build-aux/depcomp'
+ test x != x--no-po4a
+ cd po4a
+ sh update-po
po4a/update-po: The program 'po4a' was not found.
po4a/update-po: Translated man pages were not generated.
cook - xz - error: failed to fetch: failed to run "bash" "-ex": exited with status exit code: 1
./repo.sh failed.make: *** [mk/filesystem.mk:18: build/filesystem.bin] Error 1

compiling on wsl 2 running ubuntu 20.04
location of redox ~/

Any ideas on how to solve this?

Why not do this from a proper Linux system? I have no idea if the problem you’re having could be caused by WSL, but when doing something error prone like this I think it makes sense to do it from a more proper environment just to rule out such possibilities.

po4a appears to be a normal package available from Ubuntu’s repositories. Did you install it?

One of the major difference between WSL and other Linux environments happens to be related to its filesystem.

I noticed that, then changed the location to home, it solved a previous problem I had before.

I tot po4a was related to redox, so i have now installed it, and its still compiling as i type this, also i can’t install a proper linux cause of wired driver issues, and for now its not worth my time hunting and fix the issues.

Hi!
I had issues following the documentation on compilation also. In the end, what I ended up doing is sudo apt install ... every missing command that make all complained about, and after about 7 attempts, got it working. I am on Linux, though, and do not plan on trying it in wsl any time soon.

Did you manage to get it running in the end?