I started a portupgrade of xorg, yesterday, after installing 7.1 release from cdrom about a week ago. However, portupgrade would stop with uninstall errors. I'd go into the ports directory /usr/ports/x11-drivers/xf86-video-r128 and try to make uninstall, but get segmentation fault. Tried pkgdb -F, failed; tried rm /var/db/pkgdb.db, pkgdb -fu, failed. Started looking around, and found about 6 ports with a null dependency:
pkg_info -v xfce-4\*
..cut..
Dependency: dbus-glib-0.78
dependency origin: devel/dbus-glib
Dependency: (null)
Comment: @unexec rm -f /usr/local/etc/gdm/Sessions/XFce4
Comment: @dirrmtry /usr/local/etc/gdm/Sessions
Comment: @dirrmtry /usr/local/etc/gdm
..cut..
I "fixed" all but xfce-4 by pkg_add -f [package from cdrom], then was able to deinstall and finish portupgrade.
However I installed xfce-4 from internet and don't have the same version to install without deinstall first.
Is there a good way to fix this?
pkg_info -v xfce-4\*
..cut..
Dependency: dbus-glib-0.78
dependency origin: devel/dbus-glib
Dependency: (null)
Comment: @unexec rm -f /usr/local/etc/gdm/Sessions/XFce4
Comment: @dirrmtry /usr/local/etc/gdm/Sessions
Comment: @dirrmtry /usr/local/etc/gdm
..cut..
I "fixed" all but xfce-4 by pkg_add -f [package from cdrom], then was able to deinstall and finish portupgrade.
However I installed xfce-4 from internet and don't have the same version to install without deinstall first.
Is there a good way to fix this?