[Bug 67304] Build bugs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Apr 20 08:22:58 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=67304
--- Comment #2 from Qiang Wang <wangqiang.hunan at gmail.com> ---
I met this issue in the latest spice-gtk code.
I use the ubuntu 14.04
automake --version
automake (GNU automake) 1.14.1
automake: warnings are treated as errors
common/Makefile.am:4: warning: source file
'$(srcdir)/generated_client_demarshallers.c' is in a subdirectory,
common/Makefile.am:4: but option 'subdir-objects' is disabled
common/Makefile.am:4: warning: source file
'$(srcdir)/generated_client_demarshallers1.c' is in a subdirectory,
common/Makefile.am:4: but option 'subdir-objects' is disabled
automake: thread 0: not writing python_modules/Makefile.in because of earlier
errors
autoreconf: automake failed with exit status: 1
1. With automake >=1.14, ./autogen.sh fails
This is due to a change in the way automake sets subdir-objects as the default:
See https://github.com/sugarlabs/automake/blob/master/PLANS/subdir-objects.txt
I knew Downgrading to automake 1.13.4 will resolve this problem. But I still
think it's a problem.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-bugs/attachments/20140420/93733481/attachment.html>
More information about the spice-bugs
mailing list