On Thu, Apr 08, 2010 at 01:33:12PM +0200, Martin Dietze wrote: > > just tried to produce the debian build of the current 'crm' and > 'next' branches and found that the build is currently broken. > First, debian/rules contains a dependency to acinclude.m4 which > has disappeared. I fixed this, and now I am running into this > here: > > [..] > checking whether ln -s works... yes > checking whether gcc needs -traditional... no > /var/src/windowmaker/wmaker-git/configure: line 11220: syntax error near > unexpected token `-Wall' > /var/src/windowmaker/wmaker-git/configure: line 11220: > `AX_CFLAGS_GCC_OPTION(-Wall)' > make: *** [config-wmaker-stamp] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit > status 2
You also need to add "-I m4" to the aclocal invocation on the next line, to tell it to use the files in the m4 directory. After doing that, a dpkg-buildpackage -b -uc on the 'next' branch successfully completed for me here, although I haven't checked that everything in the resulting debs is actually correct. -- To unsubscribe, send mail to [email protected].
