Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667820 - net-dns/dnsmasq needs a minimum version on the dev-libs/nettle dependency
Summary: net-dns/dnsmasq needs a minimum version on the dev-libs/nettle dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-05 15:01 UTC by Petteri Räty
Modified: 2018-12-07 22:55 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty 2018-10-05 15:01:24 UTC
crypto.c:25:26: fatal error: nettle/eddsa.h: No such file or directory
 #include <nettle/eddsa.h>
                          ^
compilation terminated.
/var/tmp/portage/net-dns/dnsmasq-2.79/work/dnsmasq-2.79/Makefile:159: recipe for target 'crypto.o' failed

This is against 2.7.1-r4:0/4::gentoo

The compilation works against dev-libs/nettle-3.4.

Solution: The dependencies in the dnsmasq ebuild should specify a minimum version.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-07 22:55:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6104571120351b1a28c597f2a3350f7c7faaac2a

commit 6104571120351b1a28c597f2a3350f7c7faaac2a
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2018-12-07 22:55:35 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2018-12-07 22:55:35 +0000

    net-dns/dnsmasq: Make nettle dep >=3.4 (bug #667820)
    
    Closes: https://bugs.gentoo.org/667820
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 net-dns/dnsmasq/dnsmasq-2.80.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)