From owner-freebsd-questions@freebsd.org Wed Sep 9 08:14:30 2015 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 53568A00D6B for ; Wed, 9 Sep 2015 08:14:30 +0000 (UTC) (envelope-from v.demartino@me.com) Received: from st11p01im-asmtp001.me.com (st11p01im-asmtp001.me.com [17.172.204.151]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1351589 for ; Wed, 9 Sep 2015 08:14:30 +0000 (UTC) (envelope-from v.demartino@me.com) Received: from [192.168.1.114] (host205-227-dynamic.19-79-r.retail.telecomitalia.it [79.19.227.205]) by st11p01im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NUE00Y1QERQ7L10@st11p01im-asmtp001.me.com> for freebsd-questions@freebsd.org; Wed, 09 Sep 2015 07:14:16 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-09-09_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=1.23950849584276e-12 compositescore=0.793442865266853 phishscore=0 kscore.is_spamscore=0 rbsscore=0.793442865266853 recipient_to_sender_totalscore=0 spamscore=0 urlsuspectscore=0.793442865266853 adultscore=0 kscore.compositescore=0 circleOfTrustscore=0 suspectscore=2 recipient_domain_to_sender_totalscore=0 bulkscore=0 recipient_domain_to_sender_domain_totalscore=0 recipient_to_sender_domain_totalscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1412110000 definitions=main-1509090127 From: Vittorio De Martino Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Subject: I can't understand why texi2any is missing while it's there Date: Wed, 09 Sep 2015 09:14:13 +0200 Message-id: <0EBBDDB0-61C9-471E-B485-D0E807D4B511@me.com> To: FreeBSD Mailing List MIME-version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 08:14:30 -0000 I'm trying to compile the R statistical program version 3.2.2 from the = original sources under FreeBSD 10.2 but the installation program = complains that: >>>>>>>>>> root@metbsd:/R-3.2.2 # make info ERROR: 'texi2any' v5.1 or later needed but missing on your system. *** Error code 1 Stop. make[2]: stopped in /usr/ports/math/R-new/work/R-3.2.2/doc/manual *** Error code 1 >>>>>>>>>>>>> BUT: >>>>>>>>>>>>> root@metbsd:/R-3.2.2 # which texi2any /usr/local/bin/texi2any root@metbsd:/R-3.2.2 # texi2any --version texi2any (GNU texinfo) 6.0 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later = This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. >>>>>>>>>>>>>>> I really acn't understand what's going on. Could you please help me? Ciao Vittorio=