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

Re: [Condor-users] Building 7.8 on SL6



So I verified the the check for cmake_minimum_required(VERSION 2.6) exists in the repos for quite some time now.  

My best guess is that there was something odd about your SL6.1 (not up to date?) - cmake.?.? I've also verified ours builds just fine against latest RHEL 6.X.

Cheers,
Tim 

----- Original Message -----
> From: "William Strecker-Kellogg" <willsk@xxxxxxx>
> To: "Condor-Users Mail List" <condor-users@xxxxxxxxxxx>
> Sent: Friday, May 11, 2012 1:23:33 PM
> Subject: Re: [Condor-users] Building 7.8 on SL6
> 
> Very odd, maybe I'm missing a package or something, a fresh clone on
> Scientific Linux 6.1 of the V7_8_0-branch gives the same results:
> 
> $ cmake .
> ...
> $ make grid_manager
> 
> Scanning dependencies of target grid_monitor
> make[3]: *** No rule to make target
> `src/condor_gridmanager/grid_monitor', needed by
> `src/condor_gridmanager/CMakeFiles/grid_monitor'.  Stop.
> make[2]: *** [src/condor_gridmanager/CMakeFiles/grid_monitor.dir/all]
> Error 2
> make[1]: ***
> [src/condor_gridmanager/CMakeFiles/grid_monitor.dir/rule]
> Error 2
> make: *** [grid_monitor] Error 2
> 
> Whereas if do exactly the same on Fedora 16, it works just fine...
> 
> Ah..just got it, cmake 2.6 vs 2.8. I built the F16 cmake on SL6 and
> upgraded it and it works fine.  Perhaps update the
> *cmake_minimum_required(VERSION 2.6)*
> header?
> 
> Thanks,
> -Will
> 
> 
> On 05/10/2012 01:07 PM, Tim St Clair wrote:
> > I just pulled and built fine..
> > 
> > 
> > make grid_monitor
> > Scanning dependencies of target grid_monitor
> > Generating grid_monitor
> > Built target grid_monitor
> > 
> > Might want to try:
> > 
> > 
> > git clean -xdf
> > #just in case you have stale data.
> > 
> > cmake .
> > make grid_manager
> > 
> > Cheers,
> > Tim
> > 
> > 
> > 
> > ----- Original Message -----
> >> From: "William Strecker-Kellogg" <willsk@xxxxxxx>
> >> To: "Condor-Users Mail List" <condor-users@xxxxxxxxxxx>
> >> Sent: Thursday, May 10, 2012 10:43:02 AM
> >> Subject: [Condor-users] Building 7.8 on SL6
> >>
> >> Hi all,
> >>
> >> I'm trying to build the latest 7.8.0 head on SL6 and am
> >> encountering
> >> the
> >> following problem:
> >>
> >> $ cd condor-7.8/
> >> $ cmake .
> >> $ make grid_monitor
> >> ...
> >> make[3]: *** No rule to make target
> >> `src/condor_gridmanager/grid_monitor', needed by
> >> `src/condor_gridmanager/CMakeFiles/grid_monitor'.  Stop.
> >> make[2]: ***
> >> [src/condor_gridmanager/CMakeFiles/grid_monitor.dir/all]
> >> Error 2
> >> make[1]: ***
> >> [src/condor_gridmanager/CMakeFiles/grid_monitor.dir/rule]
> >> Error 2
> >>
> >> Can anyone help me figure out what is going on? The latest source
> >> I'm
> >> building is the head of V7_8_0-branch today which is commit:
> >> a3723b2707404276772aea00a891a25d9244a767
> >>
> >> Thanks,
> >> -Will
> >> _______________________________________________
> >> Condor-users mailing list
> >> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
> >> with a
> >> subject: Unsubscribe
> >> You can also unsubscribe by visiting
> >> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> >>
> >> The archives can be found at:
> >> https://lists.cs.wisc.edu/archive/condor-users/
> >>
> > _______________________________________________
> > Condor-users mailing list
> > To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
> > with a
> > subject: Unsubscribe
> > You can also unsubscribe by visiting
> > https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> > 
> > The archives can be found at:
> > https://lists.cs.wisc.edu/archive/condor-users/
> > 
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
> with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>