Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-20 Thread David Cole
On Sun, Jul 15, 2012 at 6:17 PM, Eric Noulard wrote: > 2012/7/12 David Cole : > >> I pushed this to 'next' the other day, but the test failures on dashmacmini3 >> remain, so the latest commit is not having its intended effect. >> >> Back to Bill's original assertion: >> "I am not sure how this wor

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-15 Thread Eric Noulard
2012/7/12 David Cole : > I pushed this to 'next' the other day, but the test failures on dashmacmini3 > remain, so the latest commit is not having its intended effect. > > Back to Bill's original assertion: > "I am not sure how this works on a fresh build tree either as cpack won't > even exist."

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-12 Thread David Cole
On Thu, Jul 5, 2012 at 5:27 AM, Eric Noulard wrote: > 2012/7/2 Eric Noulard : > > 2012/7/2 David Cole : > >> > >> > >> Probably because of this: > >> > >> LIST(APPEND CMAKE_SYSTEM_PREFIX_PATH > >> /sw# Fink > >> /opt/local # MacPorts > >> ) > >> > >> from Darwin.cmake... > >

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-05 Thread Eric Noulard
2012/7/2 Eric Noulard : > 2012/7/2 David Cole : >> >> >> Probably because of this: >> >> LIST(APPEND CMAKE_SYSTEM_PREFIX_PATH >> /sw# Fink >> /opt/local # MacPorts >> ) >> >> from Darwin.cmake... > > OK could you try my proposal I just pushed on stage: > > To g...@cmake.org:st

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-02 Thread Eric Noulard
2012/7/2 David Cole : > On Mon, Jul 2, 2012 at 11:58 AM, Eric Noulard wrote: >> 2012/7/2 David Cole : >>> >>> On our dashmacmini3 dashboards, we're getting: >>> >>> DPKG_EXECUTABLE='/sw/bin/dpkg' >>> >>> It's found by find_program at CMake configure time, but cpack does not >>> find this program

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-02 Thread David Cole
On Mon, Jul 2, 2012 at 11:58 AM, Eric Noulard wrote: > 2012/7/2 David Cole : >> >> On our dashmacmini3 dashboards, we're getting: >> >> DPKG_EXECUTABLE='/sw/bin/dpkg' >> >> It's found by find_program at CMake configure time, but cpack does not >> find this program (it's not in the PATH) at testi

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-02 Thread Eric Noulard
2012/7/2 David Cole : > > On our dashmacmini3 dashboards, we're getting: > > DPKG_EXECUTABLE='/sw/bin/dpkg' > > It's found by find_program at CMake configure time, but cpack does not > find this program (it's not in the PATH) at testing time. > > What should we do about this? > > I could just set

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-07-02 Thread David Cole
On Thu, Jun 28, 2012 at 8:04 AM, Eric Noulard wrote: > 2012/6/27 David Cole : >> On Tue, Jun 26, 2012 at 6:31 PM, David Cole wrote: >>> On Tue, Jun 26, 2012 at 5:56 PM, Eric Noulard >>> wrote: 2012/6/26 Bill Hoffman : > So, this code here: > > 2a34b579 Tests/CMakeLists.txt  (Er

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-06-28 Thread Eric Noulard
2012/6/27 David Cole : > On Tue, Jun 26, 2012 at 6:31 PM, David Cole wrote: >> On Tue, Jun 26, 2012 at 5:56 PM, Eric Noulard wrote: >>> 2012/6/26 Bill Hoffman : So, this code here: 2a34b579 Tests/CMakeLists.txt  (Eric NOULARD                  2012-03-30 17:07:06 +0200  720)  

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-06-26 Thread David Cole
On Tue, Jun 26, 2012 at 6:31 PM, David Cole wrote: > On Tue, Jun 26, 2012 at 5:56 PM, Eric Noulard wrote: >> 2012/6/26 Bill Hoffman : >>> So, this code here: >>> >>> 2a34b579 Tests/CMakeLists.txt  (Eric NOULARD                  2012-03-30 >>> 17:07:06 +0200  720)     # Analyze 'cpack --help' outp

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-06-26 Thread David Cole
On Tue, Jun 26, 2012 at 5:56 PM, Eric Noulard wrote: > 2012/6/26 Bill Hoffman : >> So, this code here: >> >> 2a34b579 Tests/CMakeLists.txt  (Eric NOULARD                  2012-03-30 >> 17:07:06 +0200  720)     # Analyze 'cpack --help' output for list of >> available generators: >> 2a34b579 Tests/C

Re: [cmake-developers] trouble with running cpack --help during cmake step

2012-06-26 Thread Eric Noulard
2012/6/26 Bill Hoffman : > So, this code here: > > 2a34b579 Tests/CMakeLists.txt  (Eric NOULARD                  2012-03-30 > 17:07:06 +0200  720)     # Analyze 'cpack --help' output for list of > available generators: > 2a34b579 Tests/CMakeLists.txt  (Eric NOULARD                  2012-03-30 > 17:

[cmake-developers] trouble with running cpack --help during cmake step

2012-06-26 Thread Bill Hoffman
So, this code here: 2a34b579 Tests/CMakeLists.txt (Eric NOULARD 2012-03-30 17:07:06 +0200 720) # Analyze 'cpack --help' output for list of available generators: 2a34b579 Tests/CMakeLists.txt (Eric NOULARD 2012-03-30 17:07:06 +0200 721) execute_proc