Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59996 - sys-apps/gradm-2.0.1 install failure
Summary: sys-apps/gradm-2.0.1 install failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-10 14:45 UTC by Carsten Lohrke (RETIRED)
Modified: 2004-08-11 13:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2004-08-10 14:45:17 UTC
>>> 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}
Comment 1 solar (RETIRED) gentoo-dev 2004-08-11 11:48:08 UTC
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.
Comment 2 solar (RETIRED) gentoo-dev 2004-08-11 12:27:47 UTC
Yep confirmed. http://forums.grsecurity.net/viewtopic.php?t=898
I'll snag a cvs diff shortly.
Comment 3 solar (RETIRED) gentoo-dev 2004-08-11 13:19:02 UTC
fixed in ~arch gradm-2.0.1-r1 thanks for reporting this.