[Bug 245946] [PATCH] www/qt5-webengine: devel/double-conversion missing in LIB_DEPENDS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 1 12:30:24 BST 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245946

--- Comment #2 from Kai Knoblich <kai at FreeBSD.org> ---
(In reply to Andy Mender from comment #0)
(In reply to Tobias C. Berner from comment #1)

At the outset two questions:

- Do you get the build errors with a non-poudriere build environment?

- If so, have you already tried to remove the previous version of qt5-webengine
with "pkg delete -f" before building the new version?

Some more technical details:

In fact, www/qt5-webengine uses some header files that can also be found in
devel/double-conversion. 

But it should rather use its own header files of the bundled copy of ICU, that
are supplied via the tarball and can be found at the following locations: 

- "src/3rdparty/chromium/third_party/icu/source/i18n/"
- "src/3rdparty/chromium/base/third_party/double_conversion/double-conversion" 


Also I don't see "libdouble-conversion.so" listed as a (missing) dependency
when examining the shared libraries of www/qt5-webengine (= 5.14.2):

> for i in `pkg info -l qt5-webengine | grep -e '\.so$'`; do readelf -d $i | grep conversion; done

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the kde-freebsd mailing list