This problem has been fixed (thankfully, it occurred after the v1.3 tarballs were made).

The problem is that ftp.gnu.org has disabled repository downloads of config.guess and config.sub while some git vulnerability is being fixed. Hence, the scripts that we downloaded while making the tarballs [intentionally] have a syntax error that makes the script un- runnable.

We've make OMPI's distscript a little more resilient now -- it checks that the config.guess/config.sub are runnable before schlepping them into the new tarball.



On Jan 20, 2009, at 10:09 AM, MPI Team wrote:


ERROR: Command returned a non-zero exist status (v1.3):
       make distcheck

Start time: Tue Jan 20 10:00:08 EST 2009
End time:   Tue Jan 20 10:09:20 EST 2009

= ======================================================================
[... previous lines snipped ...]
  && ../configure --srcdir=.. --prefix="$dc_install_base" \
     \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
&& rm -rf openmpi-1.3.1a0r20299.tar.gz openmpi-1.3.1a0r20299.tar.bz2 \
  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar

= = = = = = ======================================================================
== Configuring Open MPI
= = = = = = ======================================================================

*** Checking versions
checking Open MPI version... 1.3.1a0r20299
checking Open MPI release date... Unreleased developer copy
checking Open MPI Subversion repository version... r20299
checking Open Run-Time Environment version... 1.3.1a0r20299
checking Open Run-Time Environment release date... Unreleased developer copy checking Open Run-Time Environment Subversion repository version... r20299
checking Open Portable Access Layer version... 1.3.1a0r20299
checking Open Portable Access Layer release date... Unreleased developer copy checking Open Portable Access Layer Subversion repository version... r20299

*** Initialization, setup
configure: builddir: /home/mpiteam/openmpi/nightly-tarball-build- root/v1.3/create-r20299/ompi/openmpi-1.3.1a0r20299/_build configure: srcdir: /home/mpiteam/openmpi/nightly-tarball-build-root/ v1.3/create-r20299/ompi/openmpi-1.3.1a0r20299
configure: Detected VPATH build
configure: error: cannot run /bin/sh ../config/config.sub
make: *** [distcheck] Error 1
= ======================================================================

Your friendly daemon,
Cyrador
_______________________________________________
testing mailing list
test...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/testing


--
Jeff Squyres
Cisco Systems

Reply via email to