Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681654 - dev-libs/libzip-1.5.2 - In file included from .../work/libzip-1.5.2/lib/zip_crypto_gnutls.c:38: /usr/include/gnutls/crypto.h:35:10: error: unknown type name ‘gnutls_cipher_algorithm_t’; did you mean ‘gnutls_cipher_hd_t’?
Summary: dev-libs/libzip-1.5.2 - In file included from .../work/libzip-1.5.2/lib/zip_c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chris Reffett (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-24 12:33 UTC by Dan Goodliffe
Modified: 2019-04-01 10:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,105.48 KB, text/plain)
2019-03-24 12:34 UTC, Dan Goodliffe
Details
emerge --info (info,6.77 KB, text/plain)
2019-03-24 12:34 UTC, Dan Goodliffe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Goodliffe 2019-03-24 12:33:41 UTC
Compile of dev-libs/libzip-1.5.2 fails with:
/usr/include/gnutls/crypto.h:35:10: error: unknown type name ‘gnutls_cipher_algorithm_t’; did you mean ‘gnutls_cipher_hd_t’?
          gnutls_cipher_algorithm_t cipher,
          ^~~~~~~~~~~~~~~~~~~~~~~~~
          gnutls_cipher_hd_t
info and build log to follow.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 libzip
Comment 1 Dan Goodliffe 2019-03-24 12:34:19 UTC
Created attachment 570598 [details]
build.log
Comment 2 Dan Goodliffe 2019-03-24 12:34:56 UTC
Created attachment 570600 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2019-04-01 10:08:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d79a87aa14057647d78bd61cdc0adba9420e6d2

commit 4d79a87aa14057647d78bd61cdc0adba9420e6d2
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-04-01 10:07:44 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-04-01 10:07:53 +0000

    dev-libs/libzip: raise net-libs/gnutls dependency
    
    Closes: https://bugs.gentoo.org/681654
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 dev-libs/libzip/{libzip-1.5.2.ebuild => libzip-1.5.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Michael Palimaka (kensington) gentoo-dev 2019-04-01 10:08:36 UTC
Thanks for the report!