| Summary: | Build failure in Continuous | ||
|---|---|---|---|
| Product: | ModemManager | Reporter: | Emmanuele Bassi (:ebassi) <ebassi> |
| Component: | general | Assignee: | ModemManager bug user <modemmanager> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
Thanks, it should be now fixed in git master. I also disabled deprecation warnings, btw. |
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.
MM fails to build in GNOME Continuous with this error: In file included from ublox/mm-ublox-enums-types.c:4:0: ublox/mm-ublox-enums-types.h:4:36: fatal error: mm-modem-helpers-ublox.h: No such file or directory #include "mm-modem-helpers-ublox.h" ^ compilation terminated. See: http://build.gnome.org/continuous/buildmaster/builds/2016/10/12/38/build/log-ModemManager.txt Sadly, the build log is pretty terrible because of the massive amount of deprecation warnings; I strongly suggest you add `-DGLIB_DISABLE_DEPRECATION_WARNINGS` if you're not planning to port to GTask. I've tagged ModemManager in Continuous until the build is fixed.