From owner-freebsd-x11@FreeBSD.ORG Tue Feb 7 16:47:20 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8711065674 for ; Tue, 7 Feb 2012 16:47:20 +0000 (UTC) (envelope-from mgolden@smoczus.pl) Received: from kf.nazwa.pl (kf.nazwa.pl [85.128.128.99]) by mx1.freebsd.org (Postfix) with ESMTP id A40B48FC14 for ; Tue, 7 Feb 2012 16:47:20 +0000 (UTC) Received: by kf.nazwa.pl (Postfix, from userid 111) id EA9D134C4C9E; Tue, 7 Feb 2012 17:27:35 +0100 (CET) Received: from mn5007-mobile.hurra (unknown [87.204.150.226]) by kf.nazwa.pl (Postfix) with ESMTP id BDC6434C4C9D for ; Tue, 7 Feb 2012 17:27:35 +0100 (CET) Date: Tue, 7 Feb 2012 17:27:34 +0100 From: =?UTF-8?B?TWlyb3PFgmF3IE5hZ2HFmw==?= To: freebsd-x11@freebsd.org Message-ID: <20120207172734.69146943@mn5007-mobile.hurra> In-Reply-To: <1328629603500-5463535.post@n5.nabble.com> References: <1328629603500-5463535.post@n5.nabble.com> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.7; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Intel GPU patch 13.1 for stable/9 ([CFT] Xorg Upgrade 7.5.2) 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, 07 Feb 2012 16:47:21 -0000 On Tue, 7 Feb 2012 07:46:43 -0800 (PST) Jakub Lach wrote: > Doing fresh co just in case + applying 13.1, will see. Unfortunately I can confirm the problem. Did svn co (stable/9), applied 13.1 patch successfully (sys/modules/drm/i915/Makefile rejected so i made these changes manually), rebuilt world with kernel, and faced such a problem: # kldload drm kldload: can't load drm: Exec format error I had the same problem yesterday (with 13.0 diff). I can provide full typescript of that terminal session. /mn