Date: Wed, 2 Sep 2009 20:08:26 -0500 From: Andrew Gould <andrewlylegould@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Error compiling KDE 3 Message-ID: <d356c5630909021808w4a07ffddyf1fd809188e1de89@mail.gmail.com> In-Reply-To: <20090902160336.70d2a4c4@scorpio.seibercom.net> References: <beaf3aa50909021226p5e834b6en1d640727c4be3057@mail.gmail.com> <20090902160336.70d2a4c4@scorpio.seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 2, 2009 at 3:03 PM, Jerry<gesbbb@yahoo.com> wrote: > On Wed, 2 Sep 2009 19:26:46 +0000 > Jeronimo Calvo <jeronimocalvop@googlemail.com> wrote: > >> Trying to compile KDE 3, I am getting the folliwing error... >> >> any ideas? >> >> >> =3D=3D=3D> =A0Installing for gnutls-2.8.3 >> =3D=3D=3D> =A0 gnutls-2.8.3 depends on executable: pkg-config - found >> =3D=3D=3D> =A0 Generating temporary packing list >> =3D=3D=3D> =A0Checking if security/gnutls already installed >> =3D=3D=3D> =A0 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. >> =A0 =A0 =A0 If you really wish to overwrite the old port of security/gnu= tls >> =A0 =A0 =A0 without deleting it first, set the variable "FORCE_PKG_REGIS= TER" >> =A0 =A0 =A0 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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d356c5630909021808w4a07ffddyf1fd809188e1de89>