From owner-freebsd-x11@FreeBSD.ORG Fri May 11 22:22: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 74C3316A404 for ; Fri, 11 May 2007 22:22:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6323113C45E for ; Fri, 11 May 2007 22:22:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 139731A3C19; Fri, 11 May 2007 15:22:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 80DF952C91; Fri, 11 May 2007 18:22:06 -0400 (EDT) Date: Fri, 11 May 2007 18:22:06 -0400 From: Kris Kennaway To: Bruno Damour Message-ID: <20070511222206.GA33341@xor.obsecurity.org> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4644EBB5.9010302@ruomad.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-x11@freebsd.org, Kris Kennaway 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:22:07 -0000 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