<html><body><div>Hello,</div><div><br></div><div>I'm working on updating meld and during gmake REQUIRED_PACKAGES I got a long error message to every .py file from .p5m. <br></div><div>One example for all:</div><div><br></div><div>Couldn't find 'usr/lib/python3.9/site-packages/meld/windowstate.pyc' in any of the specified search directories: <br>    /export/home/nona/oi-userland/components/developer/meld
<br>    /export/home/nona/oi-userland/components/developer/meld/build
<br>    /export/home/nona/oi-userland/components/developer/meld/build/prototype/i386
<br>    /export/home/nona/oi-userland/components/developer/meld/build/prototype/i386/mangled
<br>    /export/home/nona/oi-userland/components/developer/meld/meld-3.21.0
<br>make[1]: *** [/export/home/nona/oi-userland/make-rules/ips.mk:481: /export/home/nona/oi-userland/components/developer/meld/build/manifest-i386-meld.depend] Error 1 <br>make[1]: Leaving directory '/export/home/nona/oi-userland/components/developer/meld' <br>gmake: *** [/export/home/nona/oi-userland/make-rules/ips.mk:515: REQUIRED_PACKAGES] Error 2</div><div><br></div><div>Such errors are always hard for me to understand. Isn't it weird that it's looking for .pyc files which aren't part of either manifests/sample-manifest.p5m nor meld.p5m? Everywhere I only have.py files.</div><div><br></div><div>When I check the build directory, I can see that the program installed into build/prototype/i386/usr/ not into build/prototype/i386/mangled like gmake is looking for. Is there a way to fix it?<br></div><div><br></div><div>Current state of related files can be seen here: https://github.com/balrog-nona/oi-userland/commit/87723c83c1492fea03e4254a1860278d04cae4be</div><div><br></div><div>Thank you for any suggestion.</div><div>All the best,</div><div>Nona<br></div></body></html>