From owner-freebsd-x11@FreeBSD.ORG Mon Nov 26 09:21:48 2007 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED01C16A420 for ; Mon, 26 Nov 2007 09:21:47 +0000 (UTC) (envelope-from jgalache@tlmat.unican.es) Received: from ccserver2.unican.es (ccserver2.unican.es [130.206.5.101]) by mx1.freebsd.org (Postfix) with ESMTP id 743AC13C4E5 for ; Mon, 26 Nov 2007 09:21:46 +0000 (UTC) (envelope-from jgalache@tlmat.unican.es) Received: from ccserver2.unican.es (ccserver2.unican.es [127.0.0.1]) by ccserver2.unican.es (Postfix) with ESMTP id A543615EA31; Mon, 26 Nov 2007 10:16:52 +0100 (CET) Received: from luna.tlmat.unican.es (luna.tlmat.unican.es [193.144.186.2])by ccserver2.unican.es (Postfix) with ESMTP id 583ECE4793; Mon, 26 Nov 2007 10:16:48 +0100 (CET) Received: from [193.144.186.34] (deneb.tlmat.unican.es [193.144.186.34])(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(No client certificate requested)by luna.tlmat.unican.es (Postfix) with ESMTP id D587D1403E9;Mon, 26 Nov 2007 10:16:56 +0100 (CET) Message-ID: <474A8F04.8020306@tlmat.unican.es> Date: Mon, 26 Nov 2007 10:16:52 +0100 From: Jose Antonio Galache User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: silkie@gotadsl.co.uk References: <4749D823.4020902@gotadsl.co.uk> In-Reply-To: <4749D823.4020902@gotadsl.co.uk> X-imss-version: 2.049 X-imss-result: Passed X-imss-scanInfo: M:P L:E SM:0 X-imss-tmaseResult: TT:0 TS:0.0000 TC:00 TRN:0 TV:5.0.1023(15568.003) X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:2 S:2 R:2 (0.0000 0.0000) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@FreeBSD.org Subject: Re: xorg 6.9-7.3 upgrade failure - assistance needed X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 09:21:48 -0000 Hi Jonathan, I have a problem because I run first #portupgrade -Rr 'gstreamer*' and then portupgrade -a -x 'gstreamer*' and I could finish the upgrade (in my case from 6.9 to 7.2), so perhaps trying with portupgrade -a -x 'gstreamer*', you could manage the already gstreamer ports installed. After running this I got a stale dependency and I solved it it this way: Stale dependency: bonobo-1.0.22_3->ghostscript-gpl-8.56_3 manually run 'pkgdb -F' to fix or specify -0 to force #pkgdb --Ff It asks you to fix the dependencies, so you fix them. Error: ghostscript --gpl not compatible with ghostscript-gnu #portupgrade --o print/ghostscript-gpl ghostscript-gnu Then, I followed with the commands indicated in the /usr/ports/UPDATING. > freedsd-x11 devs, > > I failed upgrading xorg 7.3 following the /usr/ports/UPDATING entry > 20070519. > > Many components fail with the following: - > > No package 'fontconfig' found > > or > > No package 'xproto' found > > This is the first time I've followed this process so made the mistake > of running portupgrade -a while having some gstreamer ports installed. > > Thanks for any help you can give. I have the script output....... > > Thanks, > Jonathan > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > I hope this can help you. Luck with it. Jose.