From owner-freebsd-testing@FreeBSD.ORG Sun Feb 16 05:25:07 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B8B0CA7; Sun, 16 Feb 2014 05:25:07 +0000 (UTC) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C99771EA0; Sun, 16 Feb 2014 05:25:06 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rp16so13987931pbb.34 for ; Sat, 15 Feb 2014 21:25:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; bh=7scBxZD2SrKyCHzJpop0vR/uM/iV5pJ9t2aUvSVpMWk=; b=ikkhlixzUB4nUzlUqoY4/pPY3J1yz/24Cr9DrclklAR6pPKrX/pJogWExhHK/GPJfq H0JXXEMDN3jPn6FCHR7r7o8EDZ7cGRM9jxxUrWcJNA45iEbIUmeI0V0uBAQiVf5pL8Pf eF7lHDdr2hcnRO023MHXDyXu7vIgv4oVPsVpRWtlweea03Hu1UYin4iuu36OkseYBjtz CxPxRcj7NqO8oixFJWmxdb9YM/srRAh3D/XjQpU2w1iq/sE5CmE75wSv+rDFU4oPMjtw +n0wpRgI45ZHyO9VZsQxhYh2U+MHpVd4uCFX/aWKN+OWbfcZPoM1vo96D2r8CWbITr2A 0YGg== X-Received: by 10.68.247.201 with SMTP id yg9mr80760pbc.148.1392528306361; Sat, 15 Feb 2014 21:25:06 -0800 (PST) Received: from [192.168.20.5] (c-50-135-127-159.hsd1.wa.comcast.net. [50.135.127.159]) by mx.google.com with ESMTPSA id eb5sm83215984pad.22.2014.02.15.21.25.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 15 Feb 2014 21:25:05 -0800 (PST) From: Garrett Cooper Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Compile error with gcc Date: Sat, 15 Feb 2014 21:25:03 -0800 Message-Id: <695E42A3-2009-4DD7-B10E-BF8465C89D39@gmail.com> To: Julio Merino Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) Cc: freebsd-testing@FreeBSD.org, Dimitry Andric X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 05:25:07 -0000 Hi Julio, I ran into this error when trying to compile ATF with gcc on = code based off of r261958: --- application.So --- /usr/src/contrib/atf/atf-c++/detail/application.cpp: In constructor = 'atf::application::usage_error::usage_error(const char*, ...)': /usr/src/contrib/atf/atf-c++/detail/application.cpp:71: error: = 'vsnprintf' is not a member of 'std' *** [application.So] Error code 1 I haven=92t dug into why this is occurring yet, but I assume = it=92s because of the ATF 0.20 upgrade. I=92m compiling with gcc/g++ of course, and not clang/libcxxrt. Thanks! -Garrett=