From owner-freebsd-arm@freebsd.org Mon Oct 10 09:57:17 2016 Return-Path: Delivered-To: freebsd-arm@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 7729DC064C8 for ; Mon, 10 Oct 2016 09:57:17 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38934977 for ; Mon, 10 Oct 2016 09:57:16 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id DE76943116; Mon, 10 Oct 2016 11:57:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1476093417; bh=RQ6+d0xq0MLKB0O5XnGWn3kfDqDXYiIKD AcIrmfidD8=; b=A/2aLPHq5aQPYJy2LOJYeZhd61oAK9lSND8gT0p/2E7c+pfXn SV4UuJqoGMbtho92kc7clqkfIYDgPSOLLNR8lvQ/RXY0DDEoKskEQD/g53DN1tbp cAak5Hctgbe5PARnctcIYtChmsjolO8UQfogIwFwZWPfieKBgzMZe5Zk0XXHMzDK b0+q+xL0/Pctv18gZ+kWKCs+k18zS0fVW9yNWb5eAr62qTnrwYT96jxwbkgfpuwb fj6Wu5hEArP3MvhvR6iqdqm9YevNybwvY18SdmljulGZK9lsKPv6gCstiREQN5/P k0fxFRjuw9vr9SK7T3kHv611zSf7wBBISG2Vw== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id nRIj0Clg-tYd; Mon, 10 Oct 2016 11:56:57 +0200 (CEST) Date: Mon, 10 Oct 2016 11:56:55 +0200 Message-ID: <868ttwcys8.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: Erich Dollansky Cc: freebsd-arm@freebsd.org Subject: Re: Where is makeinfo gone In-Reply-To: <86a8ecd0ne.wl-herbert@mailbox.org> References: <20161010085832.311ac350@X220.alogt.com> <86bmys99ce.wl-herbert@mailbox.org> <20161010144915.58566c4c@X220.alogt.com> <86a8ecd0ne.wl-herbert@mailbox.org> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 09:57:17 -0000 Herbert J Skuhra skrev: > > Erich Dollansky skrev: >> >> Hi, >> On Mon, 10 Oct 2016 05:22:25 +0200 >> "Herbert J. Skuhra" wrote: >> >>> Erich Dollansky skrev: >>> > >>> > Hi, >>> > I was a bit surprised that makeinfo seems to be gone from my newer >>> > Raspberries. >>> > >>> > The installation dated 20.11.15 still has it in /usr/bin but the >>> > installation dated 01.12.15 and all newer do not have it anymore. >>> > >>> > I am running 10.x, 11 and 12 on different Raspberries. >>> > >>> > At least >>> > >>> > http://www.unix.com/man-page/freebsd/1/makeinfo/ >>> > >>> > tells me that it should be part of 11. >>> >>> Try https://www.freebsd.org/cgi/man.cgi >>> >>> > The installations come from a mix of downloaded images and compiled >>> > from source. >>> > >>> > Can somebody confirm that makeinfo should be there or tell me what I >>> > missed? >>> >>> From /usr/src/UPDATING: >>> >>> 20150102: >>> The GNU texinfo and GNU info pages have been removed. >>> To be able to view GNU info pages please install texinfo from >>> ports. >>> >> the problem is then in the ports tree: >> >> [raspberry2]...devel/autoconf (root) > make >> ===> autoconf-2.69_1 depends on executable: gm4 - not found >> ===> m4-1.4.17_1,1 depends on executable: makeinfo - not found >> ===> m4-1.4.17_1,1 depends on executable: makeinfo - not found >> *** Error code 1 >> >> Stop. >> make[2]: stopped in /usr/ports/devel/m4 >> *** Error code 1 >> >> Stop. >> make[1]: stopped in /usr/ports/devel/m4 >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/devel/autoconf >> >> The ports tree on this machine is a month old. Do you know if this got >> fixed recently? > > First run make clean in /usr/ports/print/texinfo and then try to build > devel/autoconf. Or run 'make clean-depends' in devel/autoconf first. -- Herbert