From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 2 21:49:29 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9906106566C; Fri, 2 Sep 2011 21:49:29 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id 845648FC14; Fri, 2 Sep 2011 21:49:29 +0000 (UTC) Received: by pzk33 with SMTP id 33so10440484pzk.18 for ; Fri, 02 Sep 2011 14:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version:content-type; bh=zsvoDR1Sh7H6cpGEHGlARoIUu38D761kiQx9hVMIOik=; b=aUqV52p9R5plA0MhcDrQJkzj6vaK5m2osPexGJCXzVFxd4KiWjG+MZDyVuI2N6FjaR vETLmwhtL/Mvc7gmWHlyc4p9i4WGqrmxwVQQmmkQGArB742pvWseRq8ftOEYpNUU9ROp S8X574hIBpBjtb1jXqxI1v7LplAIZo+7CtPQI= Received: by 10.68.33.201 with SMTP id t9mr2761077pbi.148.1315000168853; Fri, 02 Sep 2011 14:49:28 -0700 (PDT) Received: from c-24-6-49-154.hsd1.ca.comcast.net (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id x6sm989592pba.5.2011.09.02.14.49.27 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Sep 2011 14:49:28 -0700 (PDT) Date: Fri, 2 Sep 2011 14:49:19 -0700 (PDT) From: Garrett Cooper To: Charlie Martin In-Reply-To: <4E614A51.8000809@sgi.com> Message-ID: References: <4E5FB956.1020206@sgi.com> <4E5FC073.5000101@sgi.com> <4E610A8F.4010908@sgi.com> <4E612FE4.7070507@FreeBSD.org> <4E61353B.5070404@sgi.com> <4E613E9E.2070105@sgi.com> <4E614A51.8000809@sgi.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Garrett Cooper , Brandon Gooch , Andriy Gapon , freebsd-hackers@freebsd.org Subject: Re: kldload dtraceall exec format error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2011 21:49:29 -0000 On Fri, 2 Sep 2011, Charlie Martin wrote: > Sorry, I mean *our* build, and having just made it work by running our build > and making sure which modules I was getting, I'm pretty confident. > > On 2011-09-02 14:48, Garrett Cooper wrote: >> On Fri, Sep 2, 2011 at 1:37 PM, Charlie Martin wrote: >>> All right, now it works. There's some flaw in the build which causes the >>> FreeBSD 8 to get the modules built for FreeBSD 7. >> That assumption seems questionable. Do you have more details you >> can provide (i.e. where each source tree is located, how you're >> building things, etc)? Ok. There's a variable -- MODULES_OVERRIDE -- which will allow you to specify additional modules (overriding the generic list, which is all), which might get you on the right track. There are more variables documented in build(7) and other places that might help as well.. HTH, -Garrett