abderrahim opened a new issue, #2194:
URL: https://github.com/apache/buildstream/issues/2194
I had a workspace open on a junction, then moved the junction directory.
Trying to track a source in the project later gave the current error
```
project.conf [line 12 column 2]: Subproject has no ref for junction:
buildstream-plugins-community.bst
Try tracking the junction element with `bst source track
buildstream-plugins-community.bst`
```
In this case, here is part of project.conf starting at line 12
```
- origin: junction
junction: buildstream-plugins-community.bst
sources:
```
@vixalien reported a similar error on matrix:
```
project.conf [line 33 column 2]: Subproject has no ref for junction:
freedesktop-sdk.bst
Try tracking the junction element with `bst source track
freedesktop-sdk.bst`
```
and in this case, it was an include file from the junction (project.conf
starting line 32)
```
(@):
- freedesktop-sdk.bst:include/runtime.yml
```
It might be that it only happens if the junction is needed in project.conf
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]