Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 15:45:26 +1000 (EST)
From:      Robert Backhaus <robbak@biz.net.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   ports/55095: patch: xfce4 - shared library dbh-1.0.1 not installed
Message-ID:  <200307310545.h6V5jQks064781@gumbudda.ifl.biz.net.au>
Resent-Message-ID: <200307310550.h6V5oDml078049@freefall.freebsd.org>

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

>Number:         55095
>Category:       ports
>Synopsis:       patch: xfce4 - shared library dbh-1.0.1 not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 22:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Robert Backhaus
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD gumbudda 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


>Description:
When Installing xfce4, dbh is required. After this is installed as a 
dependency, the install stopped with "shared library dbh-1.0.1 does not exist"
>How-To-Repeat:
install xfce4-fm from ports. This appears not to occour if dbh has been 
previously installed (www.bsdforums.org/forums/showthread.php?s=&postid=69766)
>Fix:
Appears to be caused by dbh regestering itself as dbh.1, and the makefile 
looking for dbh-1.0.1 . The following patch to the xfce-wm makefaile could be
used as a work-around, however altering dbh-1.0.14 may be the preferred
solution.

--- /usr/ports/x11-fm/xfce4-fm/Makefile Thu Jul 31 15:40:26 2003
+++ /usr/ports/x11-fm/xfce4-fm/Makefile.old     Thu Jul 31 15:40:07 2003
@@ -19,7 +19,7 @@
 COMMENT=       XFce 4 file manager
 
 BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
-LIB_DEPENDS=   dbh.1:${PORTSDIR}/databases/dbh \
+LIB_DEPENDS=   dbh-1.0.1:${PORTSDIR}/databases/dbh \
                xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_GNOME=     gtk20


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



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