From owner-freebsd-questions@freebsd.org Mon Oct 3 01:41:39 2016 Return-Path: Delivered-To: freebsd-questions@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 768D5AD95ED for ; Mon, 3 Oct 2016 01:41:39 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 40CEBB8A for ; Mon, 3 Oct 2016 01:41:38 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:60500] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 8F/01-14260-DA3B1F75; Mon, 03 Oct 2016 01:26:05 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1bqs14-0002Et-Pu for freebsd-questions@freebsd.org; Sun, 02 Oct 2016 21:26:02 -0400 To: freebsd-questions@freebsd.org From: Baho Utot Subject: Git not building Message-ID: Date: Sun, 2 Oct 2016 21:26:02 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.88:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 01:41:39 -0000 Update to latest ports revision ( svnlite ) building deve/git has this error: install -d -m 755 /usr/ports/devel/git/work/stage/usr/local/libexec/git-core install -m 755 git-subtree /usr/ports/devel/git/work/stage/usr/local/libexec/git-core asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \ -agit_version=2.9.2 git-subtree.txt xmlto -m ../../Documentation/manpage-normal.xsl man git-subtree.xml install -d -m 755 /usr/ports/devel/git/work/stage/usr/local/man/man1 install -m 644 git-subtree.1 /usr/ports/devel/git/work/stage/usr/local/man/man1 install: git-subtree.1: No such file or directory gmake[3]: *** [Makefile:58: install-man] Error 71 gmake[3]: Leaving directory '/usr/ports/devel/git/work/git-2.9.2/contrib/subtree' git-subtree.1 is missing: find . -name git-subtree.1 <- displays nothing ie file not found This a flea?