Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 00:42:55 +0300 (EEST)
From:      ejk@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27752: oaf-gtk-0.6.5 needs dependency to textproc/libxml
Message-ID:  <200105292142.f4TLgtM52112@anthrax.mumblefrotz.dyndns.org>

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

>Number:         27752
>Category:       ports
>Synopsis:       configure in devel/oaf dies if the textproc/libxml is not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 29 14:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Is in state of disintegration
>Environment:
System: FreeBSD anthrax.mumblefrotz.dyndns.org 4.3-STABLE FreeBSD 4.3-STABLE #14: Fri May 18 20:36:42 EEST 2001 root@anthrax.mumblefrotz.dyndns.org:/usr/obj/usr/src/sys/ANTHRAX i386

	plus XFree 4.0.3 and no extra Gnome stuff installed.

>Description:

	configure in devel/oaf dies if the textproc/libxml is not
installed.

Here is the relevant part of the error message when trying to
compile devel/oaf

---8<---8<---8<---8<---8<---8<---
checking for orbit-idl... /usr/local/bin/orbit-idl
checking for xml-config... no
configure: error: Can't find gnome-xml library.
===>  Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
---8<---8<---8<---8<---8<---8<---

>How-To-Repeat:

pkg_delete -f libxml-1.8.13_1
export WITH_GNOME=yes
cd /usr/ports/devel/oaf
make all

>Fix:

Apply the following fix.

--- devel/oaf/Makefile.orig     Fri May 11 19:36:22 2001
+++ devel/oaf/Makefile  Wed May 30 00:35:33 2001
@@ -13,7 +13,8 @@
 MAINTAINER=    gnome@FreeBSD.org
-LIB_DEPENDS=   popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS=   popt.0:${PORTSDIR}/devel/popt \
+               xml.5:${PORTSDIR}/textproc/libxml
 USE_X_PREFIX=  yes
 USE_GMAKE=     yes

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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