patch: xfce4 - shared library dbh-1.0.1 not installed
Robert Backhaus
robbak at biz.net.au
Wed Jul 30 22:45:35 PDT 2003
>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 at 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
More information about the freebsd-ports
mailing list