Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693018 - sys-cluster/ceph-14.2.2[dpdk] - CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Threads (missing: Threads_FOUND)
Summary: sys-cluster/ceph-14.2.2[dpdk] - CMake Error at /usr/share/cmake/Modules/FindP...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 684860
  Show dependency tree
 
Reported: 2019-08-28 15:24 UTC by thezombiehunter
Modified: 2020-02-05 19:56 UTC (History)
3 users (show)

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


Attachments
build.log.bz2 (build.log.bz2,32.90 KB, application/x-bzip)
2019-08-28 15:24 UTC, thezombiehunter
Details
Emerge-info (emerge-info.txt,5.76 KB, text/plain)
2019-08-28 15:24 UTC, thezombiehunter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thezombiehunter 2019-08-28 15:24:25 UTC
Created attachment 588482 [details]
build.log.bz2

Ceph 14.2.2 is failing to build on my binary build server and regular nodes.

Logs attached.
Comment 1 thezombiehunter 2019-08-28 15:24:51 UTC
Created attachment 588484 [details]
Emerge-info
Comment 2 thezombiehunter 2019-08-28 15:27:43 UTC
Note that while my build server is on kernel 4.19.66 my actual nodes run on 5.12.10-gentoo and it won't build on them either.
Comment 3 thezombiehunter 2019-08-29 01:30:35 UTC
Cause: DPDK flag was making the build fail.
Comment 4 Larry the Git Cow gentoo-dev 2019-09-17 20:39:26 UTC
The bug has been referenced in the following commit(s):

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

commit eb4eb4117e27751666d425330eb9bb819531abc0
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2019-09-17 20:36:53 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2019-09-17 20:39:02 +0000

    profiles: mask dpdk USE flag on ceph-14 (bug #693018)
    
    Bug: https://bugs.gentoo.org/693018
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
    Copyright: Sony Interactive Entertainment Inc.

 profiles/default/linux/package.use.mask | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Comment 5 Patrick McLean gentoo-dev 2019-09-17 20:41:02 UTC
This is an known issue upstream, backported a fix for this particular issue (will be in a version bump coming shortly), but hit another upstream issue with DPDK:
https://tracker.ceph.com/issues/41523
Comment 6 Patrick McLean gentoo-dev 2020-02-05 19:56:42 UTC
Closing this as an upstream issue.