https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-geosciences/gmt-6.4.0 problems with installed bash completions. Discovered on: amd64 (internal ref: binutils2.42_tinderbox) System: BINUTILS-2.42-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#BINUTILS-2.42)
Created attachment 887480 [details] build.log build log and emerge --info
Yeah, I second that. Also most of the scripts in /usr/share/gmt-6.4.0/tools/ are using "gmt" and not "gmt6", which doesn't work. f.e.: ------------------------------------------------------------ if ! [ -x "$(command -v gmt)" ]; then echo 'Error: gmt is not found in your search PATH.' >&2 exit 1 fi ------------------------------------------------------------ If you source one of these scripts in your bashrc, you will be logged out immediately from ssh after logging in. ----------------------------------------- source $(gmt6 --show-sharedir)/tools/gmt_functions.sh ----------------------------------------- So the whole slot feature is incomplete and in some ways broken without having a way to select the active version? (eselect gmt missing?) Maybe also not needed anymore because gmt6 is the only slot in portage?