Hello, currently the tar's bootstrap fails while doing symbolic link to
non-existing file:

    gnulib/build-aux/missing

The last think bootstrap does for me is:

    ./bootstrap: ln -fs ../gnulib/build-aux/install-sh build-aux/install-sh

.. and after that fails silently with error code 1.

System: Fedora 17

|| diff --git a/bootstrap b/bootstrap
|| index 1599728..514ba47 100755
|| --- a/bootstrap
|| +++ b/bootstrap
|| @@ -131,7 +131,6 @@ tests_base=tests
||  # Extra files from gnulib, which override files from other sources.
||  gnulib_extra_files="
||          $build_aux/install-sh
|| -        $build_aux/missing
||          $build_aux/mdate-sh
||          $build_aux/texinfo.tex
||          $build_aux/depcomp




Reply via email to