Re: compiling cf3 on sparc solaris

2009-12-19 Thread Neil Watson
I found the problem. I installed Berkeley DB from Sunfreeware. It lists libgcc as a dependency. I wasn't certain as to whether or not this had already be installed by someone else over time so I installed Berkeley on its own. The install went fine and no dependency errors occurred. After turni

Re: What means tidy in dirlinks on the delete body?

2009-12-19 Thread Eystein Måløy Stenberg
tidy is a synonym for delete. Not sure if tidy should be removed as an option, because people might have started using it... -- Eystein Jean-Noël Rivasseau wrote: > Anyone? > > On Thu, Dec 17, 2009 at 3:57 PM, Jean-Noël Rivasseau > wrote: > > Hello, there are thr

Re: cf3: getfields with a null field

2009-12-19 Thread Mark Burgess
Fixed the flag to allow these blanks. Brendan Strejcek wrote: > Hmm, edit_field has this: > > 7.6.1 edit_field (compound body) > > Type: (ext body) > > "allow_blank_fields" > > It seems like getfields needs a similar knob, if one doesn't already exist. > > On Tue, Dec 15, 2009 at 10:47 AM, M

Re: compiling cf3 on sparc solaris

2009-12-19 Thread Eystein Måløy Stenberg
Hi Neil, This problem has come up a few times on the list lately, and we know that the source of it is incompatibilities between different versions of the berkeley db api. The Cfengine build scripts use a different api if bdb version is less than 4.1, by defining CF_OLD_DB. So it seems like dur