From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 12 18:23:38 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 79C721065672 for ; Mon, 12 Mar 2012 18:23:38 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 039A48FC24 for ; Mon, 12 Mar 2012 18:23:37 +0000 (UTC) Received: by lagv3 with SMTP id v3so5285508lag.13 for ; Mon, 12 Mar 2012 11:23:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XLGx/5HsEkIGHEok9snQfHMfEuIs2p/ZkzlptjkFl8c=; b=tCa09DfpZSQm/QbfYAYdYz/WUem8sRJYfQDpZI/0Fx5KbxfYdtu1YiM8mVSPWvO7KI x9M/TRIknBFtrSkocKJCcXD0QVxNLIMqmoR1OFBesFmkMskeC111c3Y9EX5jLDTE8Mde q4ce8CcQyt0zYyp30dsQZyuiq9j823WttvyUuhnywCJT7R+Z/JrNIoHmebzh+UhRpUkm u9XPFPBQaNi5kC2F0JGFNS2cdc9l4XDE11GqvnM5+SduKKdsipJP2r7GNO4LmZ8Ktl+z ZhIZ7TkrO9tQ26qM8vRJ7B/f+1vEBd6z0QlDudncTAbJ+ufPGkvhyt9Y22eQKpKRpHNu VCHg== MIME-Version: 1.0 Received: by 10.112.105.39 with SMTP id gj7mr5105841lbb.23.1331576616791; Mon, 12 Mar 2012 11:23:36 -0700 (PDT) Received: by 10.152.13.72 with HTTP; Mon, 12 Mar 2012 11:23:36 -0700 (PDT) Date: Mon, 12 Mar 2012 19:23:36 +0100 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: FreeBSD Hackers Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 18:23:38 -0000 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? Thanks in advance