From owner-freebsd-ports@FreeBSD.ORG Sun Nov 3 19:28:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2F5229E for ; Sun, 3 Nov 2013 19:28:30 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C8612DFE for ; Sun, 3 Nov 2013 19:28:30 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id y6so4890699lbh.11 for ; Sun, 03 Nov 2013 11:28:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=+0xVNcKHR8ycIJfueIcFxFsY/WI3odckKp89orbxV+Q=; b=cZHYR9UuHcTXpszPJrZ2nWcvCcOB0oO/hxXUePugZCCqBrgwxsyL8UUG7CD+D+51qZ Dk1LLUvrbsSAQP1d35rpAlRcAKOq1TNNxQyXmhW+BDF/9L+bt5joN2qii2XsTbLoZggS 1s4K/kNJkQRxk0nroGC2z81VArnENETuHeUWnQYwbGMiSTJpW+fa+GvqJ4CQ7VljdBzb nTmFRcLHIUXrTxLsePoeblQRoXdSr8/xdpPTpKu1N6irJa/DJwghEzOWQ+UWtvuGarms 2DThiMdCKdq6FDd2wFmfYdGAJI3dNYwXOBby3NWSwOeHJR3NfWObOqcDpip3kUGSjr8Z 9gsw== X-Received: by 10.152.28.194 with SMTP id d2mr9265439lah.2.1383506908263; Sun, 03 Nov 2013 11:28:28 -0800 (PST) Received: from orwell.Elisa.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id jv8sm9167135lbc.2.2013.11.03.11.28.26 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 03 Nov 2013 11:28:27 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: "O. Hartmann" Subject: Re: devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT References: <20131026154849.6ae73887@thor.walstatt.dyndns.org> Date: Sun, 03 Nov 2013 21:28:20 +0200 In-Reply-To: <20131026154849.6ae73887@thor.walstatt.dyndns.org> (O. Hartmann's message of "Sat, 26 Oct 2013 15:48:49 +0200") Message-ID: <86habtnv3f.fsf@orwell.Elisa> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 19:28:30 -0000 "O. Hartmann" writes: > Since a while, I'm unable ti update/recompile/install port > devel/kdesdk4 on both FreeBSD 10.0 (starting with the last CURRENT, > over ALPHA up to BETA2 now) and on all systems running FreeBSD > 11.0-CURRENT. > > The only extraordinary option in my environment is in /etc/src.conf > -sdt=c++11 defined for building the base/world - and in /etc/make.conf > -march=native and -O3 as the default. > > It doesn't matter wether I switch over to plain standard either > in /etc/src.conf (which is exclusively for world as I understand) or > in /etc/make.conf. The error(s) shown below are present on ALL FreeBSD > 10 and FreeBSD 11 machines and that is a bunch of 4 machines. > > I have, so far, rebuilt all boxes with world ommiting "-std=c++11" or > -O3 optimisations, but the error belwo still occur. I've sent some patches upstream for review that should fix this issue, and am currently waiting for review: http://article.gmane.org/gmane.linux.umbrello.devel/11418