Advertisement
Guest User

libdcp_plugin fail

a guest
Aug 10th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. MAKE : .
  2. COMPILE : libdcp_plugin_la-dcp.lo
  3. In file included from /home/nlandsberg/vlc/contrib/x86_64-w64-mingw32/include/KM_memio.h:35:0,
  4. from /home/nlandsberg/vlc/contrib/x86_64-w64-mingw32/include/KM_util.h:35,
  5. from /home/nlandsberg/vlc/contrib/x86_64-w64-mingw32/include/KM_fileio.h:35,
  6. from /home/nlandsberg/vlc/contrib/x86_64-w64-mingw32/include/AS_DCP.h:88,
  7. from ../../extras/package/win32/../../../modules/access/dcp/dcp.cpp:59:
  8. WARNING : /home/nlandsberg/vlc/contrib/x86_64-w64-mingw32/include/KM_platform.h:49: 0: ignoring #pragma warning [-Wunknown-pragmas]
  9. # pragma warning(disable:4786) // Ignore "identifer > 255 characters" warning
  10.  
  11. COMPILE : libdcp_plugin_la-dcpparser.lo
  12. COMPILE : libdcp_plugin_la-dcpdecrypt.lo
  13. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z35_txnal_cow_string_C1_for_exceptionsPvPKcS_+0x2c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_RU1'
  14. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z35_txnal_cow_string_C1_for_exceptionsPvPKcS_+0x39): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `transaction clone for operator new[](unsigned long long)'
  15. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z35_txnal_cow_string_C1_for_exceptionsPvPKcS_+0x5d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_memcpyRtWn'
  16. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z23_txnal_cow_string_c_strPKv+0x1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_RU8'
  17. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z23_txnal_sso_string_c_strPKv+0x1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_RU8'
  18. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z20_txnal_cow_string_D1Pv+0x5): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_RU8'
  19. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_Z20_txnal_cow_string_D1Pv+0x1e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_addUserCommitAction'
  20. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_ZGTtNSt11logic_errorC1EPKc+0x2e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_memcpyRnWt'
  21. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_ZGTtNSt11logic_errorC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x2e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_memcpyRnWt'
  22. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_ZGTtNSt11logic_errorC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x36): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_ITM_RU8'
  23. /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++.a(cow-stdexcept.o):(.text$_ZGTtNSt11logic_errorD0Ev+0x1a): additional relocation overflows omitted from the output
  24. collect2: error: ld returned 1 exit status
  25. Makefile:12996: recipe for target 'libdcp_plugin.la' failed
  26. Makefile:25627: recipe for target 'all-recursive' failed
  27. Makefile:10585: recipe for target 'all' failed
  28. Makefile:1552: recipe for target 'all-recursive' failed
  29. Makefile:1437: recipe for target 'all' failed
  30. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement