From owner-freebsd-ports@FreeBSD.ORG Fri Nov 30 14:22:35 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB2EED39 for ; Fri, 30 Nov 2012 14:22:35 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6EABC8FC0C for ; Fri, 30 Nov 2012 14:22:35 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so906232iec.13 for ; Fri, 30 Nov 2012 06:22:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8RB26xAio0RhB96dG2X7BC1mYABEWWXwBhB8iz5jTnk=; b=fwdPE1DAiW2oJ8FPIFDH/VpfctVavsVZ1ooJrj0WaqEuRcR6DCwrlXjmWAfOo0pWIG MhP+6Ug22DziWTkvPVXsZmTTBjysD75TSD76XDDV6XPtHMcR/R9JcxjJ0bJYEztiCZiv 4LCEEU+C7/fZYkMix8woUn+VIIZ7Er7ndDHAh6puqQJpjTW0UGjg7kTmPFAa+7gQP7E8 aFsGjpqjRSuk3fgCdfgAmiSuy5dDzuIjT9B/adhIlHywwdo1K42e7d1o4ucr7T+us9AC NCy22D+/nk3IfqUg47/K2CNpnes+OiZH0gf/NzD4YOozI35XiTt3bAVeMBM4MPNHz2Jw MAwQ== MIME-Version: 1.0 Received: by 10.50.5.177 with SMTP id t17mr1117623igt.48.1354285348770; Fri, 30 Nov 2012 06:22:28 -0800 (PST) Received: by 10.42.132.67 with HTTP; Fri, 30 Nov 2012 06:22:28 -0800 (PST) Date: Fri, 30 Nov 2012 06:22:28 -0800 Message-ID: Subject: databases/mongodb on FreeBSD 9 From: Patrick To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 30 Nov 2012 14:22:35 -0000 Has anyone had any issues building the mongodb port on FreeBSD 9? I'm running 9.0-RELEASE-p5 on i386: It's bailing for me here: c++ -o build/freebsd/cpppath_cpp/cxx_c++/ssl/use-system-all/usesm/mongo/shell/linenoise.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DJS_C_STRINGS_ARE_UTF8 -DMONGO_SSL -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/freebsd/cpppath_cpp/cxx_c++/ssl/use-system-all/usesm -Isrc -Ibuild/freebsd/cpppath_cpp/cxx_c++/ssl/use-system-all/usesm/mongo -Isrc/mongo -Ibuild/freebsd/cpppath_cpp/cxx_c++/ssl/use-system-all/usesm/mongo/cpp -Isrc/mongo/cpp -I/usr/local/include src/mongo/shell/linenoise.cpp In file included from src/mongo/shell/linenoise.cpp:115: src/mongo/shell/linenoise_utf8.h: In member function 'void linenoise_utf8::UtfStringMixin::swap(linenoise_utf8::UtfStringMixin&)': src/mongo/shell/linenoise_utf8.h:145: error: 'swap' is not a member of 'std' src/mongo/shell/linenoise_utf8.h:146: error: 'swap' is not a member of 'std' src/mongo/shell/linenoise_utf8.h:147: error: 'swap' is not a member of 'std' scons: *** [build/freebsd/cpppath_cpp/cxx_c++/ssl/use-system-all/usesm/mongo/shell/linenoise.o] Error 1 scons: building terminated because of errors. *** Error code 2 Stop in /usr/ports/databases/mongodb. *** Error code 1 Stop in /usr/ports/databases/mongodb. This is with the default options. Using V8 as the Javascript engine has the same results...