Bug 191896

Summary: amd64: science/paraview: Shared object "icui18n" not found, required by "paraview"
Product: Ports & Packages Reporter: Anton Shterenlikht <as>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me CC: arved, devel, marino
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Anton Shterenlikht 2014-07-16 08:12:52 UTC
On amd64 11-current r267106 science/paraview installed via packages.
At startup I get:


Unable to load library icui18n "Cannot load library icui18n: (Shared object "icui18n" not found, required by "paraview")" 

paraview seems to work ok though.
Not sure if this is serious or benign.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-20 15:22:27 UTC
notify maintainer
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-11 10:59:50 UTC
mexas, is this still valid?

stasyan, can you comment on this PR?
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2014-08-11 12:59:20 UTC
The icui18n object isn't referenced from the paraview source so it looks like one of the dependencies has a missing LIB_DEPENDS on icu.

pkg install icu will probably resolve the problem for the submitter.
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-12 19:55:29 UTC
closing PR as this seems to be a local issue.