Bug 236851 - devel/kf5-extra-cmake-modules fails to build with portmaster
Summary: devel/kf5-extra-cmake-modules fails to build with portmaster
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-28 14:51 UTC by davidPlanner
Modified: 2019-03-29 13:11 UTC (History)
2 users (show)

See Also:
rakuco: maintainer-feedback+


Attachments
pkg info txt (65.11 KB, text/plain)
2019-03-28 14:51 UTC, davidPlanner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidPlanner 2019-03-28 14:51:40 UTC
Created attachment 203214 [details]
pkg info txt

Hallo, 
i've some problems to update my ports with portmaster. 
looks like he want an old libicui18n. 

uname -a
FreeBSD wst00029 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC  amd64

/usr/ports/devel/kf5-extra-cmake-modules/work/extra-cmake-modules-5.56.0/docs/module/ECMSetupQtPluginMacroNames.rst:89: WARNING: Could not lex literal_block as "cmake". Highlighting skipped.
ld-elf.so.1: Shared object "libicui18n.so.63" not found, required by "libQt5Core.so.5"
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/kf5-extra-cmake-modules
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/kf5-extra-cmake-modules

i test it with ln -s to set a new link in /usr/local/lib but it doesn't work
Comment 1 Walter Schwarzenfeld 2019-03-28 16:13:07 UTC
Maybe, portmaster does not compile in the right order. Recompile devel/qt5-core  and try again.
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2019-03-28 18:51:16 UTC
As Walter said, this is more of a problem with portmaster than with this specific port.
Comment 3 davidPlanner 2019-03-29 12:53:28 UTC
thx for pointer with devel/qt5-core 

it works ;).
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2019-03-29 13:11:01 UTC
Cool.