This is a discussion on gnupg within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; Hi, Before I begin, I'm a complete novice: I tried to install the latest version of gnupg-2.0....
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Hi,
Before I begin, I'm a complete novice: I tried to install the latest version of gnupg-2.0.9 and it has dependencies that I'm not quite sure how to update and don't really have time to address them. I'd like to 'roll-back' to gnupg-2.0.4 but portupgrade has de-installed gnupg-2.0.4 and not installed gnupg-2.0.9. I can't seem to install gnupg-2.0.9 as it's dependent on libassuan-1.0.4 and I only have libassuan-1.0.3. I can't see how I can proceed and I'm not quite sure what I can do? I tried using portsnap to update ports and I get a response telling me I have stale dependencies for gnupg-2.0.4. Could someone point me in the right direction? Many Thanks |
|
||||
|
Have you tried to run make deinstall? Go to gnupg-2.0.9 directory (or directory where you type make install clean) command and type
Code:
make deinstall
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
|
|||
|
Hi Rocky,
I haven't tried running make deinstall, I did try running make install clean but that didn't work. If I run make deinstall will that affect the dependencies? If the dependencies are unaffected and I run make deinstall and then run make install clean (assuming that work would that install gnupg-2.0.9 or gnupg-2.0.4. Sorry, I'm a bit confused and don't want to mess anything else up. |
|
|||
|
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. 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)
|
![]() |
| Bookmarks |
| Tags |
| freebsd , gnupg , ports , troubleshooting |
| Thread Tools | |
| Display Modes | |
|
|