Re: [easybuild] CMake built, but does not run

2014-02-24 Thread Heywood, Todd
Thanks for the reply. We’re trying to use CMake outside easybuild (after it is 
installed by easybuild). I’m seeing now it isn’t an easybuild issue. Sorry 
about that.

Todd

From: Ward Poelmans <ward.poelm...@ugent.be<mailto:ward.poelm...@ugent.be>>
Reply-To: "easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>" 
<easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>>
List-Post: easybuild@lists.ugent.be
Date: Monday, February 24, 2014 at 11:33 AM
To: "easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>" 
<easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>>
Subject: Re: [easybuild] CMake built, but does not run

On Mon, Feb 24, 2014 at 5:24 PM, Heywood, Todd 
<heyw...@cshl.edu<mailto:heyw...@cshl.edu>> wrote:
From: , Todd Heywood 
<heyw...@cshl.edu<mailto:heyw...@cshl.edu><mailto:heyw...@cshl.edu>>
Reply-To: 
"easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be><mailto:easybuild@lists.ugent.be>"
 
<easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be><mailto:easybuild@lists.ugent.be>>
List-Post: easybuild@lists.ugent.be
Date: Monday, February 24, 2014 at 11:08 AM
To: 
"easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be><mailto:easybuild@lists.ugent.be>"
 
<easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be><mailto:easybuild@lists.ugent.be>>
Subject: [easybuild] CMake built, but does not run

Hi,

I build CMake with the easyconfig CMake-2.8.12-goalf-1.5.12-no-OFED.eb 
(unchanged).

It build fine, but when users try to use it, we get this:

CMake Error at 
/opt/eb/software/CMake/2.8.12-goalf-1.5.12-no-OFED/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
 (message):
   Could NOT find LibConfig++ (missing: LIBCONFIG++_INCLUDE_DIR
   LIBCONFIG++_LIBRARY)
Call Stack (most recent call first):
   
/opt/eb/software/CMake/2.8.12-goalf-1.5.12-no-OFED/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
 (_FPHSA_FAILURE_MESSAGE)
   cmake/Modules/FindLibConfig++.cmake:14 (find_package_handle_standard_args)
   CMakeLists.txt:24 (find_package)

CMake needs some help in finding all libraries. Normally, with eb 1.11
this should happen automatically. Are you trying to build something
with easybuild and CMake or use CMake outside easybuild? In that
latter case, make sure CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH point
to all libraries you want to use. You can use the EBROOT* env vars to
do that.

Ward


Re: [easybuild] CMake built, but does not run

2014-02-24 Thread Ward Poelmans
On Mon, Feb 24, 2014 at 5:24 PM, Heywood, Todd <heyw...@cshl.edu> wrote:
> From: , Todd Heywood <heyw...@cshl.edu<mailto:heyw...@cshl.edu>>
> Reply-To: "easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>" 
> <easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>>
> Date: Monday, February 24, 2014 at 11:08 AM
> To: "easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>" 
> <easybuild@lists.ugent.be<mailto:easybuild@lists.ugent.be>>
> Subject: [easybuild] CMake built, but does not run
>
> Hi,
>
> I build CMake with the easyconfig CMake-2.8.12-goalf-1.5.12-no-OFED.eb 
> (unchanged).
>
> It build fine, but when users try to use it, we get this:
>
> CMake Error at 
> /opt/eb/software/CMake/2.8.12-goalf-1.5.12-no-OFED/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
>  (message):
>   Could NOT find LibConfig++ (missing: LIBCONFIG++_INCLUDE_DIR
>   LIBCONFIG++_LIBRARY)
> Call Stack (most recent call first):
>   
> /opt/eb/software/CMake/2.8.12-goalf-1.5.12-no-OFED/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
>  (_FPHSA_FAILURE_MESSAGE)
>   cmake/Modules/FindLibConfig++.cmake:14 (find_package_handle_standard_args)
>   CMakeLists.txt:24 (find_package)

CMake needs some help in finding all libraries. Normally, with eb 1.11
this should happen automatically. Are you trying to build something
with easybuild and CMake or use CMake outside easybuild? In that
latter case, make sure CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH point
to all libraries you want to use. You can use the EBROOT* env vars to
do that.

Ward


[easybuild] CMake built, but does not run

2014-02-24 Thread Heywood, Todd
Hi,

I build CMake with the easyconfig CMake-2.8.12-goalf-1.5.12-no-OFED.eb 
(unchanged).

It build fine, but when users try to use it, we get this:

CMake Error at 
/opt/eb/software/CMake/2.8.12-goalf-1.5.12-no-OFED/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
 (message):
  Could NOT find LibConfig++ (missing: LIBCONFIG++_INCLUDE_DIR
  LIBCONFIG++_LIBRARY)
Call Stack (most recent call first):
  
/opt/eb/software/CMake/2.8.12-goalf-1.5.12-no-OFED/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
 (_FPHSA_FAILURE_MESSAGE)
  cmake/Modules/FindLibConfig++.cmake:14 (find_package_handle_standard_args)
  CMakeLists.txt:24 (find_package)

-- Configuring incomplete, errors occurred!

I’m poking around, but would appreciate any help.

Thanks,

Todd