Fork me on GitHub

Ticket #1430: out.error

File out.error, 8.7 KB (added by liangxl, 5 years ago)
Line 
1cling::DynamicLibraryManager::loadLibrary(): dlopen(/Users/xilin/Delphes/libDelphes.so, 9): Library not loaded: @rpath/libHist.so
2 Referenced from: /Users/xilin/Delphes/libDelphes.so
3 Reason: image not found
4In file included from input_line_22:1:
5./classes/DelphesClasses.h:39:10: fatal error: 'classes/SortableObject.h' file not found
6#include "classes/SortableObject.h"
7 ^~~~~~~~~~~~~~~~~~~~~~~~~~
8NC analysis
9IncrementalExecutor::executeFunction: symbol '_ZN16ExRootTreeReaderC1EP5TTree' unresolved while linking symbol '__cf_12'!
10You are probably missing the definition of ExRootTreeReader::ExRootTreeReader(TTree*)
11Maybe you need to load the corresponding shared library?
12Error in <TClingCallFunc::make_wrapper>: Failed to compile
13 ==== SOURCE BEGIN ====
14#pragma clang diagnostic push
15#pragma clang diagnostic ignored "-Wformat-security"
16__attribute__((used)) extern "C" void __cf_12(void* obj, int nargs, void** args, void* ret)
17{
18 if (nargs == 0) {
19 if (ret) {
20 (*(ExRootTreeReader**)ret) = new ExRootTreeReader();
21 return;
22 }
23 else {
24 new ExRootTreeReader();
25 return;
26 }
27 }
28 if (nargs == 1) {
29 if (ret) {
30 (*(ExRootTreeReader**)ret) = new ExRootTreeReader(*(TTree**)args[0]);
31 return;
32 }
33 else {
34 new ExRootTreeReader(*(TTree**)args[0]);
35 return;
36 }
37 }
38}
39#pragma clang diagnostic pop
40 ==== SOURCE END ====
41
42 *** Break *** segmentation violation
43[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
44[<unknown binary>] (no debug info)
45[/Users/xilin/Documents/root_build/lib/libPyROOT.so] Cppyy::CallConstructor(long, long, void*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/Cppyy.cxx:487
46[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TConstructorExecutor::Execute(long, void*, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/Executors.cxx:85
47[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TMethodHolder::CallFast(void*, long, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TMethodHolder.cxx:110
48[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TMethodHolder::CallSafe(void*, long, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TMethodHolder.cxx:122
49[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TMethodHolder::Execute(void*, long, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TMethodHolder.cxx:0
50[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TConstructorHolder::Call(PyROOT::ObjectProxy*&, _object*, _object*, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TConstructorHolder.cxx:65
51[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::(anonymous namespace)::mp_call(PyROOT::MethodProxy*, _object*, _object*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/MethodProxy.cxx:626
52[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyObject_Call (no debug info)
53[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] (no debug info)
54[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] (no debug info)
55[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyObject_Call (no debug info)
56[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyEval_EvalFrameEx (no debug info)
57[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyEval_EvalCodeEx (no debug info)
58[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyEval_EvalCode (no debug info)
59[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] (no debug info)
60[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyRun_FileExFlags (no debug info)
61[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyRun_SimpleFileExFlags (no debug info)
62[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] Py_Main (no debug info)
63[/usr/lib/system/libdyld.dylib] start (no debug info)
64Traceback (most recent call last):
65 File "examples/analysis.py", line 40, in <module>
66 treeReader = ROOT.ExRootTreeReader(chain)
67TypeError: none of the 2 overloaded methods succeeded. Full details:
68 ExRootTreeReader::ExRootTreeReader(TTree* tree = 0) =>
69 problem in C++; program state has been reset
70 ExRootTreeReader::ExRootTreeReader(const ExRootTreeReader&) =>
71 could not convert argument 1
72Xilins-MacBook:Delphes xilin$ vi examples/analysis.py
73Xilins-MacBook:Delphes xilin$ python examples/analysis.py out2.root
74cling::DynamicLibraryManager::loadLibrary(): dlopen(/Users/xilin/Delphes/libDelphes.so, 9): Library not loaded: @rpath/libHist.so
75 Referenced from: /Users/xilin/Delphes/libDelphes.so
76 Reason: image not found
77NC analysis
78IncrementalExecutor::executeFunction: symbol '_ZN16ExRootTreeReaderC1EP5TTree' unresolved while linking symbol '__cf_13'!
79You are probably missing the definition of ExRootTreeReader::ExRootTreeReader(TTree*)
80Maybe you need to load the corresponding shared library?
81Error in <TClingCallFunc::make_wrapper>: Failed to compile
82 ==== SOURCE BEGIN ====
83#pragma clang diagnostic push
84#pragma clang diagnostic ignored "-Wformat-security"
85__attribute__((used)) extern "C" void __cf_13(void* obj, int nargs, void** args, void* ret)
86{
87 if (nargs == 0) {
88 if (ret) {
89 (*(ExRootTreeReader**)ret) = new ExRootTreeReader();
90 return;
91 }
92 else {
93 new ExRootTreeReader();
94 return;
95 }
96 }
97 if (nargs == 1) {
98 if (ret) {
99 (*(ExRootTreeReader**)ret) = new ExRootTreeReader(*(TTree**)args[0]);
100 return;
101 }
102 else {
103 new ExRootTreeReader(*(TTree**)args[0]);
104 return;
105 }
106 }
107}
108#pragma clang diagnostic pop
109 ==== SOURCE END ====
110
111 *** Break *** segmentation violation
112[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
113[<unknown binary>] (no debug info)
114[/Users/xilin/Documents/root_build/lib/libPyROOT.so] Cppyy::CallConstructor(long, long, void*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/Cppyy.cxx:487
115[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TConstructorExecutor::Execute(long, void*, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/Executors.cxx:85
116[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TMethodHolder::CallFast(void*, long, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TMethodHolder.cxx:110
117[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TMethodHolder::CallSafe(void*, long, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TMethodHolder.cxx:122
118[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TMethodHolder::Execute(void*, long, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TMethodHolder.cxx:0
119[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::TConstructorHolder::Call(PyROOT::ObjectProxy*&, _object*, _object*, PyROOT::TCallContext*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/TConstructorHolder.cxx:65
120[/Users/xilin/Documents/root_build/lib/libPyROOT.so] PyROOT::(anonymous namespace)::mp_call(PyROOT::MethodProxy*, _object*, _object*) /Users/xilin/Documents/root-6.16.00/bindings/pyroot/src/MethodProxy.cxx:626
121[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyObject_Call (no debug info)
122[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] (no debug info)
123[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] (no debug info)
124[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyObject_Call (no debug info)
125[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyEval_EvalFrameEx (no debug info)
126[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyEval_EvalCodeEx (no debug info)
127[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyEval_EvalCode (no debug info)
128[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] (no debug info)
129[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyRun_FileExFlags (no debug info)
130[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] PyRun_SimpleFileExFlags (no debug info)
131[/System/Library/Frameworks/Python.framework/Versions/2.7/Python] Py_Main (no debug info)
132[/usr/lib/system/libdyld.dylib] start (no debug info)
133Traceback (most recent call last):
134 File "examples/analysis.py", line 41, in <module>
135 treeReader = ROOT.ExRootTreeReader(chain)
136TypeError: none of the 2 overloaded methods succeeded. Full details:
137 ExRootTreeReader::ExRootTreeReader(TTree* tree = 0) =>
138 problem in C++; program state has been reset
139 ExRootTreeReader::ExRootTreeReader(const ExRootTreeReader&) =>
140 could not convert argument 1
141