From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 20:34:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE6416A4CE for ; Fri, 17 Sep 2004 20:34:15 +0000 (GMT) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752D843D2F for ; Fri, 17 Sep 2004 20:34:15 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from movens.plus.com ([80.229.231.20] helo=[127.0.0.1]) by ptb-relay01.plus.net with esmtp (Exim) id 1C8PQs-000O2L-KT for freebsd-questions@freebsd.org; Fri, 17 Sep 2004 20:34:14 +0000 Message-ID: <414B4A4B.3020804@freebsd.org> Date: Fri, 17 Sep 2004 21:34:19 +0100 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (Windows/20040909) X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: FreeBSD Questions References: <414B377A.1090000@freebsd.org> <200409172152.22580.michaelnottebrock@gmx.net> In-Reply-To: <200409172152.22580.michaelnottebrock@gmx.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: RELENG_5: KDE upgrade Catch-22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 20:34:15 -0000 Michael Nottebrock wrote: > On Friday 17 September 2004 21:14, Mark Ovens wrote: > >> Hmmm, if I delete XFree86-libraries then X won't run, and without >> libXinerama.so.1 KDE won't run :-/ >> >> Anyone have a solution to this conundrum please? > > Yes: Update all of XFree86 to the latest version in ports (4.4). > > XFree86-libraries does contain libXinerama.so.1. The real conundrum is how you > ended up with a system like this. I can make a few guesses: You upgraded KDE > via packages Running ''portupgrade -PPRa'' I guess. I had been having problems caused by the compiler changes and read in this list, or -questions, an answer to a question about the same problem where the advice was to u/g all your ports via packages (or uninstall them all and rebuild from ports). portupgrade(1) skipped XFree86. - that KDE has been built against xorg (which is the default X > distribution for 5.3 and contains libXinerama.so.1, while XFree86-4.3 only > contains a libXinerama.a). > Are you saying the KDE packages are built against xorg? I guess that explains all the dependencies on xorg that I kept having to delete using ''pkgdb -F''. Is that the real reason KDE won't run? Would switching to xorg be the best solution in the long run then (now is the time for me to do it if it is)? I guess that would mean rebuilding all my X apps that weren't installed from packages. Thanks for the quick and detailed reply. Regards, Mark > Or maybe you compiled KDE yourself - against Xorg or XFree86-4.4 and then > downgraded to XFree86-4.3? >