From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 28 Jun 2016 00:08:39 -0300 Message-ID: Subject: Re: error: EXTRA_DIST must be set with '=' before using '+=' From: Lucas De Marchi To: Bernhard Landauer Cc: linux-modules Content-Type: text/plain; charset=UTF-8 List-ID: On Mon, Jun 27, 2016 at 8:05 PM, Bernhard Landauer wrote: > 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 Lucas De Marchi