Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632004 - media-libs/openjpeg-2.2.0[test] w/ !multilib_is_native_abi - You need build codec to run the tests
Summary: media-libs/openjpeg-2.2.0[test] w/ !multilib_is_native_abi - You need build c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-25 16:00 UTC by Toralf Förster
Modified: 2018-11-03 00:44 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.55 KB, text/plain)
2017-09-25 16:00 UTC, Toralf Förster
Details
CMakeError.log (CMakeError.log,5.20 KB, text/plain)
2017-09-25 16:00 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,80.59 KB, text/plain)
2017-09-25 16:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,22.44 KB, text/plain)
2017-09-25 16:00 UTC, Toralf Förster
Details
environment (environment,136.32 KB, text/plain)
2017-09-25 16:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.35 KB, application/x-bzip)
2017-09-25 16:00 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.68 KB, application/x-bzip)
2017-09-25 16:01 UTC, Toralf Förster
Details
media-libs:openjpeg-2.2.0:20170925-085816.log (media-libs:openjpeg-2.2.0:20170925-085816.log,6.12 KB, text/plain)
2017-09-25 16:01 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.59 KB, application/x-bzip)
2017-09-25 16:01 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-09-25 16:00:39 UTC
-- Looking for memalign
-- Looking for memalign - found
CMake Error at CMakeLists.txt:323 (message):
  You need build codec to run the tests



  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma-systemd_abi32+64_20170924-152248

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)




emerge -qpv media-libs/openjpeg
[ebuild  N    ] media-libs/openjpeg-2.2.0  USE="{test} -doc -static-libs" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2017-09-25 16:00:42 UTC
Created attachment 496366 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-25 16:00:45 UTC
Created attachment 496368 [details]
CMakeError.log
Comment 3 Toralf Förster gentoo-dev 2017-09-25 16:00:48 UTC
Created attachment 496370 [details]
CMakeOutput.log
Comment 4 Toralf Förster gentoo-dev 2017-09-25 16:00:51 UTC
Created attachment 496372 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-09-25 16:00:54 UTC
Created attachment 496374 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-09-25 16:00:58 UTC
Created attachment 496376 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-09-25 16:01:01 UTC
Created attachment 496378 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2017-09-25 16:01:04 UTC
Created attachment 496380 [details]
media-libs:openjpeg-2.2.0:20170925-085816.log
Comment 9 Toralf Förster gentoo-dev 2017-09-25 16:01:07 UTC
Created attachment 496382 [details]
temp.tbz2
Comment 10 Rolf Eike Beer archtester 2017-12-10 08:41:00 UTC
This is an issue of the ebuild:

local mycmakeargs=(
                -DOPENJPEG_INSTALL_LIB_DIR="$(get_libdir)"
                -DBUILD_TESTING="$(usex test)"
                -DBUILD_DOC=$(multilib_native_usex doc ON OFF)
                -DBUILD_CODEC=$(multilib_is_native_abi && echo ON || echo OFF)
)

One must enable BUILD_TESTING only if BUILD_CODEC is on.
Comment 11 Andreas Sturmlechner gentoo-dev 2018-11-03 00:44:59 UTC
This was apparently fixed by 2.3.0 version bump without closing this bug.