HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-devel] [Fwd: Re: [Condor-users] native Condor packages 7.1.0 on Debian Stable]



I think we need to clean this mess up.

I'd suggest not carrying distro specific packaging files. The examples/condor.init could become condor.init.rh and the one from debian could become condor.init.deb.

Best,


matt

-------- Original Message --------
Subject: Re: [Condor-users] native Condor packages 7.1.0 on Debian Stable
Date: Wed, 18 Jun 2008 15:11:44 +0200
From: Steffen Grunewald <steffen.grunewald@xxxxxxxxxx>
Reply-To: Condor-Users Mail List <condor-users@xxxxxxxxxxx>
To: condor-users@xxxxxxxxxxx
References: <8askvc6w5l.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20080617142501.GK11428@xxxxxxxxxxxxxxxx> <8ay753np3o.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20080618105453.GA1232@salako> <8askvc6w5l.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20080617142501.GK11428@xxxxxxxxxxxxxxxx> <8ay753np3o.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20080618111725.GT11428@xxxxxxxxxxxxxxxx>

On Wed, Jun 18, 2008 at 01:17:26PM +0200, Steffen Grunewald wrote:
On Wed, Jun 18, 2008 at 10:07:07AM +0200, Andreas Hirczy wrote:
> > Thanks, please append > > autoconf, automake, bison|yacc, libncurses-dev

On Wed, Jun 18, 2008 at 11:54:53AM +0100, Richard Palmer wrote:
> I also had to add: > > csh, flex, rsync > > to build it.
I'll try that next...

Actually, that did the trick.

I'm surprised that the package is only about 1/3 the size of the one built
from the binary tarball for RHEL3/X86_64. Most binaries are about 50-60%
the size; some are missing (probably due to the --without-* options used).
There's only a small portion of the lib/condor/ entries.

And, condor.init needs work - there are three of them:

 3814 Mar  5 22:15 ./src/condor_examples/condor.init
 1997 Nov  8  2007 ./src/packaging/deb/debian/condor.init
 1188 Jun 18 11:55 ./debian/condor.init

where src/condor_examples/condor.init already contains the LSB entries; the
last two files only differ in a comment block (meaning that Condor developers
themselves haven't ported the debian tree yet)

Steffen