GNOME Bugzilla – Bug 796924
windows bootstrap: underspecified automake-1.15 dependency
Last modified: 2018-08-07 21:19:03 UTC
Multiple people have reported problems with fresh cerbero builds on Windows, where during bootstrap gettext-tools (or gettext-m4?) fails to build because automake 1.15 is required. It seems like our deps our underspecified and we don't build automake early enough, or there's a circular dep. We should try and reproduce with a clean build and double check recipes and in what order they're built.
Fixed with: commit 54586d5612375b69316e76d70b75d68793805780 Author: Nirbheek Chauhan <nirbheek@centricular.com> Date: Tue Aug 7 21:44:47 2018 +0530 gettext-tools.recipe: Needs automake-1.15 on Windows Also move gettext-tools earlier in the list of build tools so it's available ASAP.