I have converted 4 systems to the 17.1 profile but this one fails at the first hurdle:
wifi ~ # eselect profile list Available profile symlink targets: [1] olympus:default/linux/amd64/17.0 (stable) * [2] olympus:default/linux/amd64/17.0/selinux (stable) [3] olympus:default/linux/amd64/17.0/hardened (stable) [4] olympus:default/linux/amd64/17.0/hardened/selinux (stable) [5] olympus:default/linux/amd64/17.0/desktop (stable) [6] olympus:default/linux/amd64/17.0/desktop/gnome (stable) [7] olympus:default/linux/amd64/17.0/desktop/gnome/systemd (stable) [8] olympus:default/linux/amd64/17.0/desktop/plasma (stable) [9] olympus:default/linux/amd64/17.0/desktop/plasma/systemd (stable) [10] olympus:default/linux/amd64/17.0/developer (stable) [11] olympus:default/linux/amd64/17.0/no-multilib (stable) [12] olympus:default/linux/amd64/17.0/no-multilib/hardened (stable) [13] olympus:default/linux/amd64/17.0/no-multilib/hardened/selinux (stable) [14] olympus:default/linux/amd64/17.0/systemd (stable) [15] olympus:default/linux/amd64/17.0/x32 (dev) [16] olympus:default/linux/amd64/17.1 (stable) [17] olympus:default/linux/amd64/17.1/selinux (stable) [18] olympus:default/linux/amd64/17.1/hardened (stable) [19] olympus:default/linux/amd64/17.1/hardened/selinux (stable) [20] olympus:default/linux/amd64/17.1/desktop (stable) [21] olympus:default/linux/amd64/17.1/desktop/gnome (stable) [22] olympus:default/linux/amd64/17.1/desktop/gnome/systemd (stable) [23] olympus:default/linux/amd64/17.1/desktop/plasma (stable) [24] olympus:default/linux/amd64/17.1/desktop/plasma/systemd (stable) [25] olympus:default/linux/amd64/17.1/developer (stable) [26] olympus:default/linux/amd64/17.1/no-multilib (stable) [27] olympus:default/linux/amd64/17.1/no-multilib/hardened (stable) [28] olympus:default/linux/amd64/17.1/no-multilib/hardened/selinux (stable) [29] olympus:default/linux/amd64/17.1/systemd (stable) [30] olympus:default/linux/amd64/17.0/musl (exp) [31] olympus:default/linux/amd64/17.0/musl/hardened (exp) [32] olympus:default/linux/amd64/17.0/musl/hardened/selinux (exp) [33] olympus:default/linux/amd64/17.0/uclibc (exp) [34] olympus:default/linux/amd64/17.0/uclibc/hardened (exp) wifi ~ # unsymlink-lib --analyze /usr/lib needs to be a symlink to lib64! wifi ~ # ls -al /usr/lib lrwxrwxrwx 1 root root 10 Jan 4 13:37 /usr/lib -> /usr/lib64 wifi ~ # The symlink looks the same as another unconverted system - so whats the problem? BillK'