From owner-freebsd-ports@FreeBSD.ORG Mon Jul 23 14:26:09 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D60ED1065675 for ; Mon, 23 Jul 2012 14:26:09 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 836568FC23 for ; Mon, 23 Jul 2012 14:26:09 +0000 (UTC) Received: by vbmv11 with SMTP id v11so5864493vbm.13 for ; Mon, 23 Jul 2012 07:26:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=VjVqjjk3fLsHFytfPDyJKRiaD53hGfYxUIFlGJNFOmU=; b=yeQMzOsDOhkl9UCv9cWAUExO98dUZF1ELcDVxemhrBriaUQwZbfF6Kew1HTbqhpOfv j7DdwgfUVYvk+bAaGIzGvsfYPyX6pFZpA/ZYkI5B92cYgnylvFUrgmFfs9iFjugntkRs JFo3zqqRrMd/V6ey2SycM59qQneIRF8bbSqLMbK5kqsODHV1OHct0h3wbex8e/U6VtyQ WNLuXi2JNxU6BDG0BxlpsVtNP05pSeXLJsHrDuNzTCxM974I3m6EhRuRWBSnD3uwztrD 3ZuaixrQHby+1I9uTPkxqeKtGHwmi3KU3nofEeennUBnCsAvm1Zi33TXWZMRwCFwJqo1 BCRg== Received: by 10.52.100.67 with SMTP id ew3mr11147890vdb.36.1343053568429; Mon, 23 Jul 2012 07:26:08 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id d20sm10284840vde.20.2012.07.23.07.26.07 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jul 2012 07:26:07 -0700 (PDT) From: "Jason E. Hale" To: Jerry Date: Mon, 23 Jul 2012 10:26:06 -0400 Message-ID: <3623203.oYcDCjo6dz@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <20120723100818.73fcffde@scorpio> References: <20120723100818.73fcffde@scorpio> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: mirror176@cox.net, freebsd-ports@freebsd.org Subject: Re: Unable to build port: sysutils/fusefs-kmod X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 14:26:09 -0000 On Monday, July 23, 2012 10:08:18 Jerry wrote: > System: FreeBSD 8.3-STABLE > > I am unable to build the "sysutils/fusefs-kmod" port. This is the build > log: > > Script started on Mon Jul 23 09:57:32 2012 > > <--snip--> > env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d > /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_ou > t doc.dpl env: ruby: No such file or directory > *** Error code 127 > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod. > > Script done on Mon Jul 23 09:57:39 2012 > > Has anyone else experienced this problem or have a solution? Looks like textproc/ruby-deplate and lang/ruby18 need to be installed to build the docs. Make sure they are installed (they should have been pulled in). Either that or build the port without the docs. I.e.: # make -DNOPORTDOCS install clean Jason E. Hale