On Mon, Dec 5, 2011 at 4:19 PM, Paul Davis <[email protected]> wrote:
> This means we're missing them in a CLEAN_FILES directive in Makefile.am
Yeah, just realized that make distcheck is in fact broken since the
cli tests were added to the make check target. /utils/run is what is
producing those 2 files. This seems to do it:
diff --git a/Makefile.am b/Makefile.am
index 01879dc..98c7be9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,6 +113,8 @@ distclean-local:
rm -fr $(top_builddir)/etc/couchdb/default.d
rm -fr $(top_builddir)/etc/couchdb/local.d
rm -fr $(top_builddir)/tmp
+ rm -f couchdb.stdout
+ rm -f couchdb.stderr
.PHONY: local-clean
local-clean: maintainer-clean
>
> On Mon, Dec 5, 2011 at 10:49 AM, Filipe David Manana
> <[email protected]> wrote:
>> Just fixed a misspelled filename in Makefile.am.
>> However still not enough for make distcheck:
>>
>> ERROR: files left in build directory after distclean:
>> ./couchdb.stderr
>> ./couchdb.stdout
>> make[1]: *** [distcleancheck] Error 1
>> make: *** [distcheck] Error 2
>>
>> It doesn't give me any other more helpful error. Something seems to be
>> missing in the new Makefile.am (just a guess).
>>
>>
>> On Mon, Dec 5, 2011 at 10:55 AM, Benoit Chesneau <[email protected]> wrote:
>>> Hi,
>>>
>>> I've pushed couch_replicator code online. Tests are running well
>>> locally but the bot fail. Any idea what's going on ? The logs in
>>> buildbot don't help at all btw. Maybe there should be a way to launch
>>> tests in verbose mode ?
>>>
>>> - benoît
>>
>>
>>
>> --
>> Filipe David Manana,
>>
>> "Reasonable men adapt themselves to the world.
>> Unreasonable men adapt the world to themselves.
>> That's why all progress depends on unreasonable men."
--
Filipe David Manana,
"Reasonable men adapt themselves to the world.
Unreasonable men adapt the world to themselves.
That's why all progress depends on unreasonable men."