Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658068 - media-libs/libacom-0_pre20180421 doesn't configure on armv7l
Summary: media-libs/libacom-0_pre20180421 doesn't configure on armv7l
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 653676
  Show dependency tree
 
Reported: 2018-06-13 20:06 UTC by Markus Meier
Modified: 2018-11-13 12:57 UTC (History)
2 users (show)

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


Attachments
lPibaom-0_pre20180421-armv7l.patch (libaom-0_pre20180421-armv7l.patch,677 bytes, patch)
2018-06-13 20:06 UTC, Markus Meier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Meier gentoo-dev 2018-06-13 20:06:55 UTC
Created attachment 535824 [details, diff]
lPibaom-0_pre20180421-armv7l.patch

--- aom_configure: Detected CPU: armv7l
CMake Error at build/cmake/aom_configure.cmake:120 (message):
  No RTCD support for armv7l.  Create it, or add -DAOM_TARGET_CPU=generic to
  your cmake command line for a generic build of libaom and tools.
Call Stack (most recent call first):
  CMakeLists.txt:75 (include)


-- Configuring incomplete, errors occurred!
See also "/mnt/distfiles/tmp/portage/media-libs/libaom-0_pre20180421/work/libaom-.arm/CMakeFiles/CMakeOutput.log".
See also "/mnt/distfiles/tmp/portage/media-libs/libaom-0_pre20180421/work/libaom-.arm/CMakeFiles/CMakeError.log".
 * ERROR: media-libs/libaom-0_pre20180421::gentoo failed (configure phase):
 *   cmake failed
 *

The attached patch seems to fix the issue.
Comment 1 Craig Andrews gentoo-dev 2018-11-12 14:25:28 UTC
pull request: https://github.com/gentoo/gentoo/pull/10395
Comment 2 Larry the Git Cow gentoo-dev 2018-11-13 12:57:59 UTC
The bug has been closed via the following commit(s):

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

commit f3a9a901f710d75e7e025db0d7acb423f9eb470c
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-11-12 14:21:48 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-11-13 12:57:51 +0000

    media-libs/libaom: Fix configure on armv7l
    
    Closes: https://bugs.gentoo.org/658068
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 media-libs/libaom/files/libaom-1.0.0-armv7l.patch | 13 +++++++++++++
 media-libs/libaom/libaom-1.0.0-r1.ebuild          |  1 +
 2 files changed, 14 insertions(+)