pkg_delete multimedia/mplayer doesn't work

2004-06-25 Thread jobse
Thanx,
Epi,
Ch Hiris,
Erik Trulsson.
I appreciate your answers.
It seems to have come back to normal again and mplayer
is definitely gone! chers.
/jobse

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-25 Thread jobse
Hay
On Thu, 2004-06-24 at 22:20, [EMAIL PROTECTED] wrote:

> though cd to the mplayer ports dir followed by make deinstall 'should'
> have solved the problem, i just noticed another detail worth mentioning.
> 
> you're using pkg_delete here.  i do not believe that it accepts shell
> globs (like * or ?).  you might have better luck with pkg_deinstall -- part
> of the tools installed by /sysutils/portupgrade, which i *highly*
> recommend.

Thanx for the tip.
I just deleted all I could find with rm. I dont know if that   
was a good move however. "pkgdb -F" now tells me off.

I've just been solving one problem about how to set up my graphics and
sound modules but am gradually realising there is more to come.

jobse




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread Christian Hiris
On Thursday 24 June 2004 19:50, jobse wrote:
> hello
> I do like this from /usr/ports.
> pkg_delete multimedia/mplayer*, right.
> And then I get that nothing is installed.

Try
# cd /var/db/pkg
# pkg_delete mplayer* 

If you want to force deletion of the package use the command 
# pkg_delete -f mplayer*
instead of 
# pkg_delete mplayer* 

If it's still not deinstalling enter the command
# ls -l /var/db/pkg/mplayer*
If it doesnt return somthing like
'/var/db/pkg/mplayer-gtk-esound'
no mplayer package has been registered on your system.  

hth
ch

-- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgpQfMP4Ij4KH.pgp
Description: signature


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread epilogue
On Thu, 24 Jun 2004 16:20:06 -0400
[EMAIL PROTECTED] wrote:

> On Thu, 24 Jun 2004 22:10:25 +0200
> jobse <[EMAIL PROTECTED]> wrote:
> 
> > On Thu, 2004-06-24 at 21:15, [EMAIL PROTECTED] wrote:
> > > On Thu, 24 Jun 2004 19:50:50 +0200
> > > jobse <[EMAIL PROTECTED]> wrote:
> > > 
> > > > hello
> > > > I do like this from /usr/ports.
> > > > pkg_delete multimedia/mplayer*, right.
 
also, it's not 'pkg_delete multimedia/mplayer*'

it would be 'pkg_delete mplayer-gtk-0.92.1_1'  (substituted by whatever
'pkg_info | grep -i mplay' returns as the mplayer version installed)

you might want to consider rereading the handbook section on working
with ports as well as the pkg_delete man page, while i should definitely
concentrate on more closely reading e-mails.   ;)

good luck.  epi out.


> though cd to the mplayer ports dir followed by make deinstall 'should'
> have solved the problem, i just noticed another detail worth mentioning.
> 
> you're using pkg_delete here.  i do not believe that it accepts shell
> globs (like * or ?).  you might have better luck with pkg_deinstall --
> part of the tools installed by /sysutils/portupgrade, which i *highly*
> recommend.
> 
> > > > When I go into the directory of ports/mplayer and
> > > > try deinstall it. It says deinstalling for mplayer, but
> > > > afterwars I can still run it.
> > > 
> > > if everything was originally installed via ports or packages and
> > > nothing moved, this is highly unusual.  
> > yeah, isn't it weird?
> > > 
> > > try a few of these commands to gather some info:
> > > 
> > > which mplayer
> > > mplayer -v
> > > locate mplayer
> > > find / -name mplayer -print
> > > find / -path \*mplayer\* -print | more
> > 
> > I will try them out and do some digging.
> > 
> > > hope this helps.
> > 
> > thanx
> > /jobse
> > > 
> > > 
> > 
> > > cheers,
> > > epi
> > > 
> > >  
> > > > ___
> > > > [EMAIL PROTECTED] mailing list
> > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to
> > > > "[EMAIL PROTECTED]"
> > > > 
> > > 
> > 
> > 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread Erik Trulsson
On Thu, Jun 24, 2004 at 04:20:06PM -0400, [EMAIL PROTECTED] wrote:
> On Thu, 24 Jun 2004 22:10:25 +0200
> jobse <[EMAIL PROTECTED]> wrote:
> 
> > On Thu, 2004-06-24 at 21:15, [EMAIL PROTECTED] wrote:
> > > On Thu, 24 Jun 2004 19:50:50 +0200
> > > jobse <[EMAIL PROTECTED]> wrote:
> > > 
> > > > hello
> > > > I do like this from /usr/ports.
> > > > pkg_delete multimedia/mplayer*, right.
> 
> though cd to the mplayer ports dir followed by make deinstall 'should'
> have solved the problem, i just noticed another detail worth mentioning.
> 
> you're using pkg_delete here.  i do not believe that it accepts shell
> globs (like * or ?).  you might have better luck with pkg_deinstall -- part
> of the tools installed by /sysutils/portupgrade, which i *highly*
> recommend.

pkg_delete does accept shell globs, but you have to quote them to make
sure that the shell does not expand them.
(I.e. one should do something like 
pkg_delete 'mplayer*'
to delete all all packages whose name start with mplayer.)


-- 

Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread epilogue
On Thu, 24 Jun 2004 22:10:25 +0200
jobse <[EMAIL PROTECTED]> wrote:

> On Thu, 2004-06-24 at 21:15, [EMAIL PROTECTED] wrote:
> > On Thu, 24 Jun 2004 19:50:50 +0200
> > jobse <[EMAIL PROTECTED]> wrote:
> > 
> > > hello
> > > I do like this from /usr/ports.
> > > pkg_delete multimedia/mplayer*, right.

though cd to the mplayer ports dir followed by make deinstall 'should'
have solved the problem, i just noticed another detail worth mentioning.

you're using pkg_delete here.  i do not believe that it accepts shell
globs (like * or ?).  you might have better luck with pkg_deinstall -- part
of the tools installed by /sysutils/portupgrade, which i *highly*
recommend.

> > > When I go into the directory of ports/mplayer and
> > > try deinstall it. It says deinstalling for mplayer, but
> > > afterwars I can still run it.
> > 
> > if everything was originally installed via ports or packages and
> > nothing moved, this is highly unusual.  
> yeah, isn't it weird?
> > 
> > try a few of these commands to gather some info:
> > 
> > which mplayer
> > mplayer -v
> > locate mplayer
> > find / -name mplayer -print
> > find / -path \*mplayer\* -print | more
> 
> I will try them out and do some digging.
> 
> > hope this helps.
> 
> thanx
> /jobse
> > 
> > 
> 
> > cheers,
> > epi
> > 
> >  
> > > ___
> > > [EMAIL PROTECTED] mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> > > 
> > 
> 
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread jobse
On Thu, 2004-06-24 at 21:15, [EMAIL PROTECTED] wrote:
> On Thu, 24 Jun 2004 19:50:50 +0200
> jobse <[EMAIL PROTECTED]> wrote:
> 
> > hello
> > I do like this from /usr/ports.
> > pkg_delete multimedia/mplayer*, right.
> > 
> > When I go into the directory of ports/mplayer and
> > try deinstall it. It says deinstalling for mplayer, but
> > afterwars I can still run it.
> 
> if everything was originally installed via ports or packages and nothing
> moved, this is highly unusual.  
yeah, isn't it weird?
> 
> try a few of these commands to gather some info:
> 
> which mplayer
> mplayer -v
> locate mplayer
> find / -name mplayer -print
> find / -path \*mplayer\* -print | more

I will try them out and do some digging.

> hope this helps.

thanx
/jobse
> 
> 

> cheers,
> epi
> 
>  
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> > 
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread epilogue
On Thu, 24 Jun 2004 19:50:50 +0200
jobse <[EMAIL PROTECTED]> wrote:

> hello
> I do like this from /usr/ports.
> pkg_delete multimedia/mplayer*, right.
> And then I get that nothing is installed.
> 
> I test mplayer finds it still working. Should it
> not have been deleted?
> When I go into the directory of ports/mplayer and
> try deinstall it. It says deinstalling for mplayer, but
> afterwars I can still run it.

if everything was originally installed via ports or packages and nothing
moved, this is highly unusual.  i suspect however, that one of the two did
happen, that you've got an extra copy floating around somewhere on your
machine, and that you will have to do a little homework to get to the
bottom of this.

try a few of these commands to gather some info:

which mplayer
mplayer -v
locate mplayer
find / -name mplayer -print
find / -path \*mplayer\* -print | more

now that you know what it is (version) and where it is, you can try to
figure out more about what happened.  how/when that version was installed
(check dates and compare version number to port history), if it was moved
to somewhere non-standard (compare with normal install directories), and
what ever else tickles your fancy.

finally, you now have to option to eliminate the port by simply removing it
manually.

hope this helps.


cheers,
epi

> 
> thanks
> /jobse
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pkg_delete multimedia/mplayer doesn't work

2004-06-24 Thread jobse
hello
I do like this from /usr/ports.
pkg_delete multimedia/mplayer*, right.
And then I get that nothing is installed.

I test mplayer finds it still working. Should it
not have been deleted?
When I go into the directory of ports/mplayer and
try deinstall it. It says deinstalling for mplayer, but
afterwars I can still run it.

thanks
/jobse

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"