Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592970 - net-fs/samba-4.2.14 requires sys-libs/tevent-0.9.28
Summary: net-fs/samba-4.2.14 requires sys-libs/tevent-0.9.28
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-06 02:37 UTC by Andrew John Hughes
Modified: 2016-09-06 08:06 UTC (History)
0 users

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 Andrew John Hughes 2016-09-06 02:37:23 UTC
Samba 4.2.14 (current latest ~x86_64 ebuild, >=4.3 are still masked "for testing") has a dependency on >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}]
but configure requires at least 0.9.28:

Checking for system tevent >= 0.9.28                                                            : not found 
ERROR: System library tevent of version 0.9.28 not found, and bundling disabled


Reproducible: Always

Steps to Reproduce:
1. Have sys-libs/tevent < 0.9.28 installed
2. Emerge Samba 4.2.14
3.
Actual Results:  
Fails in configure

Expected Results:  
Builds

Portage 2.2.27 (python 2.7.12-final-0, default/linux/amd64/13.0/developer, gcc-6.0.0-alpha20160306, glibc-2.23-r2, 4.7.0-gentoo.rivendell x86_64)
=================================================================
System uname: Linux-4.7.0-gentoo.rivendell-x86_64-Intel-R-_Xeon-R-_CPU_X5482_@_3.20GHz-with-gentoo-2.2
KiB Mem:     8220120 total,    824024 free
KiB Swap:    6147416 total,   4357612 free
Timestamp of repository gentoo: Mon, 05 Sep 2016 06:15:01 +0000
sh bash 4.3_p46
ld GNU ld (Gentoo 2.25 p1.2) 2.25
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.3_p46::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.22.2::gentoo
dev-lang/python:          2.7.12::gentoo, 3.5.1-r3::gentoo
dev-util/cmake:           3.6.1::gentoo
dev-util/pkgconfig:       0.28-r3::gentoo
sys-apps/baselayout:      2.2-r1::gentoo
sys-apps/openrc:          0.16.4::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.9.6-r4::gentoo, 1.10.3-r2::gentoo, 1.11.6-r2::gentoo, 1.12.6-r1::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.25-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo, 5.4.0::gentoo, 6.0.0_alpha20160306::toolchain
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.5::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r2::gentoo
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-09-06 08:06:24 UTC
commit b6d35757f48912c7b7e4961ded1197bc2f63519f
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Tue Sep 6 10:03:46 2016

    net-fs/samba: Fixed dependency on sys-libs/tevent (bug #592970).
    
    Package-Manager: portage-2.3.0
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>


That must have been slipped through my attention. Thanks for the report.