Bug 112358 - x11-clocks/wmdate requires libdockapp as dependeny, but this dependency is not installed
Summary: x11-clocks/wmdate requires libdockapp as dependeny, but this dependency is no...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 18:50 UTC by Harald Muehlboeck
Modified: 2007-06-21 08:20 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 Harald Muehlboeck 2007-05-02 18:50:05 UTC
wmdate does not start, if it is installed from a package with "pkg_add -r" and libdockapp is not installed on the system. The error message says: /libexec/ld-elf.so.1: Shared object "libdockapp.so.2" not found, required by "wmdate"

If I install libdockapp  "pkg_add -r libdockapp" manually wmdate runs.

Fix: 

I think libdockapp is required as LIB_DEPENDS instead of BUILD_DEPENDS. So sth Makefile should be fixed.
How-To-Repeat: 1. Make sure that libdockup is not installed on your system.
$ pkg_info | grep libdockapp

2. Install wmdate as an package with pkg_add -r:
# pkg_add -r wmdate

3. Now start wmdate
$ wmdate
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-06-21 08:18:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-21 08:18:41 UTC
rafan       2007-06-21 07:18:34 UTC

  FreeBSD ports repository

  Modified files:
    x11-clocks/wmdate    Makefile 
  Removed files:
    x11-clocks/wmdate    pkg-plist 
  Log:
  - wmdate links against libdockapp. Make it a LIB_DEPENDS.
  
  PR:            ports/112358
  Submitted by:  Harald Muehlboeck <home at clef.at>
  
  - Use PLIST_FILES to axe small pkg-plist
  - Use DOCSDIR, PORTDOCS macros
  
  Revision  Changes    Path
  1.23      +9 -5      ports/x11-clocks/wmdate/Makefile
  1.3       +0 -3      ports/x11-clocks/wmdate/pkg-plist (dead)
_______________________________________________
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"