From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 12 23:23:43 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82DCF1065670 for ; Mon, 12 Mar 2012 23:23:43 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id 100C18FC12 for ; Mon, 12 Mar 2012 23:23:42 +0000 (UTC) Received: by wibhq7 with SMTP id hq7so3710316wib.13 for ; Mon, 12 Mar 2012 16:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GRZAXZu85K65zHkn8pYqKTVUketC1c8N7zGCNbghfP8=; b=R6LIDZEDyCcYks0f3KFaLlItRsZfw9qx5lFiVseFMk13jLdT/ldmTZ0Azwvlbf21VL EGKp2nbDtzLeWSjm2ZpwOzbMQ9q2bxuU7ooT9c4qboKlzFPDjR8leulbzHgIeuee9Emd Y7ASxtwIvl0jUr7+2fyAktdY9T9n9uQu7X3YK58GUfO5nKprOPuFejf/DI39Y0wDRLsV XZX3pMYAJN3iiWXIyGcz9Z9KMvfUZ0t5qkZobAUMv4nN7elyb66zSUgc9vKVI7NbfxgD wQ1YzGOhInfwLyDfQ4zxjlAJ+EVcPj/1p8kJlCExnebS1YlOndfxsCpsUZo+ImWyr/Z8 XZSw== MIME-Version: 1.0 Received: by 10.180.91.10 with SMTP id ca10mr1950191wib.17.1331594622001; Mon, 12 Mar 2012 16:23:42 -0700 (PDT) Received: by 10.180.75.41 with HTTP; Mon, 12 Mar 2012 16:23:41 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Mar 2012 19:23:41 -0400 Message-ID: From: Ryan Stone To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Hackers Subject: Re: hack.So: could not read symbols 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: Mon, 12 Mar 2012 23:23:43 -0000 2012/3/12 Fernando Apestegu=EDa : > I'm using 9.0-RELEASE. > > I downloaded the snapshot "9.0-CURRENT-201012" and tried to build it's > kernel but I get this error: > > hack.So: could not read symbols: File in wrong format > > file reports this: > > ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically > linked, not stripped > > I compared this file with the same file generated during the > compilation of the 9.0-RELEASE GENERIC kernel and they are identical. > > What's the problem here? I saw a similar issue trying to build a stable/8 kernel on 9.0-RELEASE. Doing a make kernel-toolchain before make buildkernel fixed the issue.