From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 11 08:58:31 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539AB16A4CE for ; Wed, 11 Aug 2004 08:58:31 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8E243D3F for ; Wed, 11 Aug 2004 08:58:30 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id B19227642C; Wed, 11 Aug 2004 10:58:28 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73504-04; Wed, 11 Aug 2004 10:58:23 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 0437F76428; Wed, 11 Aug 2004 10:58:22 +0200 (CEST) Message-ID: <4119DFAF.1090801@webonaut.com> Date: Wed, 11 Aug 2004 10:58:23 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040810) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ted Brenner References: <20040811052432.48796.qmail@web40402.mail.yahoo.com> In-Reply-To: <20040811052432.48796.qmail@web40402.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com cc: gnome@FreeBSD.org Subject: Re: Failure of the shared-mime-info-0.14 port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 08:58:31 -0000 Ted Brenner wrote: > Okay, after trying to portupgrade intltool I got the > following error which I've attached as > intltool_upgrade.log as well as the config.log and the > package.log. It says I need to have a DocBook XML DTD > installed but I either don't or it isn't register in > /usr/local/share/xml/catalog. I'm definitely not sure > how to fix this. Any help is greatly appreciated! > seems we must a new strategy: :o) you can get a list of all your outdated ports with: # pkg_version -l \< please check and update everything - expect you won't upgrade and what you really sure that is don't needed by gnome. the ports system and portupgrade is a wonder- and powerful tools but not perfect. as i don't want upgrade every port i let give me a list with the command above and then upgrade all ports - i want - with: # portupgrade port port port port ... portupgrade takes care of the dependencies and upgrades the ports in the correct order. also you should check from time to time if some ports are installed twice resp. clean them up. if you look at your packages.log you can see that ruby16 and ruby18 is installed. this special issue i resloved with deinstalling: # pkg_deinstall -f ruby\* portupgrade and then do a normal: # make install clean from sysutils/portupgrade to get ruby and all other dependencied installed needed by portupgrade. at times the same i do with build-only dependencies: # pkg_deinstall -f autoconf\* automake\* these ports will be reinstalled if needed and it didn't take very much time. once in a while it's also not a bad idea to check for installed ports that will don't needed any more. ok think that's anough for now :-) but it's not so much as it possibly looks like. franz. > Thanks, > Ted Brenner > > --- Franz Klammer wrote: > > >>Ted Brenner wrote: >> >>>Hi the above port failed and it recommend I email >> >>this >> >>>address the following information: The output of >> >>the >> >>>make command (report.log), the config file >>>(config.log) and a list of all my packages >>>(package.log). I hope this helps. >> >>portupgrade intltool (from 0.23 to 0.31.1) should >>help you. >>it has a dependency to p5-XML-Parser. >> >>franz. >> >> >>>Thanks, >>>Ted Brenner