Thread: gnupg
View Single Post

  #5 (permalink)  
Old 05-08-2008, 03:27 PM
redp redp is offline
Junior Member
User
 
Join Date: May 2008
My distro: FreeBSD
Posts: 3
Rep Power: 0
redp is on a distinguished road
Default

Hi Nixcraft,

I get the following when following your instructions:
Code:
# pkg_info | grep gnupg
# cd /usr/ports/security/gnupg
# make rmconfig
===> Removing user-configured options for gnupg-2.0.9
# make install clean
===>   gnupg-2.0.9 depends on package: libassuan>=1.0.4 - not found
===>   Found libassuan-1.0.3, but you need to upgrade to libassuan>=1.0.4.
*** Error code 1

Stop in /usr/ports/security/gnupg.
I've tried upgrading libassuan to 1.0.4 but portupgrade says I don't need to upgrade?

Code:
# portupgrade -vRr libassuan
--->  Session started at: Thu, 08 May 2008 09:56:37 +0100
** No need to upgrade 'pth-2.0.7' (>= pth-2.0.7). (specify -f to force)
--->  ** Upgrade tasks 2: 0 done, 1 ignored, 0 skipped and 0 failed
** No need to upgrade 'libassuan-1.0.3' (>= libassuan-1.0.3). (specify -f to force)
--->  ** Upgrade tasks 2: 0 done, 2 ignored, 0 skipped and 0 failed
--->  Listing the results (+:done / -:ignored / *:skipped / !:failed)
        - devel/pth (pth-2.0.7)
        - security/libassuan (libassuan-1.0.3)
--->  Packages processed: 0 done, 2 ignored, 0 skipped and 0 failed
--->  Session ended at: Thu, 08 May 2008 09:56:40 +0100 (consumed 00:00:02)
Any ideas?
Reply With Quote