On 8/12/09, Sdävtaker <sdavta...@gmail.com> wrote:
> Hi,
> I want to clean up and start again the installation of pkg since i did a
> broken update in python and qt and pretty much everything is broken
> portupgrade never ends, doing make in ports crash pretty much all the time
>><.
> I tried
> # pkg_delete '*'
> Segmentation fault (core dumped)
> # pkg_delete 'kde*'
> Segmentation fault (core dumped)

which is taking your current directory and trying to remove them.  not
gonna happen.

# pkg_delete -af

Try that, it removes all installed ports.  Alternatively, you can:
# rm /usr/local/* /var/db/pkg/*

and have the same result.

Good luck.

> Failed both in multiuser so I tried to do this as monouser and was the same.
> Im running
> FreeBSD user.domain 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24
> 00:57:44 UTC 2009
> r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
> Any suggestions?
> Thanks for any help.
>
> Damian
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to