... >>> Completed installing openntpd-4.0_pre20080406 into /var/tmp/portage/net-misc/openntpd-4.0_pre20080406/image/ ecompressdir: bzip2 -9 /usr/share/man ecompressdir: bzip2 -9 /usr/share/doc >>> Installing (1 of 1) net-misc/openntpd-4.0_pre20080406 * Setting up chroot for ntp in /var/lib/openntpd/chroot rmdir: failed to remove ‘/var/lib/openntpd/chrootetc’: No such file or directory >>> Auto-cleaning packages...
Sorry for the delayed response, bugzilla mail to me doesn't seem very reliable, I never saw the email when this was opened and just found it while reviewing open tickets :(. This predates my ownership of openntpd, but it looks like <=openntpd-20080406-r7 created /var/lib/openntpd/chrootetc instead of /var/lib/openntpd/chroot/etc, and this is just trying to clean it up if it's there? So the error just means you don't have that invalid leftover on your system and can be ignored. This should probably be changed to something like [-d "${EROOT%/}${NTP_HOME}"etc ] && rmdir "${EROOT%/}${NTP_HOME}"etc to keep it from complaining when there's nothing to do. Christoph, if you concur, would you mind pushing that change? Thanks...
+ 26 May 2015; Christoph Junghans <ottxor@gentoo.org> + openntpd-4.0_pre20080406.ebuild: + silence rmdir (bug #544016) +