Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629828 - net-libs/tox: depend on dev-libs/libsodium[-minimal]
Summary: net-libs/tox: depend on dev-libs/libsodium[-minimal]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: JoMull01
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2017-09-03 20:55 UTC by Aric Belsito
Modified: 2018-11-14 15:23 UTC (History)
3 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 Aric Belsito 2017-09-03 20:55:14 UTC
Found here: https://github.com/TokTok/c-toxcore/pull/592#issuecomment-326796177

libsodium compiled with "minimal" enabled is missing the "crypto_pwhash_scryptsalsa208sha256" function so linking packages like qTox end up with linker errors.
Comment 1 Larry the Git Cow gentoo-dev 2018-10-22 20:21:55 UTC
The bug has been referenced in the following commit(s):

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

commit ed6bd85ba15c5e719e2b77b932b153d529aa622e
Author:     Josiah Mullins <jomull01@protonmail.com>
AuthorDate: 2018-10-16 22:47:24 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-10-22 20:21:40 +0000

    net-libs/tox: bump to version 0.2.8
    
    This commit:
    adds the use flag ipv6 to enable ipv6 tests;
    removes a line that deleted .la files;
    src_config() was modified
    a new maintainer was added in metadata.xml.
    
    Bug: https://bugs.gentoo.org/668264
    Bug: https://bugs.gentoo.org/629828
    Closes: https://bugs.gentoo.org/661692
    Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
    Package-Manager: Portage-2.3.49, Repoman-2.3.11
    Closes: https://github.com/gentoo/gentoo/pull/10161
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-libs/tox/Manifest         |  1 +
 net-libs/tox/metadata.xml     |  9 +++-
 net-libs/tox/tox-0.2.8.ebuild | 99 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 108 insertions(+), 1 deletion(-)