From owner-freebsd-x11@FreeBSD.ORG Tue Feb 14 22:06:09 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C8216A420 for ; Tue, 14 Feb 2006 22:06:09 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63A343D46 for ; Tue, 14 Feb 2006 22:06:08 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id DC7C017BBA2; Tue, 14 Feb 2006 23:06:07 +0100 (CET) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7YtCcdFbNiAQ; Tue, 14 Feb 2006 23:06:00 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 9BE0417BB9C; Tue, 14 Feb 2006 23:06:00 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 0D91C1703F; Tue, 14 Feb 2006 23:06:00 +0100 (CET) From: Dejan Lesjak To: Kris Kennaway Date: Tue, 14 Feb 2006 23:05:56 +0100 User-Agent: KMail/1.9.1 References: <20060214192503.GA99138@xor.obsecurity.org> <200602142244.27812.dejan.lesjak@ijs.si> <20060214215716.GA1453@xor.obsecurity.org> In-Reply-To: <20060214215716.GA1453@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602142305.58546.dejan.lesjak@ijs.si> Cc: freebsd-x11@freebsd.org Subject: Re: [ports-i386@dosirak.kr.freebsd.org: imake-4.5.0 failed on i386 4] 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: Tue, 14 Feb 2006 22:06:09 -0000 On Tuesday 14 February 2006 22:57, Kris Kennaway wrote: > On Tue, Feb 14, 2006 at 10:44:26PM +0100, Dejan Lesjak wrote: > > On Tuesday 14 February 2006 20:25, Kris Kennaway wrote: > > > FYI; can you please investigate and/or report to the developers? If > > > you are already aware of this problem but do not yet have a fix, > > > please mark the port BROKEN in the appropriate case, so that users do > > > not unexpectedly encounter it. > > > > > > See http://pointyhat.freebsd.org for the full log. > > > > > > Thanks, > > > Kris > > > > [snip] > > > > > === Checking filesystem state > > > list of files present before this port was installed but missing after > > > it was deinstalled) ./usr/X11R6/lib/X11/config missing > > > ================================================================ > > > build of /usr/ports/devel/imake-4 ended at Tue Feb 14 19:00:28 GMT 2006 > > > > > > > > > ----- End forwarded message ----- > > > > /usr/X11R6/lib/X11/config shouldn't be in mtree for 4-stable since Jun 16 > > 2005 and imake-4 doesn't depend on anything on 4-stable. Also buildscript > > does appear to check i port installs files before install phase so > > something is wrong if this file is present before imake gets there. > > Hmm, it could be an old world, let me retry (4.x can't be built on 6.x > any more, so it's hard to update it and I probably didn't). Oh I know, I had to build it in 5.x chroot last time I needed it :) Looking at /usr/src/etc/mtree/BSD.x11-4.dist file in chroot should be enough though. Dejan