libksba update broken

Jeremy Messenger mezz.freebsd at gmail.com
Sat Dec 18 17:05:46 UTC 2010


On Thu, Dec 16, 2010 at 10:07 AM, Greg Larkin <glarkin at freebsd.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David Demelier wrote:
>> On 16/12/2010 16:44, Greg Larkin wrote:
>> David Demelier wrote:
>>>>> Hello,
>>>>>
>>>>> gnupg and libksba are not installed :
>>>>>
>>>>> ===>     Verifying install for ksba.17 in /usr/ports/security/libksba
>>>>> ===>    Returning to build of gnupg-2.0.16_3
>>>>> Error: shared library "ksba.17" does not exist
>>>>> *** Error code 1
>>>>>
>>>>> Stop in /usr/ports/security/gnupg.
>>>>> *** Error code 1
>>>>>
>>>>> Stop in /usr/ports/security/gnupg.
>>>>>
>>
>> Hi David,
>>
>> Please update your ports tree and try it again.  I committed the fix an
>> hour or so ago, so it's possible that portsnap will take a little while
>> to create its update package.
>>
>> Thank you,
>> Greg
>>>
>
>> Oh you were faster than me! ignore my patch and thanks for the work :-)
>
>> Best regards,
>
>> David.
>
> Hi David,
>
> Thank you for your help, and I also committed a new entry to UPDATING to
> assist everyone with the port upgrading process:
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING.diff?r1=1.1010;r2=1.1011

In the next version or next shared library bump, can you following add this?

USE_AUTOTOOLS=	libtool
USE_GNOME=	ltverhack

It will fix libtool bug and that way it won't bump the shared library
version with no reason. There is no ABI break between 1.0.8 and 1.1.0.
With the add of two lines, looks like this:

1.0.8:
---------------------------
@@ -3,5 +3,5 @@
 lib/libksba.a
 lib/libksba.la
 lib/libksba.so
-lib/libksba.so.17
+lib/libksba.so.8
 share/aclocal/ksba.m4
---------------------------

1.1.0:
---------------------------
@@ -3,5 +3,5 @@
 lib/libksba.a
 lib/libksba.la
 lib/libksba.so
-lib/libksba.so.18
+lib/libksba.so.8
 share/aclocal/ksba.m4
---------------------------

Cheers,
Mezz


> Thank you,
> Greg
> - --
> Greg Larkin
>
> http://www.FreeBSD.org/           - The Power To Serve
> http://www.sourcehosting.net/     - Ready. Set. Code.
> http://twitter.com/sourcehosting/ - Follow me, follow you
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iD8DBQFNCjk30sRouByUApARAvE/AJ9tIF6VfmOcGteVJI0wmNKvDKA2NwCeO4Km
> +yifSf77kOSO7rnmeUgl9Cs=
> =UU+N
> -----END PGP SIGNATURE-----


-- 
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org


More information about the freebsd-ports mailing list