delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/01/27/01:45:37

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:from:to:subject:date:content-type
:content-transfer-encoding:mime-version; q=dns; s=default; b=Tkv
YzXFk0L+1nGp8OUBWmIQSRo8oqXflRUDjrmpVeO6T+0JIje+y/iAvSJ/IdAYXr4x
381oqQAF+pC3hkpR9afS9QDK/ieiysJRxeleTUvBeti8wmlUoOc8y5DDRmExoYtS
ZYr4VljgZjU0Y8dMjf8vMRMgBXHC/eu3BxrkmFjY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:from:to:subject:date:content-type
:content-transfer-encoding:mime-version; s=default; bh=f/LoI7EIR
15CkBDTqitO8f7T/gQ=; b=sTDdhUOyYWdFuU/TZIcPw9cu34s+c98l5GKKW1NAZ
fB2QEPxd0EAbMtlpW/EYMzVXwX+myOa7g1lVgtTqHtbr0b3kJgISaL+8mko5Nwzo
mSi1sLRD1l9phZ/EtkT8jU+TISweEKz3yhevy8BL9g1lhf/IuUwmfI9BmuVWYI2C
vM=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=532, 370, family, HImportance:Normal
X-HELO: mail-pf0-f180.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:importance :content-type:content-transfer-encoding:mime-version; bh=Bvw4AluY5S0yah/Gsaa8/VRwWSxcreFp7QfRrK/DWAw=; b=QoTBKUF7ebxmxaL2Q64fMf2nsrwE5K7JevvZ4+VOwidoCHr5HU8ie9FTpx1svm/gvk z9PYFF6QrKCKBJolTZ5qflDzdhfVAyQCyZZ1++PIMvQLLaY0C10A5z47mo5soOOCRDvP 9b41JSnUjYf0ZSaFwzXjmInGIAMRRhX2kUaS8Q7Y4Vhu1NQSmmtMWq8psc89SA3lxEfd T7c+Zf9gbJUEPO8M1jFKHmTPTw+Gy9UhTMUjo0RnBqlbI268Kg+4z72Y47FfboBANpiD UO/XRbyU7m6nHcFIgaILknvYc96bMP9ZJWVbypJqkXLmjF2YecNLi1oLunVcdzasY+uf a53w==
X-Gm-Message-State: AG10YOTtK5TYTNnnFp3Mdq+ApqkU2qkieQXFT3e4wOTSCf4et1T7GFSxVUyAVEeP9Uz94A==
X-Received: by 10.98.68.73 with SMTP id r70mr40281045pfa.12.1453877114451; Tue, 26 Jan 2016 22:45:14 -0800 (PST)
X-TMN: [JoLr30ri+p+UfH/UOoZ4HVKDdwuOXGiI]
Message-ID: <BAY175-W38CA0B8417C1EB8BD551BEADD90@phx.gbl>
From: Robert May <tpibob AT gmail DOT com>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: Re: tree puzzle error running Configure after installing update 2.4.1.1 to Cygwin64
Date: Wed, 27 Jan 2016 16:45:12 +1000
MIME-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u0R6jV8k031930

cyg Simple

OK replaced the two files config.guess and config.sub with a 2016 timestamp and ran make again.
like samtools it has a couple of warning for terms like 

But it does not get the job done.

the problem area seems to be in this area of make
ppuzzle.c: In function ‘PP_Update_Rates’:
ppuzzle.c:258:38: error: ‘PP_UPDATERATES’ undeclared (first use in this function)
   MPI_Send(&dummy, 0, MPI_INT, dest, PP_UPDATERATES, PP_Comm);

two pages later
ppuzzle.c: In function ‘PP_RecvData’:
ppuzzle.c:905:3: warning: ‘MPI_Address’ is deprecated (declared at /usr/include/mpi.h:1183): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
   MPI_Address(&(Seqpat[0][0]), &(Dtypeaddr[0]));

this continues back and forth till we get to the end with
<builtin>: recipe for target 'ppuzzle' failed
make[3]: *** [ppuzzle] Error 1
make[3]: Leaving directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src'
Makefile:532: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src'
Makefile:397: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src'
Makefile:370: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Robert AT DESKTOP-14EL82S /usr/local/bin/tree-puzzle-5.3.rc16-windows

I also ran make check
Robert AT DESKTOP-14EL82S /usr/local/bin/tree-puzzle-5.3.rc16-windows
$ make check
Making check in src
make[1]: Entering directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src'
Making check in sprng
make[2]: Entering directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src/sprng'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src/sprng'
make[2]: Entering directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src'
cd sprng && make mlfg.o makeseed.o memory.o checkid.o store.o
make[3]: Entering directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src/sprng'
make[3]: 'mlfg.o' is up to date.
make[3]: 'makeseed.o' is up to date.
make[3]: 'memory.o' is up to date.
make[3]: 'checkid.o' is up to date.
make[3]: 'store.o' is up to date.
make[3]: Leaving directory '/usr/local/bin/tree-puzzle-5.3.rc16-windows/src/sprng'
gcc  -g -O2   sgamma.o sml1.o sml2.o smlparam.o smodel1.o smodel2.o spuzzle1.o spuzzle2.o spstep.o sutil.o sconsensus.o streesort.o streetest.o  sprng/mlfg.o sprng/makeseed.o sprng/memory.o sprng/checkid.o sprng/store.o -lm  -o puzzle.exe
gcc -g -O2    ppuzzle.c   -o ppuzzle
ppuzzle.c: In function ‘PP_Update_Rates’:
ppuzzle.c:258:38: error: ‘PP_UPDATERATES’ undeclared (first use in this function)
   MPI_Send(&dummy, 0, MPI_INT, dest, PP_UPDATERATES, PP_Comm);

I can send full make and make check runs if needed

help

Bob

 Bob May
DNA Projects I2b L415, I2c L596 HG, Spriggs of Cleve SA Family & Tyler Surname and ISOGG YTree 		 	   		  
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019