Bug 149816 - devel/icu4: install forget to install the lib libicutest.so.44
Summary: devel/icu4: install forget to install the lib libicutest.so.44
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 21:40 UTC by olivier
Modified: 2010-11-14 19:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2010-08-19 21:40:01 UTC
The make install process of devel/icu4 forgot to install one lib:

[root@d630]/#icuinfo 
/libexec/ld-elf.so.1: Shared object "libicutest.so.44" not found, required by "icuinfo"

Fix: 

The library is build and is present in work/icu/sources/tools/ctestfw.
Need to add a manual copy of this lib on the Makefile.
How-To-Repeat: Simply install devel/icu4, then run icuinfo
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-19 21:40:09 UTC
Maintainer of devel/icu4,

Please note that PR ports/149816 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149816

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-19 21:40:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-09 18:36:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-14 19:26:35 UTC
sunpoet     2010-11-14 19:26:31 UTC

  FreeBSD ports repository

  Modified files:
    devel/icu4           Makefile pkg-plist 
  Log:
  - Install missing libraries: libicutest.so and libsicutest.a
  - Bump PORTREVISION
  
  PR:             ports/149816
  Submitted by:   Olivier Cochard-Labbe <olivier@cochard.me>
  Approved by:    maintainer (timeout, 87 days)
  
  Revision  Changes    Path
  1.41      +7 -0      ports/devel/icu4/Makefile
  1.13      +4 -0      ports/devel/icu4/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-14 19:26:56 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!