Opened 8 years ago
Last modified 14 months ago
#1370 new defect
Build-dependencies between import libraries and core units don't seem to be completely right
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.0.0 |
Component: | build system | Version: | 5.0.0 |
Keywords: | Cc: | ||
Estimated difficulty: | medium |
Description
During some messing around with my working copy, I deleted all generated *.import.c
and
*.import.scm
files. Running make
again resulted in build errors, reporting missing import libraries (more specifically: unresolved imports.) To fix this, the unit holding the module that produces the missing import libraries has to be recompiled from the .scm
spurce.
It seems that the dependencies between Scheme files and import libraries are not fully specified in rules.make
.
Change History (6)
comment:1 Changed 7 years ago by
Estimated difficulty: | → medium |
---|
comment:2 Changed 7 years ago by
Milestone: | 5.0 → 5.1 |
---|
comment:3 Changed 6 years ago by
Milestone: | 5.1 → 5.2 |
---|
Getting ready for 5.1, moving tickets which won't make it in to 5.2.
comment:4 Changed 5 years ago by
Milestone: | 5.2 → 5.3 |
---|
comment:5 Changed 4 years ago by
Milestone: | 5.3 → 5.4 |
---|
comment:6 Changed 14 months ago by
Milestone: | 5.4 → 6.0.0 |
---|
Note: See
TracTickets for help on using
tickets.
Maybe not an issue, need to investigate. In any case, it's not important enough to hold up a 5.0 release