Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925128 - media-libs/openexr-3.2.2 one or more CMake variables were not used by the project
Summary: media-libs/openexr-3.2.2 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 (vote)
Assignee: Paul Zander
URL:
Whiteboard:
Keywords: PullRequest
: 925196 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-02-21 07:41 UTC by Agostino Sarubbo
Modified: 2024-03-17 14:23 UTC (History)
6 users (show)

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


Attachments
build.log (build.log,230.04 KB, text/plain)
2024-02-21 07:41 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-21 07:41:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/openexr-3.2.2 one or more CMake variables were not used by the project.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0057
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-21 07:41:30 UTC
CC'ing also the author of the commit (b98534f3604d967cd45877e8c1752cd7116563ca)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-21 07:41:32 UTC
Created attachment 885562 [details]
build.log

build log and emerge --info
Comment 3 Paul Zander 2024-02-21 20:00:35 UTC
*** Bug 925196 has been marked as a duplicate of this bug. ***
Comment 4 Aliaksei Urbanski 2024-03-09 23:24:58 UTC
Hello everyone,

OPENEXR_RUN_FUZZ_TESTS depends on BUILD_TESTING, so CMake doesn't use it when BUILD_TESTING="no" only, i.e. when you build openexr with the "-test" USE flag.
Comment 5 Larry the Git Cow gentoo-dev 2024-03-17 14:23:14 UTC
The bug has been closed via the following commit(s):

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

commit 44e968379c2b7b4c6154c184f5f1fea18407a343
Author:     Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
AuthorDate: 2024-03-17 12:55:08 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2024-03-17 14:18:29 +0000

    media-libs/openexr: replace 3.2.2 with 3.2.3
    
    Release:
      - https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.2.3
    
    These changes also:
      - fix/simplify handling of the test USE flag
      - fix handling of the examples USE flag
      - improve handling of the doc USE flag
      - fix the RDEPEND
    
    Closes: https://bugs.gentoo.org/925128
    Closes: https://bugs.gentoo.org/925198
    Co-authored-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35692
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 media-libs/openexr/Manifest                        |  2 +-
 .../{openexr-3.2.2.ebuild => openexr-3.2.3.ebuild} | 79 ++++++++++++----------
 2 files changed, 43 insertions(+), 38 deletions(-)