Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840377 - [guru] media-libs/libbpg-0.9.8 one or more CMake variables were not used by the project
Summary: [guru] media-libs/libbpg-0.9.8 one or more CMake variables were not used by t...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michele Santullo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-04-23 18:24 UTC by Agostino Sarubbo
Modified: 2023-09-18 12:37 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,544.00 KB, text/plain)
2022-04-23 18:24 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 2022-04-23 18:24:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/libbpg-0.9.8 one or more CMake variables were not used by the project.
Discovered on: amd64 (internal ref: guru_tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-23 18:24:05 UTC
Created attachment 773696 [details]
build.log

build log and emerge --info
Comment 2 King_DuckZ 2022-06-04 12:38:37 UTC
I think there is a `-DMAIN10=ON` at some point that can be removed? I don't know what it was supposed to do nor when it was removed.
Comment 3 Larry the Git Cow gentoo-dev 2023-09-18 12:37:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cc06aa1e8216e51a52e52f780fb5903a7f8278c

commit 3cc06aa1e8216e51a52e52f780fb5903a7f8278c
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2023-09-17 20:58:00 +0000
Commit:     Lucio Sauer <watermanpaint@posteo.net>
CommitDate: 2023-09-17 22:39:18 +0000

    media-libs/libbpg: remove unused CMake variable
    
    MAIN12 is the compile time switch to toggle between bit depths of 12 and
    10 bits. MAIN10 was unused.
    
    Closes: https://bugs.gentoo.org/840377
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

 .../files/libbpg-0.9.8-remove-unused-cmake-var.patch       | 14 ++++++++++++++
 media-libs/libbpg/libbpg-0.9.8-r1.ebuild                   |  5 +++--
 2 files changed, 17 insertions(+), 2 deletions(-)