From owner-freebsd-x11@FreeBSD.ORG Fri May 11 22:26:21 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 62F5916A406 for ; Fri, 11 May 2007 22:26:21 +0000 (UTC) (envelope-from freebsd@ruomad.net) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.freebsd.org (Postfix) with ESMTP id 042EB13C457 for ; Fri, 11 May 2007 22:26:20 +0000 (UTC) (envelope-from freebsd@ruomad.net) Received: from [192.168.0.100] (vln78-1-82-238-160-33.fbx.proxad.net [82.238.160.33]) by smtp2-g19.free.fr (Postfix) with ESMTP id 4349695FAD; Sat, 12 May 2007 00:26:20 +0200 (CEST) Message-ID: <4644ED8C.8000709@ruomad.net> Date: Sat, 12 May 2007 00:26:20 +0200 From: Bruno Damour User-Agent: Thunderbird 1.5.0.10 (X11/20070309) MIME-Version: 1.0 To: Kris Kennaway References: <46424D23.9030704@ruomad.net> <46424DF2.7090407@ruomad.net> <20070509230724.GA65588@xor.obsecurity.org> <4642A5A6.3060501@ruomad.net> <20070510053123.GA76390@xor.obsecurity.org> <4642B285.4010904@ruomad.net> <20070510064024.GB76390@xor.obsecurity.org> <4644EBB5.9010302@ruomad.net> <20070511222206.GA33341@xor.obsecurity.org> In-Reply-To: <20070511222206.GA33341@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: beryl compile fails 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: Fri, 11 May 2007 22:26:21 -0000 Kris Kennaway wrote: > On Sat, May 12, 2007 at 12:18:29AM +0200, Bruno Damour wrote: > >> Kris Kennaway wrote: >> >>> On Thu, May 10, 2007 at 07:49:57AM +0200, Bruno Damour wrote: >>> >>> >>>> Kris Kennaway wrote: >>>> >>>> >>>>> On Thu, May 10, 2007 at 06:55:02AM +0200, Bruno Damour wrote: >>>>> >>>>> >>>>> >>>>>> Kris Kennaway wrote: >>>>>> >>>>>> >>>>>> >>>>>>> On Thu, May 10, 2007 at 12:40:50AM +0200, Bruno Damour wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Bruno Damour wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Hello >>>>>>>>> I"m using the up-to-date git repository. >>>>>>>>> trying to build beryl-core fails with (in libberyldecoration): >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> Users who have been tracking git for a while may need to rebuild from >>>>>>> scratch to make sure everything is in a sane state. We have not put >>>>>>> any work into ensuring that the upgrade path from old git >>>>>>> installations is clean. >>>>>>> >>>>>>> Kris >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> OK I will try to rebuild every thing. >>>>>> Any simple procedure to do that and be sure not to forget anything ? >>>>>> >>>>>> >>>>>> >>>>> portupgrade -fa >>>>> >>>>> Sorry, that will take a while, but unless you can debug the cause >>>>> yourself (note that this port built correctly on my tests) this is the >>>>> only way we can be sure it's not because of old git stuff that wasn't >>>>> updated properly on your system. >>>>> >>>>> Kris >>>>> >>>>> >>>>> >>>> Well, I'll do that, but I already rebuilt quite a lot of things because >>>> of the switch from X11BASE to LOCALBASE >>>> >>>> >>> I'm guessing not everything or it would have found the headers ;-) >>> >>> Kris >>> >>> >> Well I did try portupgrade -fa and portupgrade -fak and I get a lot of >> these : >> >> configure: creating ./config.status >> config.status: error: cannot find input file: >> ===> Script "configure" failed unexpectedly. >> Please report the problem to x11@FreeBSD.org [maintainer] and attach the >> "/usr/ports/x11-wm/twm/work/twm-1.0.3/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 >> >> pkg_delete also fails with >> >> ===> twm-1.0.3_3 has a different PREFIX: /usr/X11R6, skipping >> >> so I have to do : >> pkg_delete -p /usr/X11R6 -f twm >> >> but reinstalling fails anyway >> >> Any idea ? >> > > Yeah, you definitely have a broken hybrid system that was not properly > updated after X moved into /usr/local. pkg_delete -f and start over. > > Kris > which pkgs should I delete ? not ALL ports I hope ? Bruno