On Sun, Sep 05, 2004 at 03:25:29PM -0700, Randy Bush wrote: > well, that's what i am running now. but do i know that there were > not other dependency sub-trees that failed? It might not be an elegant solution, but look for packages that have their +COMMENT file older than the time you started the portupgrade. Something like: find /var/db/pkg -type f -name +COMMENT ! \ -newer /var/db/pkg/first_updated_port/+COMMENT | awk -F/ '{print $5}' should do the trick. Hackish, yes, but effective. Bye, Andrea -- There's no place like ~Received on Mon Sep 06 2004 - 06:38:10 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:10 UTC