X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 6 Sep 2016 19:01:02 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu cc: Bert Timmerman Subject: [geda-user] Re: [pcb-rnd] ./configure fails In-Reply-To: <57CEF1A7.1000300@xs4all.nl> Message-ID: References: <57CEF1A7 DOT 1000300 AT xs4all DOT nl> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello Bert, On Tue, 6 Sep 2016, Bert Timmerman wrote: > Hi Igor2, > > I get the spew quoted below: > > [bert AT vortex trunk]$ ./configure > make: Nothing to be done for `all'. > --- Detecting host > Looking for a shell... /bin/sh -c > Looking for a shell escape character... found: '\' > Detecting temp dir... validated > /home/bert/workspace/svn/pcb-rnd/trunk/scconfig/ > Checking for system type... OK (name: Linux; class: UNIX) > Checking for ar... OK (ar) > Checking for mkdir... OK (mkdir -p) > Checking for rm... OK (rm -rf) > Checking for cp... OK (cp -rp) > Checking for ln... OK (ln -sf) > --- Detecting target (same as host) > Checking for cc (target)... OK ('gcc', ' -pipe', '') > Checking for -fpic... OK (-fPIC) > Checking for mkdtemp... OK ('#include \n', '(null)' and '(null)') > Checking for realpath()... OK ('(null)' and '(null)') > Checking for readdir()... OK ('#include \n', '(null)' and '(null)') > Checking for rint... OK ('#include \n', '' and '-lm') > Node libs/userpass/getpwuid/* is required but I don't know how to detect it. > ./configure: line 4: 7282 Aborted (core dumped) ./configure > "$@" > [bert AT vortex trunk]$ > > Updated until r2951, I got an error during svn up and responded with "mc" > (mine). > > The first session of ".configure" ran as expected, I did a "make clean", and > now the above. There was a big change in scconfig a few weeks ago. Please do a make distclean in trunk/ and try again - that will recompile scconfig. Please let me know if it still fails. TIA, Igor2