HEADS UP: linux_base-8 upgrade requires immediate testing

Alexander Leidinger Alexander at Leidinger.net
Tue Dec 28 14:08:28 PST 2004


Am Montag, den 27.12.2004, 18:10 -0600 schrieb Jeremy Messenger:

> I only notice many problems with linux ports are that those pkg-plist need  
> to be fix. Sorry, I forgot to '>&' to create log because it was over  
> scroll in my screen when I 'pkg_delete -f linux-\*' to deinstall linux  
> apps then 'pkg_delete -f linux\*' to deinstall linux_base-8. More like  
> linux_base-8, linux-XFree86-libs, linux-atk, linux-pango, linux-gtk2 and  
> few other linux-* pkg-plist.

You got those messages because you used "pkg_delete -f". They aren't
deinstalled in reversed dependency order, they are deinstalled in either
lexicographic order ("ls -1d /var/db/pkg/linux*") or in create-time
order ("find /var/db/pkg -name linux\* -print")... I'm too laze to look
up which order is used. If you use pkg_deinstall (from portupgrade
fame), it deinstalls in the reversed dependency order.

This doesn't means the patch is free of flaws. An experimental build on
the cluster showed some problems. We've through several rounds of
bugfixing. So far (the patch you've tested) we've fixed the major
problems (except one or two which we are investigating right now). Some
minor ones (since Kris hasn't forwarded those yet, I assume those are
general flaws of the current state of our linux-bits in the ports
collection :-) ) can be fixed after the patch hits the tree.

Bye,
Alexander.




More information about the freebsd-ports mailing list