New comment by duncancmt on void-packages repository https://github.com/void-linux/void-packages/issues/26638#issuecomment-732467247 Comment: ``` $ sudo rm /var/cache/xbps/rclone-1.53.3_1.aarch64-musl.xbps* $ sudo xbps-install -Sf rclone [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/aarch64-musl-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/debug/aarch64-musl-repodata' ... Name Action Version New version Download size rclone reinstall 1.53.3_1 1.53.3_1 23MB Size to download: 23MB Size required on disk: 98MB Space available on disk: 55GB Do you want to continue? [Y/n] [*] Downloading packages rclone-1.53.3_1.aarch64-musl.xbps.sig: 512B [avg rate: 2762KB/s] rclone-1.53.3_1.aarch64-musl.xbps: 23MB [avg rate: 877KB/s] rclone-1.53.3_1: verifying RSA signature... [*] Collecting package files rclone-1.53.3_1: collecting files... [*] Unpacking packages rclone-1.53.3_1: unpacking ... [*] Configuring unpacked packages rclone-1.53.3_1: configuring ... rclone-1.53.3_1: installed successfully. 1 downloaded, 1 installed, 0 updated, 1 configured, 0 removed. $ rclone Segmentation fault $ xbps-query -p pkgver rclone rclone-1.53.3_1 $ readelf -d /bin/rclone Dynamic section at offset 0x3233c30 contains 26 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libc.so] 0x000000000000000c (INIT) 0x11965c0 0x000000000000000d (FINI) 0x20edb68 0x0000000000000019 (INIT_ARRAY) 0x3243c20 0x000000000000001b (INIT_ARRAYSZ) 8 (bytes) 0x000000000000001a (FINI_ARRAY) 0x3243c28 0x000000000000001c (FINI_ARRAYSZ) 8 (bytes) 0x0000000000000004 (HASH) 0x2f0 0x000000006ffffef5 (GNU_HASH) 0x9d0c8 0x0000000000000005 (STRTAB) 0x447068 0x0000000000000006 (SYMTAB) 0x159dd0 0x000000000000000a (STRSZ) 4324969 (bytes) 0x000000000000000b (SYMENT) 24 (bytes) 0x0000000000000015 (DEBUG) 0x0 0x0000000000000003 (PLTGOT) 0x3243e10 0x0000000000000002 (PLTRELSZ) 1152 (bytes) 0x0000000000000014 (PLTREL) RELA 0x0000000000000017 (JMPREL) 0x1196140 0x0000000000000007 (RELA) 0x866ed8 0x0000000000000008 (RELASZ) 9630312 (bytes) 0x0000000000000009 (RELAENT) 24 (bytes) 0x0000000000000016 (TEXTREL) 0x0 0x0000000000000018 (BIND_NOW) 0x000000006ffffffb (FLAGS_1) Flags: NOW PIE 0x000000006ffffff9 (RELACOUNT) 401257 0x0000000000000000 (NULL) 0x0 $ sha256sum /bin/rclone f828df457fc80f0f508932ac50e9b6257b1bc5b8ba92de49d2c1d49994b1b5bc /bin/rclone ```