getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
21 stars 12 forks source link

builder: Use eopkg.py3 to build pspec.xml recipes #105

Closed ermo closed 1 month ago

ermo commented 4 months ago

This ensures that solbuild will work with the phase1+2 changes to eopkg and pisi packages here

In addition, make a cosmetic tweak to eopkg install commands (which will effectively be using eopkg.bin when the PR above lands) so the -y flag is set before the -c flag when installing components.

silkeh commented 1 month ago

FYI: I can't build pisi using eopkg.py3:

 ✓  Now starting build package=pisi
Building source package: pisi
Program terminated.
SyntaxError in COMAR file (/WORK/comar/manager.py): multiple exception types must be parenthesized (error, line 140)
Please use 'eopkg help' for general help.
silkeh commented 1 month ago

Closing in favour of #111