>>> Install gradm-2.0.1 into /var/tmp/portage/gradm-2.0.1/image/ category sys-apps /usr/lib/portage/bin/dodoc: acl does not exist. chmod: cannot access `/var/tmp/portage/gradm-2.0.1/image//var/tmp/portage/gradm-2.0.1/image//sbin/gradm': No such file or directory man: >>> Completed installing into /var/tmp/portage/gradm-2.0.1/image/ Everything compiled fine, only the install part is broken: 1) acl _does_ not exist 2) in userpriv mode I cannot change permissions in ${D}
There seems to be a bug in gradm-2.0.1 install Note the following code. @if [ ! -f $(DESTDIR)$(GRSEC_DIR)/policy ] ; then \ if [ ! -f $(DESTDIR)$(GRSEC_DIR)/acl ] ; then \ mv $(DESTDIR)$(GRSEC_DIR)/acl $(DESTDIR)$(GRSEC_DIR)/policy ; \ I'm talking with spender right now to see if it's better for us to roll a new version or just patch. Stay tuned.
Yep confirmed. http://forums.grsecurity.net/viewtopic.php?t=898 I'll snag a cvs diff shortly.
fixed in ~arch gradm-2.0.1-r1 thanks for reporting this.