Date: Mon, 20 Dec 2010 17:40:55 -0500 From: Greg Larkin <glarkin@FreeBSD.org> To: Jeremy Messenger <mezz.freebsd@gmail.com> Cc: David Demelier <demelier.david@gmail.com>, freebsd-ports@freebsd.org Subject: Re: libksba update broken Message-ID: <4D0FDB77.4020604@FreeBSD.org> In-Reply-To: <AANLkTimDaZ=A%2BEujoNJBXvCxaiRk8OvbmJZ7n1AnJDs1@mail.gmail.com> References: <4D0A3090.6060100@gmail.com> <4D0A33CD.3060205@FreeBSD.org> <4D0A3682.4000502@gmail.com> <4D0A3937.5090607@FreeBSD.org> <AANLkTimDaZ=A%2BEujoNJBXvCxaiRk8OvbmJZ7n1AnJDs1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Messenger wrote: > On Thu, Dec 16, 2010 at 10:07 AM, Greg Larkin <glarkin@freebsd.org> wrote: > 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 > Hi Mezz, Thanks very much for that tip, and I'll make a note of it for the next release. I wasn't aware of ltverhack, but it looks like a great idea for this port! 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/ iD8DBQFND9t20sRouByUApARAqmDAJ97jFiTFqPSglTYsQC2VNJ+qLhukACfUOi4 H2mHHrP6KQ72eDFv/x8sFOI= =exg8 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D0FDB77.4020604>