> On Jun 18, 2017, at 18:16, Marc Boxerman <mboxer...@mac.com> wrote:
> 
> I get several “all recursive” errors when building Openmpi.  Any suggestions 
> as to resolve this?
> 
> w/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/adio/include
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>  -I/sw/include
> include 
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/include
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/mpi-io
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/adio/include
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>  -I/sw/include
> io/romio/romio/adio/include 
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>  -I/sw/include
> 10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include 
> -I/sw/include
> make[4]: *** [Makefile:3396: adio/common/ad_read_str.lo] Error 1
> make[4]: Leaving directory 
> '/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio'
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of /tmp/fink.gonL8 failed, exit code 2
> ### execution of /tmp/fink.7SUiT failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-openmpi-1.10.6-2
> (Reading database ... 276044 files and directories currently installed.)
> Removing fink-buildlock-openmpi-1.10.6-2 ...
> Failed: phase compiling: openmpi-1.10.6-2 failed
> 
> 
> Thanks,
> 
> Marc
> 

“all-recursive” is just a Makefile tag, i.e. from running “make all-recursive”. 
 You get several of them because every sub level reports that it failed.  There 
is literally no information from that, other than that you had a build failure 
somewhere. ;-)

Try building with a single job (e.g. by setting that via “fink configure”) so 
that you aren’t looking simultaneously at the outputs from several build 
threads.  Hopefully, that will make the actual error message easier to see.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to