From owner-svn-doc-all@freebsd.org Sat Apr 16 15:43:52 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45AA2B10A49; Sat, 16 Apr 2016 15:43:52 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 139131667; Sat, 16 Apr 2016 15:43:52 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3GFhpJJ028822; Sat, 16 Apr 2016 15:43:51 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3GFhpGk028821; Sat, 16 Apr 2016 15:43:51 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201604161543.u3GFhpGk028821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sat, 16 Apr 2016 15:43:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48646 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 15:43:52 -0000 Author: wblock Date: Sat Apr 16 15:43:51 2016 New Revision: 48646 URL: https://svnweb.freebsd.org/changeset/doc/48646 Log: Add details to Ceph report, fix a couple of spooling arhrs. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml Sat Apr 16 09:32:26 2016 (r48645) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml Sat Apr 16 15:43:51 2016 (r48646) @@ -1969,7 +1969,7 @@ lld maintains command-line and functional compatibility with existing linkers (GNU BFD ld and gold), but lld's authors are not constrained - by strict compatability where it would hamper performance or + by strict compatibility where it would hamper performance or desired functionality.

The upstream lld project made significant progress @@ -2103,9 +2103,9 @@

Build Prerequisites

Compiling and building Ceph is tested on 11-CURRENT. It uses - the CLANG toolset taht is available, which needs to be at + the CLANG toolset that is available, which needs to be at least 3.7. Clang 3.4 (on 10.2-STABLE) does not have all the - required capabilites to compile everything.

+ required capabilities to compile everything.

This setup will get things running for FreeBSD:

@@ -2122,6 +2122,12 @@
  • Building Ceph

    +

    git clone https://github.com/wjwithagen/ceph.git

    + +

    cd ceph

    + +

    git checkout wip-wjw-freebsd-tests

    +

    ./do_freebsd.sh