I think a Condor-ebuild would be a nice addition to gentoo. I guess it would require fetch-restrictions, but it would be very useful for schools or universities, which usually set up their clusters/computer-pools with condor. I might try to write an ebuild, but so far I'm not experienced in doing so. Thus I'd like to see somebody with more skill to try this one. Condor can be found here: http://www.cs.wisc.edu/condor/downloads/
Talk about a complicated ebuild... I tried to work on one... but I am not quite sure how it would be done... first of all it has an ugly distrobution scheme... meaning it would be a lot of footwork to get the files in the right place... and downloading the files is almost impossible via wget... because its done via a perl script that checks if you filled out license... unless someone knows where the files are directly?
For the disability of using wget, the ebuild could be flagged with fetch-restrictions like in the sun-java-sdk-ebuild. But your right, this IS a complicated ebuild as it features a quite unusual install-procedure as well.
so anyone is going to provide an ebuild for condor?
Reopen if you have an ebuild. Meanwhile, marking LATER.
Hi, I actually do need condor for work, so I started to work on a condor ebuild. Follow development on the science overlay. There are a few deps not in portage that I already included. There could be more, but I just don't know whether they are used. Any input, old ebuild, configure default options, or tips are welcome, since I don't know this software yet. I am sort of following the rpm in http://cvs.fedoraproject.org/viewvc/devel/condor/ Thanks,
I am not sure how to prepare an ebuild for this, but following directions in README.building, I failed to configure: condor@bitcoin ~/condor/condor-7.4.4/src $ ./build_init Checking for version of autoheader >= 2.59...succeeded. (2.65) Checking for version of autoconf >= 2.59...succeeded. (2.65) Required tools are present and valid, attempting to initialize build Build initialized, you can now run "./configure; make" condor@bitcoin ~/condor/condor-7.4.4/src $ ./configure configure: checking for critical tools used by configure checking for gawk... gawk checking for grep... /bin/grep checking for cut... /bin/cut checking for flex... /usr/bin/flex checking for which... /usr/bin/which checking for perl... /usr/bin/perl checking for perl version greater than or equal to 5.005_03... ok configure: verifying build environment checking for rpm... no checking for sysctl... no configure: determining host platform configure: WARNING: Condor is not yet ported to gentoo version 1.12.14 configure: WARNING: You may have trouble building and/or packaging Condor opsys_ver:LINUX_GENTOO_UNKNOWN sysname:x86_64_gentoo_unknown checking architecture... X86_64 checking generic operating system... LINUX checking operating system version... LINUX_GENTOO_UNKNOWN checking system identifying string... x86_64_gentoo_unknown checking kernel revision... 2.6.32 checking platform name... checking exact libc version... GLIBC 2.11.2 checking if /home/condor/condor/condor-7.4.4/config is valid... yes checking for a build id to use... none specified checking if /home/condor/condor/condor-7.4.4/externals is valid... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for full path to gcc... /usr/bin/gcc checking for exact version of gcc... ERROR configure: error: Condor will not compile with gcc version 4.3.4
Is this package still of interest now that htcondor is current, and also part of the science overlay?