Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2009 08:35:43 -0600
From:      Tim Judd <tajudd@gmail.com>
To:        =?ISO-8859-1?Q?Sd=E4vtaker?= <sdavtaker@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems with pkg_delete *
Message-ID:  <ade45ae90908120735g2b03a1a0hb1142d40a17e8725@mail.gmail.com>
In-Reply-To: <c37d69f60908120651q28c5e60dxff9f809f09e6a5ff@mail.gmail.com>
References:  <c37d69f60908120651q28c5e60dxff9f809f09e6a5ff@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/12/09, Sd=E4vtaker <sdavtaker@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 tim=
e
>><.
> 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 sa=
me.
> Im running
> FreeBSD user.domain 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24
> 00:57:44 UTC 2009
> root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
> Any suggestions?
> Thanks for any help.
>
> Damian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ade45ae90908120735g2b03a1a0hb1142d40a17e8725>