Re: [gentoo-dev] Request for testing of GnuTLS 2.7.*

2009-05-04 Thread Petteri Räty
Arfrever Frehtes Taifersar Arahesis wrote:
> GnuTLS >=2.7.1 doesn't contain 'libgnutls-config' and 'libgnutls-extra-config'
> scripts so packages, which use them, usually fail to build.
> (Sometimes `configure` scripts disable support for GnuTLS without failing.)
> 
> The list of packages depending on net-libs/gnutls is available at:
> http://tinderbox.dev.gentoo.org/misc/dindex/net-libs/gnutls
> 
> If you maintain or use a package included in this list, please check if it
> can be built with >=net-libs/gnutls-2.7.1.
> 
> If a package fails to build with >=net-libs/gnutls-2.7.1 and it hasn't been
> reported yet, please report a bug and make it block bug 253709 [1].
> 

Add a post_src_unpack hook like the following and then emerge all the rdeps.

post_src_unpack() {
egrep -r "libgnutls-(extra)?-config" "${S}" && \
ewarn "Using deprecated libgnutls-(extra)?-config"
}



signature.asc
Description: OpenPGP digital signature


[gentoo-dev] Request for testing of GnuTLS 2.7.*

2009-05-03 Thread Arfrever Frehtes Taifersar Arahesis
GnuTLS >=2.7.1 doesn't contain 'libgnutls-config' and 'libgnutls-extra-config'
scripts so packages, which use them, usually fail to build.
(Sometimes `configure` scripts disable support for GnuTLS without failing.)

The list of packages depending on net-libs/gnutls is available at:
http://tinderbox.dev.gentoo.org/misc/dindex/net-libs/gnutls

If you maintain or use a package included in this list, please check if it
can be built with >=net-libs/gnutls-2.7.1.

If a package fails to build with >=net-libs/gnutls-2.7.1 and it hasn't been
reported yet, please report a bug and make it block bug 253709 [1].

GnuTLS 2.8.0 will be released soon and we would like to unmask it without
waiting too long.

[1] https://bugs.gentoo.org/show_bug.cgi?id=253709

-- 
Arfrever Frehtes Taifersar Arahesis


signature.asc
Description: This is a digitally signed message part.