Date: Thu, 4 Feb 2021 20:33:59 +0100 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: "Alex V. Petrov" <alexvpetrov@gmail.com> Cc: kde@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: qt5-webengine-5.15.2_1 error build Message-ID: <YBxMJxjbaLjiesTS@elch.exwg.net> In-Reply-To: <24f34faf-95ff-862d-a318-0f4e3ea09939@gmail.com> References: <24f34faf-95ff-862d-a318-0f4e3ea09939@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
## Alex V. Petrov (alexvpetrov@gmail.com): > /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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YBxMJxjbaLjiesTS>