From owner-freebsd-x11@FreeBSD.ORG Sun May 27 03:57:07 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 293FC16A41F for ; Sun, 27 May 2007 03:57:07 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius2.uwa.edu.au (asclepius2.uwa.edu.au [130.95.128.59]) by mx1.freebsd.org (Postfix) with ESMTP id 9893713C448 for ; Sun, 27 May 2007 03:57:06 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from panacea.kas (localhost.localdomain [127.0.0.1]) by panacea.uwa.edu.au (Postfix) with SMTP id DEDC188139 for ; Sun, 27 May 2007 11:57:03 +0800 (WST) Received: from panacea (localhost.localdomain [127.0.0.1]) by panacea.prekas (Postfix) with ESMTP id C1FA188018 for ; Sun, 27 May 2007 11:57:03 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by panacea.extinput (Postfix) with ESMTP id 643CD88139 for ; Sun, 27 May 2007 11:57:03 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 15FBA367DA; Sun, 27 May 2007 11:56:59 +0800 (WST) Received: from mussel.ucc.gu.uwa.edu.au (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id E4C9236793; Sun, 27 May 2007 11:56:58 +0800 (WST) Received: from zanchey (helo=localhost) by mussel.ucc.gu.uwa.edu.au with local-esmtp (Exim 3.36 #1 (Debian)) id 1Hs9sI-0001cf-00; Sun, 27 May 2007 11:56:58 +0800 Date: Sun, 27 May 2007 11:56:58 +0800 (WST) From: David Adam To: "Konrad M. Kokoszkiewicz" In-Reply-To: <20070526122355.S50769@antyk.obta.uw.edu.pl> Message-ID: References: <20070526122355.S50769@antyk.obta.uw.edu.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 27052007 #309981, status: clean X-SpamTest-Info: Profile: Formal (1229/070525) X-SpamTest-Info: Profile: Detect Hard [UCS 2006-10-25] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [2006-10-25] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: freebsd-x11@FreeBSD.org Subject: Re: Problems upgrading X 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: Sun, 27 May 2007 03:57:07 -0000 On Sat, 26 May 2007, Konrad M. Kokoszkiewicz wrote: > I followed the /usr/ports/UPDATING instructions and I ran into a problem > with it. Namely, everything goes fine as far as the portupgrade -Rf libXft > completes. However, the next step, portupgrade -a, fails, because the > xorg-libraries package is missing from the system. So I cannot proceed, > and I don't have a working X either (strictly speaking, it sorta works, > but doesn't display any texts for the fonts are apparently missing in the > place it is expecting them). > > Also, hoping that everything will work well, I didn't do script > xorg-upgrade, as it was adviced in the UPDATING instructions. So > everything I have now is the uname -a + the list of packages installed. If > it is of any help, it is here: > > http://www.obta.uw.edu.pl/~draco/rep.txt.bz2 > > I am clueless, how to recover from this mess, I need some assistance, at > least, how to fix the font problem so that I could temporarily use the > (apparelntly still existing) xorg 6.9. I should probably warn you that deliberately ignoring advice that was given is unlikely to increase your chances of getting help. I am not an X guru, but I hope I'm vaguely on the right track here. I think you've got a couple of options, although I've tested neither of them - you can try the upgrade again (making sure you run script to keep track of the problems) and post to the list with the exact problem, or, if you're in dire need of a running X server, try reinstalling the old version of libXft. You'll need to roll back your ports tree to the PRE_XORG_7 tag if you're using csup(1) - change the line 'tag=.' to 'tag=PRE_XORG_7' and re-csup, before running 'cd /usr/ports/x11-fonts/libXft && make install clean'. It's entirely possible that this is unsupported behaviour, so YMMV. You have a few X.org 7 ports installed (xproto, xextproto), and might need to roll those back as well. You might be best off taking a full backup of your system, whatever you do. And make sure you keep track of everything - script(1) is your friend! David Adam zanchey@ucc.gu.uwa.edu.au