You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run make update and then oi-pkg-checker run once a day. After that I save the print-problems output to a file. I noticed that the print-problems output could differ after the new run even there are no new problems found:
$ diff log/problems.2024-08-11_00:50:00 log/problems.2024-08-12_00:50:00 | head
656d655
< [WARN] package predicate=pkg:/runtime/go-8 doesn't exist, but is required by package image/graphviz (runtime, conditional)
657a657
> [WARN] package predicate=pkg:/runtime/go-8 doesn't exist, but is required by package image/graphviz (runtime, conditional)
698d697
< [ERROR] renamed package SUNWsfwdemo needs renamed package SUNWnet-snmp-doc
699a699
> [ERROR] renamed package SUNWsfwdemo needs renamed package SUNWnet-snmp-doc
721d720
< [ERROR] renamed package runtime/nodejs needs renamed package runtime/nodejs-10
$
When I sort the log then there are no differences:
I run
make update
and thenoi-pkg-checker run
once a day. After that I save theprint-problems
output to a file. I noticed that theprint-problems
output could differ after the newrun
even there are no new problems found:When I sort the log then there are no differences:
It would be great if the
print-problems
output does not change after theoi-pkg-checker run
when there are no changes in the list of the problems.Thank you.
The text was updated successfully, but these errors were encountered: