This is an upgrade of the Condor stable series 6.8.0 to the new major release 7.0.0. A major change in this port is that we are now able to build from sources, instead of installing binaries from the Condor project website. The build environment takes about 5GB right now, but this may be cut down in size in the future. I have tested this on FreeBSD 6.2 and 7.0rc (using gcc 4.2.1) and things look good. I would interested in hearing what the pointyhat testing system comes back with on different platforms and hardware combinations NOTE: The submitted patch is based on the patch submitted in PR #119316. That means that someone needs to commit my first patch before this patch can be integrated. Fix: Patch attached with submission follows: How-To-Repeat: Patch created using: # cd /usr/ports/sysutils/condor # port diff -d .orig > ~/condor.patch
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Assing to right group.
State Changed From-To: open->feedback Does not compile: gcc -I.. -I../.. -I../h -I../condor_includes -I../condor_c++_util -I../condor_daemon_client -DHAVE_CONFIG_H -D= -DCONDOR_FREEBSD=CONDOR_FREEBSD -I/work/a/ports/sysutils/condor/work/condor_src-7.0.0/externals/install/krb5-1.4.3/include -I/work/a/ports/sysutils/condor/work/condor_src-7.0.0/externals/install/globus-4.0.5/include/gcc32dbg -DWANT_QUILL -DWANT_TT -I/work/a/ports/sysutils/condor/work/condor_src-7.0.0/externals/install/gcb-1.5.5/include -g -g -Wall -W -Wextra -Wfloat-equal -Wshadow -Wendif-labels -Wpointer-arith -Wcast-qual -Wcast-align -DC_COMP_KIND_GCC -DC_COMP_MAJOR_GCC_3 -DC_COMP_MINOR_GCC_3_4 -DC_COMP_PATCH_GCC_3_4_6 -DWITH_OPENSSL -DCOMPILE_SOAP_SSL -I/work/a/ports/sysutils/condor/work/condor_src-7.0.0/externals/install/pcre-5.0/include -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -c syscall_numbers.c <command line>:3:2: no macro name given in #define directive
Responsible Changed From-To: freebsd-ports-bugs->pav Track
Here is an updated patch and tarball for Condor 7.0.0. This fixes building Condor on amd64 machines. Unfortunately Globus is not supported on FreeBSD amd64, so I had to make build it as 32-bit binaries. This should affect the performance or stability of Condor. Please note that the patch is based on the Condor 6.8.4 port, not the patch for 6.8.8 sent to Pav earlier in the year. Thanks for your help. -- Andy Pavlo pavlo@cs.wisc.edu
I always make this mistake! On Friday 25 January 2008 14:58, Andy Pavlo wrote: > This should affect the performance or stability of Condor. That should be "This should *NOT* affect..."! -- Andy Pavlo pavlo@cs.wisc.edu
State Changed From-To: feedback->closed Committed, thanks!
pav 2008-01-28 14:27:18 UTC FreeBSD ports repository Modified files: sysutils/condor Makefile distinfo pkg-message pkg-plist Log: - Update to 7.0.0 PR: ports/119968 Submitted by: Andy Pavlo <pavlo@cs.wisc.edu> (maintainer) Revision Changes Path 1.3 +31 -16 ports/sysutils/condor/Makefile 1.2 +3 -3 ports/sysutils/condor/distinfo 1.2 +0 -6 ports/sysutils/condor/pkg-message 1.2 +24 -397 ports/sysutils/condor/pkg-plist _______________________________________________ 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"