Skip to content
\n

It does the the same thing the other way around (compiling first debug, then release). So, it looks like scons is not able to copy .sconsign.tmp to .sconsign.dblite, which is weird, because I can clearly see that those 2 files are present in the folder.

\n

This problem doesn't occur when I compile directly on the host (outside the container). I am wondering if it could be a user permission issue.

","upvoteCount":1,"answerCount":7,"acceptedAnswer":{"@type":"Answer","text":"

Nice, I did not know about SConsignFile! I added do this in my SConstruct for testing purpose:

\n

SConsignFile(\"C:/TEMP/.sconsign\")

\n

C:/TEMP is a folder in my container only, not accessible outside to the host. Now everything is compiling fine within the container with -j16 on both debug and release. Problem fixed!

\n

Thx!

","upvoteCount":0,"url":"https://github.com/SCons/scons/discussions/4481#discussioncomment-8547640"}}}

Any idea why I have the error : The system cannot find the path specified: '.sconsign.tmp' -> '.sconsign.dblite': #4481

Answered by peterphonic
peterphonic asked this question in Q&A
Discussion options

You must be logged in to vote

Nice, I did not know about SConsignFile! I added do this in my SConstruct for testing purpose:

SConsignFile("C:/TEMP/.sconsign")

C:/TEMP is a folder in my container only, not accessible outside to the host. Now everything is compiling fine within the container with -j16 on both debug and release. Problem fixed!

Thx!

Replies: 7 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bdbaddog
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@peterphonic
Comment options

Comment options

You must be logged in to vote
2 replies
@peterphonic
Comment options

Answer selected by bdbaddog
@bdbaddog
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants