When a umask is set to allow group write permissionso the TARGET_DIR, LD refuses to load libraries upon boot, causing other ports to fail install and other general fun. This same issue has been fixed by garga@ for compat5x and compat7x. Fix: Set specific permissions on ${TARGET_DIR} upon creation, something sensible like 755. How-To-Repeat: Set umask to 002 and install misc/compat6x. Any ports which require libraries provided by compat6x will fail to be found as ld refuses to read $PREFIX/lib/compat
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
jpaetzel 2011-09-18 17:30:25 UTC FreeBSD ports repository Modified files: misc/compat6x Makefile Log: Fix bug with umask set less restrictive than 022. PR: ports/151581 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: Maintainer timeout (11 months) Revision Changes Path 1.10 +1 -1 ports/misc/compat6x/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with maintainer timeout, thanks!