[CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
I started using cmake (2.6.3) under OpenBSD (4.5) and found it unwillingly to link my software correctly. The issue had been described some time ago: http://www.cmake.org/pipermail/cmake/2006-November/011851.html. I figured out that cmake-2.6.3/Modules/Platform/NetBSD.cmake contains some

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Brad King
Frank Mertens wrote: I started using cmake (2.6.3) under OpenBSD (4.5) and found it unwillingly to link my software correctly. The issue had been described some time ago: http://www.cmake.org/pipermail/cmake/2006-November/011851.html. I figured out that

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Brad King
Brad King wrote: Frank Mertens wrote: The solution was simple: cp NetBSD.cmake OpenBSD.cmake. I think those two files can be kept safely identical. Currently OpenBSD.cmake has this line: SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1) I've applied the commit below.

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
Brad King wrote: Frank Mertens wrote: I started using cmake (2.6.3) under OpenBSD (4.5) and found it unwillingly to link my software correctly. The issue had been described some time ago: http://www.cmake.org/pipermail/cmake/2006-November/011851.html. I figured out that

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
Frank Mertens wrote: Brad King wrote: Frank Mertens wrote: I started using cmake (2.6.3) under OpenBSD (4.5) and found it unwillingly to link my software correctly. The issue had been described some time ago: http://www.cmake.org/pipermail/cmake/2006-November/011851.html. I figured out

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Bill Hoffman
Frank Mertens wrote: I'm running OpenBSD on a freshly refurbishes office server. It does currently nothing else than running tests for my inhouse needs. Give me the pointers and I set it up as testing client for cmake, too. Being new to ctest, I skimmed through CMake Testing With CTest and

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
Bill Hoffman wrote: Frank Mertens wrote: I'm running OpenBSD on a freshly refurbishes office server. It does currently nothing else than running tests for my inhouse needs. Give me the pointers and I set it up as testing client for cmake, too. Being new to ctest, I skimmed through CMake

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
Bill Hoffman wrote: Frank Mertens wrote: I'm running OpenBSD on a freshly refurbishes office server. It does currently nothing else than running tests for my inhouse needs. Give me the pointers and I set it up as testing client for cmake, too. Being new to ctest, I skimmed through CMake

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
Bill Hoffman wrote: Frank Mertens wrote: I'm running OpenBSD on a freshly refurbishes office server. It does currently nothing else than running tests for my inhouse needs. Give me the pointers and I set it up as testing client for cmake, too. Being new to ctest, I skimmed through CMake

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Frank Mertens
Frank Mertens wrote: Bill Hoffman wrote: Frank Mertens wrote: I'm running OpenBSD on a freshly refurbishes office server. It does currently nothing else than running tests for my inhouse needs. Give me the pointers and I set it up as testing client for cmake, too. Being new to ctest, I

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Bill Hoffman
Frank Mertens wrote: Bill Hoffman wrote: Frank Mertens wrote: I'm running OpenBSD on a freshly refurbishes office server. It does currently nothing else than running tests for my inhouse needs. Give me the pointers and I set it up as testing client for cmake, too. Being new to ctest, I

Re: [CMake] cmake under OpenBSD: rpath support misconfigured

2009-08-07 Thread Bill Hoffman
Frank Mertens wrote: Oh,... well I just run 'make Experimential' on the CVS source an hour ago. It passed all tests! But I fear the dart stuff failed to send a report, got some strange errors about '/proc/cpuinfo' missing. Right OpenBSD has sysctl and no '/proc'. I probably have to stick my