Recently I build all packages for my i386 on amd64 server (using 32bit jail). I then created packages with bpkg -B and installed soft from packages to my desktop I noticed, that workrave didn't start. I checked logs and saw /libexec/ld-elf.so.1: Shared object "libgdome.so.8" not found, required by "workrave" I checked Makefile and there was no LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2 line To verify I also checked package with pkg_info -f workrave-1.9.1_3.tbz | grep gdome which didn't return anything. So dependency was missing :) Fix: Apply patch to Makefile Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->lx Make this a ports PR and assign.
lx 2010-07-05 19:37:29 UTC FreeBSD ports repository Modified files: x11/workrave Makefile Log: Add missing dependency on gdome2. PR: ports/148265 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Feature safe: yes Revision Changes Path 1.40 +2 -1 ports/x11/workrave/Makefile _______________________________________________ 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"
State Changed From-To: open->closed Committed, thanks!