Opened 7 years ago

Last modified 4 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 sjamaan

Estimated difficulty: medium

comment:2 Changed 6 years ago by sjamaan

Milestone: 5.05.1

Maybe not an issue, need to investigate. In any case, it's not important enough to hold up a 5.0 release

comment:3 Changed 5 years ago by sjamaan

Milestone: 5.15.2

Getting ready for 5.1, moving tickets which won't make it in to 5.2.

comment:4 Changed 5 years ago by felix winkelmann

Milestone: 5.25.3

comment:5 Changed 3 years ago by felix winkelmann

Milestone: 5.35.4

comment:6 Changed 4 months ago by felix winkelmann

Milestone: 5.46.0.0
Note: See TracTickets for help on using tickets.