[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1790: md5 egg refers to nonexisting header file in source-dependenc
From: |
Chicken Trac |
Subject: |
Re: #1790: md5 egg refers to nonexisting header file in source-dependencies list causing it to fail on rebuild |
Date: |
Wed, 06 Oct 2021 15:50:26 -0000 |
#1790: md5 egg refers to nonexisting header file in source-dependencies list
causing it to fail on rebuild
-----------------------------------+------------------------
Reporter: sjamaan | Owner: Kon Lovett
Type: defect | Status: closed
Priority: major | Milestone: someday
Component: extensions | Version: 5.2.0
Resolution: fixed | Keywords:
Estimated difficulty: medium |
-----------------------------------+------------------------
Comment (by felix winkelmann):
The reason is likely to be a (mis)feature of `chicken-do`: if the target
does not exist, then the dependencies are not even checked. On a second
run, the target exists but is outdated and now the dependencies are
checked.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1790#comment:4>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.