## Alex V. Petrov ([email protected]): > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: undefined > reference to `re2::RE2::FullMatchN(re2::StringPiece const&, re2::RE2 > const&, re2::RE2::Arg const* const*, int)' > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: undefined > reference to `re2::RE2::Arg::parse_ulong(char const*, unsigned long, > void*)' > c++: error: linker command failed with exit code 1 (use -v to see > invocation)
You're pulling in the installed version of qt5-webengine here. Don't do that - it has been bumped exactly because it needs to be rebuild after the re2 upgrade. (Try building in a clean environment like poudriere does or at least uninstall the old version). Regards, Christoph -- Spare Space
