From owner-freebsd-x11@FreeBSD.ORG Tue Feb 14 21:44:36 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 B07AE16A420 for ; Tue, 14 Feb 2006 21:44:36 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8093643D72 for ; Tue, 14 Feb 2006 21:44:32 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id E8C5717B843; Tue, 14 Feb 2006 22:44:31 +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 dbOQpqTCyoIF; Tue, 14 Feb 2006 22:44:29 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id A952617BAC3; Tue, 14 Feb 2006 22:44:29 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 03B961703F; Tue, 14 Feb 2006 22:44:28 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 14 Feb 2006 22:44:26 +0100 User-Agent: KMail/1.9.1 References: <20060214192503.GA99138@xor.obsecurity.org> In-Reply-To: <20060214192503.GA99138@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602142244.27812.dejan.lesjak@ijs.si> Cc: Kris Kennaway 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 21:44:36 -0000 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. Dejan