From owner-svn-ports-all@freebsd.org Thu Apr 13 22:18:59 2017 Return-Path: Delivered-To: svn-ports-all@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 4A12DD3C38D; Thu, 13 Apr 2017 22:18:59 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-wr0-f174.google.com (mail-wr0-f174.google.com [209.85.128.174]) (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 DCC7A1739; Thu, 13 Apr 2017 22:18:58 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-wr0-f174.google.com with SMTP id o21so43165822wrb.2; Thu, 13 Apr 2017 15:18:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=imOlJddu7bSwlPp0jAs79irrsLUHG3J7inbG+Ixbc5g=; b=R11REAntnljvr402Z+a1l4Q7reDtYBFa6QbXq3U5bMW/9TODppy5hmx/ncteOPqbdw Re8voU9QD8H5BVjYyNE9F3GmgVflWj/h5Tv8PF2ZEZaeVIz9NIX/lciD07Lk/Tdjxfx0 kXpHTtxkxw18o6pTM756pT8PpEjvGqkrX+oWFDAOuruWtHBl6zO7sZyys34OWjINgpKp vsTJ8PjPr3T9MzAtor7KxKnT1EgA+XBBd4wlRS2mi4IY42O8qhJRsXnzNL+03RFjRaLP dh6gJFykDXE9n0ecnbpZur6l1j9QmTqbVB3/eg7kT00oxq0vTQBfG4BMSG+bPMYX3SW6 spaA== X-Gm-Message-State: AN3rC/4lkb45ELlsWYiMA3Nr/57vgELMTS+4cr4rdeItMALzS/ggZ5y3 vGTEBbYLjTPzL88izes= X-Received: by 10.223.173.74 with SMTP id p68mr4535024wrc.137.1492121936746; Thu, 13 Apr 2017 15:18:56 -0700 (PDT) Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com. [74.125.82.54]) by smtp.gmail.com with ESMTPSA id 81sm437490wmj.9.2017.04.13.15.18.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Apr 2017 15:18:56 -0700 (PDT) Received: by mail-wm0-f54.google.com with SMTP id o81so120658018wmb.1; Thu, 13 Apr 2017 15:18:56 -0700 (PDT) X-Received: by 10.28.111.134 with SMTP id c6mr5080385wmi.128.1492121936367; Thu, 13 Apr 2017 15:18:56 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.80.169.4 with HTTP; Thu, 13 Apr 2017 15:18:55 -0700 (PDT) In-Reply-To: References: <201607172059.u6HKx0MN085855@repo.freebsd.org> From: Conrad Meyer Date: Thu, 13 Apr 2017 15:18:55 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r418678 - in head/devel/elfutils: . files To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2017 22:18:59 -0000 Gerald, I remember now =E2=80=94 elfutils does not compile with GCC other than 4.8. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217000 and please change it back to USE_GCC=3D4.8. Thanks, Conrad On Fri, Apr 7, 2017 at 11:13 PM, Gerald Pfeifer wrote: > On Sat, 1 Apr 2017, Conrad Meyer wrote: >>> In general we really prefer USE_GCC=3Dyes, i.e., using the default >>> version of GCC in the Ports Collection over specific versions. >> I don't recall the reason anymore. :-) >> >> As long as it continues to build, the proposed change is fine with me. > > Cool, thanks, I'll make this change. > > As a little interesting data point, here is what happens already > today (before my change), so this should not be a practical change > for nearly all scenarios: > > % make test-gcc > USE_GCC=3D4.8+ > Port can use later versions. > : > Using GCC version 5 > CC=3Dgcc5 - CXX=3Dg++5 - CPP=3Dcpp5 ... > : > RUN_DEPENDS=3Dgcc5:lang/gcc > > Gerald