net/clusterit, sysutils/sge6[012] are broken due to utmpx. There is at the moment no suitable tool for clustering and enqueuing jobs on a FreeBSD HPC cluster running FBSD9.
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer (via the GNATS Auto Assign Tool)
demon 2011-09-29 14:25:50 UTC FreeBSD ports repository Modified files: net/clusterit Makefile Added files: net/clusterit/files patch-rvt-command.c patch-rvt-ttyinit.c Log: Unbreak on 9+ (utmpx). Seems utmp.h include is not used. PR: 160934 Reported by: "Hartmann, O." <ohartman@zedat.fu-berlin.de> Revision Changes Path 1.23 +0 -4 ports/net/clusterit/Makefile 1.1 +10 -0 ports/net/clusterit/files/patch-rvt-command.c (new) 1.1 +10 -0 ports/net/clusterit/files/patch-rvt-ttyinit.c (new) _______________________________________________ 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 I deleted utmp.h includes, seems they are not needed. Can you please test and report if it works for you? Thanks!
After a fix, it seems to compil;e on FreeBSD 9.0-BETA3 successfully. Thanks. Oliver