On Wed, Jan 06, 2016 at 02:22:35PM -0800, Pavel Sanda wrote:
> Georg Baum wrote:
> > Pavel Sanda wrote:
> > 
> > > Scott Kostyshak wrote:
> > >> (although I still don't understand why). I get another instance of the
> > >> same error though when using a build directory instead of an in-source
> > >> build.
> > > 
> > > Recipe? P
> > 
> > Starting from the top level source directory:
> > 
> > ./autogen.sh
> > mkdir buildtest
> > cd buildtest
> > ../configure
> > make distcheck
> > 
> > But since 'make distcheck' works if it is run directly in the source 
> > directory it is probably no show stopper for the beta (but we should create 
> > a bug in trac).
> 
> Still can't reproduce on the current HEAD,
> you use git clean -xdf before your recipy, right?
> Pavel

I just tried the current HEAD (ac1cd1ad) and I can still reproduce.

To use the exact commands that I run, run the following commands. Note the
possible consequences (e.g. git reset --hard and git clean -xdf will cause you
to lose any unsaved work). You just need to change the two instances of
/path/to/git/repo

---
mkdir /tmp/tmp.EI1jW3t6A1
cd /path/to/git/repo
git reset --hard
git clean -xdf
./autogen.sh
cd /tmp/tmp.EI1jW3t6A1 && /path/to/git/repo/configure --enable-build-type=pre 
--enable-monolithic-build=no
make -j4
make -j4 check
make -j4 distcheck
echo $?
---

Note that I can reproduce it with many other specifications (e.g. configure 
options).

Can you reproduce now?

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to