Re: Error compiling KDE 3

2009-09-07 Thread RW
On Wed, 2 Sep 2009 20:08:26 -0500
Andrew Gould  wrote:

> On Wed, Sep 2, 2009 at 3:03 PM, Jerry wrote:

> > cd /usr/ports/security/gnutls
> > make deinstall && make reinstall && make distclean
> > cd -
> > make install
> >
> > --
> > Jerry
> > ges...@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

There's no significant difference between "make deinstall" and
pkg_delete - the last time I checked there was only one port that
didn't use the default "make deinstall" target, which calls 
"pkg_delete -f".

Usually this kind of thing happens because files moved between
ports, and the best thing is to remove all of the affected ports before
upgrading. Normally there's an UPDATING entry advising this. 

The FORCE_PKG_REGISTER method is a bit of cludge, but I gather it also
works for this kind of build problem. I guess it allows a repeat install
when a package has lost files due to a transient conflict.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Error compiling KDE 3

2009-09-02 Thread Andrew Gould
On Wed, Sep 2, 2009 at 3:03 PM, Jerry wrote:
> On Wed, 2 Sep 2009 19:26:46 +
> Jeronimo Calvo  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
> ges...@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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Error compiling KDE 3

2009-09-02 Thread Jerry
On Wed, 2 Sep 2009 19:26:46 +
Jeronimo Calvo  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
ges...@yahoo.com

It's sweet to be remembered, but it's often cheaper to be forgotten.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Error compiling KDE 3

2009-09-02 Thread ltcddats
On Wed, 2 Sep 2009 19:26:46 +
Jeronimo Calvo  wrote:

> Hi folks,
> 
> 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.
> *** Error code 1
> 
> Stop in /usr/ports/security/gnutls.
> *** Error code 1
> 
> Stop in /usr/ports/print/cups-client.
> *** Error code 1
> 
> Stop in /usr/ports/print/cups-client.
> *** Error code 1
> 
> Stop in /usr/ports/x11-toolkits/qt33.
> *** Error code 1
> 
> Stop in /usr/ports/x11-toolkits/qt33.
> *** Error code 1
> 
> Stop in /usr/ports/x11/kde3.


make install -DFORCE_PKG_REGISTER clean

> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Error compiling KDE 3

2009-09-02 Thread Jeronimo Calvo
Hi folks,

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.
*** Error code 1

Stop in /usr/ports/security/gnutls.
*** Error code 1

Stop in /usr/ports/print/cups-client.
*** Error code 1

Stop in /usr/ports/print/cups-client.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1

Stop in /usr/ports/x11/kde3.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"