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
State Changed From-To: open->closed Committed. Thanks!
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"