The test suite (i.e. make test, not that it does anything usefull, but
abyway) currently fails because of a faulty variable assignment in line 231
in GNUmakefile.am:
"TESTLOGDIR = $(builddir)/testlog", where $(builddir) is an empty string
leading to "mkdir -p /testlog" in line 309 which of course fails. The
correct variable is called "$(top_builddir)", so please run "sed
'/TESTLOGDIR/s/builddir/top_builddir/'" on GNUmakefile.am.
Original issue reported on code.google.com by fab...@greffrath.com on 30 Oct 2009 at 12:37
Original issue reported on code.google.com by
fab...@greffrath.com
on 30 Oct 2009 at 12:37