From owner-freebsd-gnome Thu Jun 20 9:32:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-51.cisco.com [64.102.60.51]) by hub.freebsd.org (Postfix) with ESMTP id 46CEE37B40B for ; Thu, 20 Jun 2002 09:32:19 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g5KGW2oe000488; Thu, 20 Jun 2002 12:32:02 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g5KGW103000487; Thu, 20 Jun 2002 12:32:01 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: dependency problem in gnome2 From: Joe Marcus Clarke To: K.J.Koster@kpn.com Cc: gnome@FreeBSD.ORG In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA7C8@l04.research.kpn.com> References: <59063B5B4D98D311BC0D0001FA7E452205FDA7C8@l04.research.kpn.com> Content-Type: multipart/mixed; boundary="=-48umLojBtquwpWzMXwhO" X-Mailer: Ximian Evolution 1.0.7 Date: 20 Jun 2002 12:32:01 -0400 Message-Id: <1024590721.329.11.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-48umLojBtquwpWzMXwhO Content-Type: text/plain Content-Transfer-Encoding: 7bit On Thu, 2002-06-20 at 04:32, K.J.Koster@kpn.com wrote: > Dear Gnome developers, > > I am installing gnome2 on a system that has otherwise not ports installed > and I ran into the following message: Can you try the attached patch to scrollkeeper's Makefile, and let me know if it fixes things for you? Thanks. Joe > > checking for sys/stat.h... yes > checking for sys/types.h... yes > checking for getpagesize... yes > checking for working mmap... yes > checking for getcwd... yes > checking for getwd... yes > checking for putenv... yes > checking for strdup... yes > checking for --with-omfdirs... /usr/X11R6/share/gnome/omf > checking for intltool-extract... /usr/local/bin/intltool-extract > checking intltool version... 0.22 > checking for perl... /usr/bin/perl > checking for xml2-config... /usr/local/bin/xml2-config > checking libxml2 version... 2.4.22 > checking for xslt-config... /usr/local/bin/xslt-config > checking for docbook-dtd412-xml... /usr/local/share/xml/catalog:12: error: > Extra > content at the end of the document > CATALOG "sdocbook/catalog" > ^ > * ERROR * > > Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have > the do > cbook-dtd412-xml package installed. If it is installed, the package probably > did > not register the DTD in the catalog properly. Consult > http://scrollkeeper.sourc > eforge.net/docbook.shtml for more information. > > configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. > Make s > ure docbook-dtd412-xml is installed and registers DTD in catalog. > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the > "/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.9/config.log" > including the output of the failure of your make command. Also, it > might > be a good idea to provide an overview of all packages installed on > your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/textproc/scrollkeeper. > *** Error code 1 > > Stop in /usr/ports/x11/gnomelibs. > *** Error code 1 > > Stop in /usr/ports/misc/gnomemimedata. > *** Error code 1 > > Stop in /usr/ports/devel/gnomevfs2. > *** Error code 1 > > Stop in /usr/ports/x11/libgnome. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/libbonoboui. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/libgnomeui. > *** Error code 1 > > Stop in /usr/ports/x11/gnomedesktop. > *** Error code 1 > > Stop in /usr/ports/x11/gnomepanel. > *** Error code 1 > > Stop in /usr/ports/x11/gnomeapplets2. > *** Error code 1 > > Stop in /usr/ports/x11/gnome2. > makalu# > > Kees Jan > > ===================================================== > You can't have everything. Where would you put it? > [Steven Wright] > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc --=-48umLojBtquwpWzMXwhO Content-Disposition: attachment; filename=Makefile.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=Makefile.diff; charset=ISO8859-1 Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/textproc/scrollkeeper/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 19 Jun 2002 08:18:09 -0000 1.11 +++ Makefile 20 Jun 2002 16:30:44 -0000 @@ -2,7 +2,7 @@ # Date created: 6 April 2001 # Whom: Rene Hexel # -# $FreeBSD: ports/textproc/scrollkeeper/Makefile,v 1.11 2002/06/19 08:18:0= 9 sobomax Exp $ +# $FreeBSD$ # =20 PORTNAME=3D scrollkeeper @@ -62,9 +62,7 @@ ${WRKSRC}/cl/src/update.c @${REINPLACE_CMD} -e 's|[%][%]LOCALBASE[%][%]|${LOCALBASE}|g' \ ${WRKSRC}/extract/dtds/Makefile.in - .if !defined(BATCH) && !defined(PACKAGE_BUILDING) -pre-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif =20 --=-48umLojBtquwpWzMXwhO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message