lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regtests for previous stables failing


From: David Kastrup
Subject: Re: regtests for previous stables failing
Date: Fri, 27 Oct 2017 08:21:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 2017-10-26 23:26 GMT+02:00 David Kastrup <address@hidden>:
>
>> make clean
>>
>> before calling autogen.sh .
>>
>> Possibly make distclean .
>
> Being at lilypond-git/build (dev/2-18-test) I did:
>
> make clean
> make distclean
> cd ..
> rm -fr build
> sh autogen.sh --noconfigure
> mkdir -p build/
> cd build/
> ../configure
> make -j5
> make -j5 test-baseline
> make -j5 check
>
>
> With same failure.

Ah, separate build directory.  Try "make distclean" in the top source
directory itself in case you configured it accidentally at one time.

There also is the possibility of

git clean -x -f

But that's rather radical.  You should not be storing any files of your
own in the directory then because this will remove every file not
checked out via git.  With -d in addition, unknown directories will also
get removed.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]