Ticket #1943: cmake_output

File cmake_output, 10.9 KB (added by Thomas Kittler, 7 years ago)

output of cmake

Line 
1-- The C compiler identification is GNU 5.4.0
2-- The CXX compiler identification is GNU 5.4.0
3-- Check for working C compiler: /usr/bin/cc
4-- Check for working C compiler: /usr/bin/cc -- works
5-- Detecting C compiler ABI info
6-- Detecting C compiler ABI info - done
7-- Detecting C compile features
8-- Detecting C compile features - done
9-- Check for working CXX compiler: /usr/bin/c++
10-- Check for working CXX compiler: /usr/bin/c++ -- works
11-- Detecting CXX compiler ABI info
12-- Detecting CXX compiler ABI info - done
13-- Detecting CXX compile features
14-- Detecting CXX compile features - done
15--
16-- IceCube Configuration starting
17--
18-- OSTYPE                         = Linux
19-- OSVERSION                      = 4.4.0-62-generic
20-- ARCH                           = x86_64
21-- BUILDNAME                      = Linux-4.4.0-62-generic/x86_64/gcc-5.4.0
22-- TOOLSET                        = gcc-5.4.0/x86_64/
23-- HOSTNAME                       = laptop
24-- CMake path                     = /usr/bin/cmake
25-- CMake version                  = 3.5.1
26-- SVN_REVISION                   = 152969
27-- SVN_URL                        = http://code.icecube.wisc.edu/svn/meta-projects/offline-software/trunk
28-- META_PROJECT                   = offline-software.trunk
29--
30-- Setting compiler, compile drivers, and linker
31--
32-- distcc not found.
33-- ccache not found.
34-- Using gfilt stl decryptor
35-- Performing Test CXX_HAS_Wdeprecated
36-- Performing Test CXX_HAS_Wdeprecated - Success
37-- Performing Test CXX_HAS_Wunused_variable
38-- Performing Test CXX_HAS_Wunused_variable - Success
39-- Performing Test CXX_HAS_Wunused_local_typedef
40-- Performing Test CXX_HAS_Wunused_local_typedef - Failed
41-- Performing Test CXX_HAS_Wunused_local_typedefs
42-- Performing Test CXX_HAS_Wunused_local_typedefs - Success
43-- Performing Test CXX_HAS_Wpotentially_evaluated_expression
44-- Performing Test CXX_HAS_Wpotentially_evaluated_expression - Failed
45-- Setting default compiler flags and build type.
46-- *** Neither I3_PORTS nor I3_TESTDATA set.
47-- *** Make sure to define at least one of them before calling 'make test' or manually running tests.
48CMake Warning (dev) at cmake/toplevel.cmake:95 (add_custom_target):
49  Policy CMP0037 is not set: Target names should not be reserved and should
50  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
51  details.  Use the cmake_policy command to set the policy and suppress this
52  warning.
53
54  The target name "test" is reserved or not valid for certain CMake features,
55  such as generator expressions, and may result in undefined behavior.
56Call Stack (most recent call first):
57  CMakeLists.txt:22 (include)
58This warning is for project developers.  Use -Wno-dev to suppress it.
59
60--
61-- Configuring tools...
62--
63-- Using system packages when I3_PORTS not available
64-- Using default site cmake dir of /usr/share/fizzicks/cmake
65--
66-- root
67-- + TObject.h found at /usr/include/root
68-- + /usr/lib/x86_64-linux-gnu/libCore.so
69-- + /usr/lib/x86_64-linux-gnu/libCint.so
70-- + /usr/lib/x86_64-linux-gnu/libRIO.so
71-- + /usr/lib/x86_64-linux-gnu/libNet.so
72-- + /usr/lib/x86_64-linux-gnu/libHist.so
73-- + /usr/lib/x86_64-linux-gnu/libGraf.so
74-- + /usr/lib/x86_64-linux-gnu/libGraf3d.so
75-- + /usr/lib/x86_64-linux-gnu/libGpad.so
76-- + /usr/lib/x86_64-linux-gnu/libTree.so
77-- + /usr/lib/x86_64-linux-gnu/libRint.so
78-- + /usr/lib/x86_64-linux-gnu/libPostscript.so
79-- + /usr/lib/x86_64-linux-gnu/libMatrix.so
80-- + /usr/lib/x86_64-linux-gnu/libPhysics.so
81-- + /usr/lib/x86_64-linux-gnu/libMathCore.so
82-- + /usr/lib/x86_64-linux-gnu/libThread.so
83-- + /usr/lib/x86_64-linux-gnu/libMinuit.so
84--
85-- python
86-- +  version: Python 2.7.12
87-- +   binary: /usr/bin/python
88-- + includes: /usr/include/python2.7
89-- +     libs: /usr/lib/x86_64-linux-gnu/libpython2.7.so
90-- +    numpy: /usr/lib/python2.7/dist-packages/numpy/core/include
91-- +    scipy: FOUND
92--
93-- Boost
94-- Looking for pthread.h
95-- Looking for pthread.h - found
96-- Looking for pthread_create
97-- Looking for pthread_create - not found
98-- Looking for pthread_create in pthreads
99-- Looking for pthread_create in pthreads - not found
100-- Looking for pthread_create in pthread
101-- Looking for pthread_create in pthread - found
102-- Found Threads: TRUE 
103-- Boost version: 1.61.0
104-- Found the following Boost libraries:
105--   python
106--   system
107--   signals
108--   thread
109--   date_time
110--   filesystem
111--   program_options
112--   regex
113--   iostreams
114--   chrono
115--   atomic
116--
117-- boostnumpy
118-- - boost/numpy.hpp not found in include
119-- - boost_numpy
120--
121-- blas
122-- - goto2
123-- *** GotoBLAS2 not found in $I3_PORTS
124-- *** Searching for 3rd party BLAS (I hope you linked it against SuiteSparse)
125-- Looking for sgemm_
126-- Looking for sgemm_ - found
127-- A library with BLAS API found.
128-- Looking for cblas_sgemm in /usr/lib/libblas.so
129-- Looking for cblas_sgemm in /usr/lib/libblas.so - found
130--
131-- lapack
132-- - goto2
133-- *** GotoBLAS2 not found in $I3_PORTS
134-- *** Searching for 3rd party LAPACK (I hope you linked it against SuiteSparse)
135-- A library with BLAS API found.
136-- Looking for cheev_
137-- Looking for cheev_ - found
138-- A library with LAPACK API found.
139--
140-- gsl
141-- + gsl/gsl_rng.h found at /usr/include
142-- + /usr/lib/x86_64-linux-gnu/libgsl.so
143--
144-- sprng
145-- + sprng/sprng.h found at /usr/include
146-- + /usr/lib/libsprng.so
147--
148-- pal
149-- + star/pal.h found at /usr/include
150-- - pal
151--
152-- pal
153-- + star/pal.h found at /usr/include
154-- + /usr/lib/x86_64-linux-gnu/libstarlink_pal.so
155--
156-- libarchive
157-- + archive.h found at /usr/include
158-- + /usr/lib/x86_64-linux-gnu/libarchive.so
159--
160-- mysql
161-- + mysql/mysql.h found at /usr/include
162-- + /usr/lib/x86_64-linux-gnu/libmysqlclient.so
163--
164-- bdb
165-- + db.h found at /usr/include
166-- + /usr/lib/x86_64-linux-gnu/libdb.so
167--
168-- MPI
169-- Could NOT find MPI_C (missing:  MPI_C_LIBRARIES MPI_C_INCLUDE_PATH)
170-- Could NOT find MPI_CXX (missing:  MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH)
171--
172-- suitesparse
173-- - cholmod.h not found in include
174-- + /usr/lib/x86_64-linux-gnu/libcamd.so
175-- + /usr/lib/x86_64-linux-gnu/libccolamd.so
176-- + /usr/lib/x86_64-linux-gnu/libspqr.so
177-- + /usr/lib/x86_64-linux-gnu/libcholmod.so
178-- + /usr/lib/x86_64-linux-gnu/libamd.so
179-- + /usr/lib/x86_64-linux-gnu/libcolamd.so
180-- - tbb
181-- + /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so
182--
183-- suitesparse
184-- + suitesparse/cholmod.h found at /usr/include
185-- + /usr/lib/x86_64-linux-gnu/libcamd.so
186-- + /usr/lib/x86_64-linux-gnu/libccolamd.so
187-- + /usr/lib/x86_64-linux-gnu/libspqr.so
188-- + /usr/lib/x86_64-linux-gnu/libcholmod.so
189-- + /usr/lib/x86_64-linux-gnu/libamd.so
190-- + /usr/lib/x86_64-linux-gnu/libcolamd.so
191-- + /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so
192--
193-- ZThread
194-- - ZThread.h not found in ZTHREAD_INCLUDE_DIR-NOTFOUND
195-- - ZThread
196--
197-- omniORB
198-- - omniconfig.h not found in include/omniorb-4.0.7
199-- - omnithread
200-- - omniORB4
201-- - COS4
202-- - COSDynamic4
203-- - omniCodeSets4
204-- - omniDynamic4
205--
206-- ncurses
207-- Looking for wsyncup in /usr/lib/x86_64-linux-gnu/libcurses.so
208-- Looking for wsyncup in /usr/lib/x86_64-linux-gnu/libcurses.so - found
209-- Looking for cbreak in /usr/lib/x86_64-linux-gnu/libncurses.so
210-- Looking for cbreak in /usr/lib/x86_64-linux-gnu/libncurses.so - found
211-- Found Curses: /usr/lib/x86_64-linux-gnu/libncurses.so 
212-- + ncurses.h found at /usr/include
213-- + libncurses found at /usr/lib/x86_64-linux-gnu/libncurses.so
214--
215-- cdk
216-- + cdk/cdk.h found at /usr/include
217-- + /usr/lib/x86_64-linux-gnu/libcdk.so
218--
219-- cfitsio
220-- + fitsio.h found at /usr/include
221-- + /usr/lib/x86_64-linux-gnu/libcfitsio.so
222--
223-- healpix-cxx
224-- - healpix_cxx/healpix_map.h not found in include
225-- - healpix_cxx
226--
227-- qt4
228-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so 
229-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so 
230-- Looking for Q_WS_X11
231-- Looking for Q_WS_X11 - found
232-- Looking for Q_WS_WIN
233-- Looking for Q_WS_WIN - not found
234-- Looking for Q_WS_QWS
235-- Looking for Q_WS_QWS - not found
236-- Looking for Q_WS_MAC
237-- Looking for Q_WS_MAC - not found
238-- Found Qt4: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake (found suitable version "4.8.7", minimum required is "4.8")
239--
240-- hdf5
241-- - hdf5.h not found in include
242-- - hdf5
243-- - hdf5_hl
244--
245-- hdf5
246-- + hdf5.h found at /usr/include/hdf5/serial
247-- + /usr/lib/x86_64-linux-gnu/libhdf5_serial.so
248-- + /usr/lib/x86_64-linux-gnu/libhdf5_serial_hl.so
249--
250-- minuit2
251-- - Minuit2/MnConfig.h not found in /usr/include
252-- - Minuit2
253--
254-- minuit2
255-- - Minuit2/MnConfig.h not found in include/Minuit2
256-- - Minuit2
257--
258-- clhep
259-- - CLHEP/ClhepVersion.h not found in include
260-- - CLHEP
261-- Looking for Geant4 geant4-config program
262-- Looking for Geant4 geant4-config program -- not found
263--
264-- geant4
265-- - CLHEP not found - Skipping Geant4
266--
267-- zlib
268-- + zlib.h found at /usr/include
269-- + /usr/lib/x86_64-linux-gnu/libz.so
270--
271-- OpenCL
272--
273-- gmp
274-- + gmp.h found at /usr/include/x86_64-linux-gnu
275-- + /usr/lib/x86_64-linux-gnu/libgmp.so
276--
277-- log4cpp
278-- - log4cpp/Category.hh not found in include/log4cpp-1.0
279-- - log4cpp
280--
281-- xml2
282-- + libxml/parser.h found at /usr/include/libxml2
283-- + /usr/lib/x86_64-linux-gnu/libxml2.so
284--
285-- genie
286-- Looking for Genie version
287-- Genie not installed.
288--
289-- zmq
290-- - zmq.hpp not found in ZMQ_INCLUDE_DIR-NOTFOUND
291-- - zmq
292--
293-- zmq
294-- - zmq.hpp not found in include/zmq-
295-- - zmq
296--
297-- doxygen
298-- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
299--
300-- multinest
301-- - multinest.h not found in include
302-- - multinest
303--
304-- nlopt
305-- - nlopt.hpp not found in include
306-- - nlopt_cxx
307--
308-- hepmc
309-- - HepMC/HepMCDefs.h not found in include
310-- - HepMC
311-- - HepMCfio
312-- Generating tarball_hook.sh
313--
314-- Configuring projects:
315--
316-- + WaveCalibrator
317-- +-- python [symlinks]
318-- + astro
319-- +-- python [symlinks]
320--   + Using PAL
321-- +-- astro-pybindings
322-- + cmake
323-- +-- sphinx-build found, building sphinx documentation
324-- + daq-decode
325-- +-- python [symlinks]
326-- +-- daq_decode-pybindings
327-- + dataclasses
328-- +-- python [symlinks]
329-- +-- dataclasses-pybindings
330-- + dataio
331-- +-- python [symlinks]
332-- +-- dataio-pyshovel
333-- +-- dataio-pybindings
334-- +-- test_unregistered-pybindings
335-- + filter-tools
336-- +-- python [symlinks]
337-- + hdfwriter
338-- +-- python [symlinks]
339-- +-- hdfwriter-pybindings
340-- + icepick
341-- +-- python [symlinks]
342-- + icetray
343-- +-- python [symlinks]
344-- +-- icetray-pybindings
345-- + interfaces
346-- +-- interfaces-pybindings
347-- + payload-parsing
348-- +-- python [symlinks]
349-- +-- payload_parsing-pybindings
350-- + phys-services
351-- +-- python [symlinks]
352-- +-- sprng found, adding SPRNGRandomService
353-- +-- phys_services-pybindings
354-- + rootwriter
355-- +-- python [symlinks]
356-- +-- rootwriter-pybindings
357-- + serialization
358-- + steamshovel
359-- +-- python [symlinks]
360-- +-- shovelart-pybindings
361-- +-- shovelio-pybindings
362-- + tableio
363-- +-- python [symlinks]
364-- +-- tableio-pybindings
365-- Generating env-shell.sh
366-- Generating icetray-config
367-- Configuring 'gfilt' STL decryptor
368-- Configuring done
369-- Generating done
370-- Build files have been written to: /home/lrrr/files.ln/icetray/offline-software/trunk/build