Summary: | net-ftp/filezilla-3.24.0 - configure: error: pugixml system library has been compiled without long long support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Martin Mokrejš
2017-02-15 14:35:35 UTC
Ahh, I forgot to look into config.log an now I see why: configure:19644: result: yes configure:19662: checking whether pugixml has been compiled with long long support configure:19687: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -maes -mpclmul -mpopcnt -mavx -march=native -Wall -std=gnu++14 -Wl,-O1 -Wl,--as-needed conftest.cpp -lpugixml >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64/libpugixml.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21' /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64/libpugixml.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::resize(unsigned long, wchar_t)@GLIBCXX_3.4.21' /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64/libpugixml.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long, char)@GLIBCXX_3.4.21' collect2: error: ld returned 1 exit status Will recompile pugixml. |