Changes between Initial Version and Version 1 of Ticket #11012, comment 2
- Timestamp:
- Jul 8, 2014, 8:02:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11012, comment 2
initial v1 2 2 3 3 As such, the package gets downloaded but not extracted, but seemingly, the destination folder for it has been created. The latter's existence appears to be the dependency the build system relies on to know whether to download/extract the package, and consequently that step is skipped entirely without extracting the package at all, leading to a later build failure due to missing headers or whatnot from said build package. 4 5 Edit: I should clarify, the latter part occurs when fixing the problem and then trying the build again without cleaning.