Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 18:48:08 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/148265: [PATCH] x11/workrave missing dependancy 
Message-ID:  <201006301848.o5UIm8hW036134@www.freebsd.org>
Resent-Message-ID: <201006301850.o5UIoBBC055736@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148265
>Category:       misc
>Synopsis:       [PATCH] x11/workrave missing dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 30 18:50:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
FreeBSD dekstop.pc 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Sat Feb 20 10:00:40 EET 2010     killasmurf86@killasmurf86.pc:/usr/obj/usr/src/sys/ANTIGENERIC  i386
>Description:
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 :)
>How-To-Repeat:

>Fix:
Apply patch to Makefile

Patch attached with submission follows:

--- Makefile	2010-06-30 21:40:40.275668529 +0300
+++ Makefile.bak	2010-06-30 21:39:09.867430061 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	workrave
 PORTVERSION=	1.9.1
-PORTREVISION=	4
+PORTREVISION=	3
 CATEGORIES=	x11 gnome
 MASTER_SITES=	SF
 
@@ -38,8 +38,6 @@
 
 .include <bsd.port.pre.mk>
 
-LIB_DEPENDS+=	gdome.8:${PORTSDIR}/textproc/gdome2
-
 .if defined(WITH_GNOME)
 LIB_DEPENDS+=	gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26
 USE_GNOME+=	gnomepanel


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006301848.o5UIm8hW036134>