From owner-freebsd-current@freebsd.org Mon Oct 12 19:56:26 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 59271A12FCE for ; Mon, 12 Oct 2015 19:56:26 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (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 31858A5A; Mon, 12 Oct 2015 19:56:26 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by igcpe7 with SMTP id pe7so88228797igc.0; Mon, 12 Oct 2015 12:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=zjiahST9OnZD/EI3abPQ6hyMP8rQ4L/7CM0OTbpVB6k=; b=QfYiUxuEfTkW2dG0zQ7upyJANhzzRfIcMpRUUEZYTLw0KZ56I8PJQk72w24Z2+HGnS 9J2rMTSvBpEYmUN/YYcjAdsWQyzmEy2F1/8NR/d9rLWEWcv356121NUd8GXKsbtd9vIy +N8SWHrzn8ougPnBmVer3VuQ24cgR67dYLA5jdnJYxJk74qLVNvetlNny5/KoAMWs6Sx v/503hRMtg8lisR62XyFoapygZR5uAOJCvlLmT9VDO7PjdsZDda9kVEtsOKoVLEjuwDB 744Y3uxFEIuLowIduI2UDYtRPFwSgQBYnKC674B3LDg56Yk+Yj6OzeRQPOC7ga5PyiwE et4A== MIME-Version: 1.0 X-Received: by 10.50.50.229 with SMTP id f5mr13708141igo.71.1444679785586; Mon, 12 Oct 2015 12:56:25 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.41.138 with HTTP; Mon, 12 Oct 2015 12:56:25 -0700 (PDT) Date: Mon, 12 Oct 2015 14:56:25 -0500 X-Google-Sender-Auth: so-uh1XBu3xtyq41P5B3fJ9cbgA Message-ID: Subject: r288669 breaks ports building with USE_GCC=yes From: Justin Hibbits To: FreeBSD Current Cc: Pedro Giffuni 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: Mon, 12 Oct 2015 19:56:26 -0000 The default ports gcc for USE_GCC is still 4.8, which does not support -fstack-protector-strong. This breaks several ports including (from my poudriere run): libfpx and qt4-sqlite3-plugin. - Justin