From owner-freebsd-current@FreeBSD.ORG Thu Nov 14 19:36:15 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 329636A4; Thu, 14 Nov 2013 19:36:15 +0000 (UTC) Received: from server.i805.com.br (mailhost.i805.com.br [72.52.97.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DA48280A; Thu, 14 Nov 2013 19:36:14 +0000 (UTC) Received: from i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.14.6/8.14.5) with ESMTP id rAEJaBjb037257; Thu, 14 Nov 2013 17:36:12 -0200 (BRST) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: Dimitry Andric Subject: Re: buildworld error on -current Date: Thu, 14 Nov 2013 16:36:11 -0300 Message-Id: <20131114193454.M46834@i805.com.br> In-Reply-To: References: <20131113231748.M92739@i805.com.br> X-Mailer: OpenWebMail 3.00_beta4 20121104 671 X-OriginatingIP: 146.164.32.147 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server.i805.com.br Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 19:36:15 -0000 Em Thu, 14 Nov 2013 13:51:59 +0100, Dimitry Andric escreveu > On 14 Nov 2013, at 00:23, Nilton Jose Rizzo > wrote: ... > > ===> lib/libc++ (all) > > c++ -O2 -pipe -I/usr/src/lib/libc++/../../contrib/libc++/include - I/usr/src/li > > b/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments - fstack- > > protector -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare - Wno-un > > used-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion > > -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > > -std=c++0x -Wno-c++11-extensions -c > > /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp -o algorithm.o > > In file included from > > /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp:10: > > In file included from > > /usr/src/lib/libc++/../../contrib/libc++/include/algorithm:627: > > /usr/src/lib/libc++/../../contrib/libc++/include/memory:3331:3: error: no > > matching literal operator for call to 'operator "" __len' with argument of > > type 'unsigned long long' or 'const char *', and no matching literal > > operator template > > 0__len = (__len - 1) & ~static_cast<_Size>(63); > > ^ > > 1 error generated. > > There is a stray '0' character in front of that line. Did you modify > the file by accident? Try doing: > No, only update the source via svn > svn revert -R /usr/src/contrib/libc++/include/memory > > or if that still does not remove the stray character, delete your source > tree and re-checkout. I'll try it. > > -Dimitry Thanx, Rizzo