Re: error: EXTRA_DIST must be set with '=' before using '+='
From: Lucas De Marchi <hidden>
Date: 2016-06-28 15:26:53
On Tue, Jun 28, 2016 at 12:08 AM, Lucas De Marchi [off-list ref] wrote:
On Mon, Jun 27, 2016 at 8:05 PM, Bernhard Landauer [off-list ref] wrote:quoted
Hi! Latest git commit fails building for me on Manjaro (Archlinux) with: Makefile.am: installing 'build-aux/depcomp' Makefile.am:207: installing 'build-aux/py-compile' parallel-tests: installing 'build-aux/test-driver' libkmod/docs/gtk-doc.make:33: error: EXTRA_DIST must be set with '=' before using '+=' libkmod/docs/Makefile.am:29: 'libkmod/docs/gtk-doc.make' included from here autoreconf: automake failed with exit status: 1 Do you have any hint for me what might be wrong at my end maybe?what version of gtk-doc do you have? We use it for generating the documentation, but it seems a recent version may be broken for our integration with it. At least on F24 I can't even -build the docs anymore... just went to check it in order to reproduce your issue. For now you may want to pass --disable-gtk-doc to see if it works
And it's now fixed in master branch, thanks for reporting. kmod 23 is coming very soon. Lucas De Marchi