On Wed, Nov 21, 2018 at 04:01:34PM -0200, Carlos Santos wrote: > There is still a call to the now-defunct set_arch function in > sys-utils/setarch.c: > > 313 #if defined(__sparc64__) || defined(__sparc__) > 314 if (strcmp(arch, "sparc32bash") == 0) { > 315 if (set_arch(arch, 0L, 0)) > 316 err(EXIT_FAILURE, _("Failed to set personality to %s"), arch); > 317 execl("/bin/bash", "", NULL); > 318 errexec("/bin/bash"); > 319 } > 320 #endif Ah, should be fixed now. Thanks! Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com