From owner-freebsd-stable@FreeBSD.ORG Sun Jan 17 00:24:24 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D270A1065679 for ; Sun, 17 Jan 2010 00:24:24 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id AECF58FC0A for ; Sun, 17 Jan 2010 00:24:24 +0000 (UTC) Received: by pwi15 with SMTP id 15so1114952pwi.3 for ; Sat, 16 Jan 2010 16:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=c70x4CG3aOtY9NIGD2j7xBW2SZXNt0xmYAXt8be6IWU=; b=cCgye5xEp/CZxvcOGTHO0l9L7lhPdXQ2gMD7uvmhItZz9eC8C5uFbZkFicHOvWyibs /80WJhOL3+KRyjoauIR+1reafRui812o4rNRxCkdCgtPpktlCEwgdgYGK35KlZDCtS08 7ys0p7asyFw91z9duNSNOBIraGhSZC5msIpyg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J4DlbEVj0CsCJ3BmYNCcP5R4CMrup+M6kcf12H661SzdCyu6f0EwxFgqUEuyM2lr1g u5EmEeqeRkVzVeegLePVKFytxBcuABPMnEOXsQtkl6XuJCn9JyOY4Tp2Ca44rWWhjUB1 CDkALLZ5wPa1iaziTftDW0TZodrSv3mq/ZVOQ= MIME-Version: 1.0 Received: by 10.141.187.14 with SMTP id o14mr3051974rvp.189.1263686081046; Sat, 16 Jan 2010 15:54:41 -0800 (PST) Date: Sun, 17 Jan 2010 00:54:41 +0100 Message-ID: <786602c61001161554s79a33401n9700048d4a4c74fb@mail.gmail.com> From: Thomas Zander To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 Subject: buildworld WITH_CTF=1 breaks cc1plus on STABLE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2010 00:24:24 -0000 Good evening, I am observing that doing a buildworld on stable (r202448) with WITH_CTF=1 breaks /usr/libexec/cc1plus on my amd64. Doing so causes cc1plus to crash with internal errors and ports like devel/popt don't even make it through the configure stage ("fails sanity check"). Is this behaviour expected? Is it discouraged to build world WITH_CTF? Regards. Riggs