Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511612 - net-libs/czmq should depend on dev-libs/libsodium - .../work/czmq-2.1.0/src/zcert.c:51:23: fatal error: sodium.h: No such file or directory
Summary: net-libs/czmq should depend on dev-libs/libsodium - .../work/czmq-2.1.0/src/z...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 12:29 UTC by vint
Modified: 2014-05-27 13:03 UTC (History)
2 users (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 vint 2014-05-27 12:29:29 UTC
net-libs/czmq needs dev-libs/libsodium

16:23:55 vint@fullback empldb $ qlist -Iv | grep libsodium
16:24:54 vint@fullback empldb $ sudo emerge  czmq
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) net-libs/czmq-2.1.0::gentoo
>>> Failed to emerge net-libs/czmq-2.1.0, Log file:
>>>  '/var/tmp/portage/net-libs/czmq-2.1.0/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 3.72, 3.40, 3.37
 * Package:    net-libs/czmq-2.1.0
 * Repository: gentoo
 * Maintainer: jlec@gentoo.org
.....
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/net-libs/czmq-2.1.0/work/czmq-2.1.0/src -I/var/tmp/portage/net-libs/czmq-2.1.0/work/czmq-2.1.0/include -pedantic -Wall -D_GNU_SOURCE -DLINUX -D_REENTRANT -D_THREAD_SAFE -g -O2 -march=native -pipe -fomit-frame-pointer -c /var/tmp/portage/net-libs/czmq-2.1.0/work/czmq-2.1.0/src/zcert.c  -fPIC -DPIC -o .libs/zcert.o
/var/tmp/portage/net-libs/czmq-2.1.0/work/czmq-2.1.0/src/zcert.c:51:23: fatal error: sodium.h: No such file or directory
compilation terminated.
make[2]: *** [zcert.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/net-libs/czmq-2.1.0/work/czmq-2.1.0_build/src'


Reproducible: Always

Steps to Reproduce:
1. emerge -C libsodium
2. emerge czmq
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-05-27 13:03:44 UTC
+*czmq-2.2.0 (27 May 2014)
+
+  27 May 2014; Justin Lecher <jlec@gentoo.org> czmq-2.1.0.ebuild,
+  +czmq-2.2.0.ebuild:
+  Add missing dep in libsodium, #511612; version BUmp
+