From owner-freebsd-current@FreeBSD.ORG Tue Jul 16 03:28:00 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C264524B; Tue, 16 Jul 2013 03:28:00 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qe0-x232.google.com (mail-qe0-x232.google.com [IPv6:2607:f8b0:400d:c02::232]) by mx1.freebsd.org (Postfix) with ESMTP id 78581B94; Tue, 16 Jul 2013 03:28:00 +0000 (UTC) Received: by mail-qe0-f50.google.com with SMTP id f6so110492qej.23 for ; Mon, 15 Jul 2013 20:27: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=RpYBStDE+CRgU+9oZ2YiUx8Cf8j6ocp9TfyRoVeOjjo=; b=v2WJQSbsdr568Qki0veJ0jORV8GWdZvKgcpa9A+oHvQKSUuY0Hm9cNTe4f+k8ANzuS k9WkrJXfzy9iYFSf5VG6UI6sWP+j7JIW5Q7kAg/2GIwnSPiQlP/PbVchWv7emznwbYaV 7xuAGjaqie3mqF26bz4qogKcTQZrdx40pMetLqKf41hOcAibBJjO6WjE2GDPmgEEshti 67Plf6mc9Wjb6eVsX12ADkp1eATa8U6YYahzmf3x6BCFJIoNj94ZJGTkcF+BXbHl1K5m yFuX3O6q4wRWXNtYll894lDrmSNov0xhHTNaljd1AiAuhz/Hj2GA60ybvJM4w+SkNXLh cN5A== MIME-Version: 1.0 X-Received: by 10.224.65.202 with SMTP id k10mr492907qai.69.1373945279432; Mon, 15 Jul 2013 20:27:59 -0700 (PDT) Received: by 10.49.14.106 with HTTP; Mon, 15 Jul 2013 20:27:59 -0700 (PDT) In-Reply-To: <20130715185218.GB78845@lor.one-eyed-alien.net> References: <20130624201149.GB70873@lor.one-eyed-alien.net> <1A835C0A-9A00-49B9-948C-CF69631CA2B7@bsdhash.org> <20130715185218.GB78845@lor.one-eyed-alien.net> Date: Tue, 16 Jul 2013 11:27:59 +0800 Message-ID: Subject: Re: errors building 9-STABLE on recent HEAD From: wen heping To: Brooks Davis Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Martin Wilke , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 16 Jul 2013 03:28:00 -0000 I build 9-STABLE on head today, while failed many times last month. wen 2013/7/16 Brooks Davis > After not working for quite some time, I was able to build 9-STABLE last > week. I'm not sure if something changed in the branch or if the new > current I'd updated to fixed it. > > -- Brooks > > On Sat, Jul 13, 2013 at 11:07:04PM +0800, Martin Wilke wrote: > > Hi, > > > > I see exactly the same error on pointyhat too, did you find any work > around for that? > > > > On Jun 25, 2013, at 4:11 AM, Brooks Davis wrote: > > > > > I recently upgraded my main buildbox from an ancient 9.0-STABLE > snapshot > > > to head and I've run into an issue building 9-STABLE on it. Initally > > > this was broken by the switch to bmake, but Simon committed a work > > > around that and using the fmake port also works around it. Now I'm > > > seeing a strange error in yacc generated code. I say strange because > > > yacc is correctly being bootstrapped so we're using the expected > version > > > and not the one in HEAD. > > > > > > Does anyone have any insight into this issue? > > > > > > cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=64 -I. > -I/home/bed22/src-9/gnu/usr.bin/binutils/ld > -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd > -I/home/bed22/obj/home/bed22/src-9/gnu/usr.bin/binutils/ld/../libbfd > -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include > -DTARGET=\"x86_64-unknown-freebsd\" -DDEFAULT_EMULATION=\"elf_x86_64_fbsd\" > -DSCRIPTDIR=\"/usr/libdata\" -DBFD_VERSION_STRING=\""2.17.50 [FreeBSD] > 2007-07-03"\" -DBINDIR=\"/usr/bin\" -DTARGET_SYSTEM_ROOT=\"\" > -DTOOLBINDIR=\"//usr/bin/libexec\" -D_GNU_SOURCE > -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld > -I/home/bed22/src-9/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd > -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c ldlex.c > > > cc1: warnings being treated as errors > > > : In function 'yy_get_next_buffer': > > > :3229: warning: passing argument 2 of 'yy_input' from > > > incompatible pointer type > > > *** [ldlex.o] Error code 1 > > > > > > Stop in /home/bed22/src-9/gnu/usr.bin/binutils/ld. > > > *** [all] Error code 1 > > > > > > Thanks, > > > Brooks > > > > +-----------------oOO--(_)--OOo-------------------------+ > > With best Regards, > > Martin Wilke (miwi_(at)_FreeBSD.org) > > > > Mess with the Best, Die like the Rest > > > > >