From owner-freebsd-current@FreeBSD.ORG Sat Jan 17 23:34:28 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1B3106564A for ; Sat, 17 Jan 2009 23:34:28 +0000 (UTC) (envelope-from martin.baumann@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id D2A828FC1E for ; Sat, 17 Jan 2009 23:34:27 +0000 (UTC) (envelope-from martin.baumann@gmail.com) Received: by ug-out-1314.google.com with SMTP id 30so119613ugs.39 for ; Sat, 17 Jan 2009 15:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uDOFbJgMKIcjIjrtUXN5KGG7vFhheaLTPYZoczGOkvo=; b=mpJzISO/C02ZRHkCnF73FgV05hRy4mhKXXeSo60Av91/Ihlsf7A18JFRAVixKb6xw9 W6A9jkIJZcSeOSHxq9xYH0GEyGFTJKHjhVm0UdQVKL0v8TS7JWbppgkGC4bVSxqFJaSk zz9Pkkueg5euBB+UD4AubiTCX4dsLDvyKnZac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=G3bb01JSbqWRs5zYuuj2l4kbM8NKn5g7jF1dthksPbDrr5fN+RvM3JiOYiUrkENrFF CcKlN3D6DdZH4/W+2c0H3AQXzyK4//iPhdIu5rOsLX4zR4LkGkJku6P/cgB2IPXfQuQU iaDs6/KRC4VE82DR2nLUPNaNbxDgG7ndYVW8o= Received: by 10.67.10.8 with SMTP id n8mr928428ugi.81.1232235266944; Sat, 17 Jan 2009 15:34:26 -0800 (PST) Received: from ?127.0.0.1? ([84.16.39.226]) by mx.google.com with ESMTPS id o30sm5684966ugd.35.2009.01.17.15.34.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Jan 2009 15:34:25 -0800 (PST) Message-ID: <49726AFF.9060807@gmail.com> Date: Sun, 18 Jan 2009 00:34:23 +0100 From: Martin Baumann User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: current@freebsd.org References: <4971CC75.4050501@gmail.com> <3a142e750901171443w43ddb06p2022cca1e787773a@mail.gmail.com> In-Reply-To: <3a142e750901171443w43ddb06p2022cca1e787773a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: linux compatibility module build problems.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 23:34:28 -0000 Hi. The strangest thing is that when I compile kernel with options COMPAT_LINUX it doesnt give me any error.. So I really dont understand. Best regards, Martin Baumann Paul B. Mahol wrote: > On 1/17/09, Martin Baumann wrote: > >> Hi. >> >> My sources are updated to HEAD. >> When I try to do: *cd /usr/src/sys/modules/linux && make* >> > > This will make it just build but may not work .... > > diff Makefile.org Makefile > 17c17 > < device_if.h bus_if.h assym.s > --- > >> device_if.h bus_if.h assym.s opt_hwpmc_hooks.h >> > > >