Installing VLC - FreeBSD 8.0 i386

Code:
===>  Installing for taglib-rcc-1.6.1
===>   Generating temporary packing list
===>  Checking if audio/taglib already installed
===>   An older version of audio/taglib is already installed (taglib-1.5)
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of audio/taglib
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.


I have updated the snapshot and extracted it.
Any idea what to do next here?
 
achix said:
Just do a
# portupgrade audio/taglib
first

Are you saying portupgrade is a command here? Because on my system that is not a command.

I have how ever cd'd in to the audio/taglib directory and did a
Code:
make deinstall
followed by a
Code:
make reinstall
to no avail.
 
BitUnique said:
Are you saying portupgrade is a command here? Because on my system that is not a command.
Yes, and a very popular one :e
just do
# pkg_add -r portupgrade

BitUnique said:
I have how ever cd'd in to the audio/taglib directory and did a
Code:
make deinstall
followed by a
Code:
make reinstall
to no avail.

show to us the full progression, please.
 
Code:
pandora# make deinstall
===>  Deinstalling for audio/taglib

Code:
pandora# make reinstall
===>  Installing for taglib-rcc-1.6.1
===>   taglib-rcc-1.6.1 depends on shared library: rcc.2 - found
===>   Generating temporary packing list
===>  Checking if audio/taglib already installed
===>   An older version of audio/taglib is already installed (taglib-1.5)
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of audio/taglib
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/audio/taglib.
*** Error code 1

Stop in /usr/ports/audio/taglib.
*** Error code 1

Stop in /usr/ports/audio/taglib.
 
Also, i might add. that portupgrade doesnt seem to work. Its installed, but not working. Maybe there is a file that needs configuration?
 
Back
Top