Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506714 - dev-util/apitrace-4.0 fails to build for multiple ABIs
Summary: dev-util/apitrace-4.0 fails to build for multiple ABIs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 01:20 UTC by Matt Turner
Modified: 2014-04-05 15:19 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 Matt Turner gentoo-dev 2014-04-04 01:20:12 UTC
> CMake Error at CMakeLists.txt:228 (add_subdirectory):
>   add_subdirectory given source "thirdparty/snappy" which is not an existing
>   directory.

Presumably the cmake files need to be patched to remove the add_subdirectory since we're linking with an external libsnappy?

FWIW, I'm trying to build with

USE="cli egl -qt4"
ABI_X86="32 64"
Comment 1 Andrei Slavoiu 2014-04-04 18:08:17 UTC
Funny thing, apitrace-4.0-system-libs.patch removes the add_subdirectory, then apitrace-4.0-glxtrace-only.patch adds it back. Removing the second chunk of the glx patch allowed me to build it successfuly. Though, I only tried with the gui tool enabled.
Comment 2 SpanKY gentoo-dev 2014-04-05 15:19:46 UTC
should be all set now in the tree; thanks for the report!

Commit message: Do not re-add snappy subdir for lib-only builds
http://sources.gentoo.org/dev-util/apitrace/files/apitrace-4.0-glxtrace-only.patch?r1=1.1&r2=1.2