From owner-svn-ports-head@FreeBSD.ORG Sun Mar 1 17:29:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29473246; Sun, 1 Mar 2015 17:29:04 +0000 (UTC) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (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 D5AC9B55; Sun, 1 Mar 2015 17:29:03 +0000 (UTC) Received: by ykp131 with SMTP id 131so11418851ykp.11; Sun, 01 Mar 2015 09:29:03 -0800 (PST) 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=gc4n5dkbLC9fXrGJHXBrOBiR24ZVbhI8zVUDiO0QV/A=; b=p1+4KHwrb1m5TzfqlI/mXMsDvqjZNojrZSKWKTWiHqlmiFU/npMDMfgtigiRU4uM6Z ybSDtv2bDNpfvnfMjNifW69vOnZqTCE2GSk6UpYImVXZvRZAuzdwoax8Y7MFzurtwn8N nSgeNQCp/45g0vfc68kEtp1qF0pp6mv8qqhjmyEhmvPrN87rYvSa2P+9Hdgj7eOiri/7 nrBtsO23gBg/uQ32Hg/XTThfQCSczfInuTvH6oPGEgE1gpxPeLKvu1QPFv5ErCo551qb xGOdRHUggrJaeyhv1Zzkw+iIBKokuj9FCYTrUfYNBmV1ke6D66hROXBo5kSfZ3A9hmte G4ag== MIME-Version: 1.0 X-Received: by 10.170.45.81 with SMTP id 78mr23670574ykn.100.1425230942896; Sun, 01 Mar 2015 09:29:02 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Sun, 1 Mar 2015 09:29:02 -0800 (PST) In-Reply-To: <54F3458E.8090401@marino.st> References: <201503011652.t21GqiLh056130@svn.freebsd.org> <54F3458E.8090401@marino.st> Date: Sun, 1 Mar 2015 17:29:02 +0000 X-Google-Sender-Auth: fJUjfO1iRmevPePIdKn3QyjRNvQ Message-ID: Subject: Re: svn commit: r380211 - head/security/libgpg-error From: Antoine Brodin To: John Marino Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2015 17:29:04 -0000 On Sun, Mar 1, 2015 at 4:59 PM, John Marino wrote: > On 3/1/2015 17:56, Antoine Brodin wrote: >> On Sun, Mar 1, 2015 at 4:52 PM, John Marino wrote: >>> Author: marino >>> Date: Sun Mar 1 16:52:43 2015 >>> New Revision: 380211 >>> URL: https://svnweb.freebsd.org/changeset/ports/380211 >>> QAT: https://qat.redports.org/buildarchive/r380211/ >>> >>> Log: >>> security/libgpg-error: Switch cpp to support gcc-5 >>> >>> This port relies on CPP behavior that changes on GCC 5. To ensure >>> libgpg-error keeps building on the newest GCC, add a build dependency >>> on tradcpp and use it instead. >>> >>> PR: 197562 >>> Submitted by: marino >>> Approved by: maintainer (novel) >> >> Hi, >> >> This breaks the port on freebsd head, please revert. >> >> Cheers, >> >> Antoine >> > > Can you please provide link to the log? I just poudriere tested this on > FreeBSD 10, so I'd like to know what's going on with FreeBSD 11. > > Also, technically FreeBSD 11 isn't supported yet. I would rather we fix > than revert. Can you help with that? > Here is the log: http://gohan2.ysv.freebsd.org/data/head-amd64-default/2015-03-01_17h06m04s/logs/errors/libgpg-error-1.17.log The support for freebsd head is best effort, but it's not acceptable to skip 2037 ports due to libgpg-error on it. Also, head will become 11.0 and some parts of head are already merged in what will become 10.2 Cheers, Antoine