Date: Sat, 18 Dec 2010 10:43:21 -0600 From: Jeremy Messenger <mezz.freebsd@gmail.com> To: glarkin@freebsd.org Cc: David Demelier <demelier.david@gmail.com>, freebsd-ports@freebsd.org Subject: Re: libksba update broken Message-ID: <AANLkTimDaZ=A%2BEujoNJBXvCxaiRk8OvbmJZ7n1AnJDs1@mail.gmail.com> In-Reply-To: <4D0A3937.5090607@FreeBSD.org> References: <4D0A3090.6060100@gmail.com> <4D0A33CD.3060205@FreeBSD.org> <4D0A3682.4000502@gmail.com> <4D0A3937.5090607@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 16, 2010 at 10:07 AM, Greg Larkin <glarkin@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 : >>>>> >>>>> =3D=3D=3D> =A0 =A0 Verifying install for ksba.17 in /usr/ports/securi= ty/libksba >>>>> =3D=3D=3D> =A0 =A0Returning 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. =A0I committed the fix a= n >> 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=3D1.1010;r2= =3D1.1011 In the next version or next shared library bump, can you following add this= ? USE_AUTOTOOLS=3D libtool USE_GNOME=3D 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/ =A0 =A0 =A0 =A0 =A0 - The Power To Serve > http://www.sourcehosting.net/ =A0 =A0 - 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=3D > =3DUU+N > -----END PGP SIGNATURE----- --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimDaZ=A%2BEujoNJBXvCxaiRk8OvbmJZ7n1AnJDs1>