Problems with Root 6.04/06 on Yosemite

Hi,

The output of “make VERBOSE=1” is attached. Where can I find CMakeCache.txt ?

make_output_2.txt (92.3 KB)

Hi,

Sorry - you built with configure/make. Can you send the output of

make SHELL="bash -x" > make.log 2>&1

and config.log from your build directory?

Cheers, Axel.

Here they come !

make_log.txt.zip (175 KB)
config_log.txt (131 KB)

The output of make distclean is quite interesting also. Everything is in bold type after the line “564:”:

[lpnlp75] root-6.04.06> make distclean
/bin/sh: 34m3.7.0: command not found
564:
ake[1]: *** No rule to make target `clean'.  Stop.
make: [clean-pcre] Error 2 (ignored)
/Applications/root_v6.04.06/config/Makefile.config:13: *** Error determining ROOT_SRCDIR.  Stop.
make: *** [distclean-mathcore] Error 2
[lpnlp75] root-6.04.06> 

Hello,

I get a similar error if I run my code compiled with OpenMP support on more than one thread.

input_line_1:1:10: fatal error: 'new' file not found
#include <new>
         ^
*** Error in `runCase': double free or corruption (!prev): 0x00007f390c876510 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7283f)[0x7f394a36683f]
/lib64/libc.so.6(+0x780ae)[0x7f394a36c0ae]
/lib64/libc.so.6(+0x78db6)[0x7f394a36cdb6]
/usr/ihs/lib/libCling.so(+0xc3661e)[0x7f3909c0a61e]
/usr/ihs/lib/libCling.so(+0xc3805a)[0x7f3909c0c05a]
/usr/ihs/lib/libCling.so(_ZN5cling11Interpreter14AddIncludePathEN4llvm9StringRefE+0x150)[0x7f3909333770]
/usr/ihs/lib/libCling.so(_ZN6TCling14AddIncludePathEPKc+0x40)[0x7f39092a9890]
/usr/ihs/lib/libCling.so(_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_+0x158)[0x7f39092d2348]
/usr/ihs/lib/libCore.so(_ZN5TROOT15InitInterpreterEv+0x112)[0x7f3951e704b2]
/usr/ihs/lib/libCore.so(_ZN4ROOT8Internal8GetROOT2Ev+0x36)[0x7f3951e707a6]
/usr/ihs/lib/libCore.so(_ZN4TEnv8GetvalueEPKc+0x1b6)[0x7f3951f10b76]
/usr/ihs/lib/libCore.so(_ZN4TEnv8GetValueEPKcS1_+0x9)[0x7f3951f11209]
/usr/ihs/lib/libMathCore.so(_ZN4ROOT4Math16MinimizerOptions20DefaultMinimizerTypeEv+0x35)[0x7f395145c345]
/usr/ihs/lib/libMathCore.so(_ZN4ROOT4Math16MinimizerOptions21ResetToDefaultOptionsEv+0x5e)[0x7f395145cd3e]
/usr/ihs/lib/libMathCore.so(_ZN4ROOT4Math16MinimizerOptionsC1Ev+0x2b)[0x7f395145ce9b]
/usr/ihs/lib/libMinuit2.so(_ZN4ROOT7Minuit216Minuit2MinimizerC1EPKc+0x37)[0x7f39517a0f27]
/mnt/fs2/home/atismer/sandbox/dtOO/install_13.2/lib/libdtOO.so.0(_ZN4dtOO10dtAnalysis15createMinimizerESs+0x12d)[0x7f395969503d]
/mnt/fs2/home/atismer/sandbox/dtOO/install_13.2/lib/libdtOO.so.0(_ZNK4dtOO9map2dTo3d14XYZtoUVPercentEdddRdS1_+0x72)[0x7f39594d8942]
/mnt/fs2/home/atismer/sandbox/dtOO/install_13.2/lib/libdtOO.so.0(_ZNK4dtOO9map2dTo3d13reparamOnFaceERKN4CGAL7Point_3INS1_5EpickEEE+0x321)[0x7f39594d9cf1]
/mnt/fs2/home/atismer/sandbox/dtOO/install_13.2/lib/libdtOO.so.0(+0x3d53fb)[0x7f395971e3fb]
/usr/lib64/libgomp.so.1(+0x8bea)[0x7f394aad7bea]
/lib64/libpthread.so.0(+0x80a4)[0x7f394a6a30a4]
/lib64/libc.so.6(clone+0x6d)[0x7f394a3d908d]

My OS is openSUSE 13.2. I test it with root tag v6-05-02/v6-06-00-rc1 and master HEAD (0808ed3cd54696fc15c0da9b9f7a921ddbab1ff2).

Best regards
Alex

Hi Axel,

No clue ?

Cheers,
Julien