Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. $ make
  2. make all-recursive
  3. make[1]: Entering directory `/storage/src/clamav-0.97'
  4. Making all in libltdl
  5. make[2]: Entering directory `/storage/src/clamav-0.97/libltdl'
  6. /bin/sh /storage/src/clamav-0.97/config/install-sh -d .
  7. cp ./argz_.h argz.h-t
  8. mv argz.h-t argz.h
  9. make all-am
  10. make[3]: Entering directory `/storage/src/clamav-0.97/libltdl'
  11. CC dlopen.lo
  12. CCLD dlopen.la
  13. CC libltdlc_la-preopen.lo
  14. CC libltdlc_la-lt__alloc.lo
  15. CC libltdlc_la-lt_dlloader.lo
  16. CC libltdlc_la-lt_error.lo
  17. CC libltdlc_la-ltdl.lo
  18. CC libltdlc_la-slist.lo
  19. CC argz.lo
  20. CCLD libltdlc.la
  21. make[3]: Leaving directory `/storage/src/clamav-0.97/libltdl'
  22. make[2]: Leaving directory `/storage/src/clamav-0.97/libltdl'
  23. Making all in libclamav
  24. make[2]: Entering directory `/storage/src/clamav-0.97/libclamav'
  25. make all-recursive
  26. make[3]: Entering directory `/storage/src/clamav-0.97/libclamav'
  27. Making all in c++
  28. make[4]: Entering directory `/storage/src/clamav-0.97/libclamav/c++'
  29. make all-am
  30. make[5]: Entering directory `/storage/src/clamav-0.97/libclamav/c++'
  31. CXX libclamavcxx_la-bytecode2llvm.lo
  32. CXX libclamavcxx_la-ClamBCRTChecks.lo
  33. CXX libclamavcxx_la-detect.lo
  34. detect.cpp: In function 'void cli_detect_env_jit(cli_environment*)':
  35. detect.cpp:128: warning: enumeration value 'Minix' not handled in switch
  36. CXX AliasAnalysis.lo
  37. CXX AliasSetTracker.lo
  38. CXX BasicAliasAnalysis.lo
  39. CXX CaptureTracking.lo
  40. CXX DebugInfo.lo
  41. CXX CallGraph.lo
  42. CXX MemoryBuiltins.lo
  43. CXX PointerTracking.lo
  44. CXX ProfileInfo.lo
  45. CXX ValueTracking.lo
  46. CXX ELFCodeEmitter.lo
  47. CXX ELFWriter.lo
  48. CXX LiveVariables.lo
  49. CXX MachineBasicBlock.lo
  50. CXX MachineDominators.lo
  51. CXX MachineFunction.lo
  52. CXX MachineFunctionAnalysis.lo
  53. CXX MachineFunctionPass.lo
  54. CXX MachineFunctionPrinterPass.lo
  55. CXX MachineInstr.lo
  56. CXX MachineLoopInfo.lo
  57. CXX MachineModuleInfo.lo
  58. CXX MachineRegisterInfo.lo
  59. CXX ObjectCodeEmitter.lo
  60. CXX PostRAHazardRecognizer.lo
  61. CXX PseudoSourceValue.lo
  62. CXX ScheduleDAG.lo
  63. CXX TargetInstrInfoImpl.lo
  64. CXX UnreachableBlockElim.lo
  65. CXX ExecutionEngine.lo
  66. CXX Intercept.lo
  67. ./llvm/include/llvm/Support/ValueHandle.h: In member function 'void llvm::AssertingVH<ValueTy>::setValPtr(ValueTy*) [with ValueTy = const llvm::GlobalValue]':
  68. ./llvm/include/llvm/Support/ValueHandle.h:221: instantiated from 'ValueTy* llvm::AssertingVH<ValueTy>::operator=(const llvm::AssertingVH<ValueTy>&) [with ValueTy = const llvm::GlobalValue]'
  69. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/boost_concept_check.h:209: instantiated from 'void __gnu_cxx::_SGIAssignableConcept<_Tp>::__constraints() [with _Tp = llvm::AssertingVH<const llvm::GlobalValue>]'
  70. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/stl_map.h:103: instantiated from 'std::map<void*, llvm::AssertingVH<const llvm::GlobalValue>, std::less<void*>, std::allocator<std::pair<void* const, llvm::AssertingVH<const llvm::GlobalValue> > > >'
  71. ./llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:68: instantiated from here
  72. ./llvm/include/llvm/Support/ValueHandle.h:189: error: no matching function for call to 'llvm::AssertingVH<const llvm::GlobalValue>::GetAsValue(const llvm::GlobalValue*&)'
  73. ./llvm/include/llvm/Support/ValueHandle.h:199: note: candidates are: static llvm::Value* llvm::AssertingVH<ValueTy>::GetAsValue(llvm::Value*) [with ValueTy = const llvm::GlobalValue]
  74. ./llvm/include/llvm/Support/ValueHandle.h:200: note: static llvm::Value* llvm::AssertingVH<ValueTy>::GetAsValue(const llvm::Value*) [with ValueTy = const llvm::GlobalValue]
  75. ./llvm/include/llvm/Support/ValueHandle.h: In member function 'ValueTy* llvm::AssertingVH<ValueTy>::getValPtr() const [with ValueTy = const llvm::GlobalValue]':
  76. ./llvm/include/llvm/Support/ValueHandle.h:221: instantiated from 'ValueTy* llvm::AssertingVH<ValueTy>::operator=(const llvm::AssertingVH<ValueTy>&) [with ValueTy = const llvm::GlobalValue]'
  77. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/boost_concept_check.h:209: instantiated from 'void __gnu_cxx::_SGIAssignableConcept<_Tp>::__constraints() [with _Tp = llvm::AssertingVH<const llvm::GlobalValue>]'
  78. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/stl_map.h:103: instantiated from 'std::map<void*, llvm::AssertingVH<const llvm::GlobalValue>, std::less<void*>, std::allocator<std::pair<void* const, llvm::AssertingVH<const llvm::GlobalValue> > > >'
  79. ./llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:68: instantiated from here
  80. ./llvm/include/llvm/Support/ValueHandle.h:186: error: invalid static_cast from type 'llvm::Value*' to type 'const llvm::GlobalValue*'
  81. ./llvm/include/llvm/Support/ValueHandle.h: In member function 'void llvm::AssertingVH<ValueTy>::setValPtr(ValueTy*) [with ValueTy = llvm::Function]':
  82. ./llvm/include/llvm/Support/ValueHandle.h:221: instantiated from 'ValueTy* llvm::AssertingVH<ValueTy>::operator=(const llvm::AssertingVH<ValueTy>&) [with ValueTy = llvm::Function]'
  83. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/boost_concept_check.h:209: instantiated from 'void __gnu_cxx::_SGIAssignableConcept<_Tp>::__constraints() [with _Tp = llvm::AssertingVH<llvm::Function>]'
  84. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/stl_vector.h:179: instantiated from 'std::vector<llvm::AssertingVH<llvm::Function>, std::allocator<llvm::AssertingVH<llvm::Function> > >'
  85. llvm/lib/ExecutionEngine/JIT/JIT.h:37: instantiated from here
  86. ./llvm/include/llvm/Support/ValueHandle.h:189: error: no matching function for call to 'llvm::AssertingVH<llvm::Function>::GetAsValue(llvm::Function*&)'
  87. ./llvm/include/llvm/Support/ValueHandle.h:199: note: candidates are: static llvm::Value* llvm::AssertingVH<ValueTy>::GetAsValue(llvm::Value*) [with ValueTy = llvm::Function]
  88. ./llvm/include/llvm/Support/ValueHandle.h:200: note: static llvm::Value* llvm::AssertingVH<ValueTy>::GetAsValue(const llvm::Value*) [with ValueTy = llvm::Function]
  89. ./llvm/include/llvm/Support/ValueHandle.h: In member function 'ValueTy* llvm::AssertingVH<ValueTy>::getValPtr() const [with ValueTy = llvm::Function]':
  90. ./llvm/include/llvm/Support/ValueHandle.h:221: instantiated from 'ValueTy* llvm::AssertingVH<ValueTy>::operator=(const llvm::AssertingVH<ValueTy>&) [with ValueTy = llvm::Function]'
  91. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/boost_concept_check.h:209: instantiated from 'void __gnu_cxx::_SGIAssignableConcept<_Tp>::__constraints() [with _Tp = llvm::AssertingVH<llvm::Function>]'
  92. /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/../../../../include/c++/4.3.3/bits/stl_vector.h:179: instantiated from 'std::vector<llvm::AssertingVH<llvm::Function>, std::allocator<llvm::AssertingVH<llvm::Function> > >'
  93. llvm/lib/ExecutionEngine/JIT/JIT.h:37: instantiated from here
  94. ./llvm/include/llvm/Support/ValueHandle.h:186: error: invalid static_cast from type 'llvm::Value*' to type 'llvm::Function*'
  95. make[5]: *** [Intercept.lo] Error 1
  96. make[5]: Leaving directory `/storage/src/clamav-0.97/libclamav/c++'
  97. make[4]: *** [all] Error 2
  98. make[4]: Leaving directory `/storage/src/clamav-0.97/libclamav/c++'
  99. make[3]: *** [all-recursive] Error 1
  100. make[3]: Leaving directory `/storage/src/clamav-0.97/libclamav'
  101. make[2]: *** [all] Error 2
  102. make[2]: Leaving directory `/storage/src/clamav-0.97/libclamav'
  103. make[1]: *** [all-recursive] Error 1
  104. make[1]: Leaving directory `/storage/src/clamav-0.97'
  105. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement