On Sun, Dec 03, 2006 at 05:59:09PM +0000, Dirk Meyer wrote: > dinoex 2006-12-03 17:59:09 UTC > > FreeBSD ports repository > > Modified files: > Tools/portbuild/scripts processonelog > Log: > - add check sysvipc > happens when security.jail.sysvipc_allowed=0
This is technically possible but in fact all of the package clients have this sysctl set to 1. The reason many ports are currently broken with sysv ipc problems is because sysv ipc is currently broken in 7.0. Kris P.S. Please don't commit to portbuild scripts without review; I don't think this change is worth keeping. > | # > | # Read a single errorlogfile and output a line of the format > | # $filename|$portname|$affected|$logsize|$dir|$maintainer|\ > | @@ -267,6 +267,8 @@ elif bzgrep -q "/usr/bin/ld: cannot find > | reason="threads"; tag="threads" > | elif bzgrep -q "<varargs.h> is obsolete with this version of GCC" $1; then > | reason="varargs"; tag="varargs" > | +elif bzgrep -q "shminit failed: Permission denied" $1; then > | + reason="sysvipc"; tag="sysvipc" > | > | # Although these can be fairly common, and thus in one sense ought to be > | # earlier in the evaluation, in practice they are most often secondary >
pgpb5vUU6j4vK.pgp
Description: PGP signature