Setting GNUstep root Reproducible: Always Steps to Reproduce: 1. 2. 3.
GNUstep root hard set to /usr/GNUstep. IMHO, needed to set environment variable GNUSTEP_ROOT. I prefer to set GNUstep root to /opt/GNUstep.
This is a valid point. GNUstep doesn't really belong in /usr, according to the FHS, but it does not belong in /opt according to the Gentoo guidelines. I'm more okay violating the FHS than Gentoo guidelines, because GNUstep is not UNIX. Gentoo uses /opt for binary packges. From: http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1 "Note: The /opt directory is reserved in Gentoo Linux for binary-only packages. Examples include mozilla-bin, acroread, netscape and realplayer." Marking this bug as invalid. The point is valid, but the bug is not.
Yes, but I think need make ebuild more universal.
eclass and ebuilds have been updated to support ${GENTOO_GNUSTEP_ROOT}, which by default is "/usr/GNUstep". Users should change it at they're own peril -- but it's kind of handy for development purposes/having multiple roots installed/etc.