From owner-freebsd-current@freebsd.org Fri Aug 28 14:03:41 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66CA29C467A for ; Fri, 28 Aug 2015 14:03:41 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-f182.google.com (mail-qk0-f182.google.com [209.85.220.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28E9218D3 for ; Fri, 28 Aug 2015 14:03:40 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qkch123 with SMTP id h123so28648605qkc.0 for ; Fri, 28 Aug 2015 07:03:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=WAlNm4ftvZYqQHpEHYOZVfFa44Z8uTIoBMyi7PYmLE8=; b=T+6PbFWk1X0PoVfU9saSGkUJWAHJfDXULAGnycxChG57lhhuwbgtrAN9SuWPe6XTql uOYroysS7L2BHAJGy979Stn9e8adk4FUQC2MkKxlKFdSdD5exoKb+MdhGSdeSWgp1Uk8 l6DskYTYr1cMkigYaZCd9zw3xrEqLCYx+9dfOTLsYI5r52RdRapYmqbp23EmSTZ0nT3E eiCdOqFPARxmUL/bUlpUcfdvmmdwvn6oJSv2g3JbxcqWcdviBCY9Xnib9oX9bVtIAST/ ZEUH2x/IACyI/txY48hH6bQsXMBzv1kGclCvZF3EoRJqz1zu4/tH6oC+8QyN8qh1Tswz wBvA== X-Gm-Message-State: ALoCoQlKeJBdugAHo0lopjAZnIDkEIGA/sBeSDw1ItA+ZyHKFYBTVGYe/Q1Pypgocpqe8bcJEdIc MIME-Version: 1.0 X-Received: by 10.55.209.135 with SMTP id o7mr16286722qkl.16.1440770619501; Fri, 28 Aug 2015 07:03:39 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.140.91.52 with HTTP; Fri, 28 Aug 2015 07:03:39 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: <7f306e99.44ad81b1@fabiankeil.de> References: <571108081.71.1440725788270.JavaMail.jenkins@jenkins-9.freebsd.org> <2113121467.79.1440757104673.JavaMail.jenkins@jenkins-9.freebsd.org> <7f306e99.44ad81b1@fabiankeil.de> Date: Fri, 28 Aug 2015 08:03:39 -0600 X-Google-Sender-Auth: qdDacRS2XjTr4Cyd7GXrQW_6eBA Message-ID: Subject: Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #388 - Still Failing From: Warner Losh To: Fabian Keil Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 28 Aug 2015 14:03:41 -0000 On Fri, Aug 28, 2015 at 7:40 AM, Fabian Keil wrote: > Warner Losh wrote: > > > On Fri, Aug 28, 2015 at 4:18 AM, wrote: > > > > > > gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/boot/i386/gptboot/../../libstand32/libstand.a(qdivrem.o)' > > > is incompatible with i386 output > > > > > > > This might be due to my bsd.stand.mk stuff. However, since gcc 4.9 is > > non-standard and not officially supported, and since I can't recreate > this > > on my system with the stock compiler, it is going to be a while > > until I can find the time to fix it. > > I'm using clang from base and got the same failure on amd64. > My workaround was reverting r287227/d1be0bf24ec for now. Not sure what went wrong in my testing, but I can recreate it now. I have a fix I'm testing. Warner