[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-devel] patch: preliminary debian support
- Date: Sun, 22 Oct 2006 13:20:03 +0200 (CEST)
- From: Francesco Prelz <Francesco.Prelz@xxxxxxxxxx>
- Subject: Re: [Condor-devel] patch: preliminary debian support
On Thu, 19 Oct 2006, guillaume pernot wrote:
> hum, that was autotool's hell.
That'a quite possible.
> now, it seems we need some namespace cleanups :
'Blah' needs that the "new" classad library be compiled with
-DWANT_NAMESPACES (a.k.a. --enable-namespace in the configure script).
Sorry for my delayed reaction. My mother eventually passed away
last Friday, and I have had a few very busy days (both practically and
emotionally).
Francesco P.
> foobaz:~/src/pool/condor/src$ make
> /home/blah/src/pool/condor/externals/build_external --extern_dir=/home/blah/src/pool/condor/externals --package_name=blahp-1.7.0 --extern_config=/home/blah/src/pool/condor/config/config.sh
> Setting up blahp-1.7.0 ...
> (see /home/blah/src/pool/condor/externals/build/log.blahp-1.7.0)
> blahp-1.7.0: FAILED!
> (see /home/blah/src/pool/condor/externals/build/log.blahp-1.7.0)
> classad_c_helper.o: In function
> `classad_put_int_attribute':/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:282:
> undefined reference to `classad::ClassAd::ClassAd()'
> :/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:287:
> undefined reference to `classad::ClassAd::InsertAttr(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&, int,
> classad::Value::NumberFactor)'
> classad_c_helper.o: In function
> `classad_put_bool_attribute':/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:298:
> undefined reference to `classad::ClassAd::ClassAd()'
> :/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:308:
> undefined reference to `classad::ClassAd::InsertAttr(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&, bool)'
> classad_c_helper.o: In function
> `classad_dump':/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:331:
> undefined reference to `classad::ExprTree::Puke() const'
> classad_c_helper.o: In function
> `unwind_attributes':/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:345:
> undefined reference to `classad::ClassAd::Lookup(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&) const'
> :/home/blah/src/pool/condor/externals/build/blahp-1.7.0/org.glite.ce.blahp/src/classad_c_helper.C:354:
> undefined reference to `classad::Value::Value()'
> <SNIP>
>
>
>
> regards,
>
--