From owner-freebsd-current@FreeBSD.ORG Fri May 11 17:51:05 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D979D106566B; Fri, 11 May 2012 17:51:05 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 66F8D8FC1B; Fri, 11 May 2012 17:51:05 +0000 (UTC) Received: by vbmv11 with SMTP id v11so4085619vbm.13 for ; Fri, 11 May 2012 10:50:59 -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; bh=IMqpHyDS+NHF2nfJnzBUEJUBVUJCxTLSIaiAJsEA/BY=; b=wY+O2pC8Wodh5CnuUCV2tUjOXeXMKXO6tBZm8I4+4eE1LhlEWbVsDQ9AemNk0LXM29 ifHFRSn5p5YWkIMWzPCtnFXib426jsVTXuSiNYNIXGdWLotw0cK5iIj8m1HPMYWaB4DE AaKXW9MugPcf4JyjdPQXzNpTUyzh6kkrwduIKtlk6ZC9y9EZfbAQ0TGCKCnL/7ZNi7Wi sdINmCWlAZl4cjwFDjoydbg2zr8xIL3fQcTr92ztuHtEkr3F7/YXoTIykxx5Qcy6Mubq 9hYyl8rvdYv56TqwsaHHqeSN7KmfOgOCypuBl7QfUDP+Yr3vjKqXkLmSxu7jFneaX3L2 +CRQ== MIME-Version: 1.0 Received: by 10.52.179.35 with SMTP id dd3mr4500243vdc.2.1336758659503; Fri, 11 May 2012 10:50:59 -0700 (PDT) Received: by 10.220.7.148 with HTTP; Fri, 11 May 2012 10:50:59 -0700 (PDT) In-Reply-To: <4FAD4F67.7030400@zedat.fu-berlin.de> References: <4FAD4F67.7030400@zedat.fu-berlin.de> Date: Fri, 11 May 2012 10:50:59 -0700 Message-ID: From: Garrett Cooper To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: Current FreeBSD , Andriy Gapon Subject: Re: can not build world or kernel: /usr/src/sys/boot/i386/cdboot/cdboot.S:597:10: error: .code16 not supported yet 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: Fri, 11 May 2012 17:51:05 -0000 On Fri, May 11, 2012 at 10:41 AM, O. Hartmann wrote: > I can not build FreeBSD 10.0-CURRENT/amd64, the build terminates with > the following error when building with CLANG either worl or kernel. > > Is there something I missed? How to solve? Andriy CCed. -Garrett