Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728748 - media-libs/x265-3.5-r4 : One or more CMake variables were not used by the project: ENABLE_TESTS
Summary: media-libs/x265-3.5-r4 : One or more CMake variables were not used by the pro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PullRequest, QAglobalscope
Depends on:
Blocks:
 
Reported: 2020-06-19 09:15 UTC by Toralf Förster
Modified: 2024-08-25 15:44 UTC (History)
0 users

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


Attachments
elog-media-libs:x265-3.4:20200619-071249.log (elog-media-libs:x265-3.4:20200619-071249.log,549 bytes, text/plain)
2020-06-19 09:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.28 KB, application/x-bzip)
2020-06-19 09:15 UTC, Toralf Förster
Details
media-libs:x265-3.4:20200619-064140.log (media-libs:x265-3.4:20200619-064140.log,360.37 KB, text/plain)
2020-06-19 09:15 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 2020-06-19 09:15:34 UTC
TEXTREL usr/lib/libx265.so.192
One or more CMake variables were not used by the project:
  ENABLE_TESTS

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-abi32+64-20200617-221319

  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2020-06-19 09:15:40 UTC
Created attachment 645234 [details]
elog-media-libs:x265-3.4:20200619-071249.log
Comment 2 Toralf Förster gentoo-dev 2020-06-19 09:15:42 UTC
Created attachment 645236 [details]
etc.portage.tbz2
Comment 3 Toralf Förster gentoo-dev 2020-06-19 09:15:46 UTC
Created attachment 645238 [details]
media-libs:x265-3.4:20200619-064140.log
Comment 4 Andreas Sturmlechner gentoo-dev 2020-07-22 18:33:38 UTC
This option only exists when ENABLE_ASSEMBLY AND NOT XCODE is fulfilled.
Comment 5 Andreas Sturmlechner gentoo-dev 2020-08-21 11:01:37 UTC
Well, no strong enough reason to block bug 729628 anyway.
Comment 6 Agostino Sarubbo gentoo-dev 2024-02-20 08:31:37 UTC
tinderbox_arm64 has reproduced this issue with version 3.5-r3 - Updating summary.
Comment 7 Agostino Sarubbo gentoo-dev 2024-03-19 07:01:30 UTC
tinderbox_x86 has reproduced this issue with version 3.5-r4 - Updating summary.
Comment 8 Larry the Git Cow gentoo-dev 2024-08-25 15:44:08 UTC
The bug has been closed via the following commit(s):

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

commit 86fff0790dd62c7e91afbfecbf52ed9300a83e19
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-08-23 16:43:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-08-25 15:43:06 +0000

    media-libs/x265: add 3.5-r5, ebuild cleanup
    
    Clean up cruft and duplicate code.
    
    Split up patches so we can re-use them.
    
    Silently disable tests on x86, x32 and arm32. They never worked, have no deps
    and were failing before because the options was not visible.
    
    Closes: https://bugs.gentoo.org/728748
    Closes: https://bugs.gentoo.org/937416
    Closes: https://bugs.gentoo.org/937750
    Closes: https://bugs.gentoo.org/937753
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/x265/files/test-ns.patch               |  55 +++---
 media-libs/x265/files/x265-3.5-r5-cpp-std.patch   |  23 +++
 media-libs/x265/files/x265-3.5-r5-gcc15.patch     |  29 ++++
 media-libs/x265/files/x265-3.5-r5-test-ns_2.patch |  11 ++
 media-libs/x265/files/x265-9999-test-ns.patch     | 157 +++++++++--------
 media-libs/x265/metadata.xml                      |   1 -
 media-libs/x265/x265-3.5-r3.ebuild                |   1 +
 media-libs/x265/x265-3.5-r4.ebuild                |   1 +
 media-libs/x265/x265-3.5-r5.ebuild                | 195 ++++++++++++++++++++++
 media-libs/x265/x265-9999.ebuild                  | 195 ++++++++++------------
 10 files changed, 452 insertions(+), 216 deletions(-)