From owner-freebsd-ports@FreeBSD.ORG Mon Aug 1 17:00:03 2011 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 8AD101065670 for ; Mon, 1 Aug 2011 17:00:03 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1A98FC0C for ; Mon, 1 Aug 2011 17:00:03 +0000 (UTC) Received: by pzk5 with SMTP id 5so34455315pzk.17 for ; Mon, 01 Aug 2011 10:00:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=qYu4o+EONBiMNv4pJQ6HJgzFFBAEr7uv/xCACOEvowA=; b=ABUKapNxbGEaYCPqiIzAuggymZRQLG8+hKbh2SHn+ZT+gRZOelPpj3bn4knFaSrwSz mKIVoWOpHv3qE2n8aYOF8/Dfm3VZpOkq4qIfqamWb64zbriXz3xd9I/moDRBlQ7GSxd6 gaENxEvWj9j4eph3bvgTNFrfZBu6qj676i2/I= MIME-Version: 1.0 Received: by 10.68.47.228 with SMTP id g4mr8179926pbn.281.1312218002811; Mon, 01 Aug 2011 10:00:02 -0700 (PDT) Received: by 10.68.43.133 with HTTP; Mon, 1 Aug 2011 10:00:02 -0700 (PDT) Date: Mon, 1 Aug 2011 13:00:02 -0400 Message-ID: From: "b. f." To: Benjamin Stier , freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Problem building math/R: texi2dvi needed but missing on your system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 17:00:03 -0000 > I'm trying to build math/R. Compilation went fine, but when I try to > 'make install' I get the following error: > > > ERROR: 'texi2dvi' needed but missing on your system. > > *** Error code 1 > > > > Stop in /usr/ports/math/R/work/R-2.13.1/doc/manual. > > *** Error code 1 (ignored) > > cd: can't cd to /usr/local/lib/R/lib > > *** Error code 2 > > > > Stop in /usr/ports/math/R. > > I have a texi2dvi4a2ps binary as you can see here. > > > # where texi2dvi4a2ps > > /usr/local/bin/texi2dvi4a2ps > > # pkg_info -W /usr/local/bin/texi2dvi4a2ps > > /usr/local/bin/texi2dvi4a2ps was installed by package a2ps-a4-4.13b_4 > > Has anyone else seen this problem before and can give me some tipps? As I told Anton a bit earlier, upstream changed the method of building the dvi manuals (yet again), and I missed this during the update. This should only affect users who build math/R with the (non-default) option WITH_DVI_MANUALS. I hope to fix this soon. In the meantime, you can disable this option, build and install R, and either read the manuals in info format, or build them manually, or grab them from: http://cran.r-project.org/manuals.html b.