When running hello world example with native engine, you get the feedback that src and dst must be the same. The issue is, the only mentioning of src is in the config file (and is that the same as the error msg mentions?), and dst isn't really ever thought about. Would that be prefix?
Checking in debugger reveals that src is the path defined in config and dst is /tmp/pkgsrc. I wondered here as well if this was a typo:
#88 (comment)
This change seemed really off
As part of this I looked into storepath and final_storepath (as those are the src and dst mentioned above). I do find this a big tricky. Why is src defined as storepath?