Summary: | Build bugs | ||
---|---|---|---|
Product: | Spice | Reporter: | Yury <shved> |
Component: | server | Assignee: | Spice Bug List <spice-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | shved, wangqiang.hunan |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Yury
2013-07-25 14:13:25 UTC
Downgrading to automake 1.13.4 resolved this problem. 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. When I wanted to autogen spice-gtk. What I have done to resolve this problem, it's to add AUTOMAKE_OPTIONS = subdir-objects at the top of spice-common/Makefile.am spice-common/common/Makefile.am |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.