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:   patch: xfce4 - shared library dbh-1.0.1 not installed
Message-ID:  <200307310545.h6V5jQks064781@gumbudda.ifl.biz.net.au>

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

>Submitter-Id:	current-users
>Originator:	Robert Backhaus
>Organization:	
>Confidential:	no 
>Synopsis:	patch: xfce4 - shared library dbh-1.0.1 not installed
>Severity:	non-critical 
>Priority:	low
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 5.1-RELEASE i386
>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




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