From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117698 invoked by alias); 23 Feb 2018 20:09:08 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 117671 invoked by uid 89); 23 Feb 2018 20:09:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=mastering, Distributor, recipes, dear X-HELO: mail-qt0-f170.google.com Received: from mail-qt0-f170.google.com (HELO mail-qt0-f170.google.com) (209.85.216.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Feb 2018 20:09:05 +0000 Received: by mail-qt0-f170.google.com with SMTP id f4so11986242qtj.6 for ; Fri, 23 Feb 2018 12:09:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=0Re/1OXePZ47FixN+/mCeq5bUxzMgYxEzJcRhUL/m6g=; b=XcPtMMZKitPBbZrhDQ/UCeBYb2G29iMlM0HLG9A43Pmo3T6XZ6RI+dthq0jOhglbiS tF7qpty7QrWeKrYUwqouiMUpAsik20yyZylRo0SCk7FBqlMAF+FKJMhGCQPrel4v2I+M VknYMelC9f5B1i216EP9Eyu6KtxzzH2eLzzYRwINJ/1KQCfOi8wM0/5nNFSxhZAq3szp xwzWnUrTw93lGRuRqhLjTrleMTTybwzlN5S/uL027IaCQhZ6T47cdo41uBrfqs/Cep6y aqfTIFKvwkS1FLH/gHMALfo9WPPFN9IgpqCFyCoBmlZ5ZAoSbtdPhEALQXSpP11o9IgS mRew== X-Gm-Message-State: APf1xPA5LkjKtG/jtKCeErrMmBoYOo1Doy1J4TgS2em2eV8lYilnxL8B O4nVuxXgWvZO0K3bhXLHtks= X-Google-Smtp-Source: AG47ELtWZibtbyP1VakH93ASInTUeLaCamPcN0LzD4uxIB6OAl11gJ29oqMjWDqolAZ939ikbNOuLg== X-Received: by 10.200.37.197 with SMTP id f5mr4521589qtf.175.1519416544006; Fri, 23 Feb 2018 12:09:04 -0800 (PST) Received: from NEMT-Yocto (c-98-217-223-158.hsd1.ma.comcast.net. [98.217.223.158]) by smtp.gmail.com with ESMTPSA id e39sm1971247qtk.22.2018.02.23.12.09.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Feb 2018 12:09:03 -0800 (PST) Message-ID: <1519416542.21789.23.camel@gmail.com> Subject: Re: ./configure --enable-local From: William Main To: Geert Stappers , wmain@gis.net Cc: crossgcc@sourceware.org Date: Fri, 23 Feb 2018 20:09:00 -0000 In-Reply-To: <20180223180711.GZ9226@gpm.stappers.nl> References: <1519404370.21789.15.camel@gmail.com> <1ef09456-ba48-676e-cd1a-a25160ac1a78@att.net> <20180223180711.GZ9226@gpm.stappers.nl> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-02/txt/msg00015.txt.bz2 Thank you, Geert and Alexey,     The libtool problem is solved thanks to your help and process of elimination and make file "no" was not an issue just a note as to which version of make is loaded.     The problem was a missing step in the ubuntu OS prep (I started with a bare machine install). sudo apt-get install libtool-bin was required before things worked (it did take a while to figure out the -bin part of the name) Again, thanks for bearing with me on this one. It is the first time in all my years I needed to use the mail list help. Bill On Fri, 2018-02-23 at 19:07 +0100, Geert Stappers wrote: > On Fri, Feb 23, 2018 at 09:12:23AM -0800, Alexey Neyman wrote: > > > > On 02/23/2018 08:46 AM, William Main wrote: > > > > > > Dear Alexey, > > >      I am new to YOCTO but experienced in other emddeded systems. > > > I am > > > following recipes in a book published in June 2017 by Chris > > > Symmonds > > > "Mastering Embedded Linux Programming" and am stuck on pg 29 > > > which is > > > frustrating. > > >  I have become stuck for two days now on the error show below > > > even > > > though I have confirmed the two files showing issues are present > > > and > > > installed. > > > > > > > > > > > > Setting up libtool (2.4.6-0.1)  << this is what is installed > > > > > > $ sudo apt-get install make > > > Reading package lists... Done > > > Building dependency tree > > > Reading state information... Done > > > make is already the newest version (4.1-6).  << definitely > > > installed > > > make set to manually installed. > > > > > > git clone https://github.com/crosstool-ng/crosstool-ng.git > > >     lots of output and succeeded > > > cd crosstool-ng > > > git checkout crosstool-ng-1.22.0 > > >     lots of output and succeeded > > > $ ./bootstrap > > > succeeded > > > then the issue begins > > > > > > william@NEMT-Yocto:~/crosstool-ng$ ./configure --enable-local > > >         lots of output that looks ok then -- > > > checking for make 3.81... no > > > checking for GNU libtool >= 1.5.26... no > > > configure: error: could not find GNU libtool >= 1.5.26 > > > > > > > > > system details: > > > Distributor ID: Ubuntu > > > Description: Ubuntu 16.04.3 LTS > > > Release: 16.04 > > > Codename: xenial > > > > > > crosstool-ng-1.22.0 > > > > > > can you either shed some light on what is going wrong or point me > > > to > > > where I might find help? > > > > > > Again, I apologize for the interruption. > > > > > > Bill Main > > > wmain@gis.net > > > > > First, do not write to me personally. I will not respond to private > > questions like that - if there is an issue that needs explanation, > > a > > question on a archived  mailing list will benefit all of the > > community, not just you. > > > > As to your question: with any question regarding configure, the > > config.log should be provided. That's the basic rule for any > > configure-based project so you should've been aware of that. > > > > For both make and libtool, configure tries to check their versions > > by invoking them with --version and then trying to match the > > following regexps: > > > > ^GNU Make (3.[89][[:digit:]]|[4-9]) > > \(GNU libtool.*\) > > (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+) > > > > So: > > - Ensure that the versions of make/libtool you've installed are > > available in the $PATH (and not preceded in $PATH by some outdated > > version, e.g. in your $HOME/bin). > > - See what your `make --version` and `libtool --version` print and > > see if it matches the regexps above. > > > > Regards, > > Alexey. > > A `reply-to-all` will  include me, I'll forward the message to > crossgcc mailinglist. > > Much better would be being subscribed to this mailinglist yourself. > List-Subscribe:   > > > Groeten > Geert Stappers