<html><body><div>Thank you, I totally forgot to check solaris-userland.<br></div><div><br></div><div><br></div><aside>
---------- Původní e-mail ----------<br>
Od: Alan Coopersmith <alan.coopersmith@oracle.com><br>
Komu: oi-dev@openindiana.org<br>
Datum: 4. 1. 2022 18:30:04<br>
Předmět: Re: [oi-dev] meld and gmake REQUIRED_PACKAGES
</aside><br><blockquote data-email="alan.coopersmith@oracle.com">On 1/4/22 4:27 AM, Nona Hansel wrote:
<br>> Such errors are always hard for me to understand. Isn't it weird that it's
<br>> looking for .pyc files which aren't part of either manifests/sample-manifest.p5m
<br>> nor meld.p5m? Everywhere I only have.py files.
<br>
<br>The build system is being helpful and automatically adding the compiled
<br>.pyc file for every .py file listed in the manifest:
<br>
<br>https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/transforms/autopy
<br>> 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>
<br>It's doing the right thing - mangled is only for files mangled by the
<br>userland-mangler build tool. The rest should be under build/prototype/i386
<br>as you have (note that it's looking for usr/... as the path under there).
<br>
<br>You might look at what the Solaris build of meld does - but it's still using
<br>Python 3.7 (I think just because it was updated before there were 3.9 versions
<br>of all the dependencies available in Solaris):
<br>
<br>https://github.com/oracle/solaris-userland/blob/master/components/gnome/meld/Makefile
<br>
<br> -alan-
<br>
<br>_______________________________________________
<br>oi-dev mailing list
<br>oi-dev@openindiana.org
<br>https://openindiana.org/mailman/listinfo/oi-dev
<br></blockquote></body></html>