Opened 10 years ago
Closed 10 years ago
#4606 closed defect (fixed)
Build fails generating gir
Reported by: | dnarvaez | Owned by: | |
---|---|---|---|
Priority: | Urgent | Milestone: | 0.102.0 |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
http://buildbot.sugarlabs.org/builders/full/builds/26/steps/shell_2/logs/stdio
This probably happens rarely but we should fix it anyway. The .gir should depend on the .la, see for example how its done in libsoup
https://git.gnome.org/browse/libsoup/tree/libsoup/Makefile.am#n251
Change History (2)
comment:1 Changed 10 years ago by dnarvaez
- Milestone changed from Unspecified to 0.102
comment:2 Changed 10 years ago by Daniel Narvaez
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Make gir files depend on their library
Otherwise with parallel builds we might try to build gir files
before the library causing an error. This happened once in the
buildbot.
Fix #4606
Changeset: 28423249f6cff4671d885f3afe86918e3e7ac8d8