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

Re: [HTCondor-users] Condor 7.6.8 compilation error in Ubuntu 10.04 LTS



Hi,

I was getting the same error when I was using an old version of CMake
(2.6.X). Assuming you do indeed have /usr/include/uuid/uuid.h or
something equivalent, using RedHat 5 I had to upgrade to CMake 2.8 to
get this version of condor to build -- although I don't know the
specifics for Ubuntu 10.04, it is something to look at.

Best,
-Will

On 12/12/2012 02:02 AM, Batsayan Das wrote:
> Tried the following with No 'quotes'
> 
> ./configure_uw -DCLIPPED:BOOL=ON -DPROPER:BOOL=OFF -DWITH_BLAHP:BOOL=OFF
> -DWITH_BOOST:BOOL=OFF -DWITH_COREDUMPER:BOOL=OFF -DWITH_CREAM:BOOL=OFF
> -DWITH_DRMAA:BOOL=OFF -DWITH_GLOBUS:BOOL=OFF -DWITH_GSOAP:BOOL=OFF
> -DWITH_HADOOP:BOOL=OFF -DWITH_KRB5:BOOL=OFF
> -DWITH_LIBDELTACLOUD:BOOL=OFF -DWITH_LIBVIRT:BOOL=OFF
> -DWITH_LIBXML2:BOOL=OFF -DWITH_UNICOREGAHP:BOOL=OFF -DWITH_VOMS:BOOL=OFF
> -D_VERBOSE:BOOL=ON
> 
> 
> Still getting the same error
> 
> Batsayan Das
> Tata Consultancy Services
> Mailto: batsayan.das@xxxxxxx
> Website: http://www.tcs.com <http://www.tcs.com/>
> ____________________________________________
> Experience certainty.        IT Services
>                        Business Solutions
>                        Outsourcing
> ____________________________________________
> 
> 
> From: 	Tim St Clair <tstclair@xxxxxxxxxx>
> To: 	HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
> Date: 	12/11/2012 08:13 PM
> Subject: 	Re: [HTCondor-users] Condor 7.6.8 compilation error in Ubuntu
> 10.04 LTS
> Sent by: 	htcondor-users-bounces@xxxxxxxxxxx
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> It looks like it's still trying to build deltacloud dependencies.  
> 
> try switching
> -DWITH_LIBDELTACLOUD:BOOL='OFF'  ->
> 
> -DWITH_LIBDELTACLOUD:BOOL=OFF
> 
> No 'quotes'.  
> 
> Cheers,
> Tim
> 
> ------------------------------------------------------------------------
> 
> *From: *"Batsayan Das" <batsayan.das@xxxxxxx>*
> To: *htcondor-users@xxxxxxxxxxx*
> Sent: *Tuesday, December 11, 2012 12:06:42 AM*
> Subject: *[HTCondor-users] Condor 7.6.8 compilation error in Ubuntu
> 10.04 LTS
> 
> Hi,
> 
> I am trying to build condor-7.6.8  in Ubuntu 10.04 LTS.
> 
> tcs@ubuntu10:~/condor-7.8.6$ cat /etc/issue
> Ubuntu 10.04.3 LTS \n \l
> 
> tcs@ubuntu10:~/condor-7.8.6$
> 
> I have changed the configure_uv script with the following parameter
> 
> 
> cmake -DCLIPPED:BOOL='ON' -DPROPER:BOOL='OFF' -DWITH_BLAHP:BOOL='OFF'
> -DWITH_BOOST:BOOL='OFF' -DWITH_COREDUMPER:BOOL='OFF'
> -DWITH_CREAM:BOOL='OFF' -DWITH_DRMAA:BOOL='OFF' -DWITH_GLOBUS:BOOL='OFF'
> -DWITH_GSOAP:BOOL='OFF' -DWITH_HADOOP:BOOL='OFF' -DWITH_KRB5:BOOL='OFF'
> -DWITH_LIBDELTACLOUD:BOOL='OFF' -DWITH_LIBVIRT:BOOL='OFF'
> -DWITH_LIBXML2:BOOL='OFF' -DWITH_UNICOREGAHP:BOOL='OFF'
> -DWITH_VOMS:BOOL='OFF' -D_VERBOSE:BOOL='ON'
> 
> 
> I executed the following command in the Linux shell
> 
> $./configure_uv
> $make
> 
> I am getting the following error
> 
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp:34:23:
> error: uuid/uuid.h: No such file or directory
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp: In member
> function âMyString DCloudJob::build_instance_name(int)â:
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp:1076: error:
> âuuid_tâ was not declared in this scope
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp:1076: error:
> expected â;â before âuuidâ
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp:1079: error:
> âuuidâ was not declared in this scope
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp:1079: error:
> âuuid_generateâ was not declared in this scope
> /home/tcs/condor-7.8.6/src/condor_gridmanager/dcloudjob.cpp:1084: error:
> âuuid_unparseâ was not declared in this scope
> make[2]: ***
> [src/condor_gridmanager/CMakeFiles/condor_gridmanager.dir/dcloudjob.cpp.o]
> Error 1
> make[1]: ***
> [src/condor_gridmanager/CMakeFiles/condor_gridmanager.dir/all] Error 2
> make: *** [all] Error 2
> 
> 
> How to resolve this error?
> 
> Regards,
> Batsayan Das
> Tata Consultancy Services
> Mailto: batsayan.das@xxxxxxx
> Website: _http://www.tcs.com_ <http://www.tcs.com/>
> ____________________________________________
> Experience certainty.        IT Services
>                       Business Solutions
>                       Outsourcing
> ____________________________________________
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
> 
> 
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/
> 
> 
> 
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/
>