Bug 160934

Summary: net/clusterit: still broken due to utmpx
Product: Ports & Packages Reporter: O. Hartmann <ohartmann>
Component: Individual Port(s)Assignee: Dmitry Sivachenko <demon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description O. Hartmann 2011-09-23 08:20:06 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-23 08:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-29 15:25:59 UTC
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"
Comment 3 Dmitry Sivachenko freebsd_committer freebsd_triage 2011-09-29 15:26:14 UTC
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!
Comment 4 O. Hartmann 2011-09-29 22:46:02 UTC
After a fix, it seems to compil;e on FreeBSD 9.0-BETA3 successfully.

Thanks.

Oliver