Re: py24-gobject won't deinstall

2009-04-03 Thread Oliver Fromme
Richard DeLaurell wrote: > Oliver Fromme wrote: > > PS: To check the consistency of your package database, > > you can use this small script (requires Python): > > > > http://www.secnetix.de/olli/scripts/pkg_check_dependencies > > > > If you get no output from "pkg_check_dependencies -q",

Re: py24-gobject won't deinstall

2009-04-02 Thread Richard DeLaurell
Oliver Fromme wrote: PS: To check the consistency of your package database, > you can use this small script (requires Python): > > http://www.secnetix.de/olli/scripts/pkg_check_dependencies > > If you get no output from "pkg_check_dependencies -q", > then your dependencies are good. > Oliver, I

Re: py24-gobject won't deinstall

2009-04-02 Thread Oliver Fromme
Polytropon wrote: > Richard DeLaurell wrote: > > I reveal my ignorance: why does this work to delete the package > > > ># pkg_delete -f /var/db/pkg/py24-gobject* > > > > while 'pkg_delete py24-gobject*' did not? > > Use the -f, Luke. The force! Use the force! :-) > > > Would

Re: py24-gobject won't deinstall

2009-04-01 Thread Polytropon
On Wed, 1 Apr 2009 09:24:18 -0500, Richard DeLaurell wrote: > I reveal my ignorance: why does this work to delete the package > ># pkg_delete -f /var/db/pkg/py24-gobject* > > > while 'pkg_delete py24-gobject*' did not? Use the -f, Luke. The force! Use the force! :-) > Would the la

Re: py24-gobject won't deinstall

2009-04-01 Thread Vasadi I. Claudiu Florin
Perhaps my installation is incomplete? perhaps "man [whatever]" would work better? or maybe http://freebsd.org/cgi/man.cgi ? :) or maybe even google :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: py24-gobject won't deinstall

2009-04-01 Thread Richard DeLaurell
I reveal my ignorance: why does this work to delete the package # pkg_delete -f /var/db/pkg/py24-gobject* while 'pkg_delete py24-gobject*' did not? Would the latter have done the trick if issued from the /var/db/pkg directory itself? In any event your solution does seem to have worked.

Re: py24-gobject won't deinstall

2009-04-01 Thread Polytropon
On Wed, 1 Apr 2009 07:41:15 -0500, Richard DeLaurell wrote: > I tried pkg_delete to see what depends on py24-gobject and it's a hefty > list; is deinstalling that entire list and then installing py25-gobject the > only option for me? No, it would be possible to first # pkg_delete -f /va