Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227381 - net-libs/gnutls-2.3.11: --without-included-opencdk invalid
Summary: net-libs/gnutls-2.3.11: --without-included-opencdk invalid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL: http://www.gnu.org/software/gnutls/re...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 07:18 UTC by franky
Modified: 2008-06-19 09:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gnutls-2.3.11.ebuild.diff (gnutls-2.3.11.ebuild.diff,336 bytes, patch)
2008-06-16 07:23 UTC, franky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description franky 2008-06-16 07:18:16 UTC
hey, 
i spotted another UNRECOGNIZED configure option in net-libs/gnutls! :)

---snip---
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-included-opencdk --with-zlib --enable-nls --disable-guile --disable-gtk-doc --with-lzo --build=i686-pc-linux-gnu
configure: WARNING: Unrecognized options: --without-included-opencdk
---snip---

I found the relevant information inside the NEWS and ChangeLog files included in the *.tar.bz2.

-> NEWS
* Version 2.3.6 (released 2008-04-17)
** Clean up OpenCDK related code.
GnuTLS now requires its internal OpenCDK code rather than the external
GPL library OpenCDK.  Unfortunately, we don't have resources to
maintain an external library (help welcome).

-> ChangeLog
2008-04-17  Simon Josefsson simon@josefsson.org>

	* README: No need for external opencdk.

2008-04-17  Simon Josefsson simon@josefsson.org>

	* configure.in, lib/Makefile.am, lib/opencdk/misc.c: Remove code to
	link with external opencdk.  It seems we now don't have resources to
	maintain the LGPL opencdk code externally, since making it use
	GnuTLS's crypto code will be complicated.  See discussion in:

	http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2672/focus=2711

Sadly, we can't use our own external app-crypt/opencdk anymore. 
So, to fix the unrecognized option --without-included-opencdk needs to get removed from the econf section.



Reproducible: Always

Steps to Reproduce:
1.emerge =net-libs/gnutls-2.3.11
2.look @ configure options
3.wait 4 the unrecognized option




From: Simon Josefsson simon at> josefsson.org>
 Subject: GnuTLS 2.3.15 - fourth and final (?) release candidate for 2.4.0
 
Version 2.3.15 will hopefully be the final release candidate for the
next stable release v2.4.0.

Just a little info, not a bump request.
Comment 1 franky 2008-06-16 07:23:12 UTC
Created attachment 157047 [details, diff]
gnutls-2.3.11.ebuild.diff

The unrecognized option is gone again :)
Comment 2 Daniel Black (RETIRED) gentoo-dev 2008-06-19 09:11:14 UTC
thanks - removed opencdk out of dependancies too.