From owner-freebsd-current@freebsd.org Tue Oct 13 07:23:19 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 62400A12458 for ; Tue, 13 Oct 2015 07:23:19 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (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 29DA866E; Tue, 13 Oct 2015 07:23:19 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by ignr19 with SMTP id r19so30318479ign.1; Tue, 13 Oct 2015 00:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Lf0NysS2nTZJqe8GCmless2YfAwR0CdOuVaERn6RObk=; b=XhHULPE8b2ua0AGBsak1VzMVyVb3bEgG3W0HZHG7vJlPnsK9U3A3n6QWBXYo9xM0MR EnAfdZqoBBNU+xNDK4kIIVewbsxR2bSL8LA0LkPbfBqEQiFKt/amux/DphFwTWvyaATk nNNcA1kG1JbADNh0xASPLz7356MIQfa5eBUZdoG9ADvPNHcpWqmnabdB+Z0XiZm6U7An OhlDDSe243TLEL7Reedh9hEWVBlng3/Bn+3791nm39Ax/X98h+3ks3fufWC2zUvzhZdF YU6rl/x4u1zUpeE9zV6AVyNQ+PjZDUHcu3Vv+xI3I+8AsWULRRc1Z0H5SLmSkdHv5Osb q6Sw== MIME-Version: 1.0 X-Received: by 10.50.18.102 with SMTP id v6mr706920igd.66.1444720998459; Tue, 13 Oct 2015 00:23:18 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.46.21 with HTTP; Tue, 13 Oct 2015 00:23:18 -0700 (PDT) In-Reply-To: <561C1C11.9050106@FreeBSD.org> References: <561C1523.7080200@FreeBSD.org> <561C17F2.2030206@FreeBSD.org> <561C1C11.9050106@FreeBSD.org> Date: Tue, 13 Oct 2015 07:23:18 +0000 X-Google-Sender-Auth: bfWZevTHZD_0W2Fd24YvPzjjJOs Message-ID: Subject: Re: r288669 breaks ports building with USE_GCC=yes From: Antoine Brodin To: Pedro Giffuni Cc: Justin Hibbits , FreeBSD Current , Gerald Pfeifer Content-Type: text/plain; charset=UTF-8 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: Tue, 13 Oct 2015 07:23:19 -0000 On Mon, Oct 12, 2015 at 8:46 PM, Pedro Giffuni wrote: >> All I can say is building with USE_GCC=yes, I see the following error: >> >> g++48: error: unrecognized command line option '-fstack-protector-strong' >> >> This is using the latest gcc48 in ports (full tree updated yesterday). > > > Well ... gcc48 carries the stack-protector-strong patches: > > https://svnweb.freebsd.org/ports/head/lang/gcc48/files/ > > I will try to reproduce locally. Hi, It seems the patch is applied to lang/gcc48 but not to lang/gcc Cheers, Antoine