That file doesn't exist any more. So this is a different issue.

Strange that it ask for it by name. Probably if we grep for the name
we'll find the offending line. The file has been converted to yasm
format and hence given a different extension, which is why it can't
find it.

Bill.

On Jan 12, 3:49 am, mabshoff <michael.absh...@mathematik.uni-
dortmund.de> wrote:
> Hi,
>
> this might be somewhat similar to #95, i.e. "make distclean" is
> broken, but "make dist" also fails in rev1555. After a configure:
>
> { test ! -d mpir-0.9 || { find mpir-0.9 -type d ! -perm -200 -exec
> chmod u+w {} ';' && rm -fr mpir-0.9; }; }
> mkdir mpir-0.9
> mkdir -p -- mpir-0.9/. mpir-0.9/demos mpir-0.9/demos/calc
> list='tests yasmbuild mpn mpz mpq mpf printf scanf cxx mpbsd demos
> tune doc'; for subdir in $list; do \
>           if test "$subdir" = .; then :; else \
>             test -d "mpir-0.9/$subdir" \
>             || mkdir -p -- "mpir-0.9/$subdir" \
>             || exit 1; \
>             distdir=`CDPATH="${ZSH_VERSION+.}:" && cd mpir-0.9 && pwd`; \
>             top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd mpir-0.9 && pwd`; \
>             (cd $subdir && \
>               make -j8  \
>                 top_distdir="$top_distdir" \
>                 distdir="$distdir/$subdir" \
>                 distdir) \
>               || exit 1; \
>           fi; \
>         done
> make[1]: Entering directory `/scratch/mabshoff/junk/gmp-mpir-svn1523/
> svn/mpir/mpir/trunk/tests'
> make[1]: *** No rule to make target `amd64call.asm', needed by
> `distdir'.  Stop.
> make[1]: Leaving directory `/scratch/mabshoff/junk/gmp-mpir-svn1523/
> svn/mpir/mpir/trunk/tests'
> make: *** [distdir] Error 1
>
> Cheers,
>
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to