From owner-freebsd-current@FreeBSD.ORG Mon Jun 18 07:38:14 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE4C6106564A for ; Mon, 18 Jun 2012 07:38:14 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 783178FC0A for ; Mon, 18 Jun 2012 07:38:14 +0000 (UTC) Received: by ghbz22 with SMTP id z22so3895915ghb.13 for ; Mon, 18 Jun 2012 00:38:13 -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=eAIDQ1D9nz9U7q+1Wim6TRDizCCAv4SygQyt35FwCIQ=; b=ftxwcLJL1S29WttELrz648OivaAnY5Ri1PSkOHGS939YarJUa81WwlC3tZqWbUMj2Y u7zftpXJxeLeaFcGeXugD3Yx20u0Gl/8YgCWr6V9VosAipzpg5fF6LMF8PlJg3fn9dFr +PijwfmgXkmlLgS2QuRsO0liIiCHWTVRXcZ74G2fUWyZrr7Lqfn6tkHTaqKT5AWAaGqB Wk5aU6RffUZnsXQITS8miWbHoTGWcIAVYa+2KNn6lbrjvnYKj9SGOXm6w2CBfcbMFB5B LlMEInzioiyIQduYFReEjE8ErN8Ss4Xh0C+ZzMZLQ9mriOOOLC7VLK/RzT6LGYFVifTM WfyA== MIME-Version: 1.0 Received: by 10.60.13.134 with SMTP id h6mr14524349oec.11.1340005093728; Mon, 18 Jun 2012 00:38:13 -0700 (PDT) Received: by 10.76.98.77 with HTTP; Mon, 18 Jun 2012 00:38:13 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Jun 2012 00:38:13 -0700 Message-ID: From: Garrett Cooper To: Alexander Yerenkow Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current Subject: Re: Can't build amd64 version from 9.0-p3 host 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: Mon, 18 Jun 2012 07:38:14 -0000 On Mon, Jun 18, 2012 at 12:28 AM, Alexander Yerenkow w= rote: > Hello all, I have some problem with building amd64 version of current, > while having 9 host. > > =A0# svn status > ? =A0 =A0 =A0 kernel.log > ? =A0 =A0 =A0 world.log > ? =A0 =A0 =A0 kernel2.log > # svn info > Path: . > Working Copy Root Path: /zstorage/testenv/sources/10-kms > URL: http://svn.freebsd.org/base/head > Repository Root: http://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 237169 > Node Kind: directory > Schedule: normal > Last Changed Author: alc > Last Changed Rev: 237168 > Last Changed Date: 2012-06-16 21:56:19 +0300 (sat, 16 jun 2012) > > > end of world.log: > -------------------------------------------------------------- >>>> World build completed on Sat Jun 16 21:50:03 EEST 2012 > -------------------------------------------------------------- > > > end of kernel.log: > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing =A0-std=3Dc99 -g > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =A0-Wundef > -Wno-pointer-sign -fformat-extensions > cc1: warnings being treated as errors > /zstorage/testenv/sources/10-kms/sys/modules/ath/../../dev/ath/if_ath.c: > In function 'ath_attach': > /zstorage/testenv/sources/10-kms/sys/modules/ath/../../dev/ath/if_ath.c:6= 66: > warning: format '%d' expects type 'int', but argument 4 has type 'long > unsigned int' [-Wformat] > *** Error code 1 > .... > > Any help? Update and try again (these warnings were fixed between the checkout date and now). Cheers, -Garrett