Error compiling KDE 3

Andrew Gould andrewlylegould at gmail.com
Thu Sep 3 01:08:27 UTC 2009


On Wed, Sep 2, 2009 at 3:03 PM, Jerry<gesbbb at yahoo.com> wrote:
> On Wed, 2 Sep 2009 19:26:46 +0000
> Jeronimo Calvo <jeronimocalvop at googlemail.com> wrote:
>
>> Trying to compile KDE 3, I am getting the folliwing error...
>>
>> any ideas?
>>
>>
>> ===>  Installing for gnutls-2.8.3
>> ===>   gnutls-2.8.3 depends on executable: pkg-config - found
>> ===>   Generating temporary packing list
>> ===>  Checking if security/gnutls already installed
>> ===>   An older version of security/gnutls is already installed
>> (gnutls-2.6.4) 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 security/gnutls
>>       without deleting it first, set the variable "FORCE_PKG_REGISTER"
>>       in your environment or the "make install" command line.
>
> cd /usr/ports/security/gnutls
> make deinstall && make reinstall && make distclean
> cd -
> make install
>
> --
> Jerry
> gesbbb at yahoo.com
>

The package list may have changed between version 2.6.4 and 2.8.3.  I
would recommend replacing "make deinstall", above, with:

pkg_delete gnutls-2.6.4

Andrew


More information about the freebsd-questions mailing list