New comment by jbenden on void-packages repository https://github.com/void-linux/void-packages/pull/28839#issuecomment-782953853 Comment: I will attempt to test, but I've already hit a road block with an error during package build: ``` => protonmail-bridge-1.6.3_1: removing autodeps, please wait... => protonmail-bridge-1.6.3_1: building [go] [qmake] for x86_64... [host] desktop-file-utils-0.26_1: found (/host/binpkgs) [host] go-qt5-0.0.20200904_1: found (/host/binpkgs) [host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current) [host] go-1.15.8_1: found (https://alpha.de.repo.voidlinux.org/current) [target] qt5-devel-5.15.2_2: not found [target] qt5-declarative-devel-5.15.2_2: not found [target] qt5-webview-devel-5.15.2_1: found (https://alpha.de.repo.voidlinux.org/current) [target] qt5-webengine-devel-5.15.2_2: not found [target] libsecret-devel-0.20.4_1: found (https://alpha.de.repo.voidlinux.org/current) [target] qt5-quickcontrols2-devel-5.15.2_2: not found [runtime] desktop-file-utils-0.26_1: found (/host/binpkgs) [runtime] qt5-graphicaleffects-5.15.2_2: not found [runtime] qt5-quickcontrols2-5.15.2_2: not found [runtime] qt5-charts-5.15.2_2: not found [runtime] qt5-datavis3d-5.15.2_2: not found [runtime] qt5-multimedia-5.15.2_2: not found [runtime] qt5-quickcontrols-5.15.2_2: not found [runtime] qt5-declarative-5.15.2_2: not found [runtime] qt5-webengine-5.15.2_2: not found => protonmail-bridge-1.6.3_1: installing host dependencies: desktop-file-utils-0.26_1 go-qt5-0.0.20200904_1 pkg-config-0.29.2_2 go-1.15.8_1 ... => protonmail-bridge-1.6.3_1: removing autodeps, please wait... => ERROR: protonmail-bridge-1.6.3_1: failed to install 'desktop-file-utils-0.26_1' dependency! (error 8) qt5-core-5.14.2_2: broken, unresolvable shlib `libicui18n.so.64' qt5-core-5.14.2_2: broken, unresolvable shlib `libicuuc.so.64' Transaction aborted due to unresolved shlibs. => ERROR: Please see above for the real error, exiting... ``` I am trying to build qt5, to see if it improves the situation. I already rebuilt `desktop-file-utils`. Also, if the download of all go modules can be separate from the build; you could then place the go module downloads in a retry loop (I saw a mention of intermittent errors).