Hi Stephan

Your idea is sound. The pkg file next to a Makefile in the same directory indicate a component.

The pkg file contains a json with all required packages so the grep trick works, you can also use jq to filter out the json syntax cleanly.

The rebuild is one thing we should do yes, so if you can bump the version numbers I can run it through CI.

It's a good idea! keep going.

-Till

On 01.08.23 07:40, Stephan Althaus wrote:
Hello!

We are stumbling over some faults with regard to the GCC Version change.

i had the idea of a half-automation of these steps:
- find packages that need a rebuild
- patch Makefile and pkg5
- git checkout -b , git add, git commit, etc..

How to identify the appropriate packages ?
When i select packages by " (grep gcc-7-runtime" pkg) == true " i get some candidates..

-> Do we have to rebuild all other packages that have been build prior to the commit "switch default gcc to version 10"
because of the "ABI change" ??

That would be >200 packages..

Or is my idea "stupid" in the end?

Regards,
Stephan



_______________________________________________
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

_______________________________________________
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

Reply via email to