Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60281 - [science overlay] sys-cluster/condor (New package)
Summary: [science overlay] sys-cluster/condor (New package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www.cs.wisc.edu/condor/
Whiteboard: Science overlay
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2004-08-13 16:15 UTC by Jan Simons
Modified: 2018-06-07 18:26 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Simons 2004-08-13 16:15:29 UTC
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/
Comment 1 Dan 2004-11-06 08:31:13 UTC
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?  
Comment 2 Jan Simons 2004-11-06 15:10:37 UTC
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.
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2005-09-05 06:31:47 UTC
so anyone is going to provide an ebuild for condor?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-05-22 07:00:48 UTC
Reopen if you have an ebuild. Meanwhile, marking LATER.
Comment 5 Sébastien Fabbro (RETIRED) gentoo-dev 2009-10-23 20:50:39 UTC
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,
Comment 6 Mizery De Aria 2011-01-28 19:14:18 UTC
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
Comment 7 Oliver Freyermuth 2016-08-18 16:41:26 UTC
Is this package still of interest now that htcondor is current, and also part of the science overlay?