Summary: | net-misc/strongswan-4.5.3 fails to install: sandbox violation | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rambaldi <gentoo> |
Component: | New packages | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | DuPol, gurligebis, ua_gentoo_bugzilla |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Rambaldi
2011-08-04 06:17:11 UTC
Same here on my sparc box. I can provide more information if needed but I guess all necessary is already mentioned by Rambaldi. This is weird, the problem is in src/libstrongswan/Makefile , for some reason this line is failing: test -z "$(ipseclibdir)" || $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" It looks like $(DESTDIR) is empty, and therefore it tries to create it outside the sandbox. I must admit, I'm no expert in makefiles, so if somebody has any suggestions on how to fix this, please let me know :) It has been fixed now, the problem was that the ebuild used einstall instead of emake DESTDIR="${D}" install :) Should hit the tree within 1-2 hours :) |