Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626760 - media-libs/openexr does not compile on arm
Summary: media-libs/openexr does not compile on arm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-01 09:19 UTC by Dion Moult
Modified: 2017-08-01 12:34 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 Dion Moult 2017-08-01 09:19:14 UTC
The patch "fix-cpuid-on-abi-x86_32.patch" is being applied on the arm platform when it really shouldn't be. This path introduces an #include statement for cpuid.h. Cpuid.h doesn't live on arm, and so this causes the compilation to fail. If this patch is not applied, compilation will then succeed.
Comment 1 Jonas Stein gentoo-dev 2017-08-01 09:56:07 UTC
Dion, thank you for the analysis and the report.
Comment 2 Alexis Ballier gentoo-dev 2017-08-01 12:34:11 UTC
commit 7ae1540f67fcd915fb3b5753c7a33a23c8467e09 (HEAD -> master, origin/master, origin/HEAD)
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Tue Aug 1 14:33:36 2017 +0200

    media-libs/openexr: Update openexr-2.2.0-fix-cpuid-on-abi_x86_32.patch to netbsd one, current one causes build failures on non x86 arches. Bug #626760


thx