Skip site navigation (1)Skip section navigation (2)
Date:      20 Jun 2002 12:32:01 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        K.J.Koster@kpn.com
Cc:        gnome@FreeBSD.ORG
Subject:   Re: dependency problem in gnome2
Message-ID:  <1024590721.329.11.camel@gyros.marcuscom.com>
In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA7C8@l04.research.kpn.com>
References:  <59063B5B4D98D311BC0D0001FA7E452205FDA7C8@l04.research.kpn.com>

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

--=-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 <rh@netbsd.org>
 #
-# $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




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