Re: Problems with pkg_delete *

2009-08-12 Thread Sdävtaker
Thanks for reply guys.
I did the rm in both directories and worked great, installing all again from
ports now.
Damian

On Wed, Aug 12, 2009 at 11:42, Saifi Khan wrote:

> On Wed, 12 Aug 2009, Sd?vtaker 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)
> > 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
> >
>
> There was an earlier thread that discussed this issue
> http://www.mail-archive.com/freebsd-sta...@freebsd.org/msg101896.html
>
> Perhaps this may help you.
>
>
> thanks
> Saifi.
>
>


-- 
Sdävtaker prays to Rikku goddess for a good treasure.
___
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"


Re: Problems with pkg_delete *

2009-08-12 Thread Saifi Khan
On Wed, 12 Aug 2009, Sd?vtaker 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)
> 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
> 

There was an earlier thread that discussed this issue
http://www.mail-archive.com/freebsd-sta...@freebsd.org/msg101896.html

Perhaps this may help you.


thanks
Saifi.

___
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"


Re: Problems with pkg_delete *

2009-08-12 Thread Tim Judd
On 8/12/09, Sdävtaker  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"


Problems with pkg_delete *

2009-08-12 Thread Sdävtaker
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)
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"