I recently ran an emerge --sync && emerge -vuDN world on two separate systems I maintain and util-linux-2.14.2 fails to build due to the following error:
mount-mount.o: In function `.L513': mount.c:(.text+0x1a79): undefined reference to `security_get_initial_context' collect2: ld returned 1 exit status make[2]: *** [mount] Error 1 make[2]: Leaving directory `/var/tmp/portage/sys-apps/util-linux-2.14.2/work/util-linux-ng-2.14.2/mount' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/sys-apps/util-linux-2.14.2/work/util-linux-ng-2.14.2' make: *** [all] Error 2 I also attempted 2.15 and it similarly fails. I re-emerged 2.14.1 and it built fine for me still. Is anyone else experiencing this error? Thanks!