Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831280 - >=sci-libs/opencascade-7.5.3-r6: USE Flag 'gles2' not in IUSE
Summary: >=sci-libs/opencascade-7.5.3-r6: USE Flag 'gles2' not in IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-16 00:14 UTC by Bogdan
Modified: 2022-01-16 08:50 UTC (History)
2 users (show)

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


Attachments
opencascade-7.5.3-r6.build.log (opencascade-7.5.3-r6:20220116-000936.log,3.10 KB, text/x-log)
2022-01-16 00:17 UTC, Bogdan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bogdan 2022-01-16 00:14:01 UTC
USE Flag 'gles2' not in IUSE for sci-libs/opencascade-7.5.3-r6

The same bug for 7.6.0-r1.

Reproducible: Always



Expected Results:  
ISUE variable must contain 'gles2' or ebuild must not contain 'usex gles2' construcion.
Comment 1 Bogdan 2022-01-16 00:17:50 UTC
Created attachment 762265 [details]
opencascade-7.5.3-r6.build.log
Comment 2 Bogdan 2022-01-16 00:18:31 UTC
Sorry, bug actual only for sci-libs/opencascade-7.5.3-r6.
Comment 3 Larry the Git Cow gentoo-dev 2022-01-16 00:24:59 UTC
The bug has been closed via the following commit(s):

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

commit 78a3dae6d75a4f8846b1a157140cfaafa45eb370
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-16 00:24:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-16 00:24:43 +0000

    sci-libs/opencascade: rename from gles2->gles2-only for <7.6.0
    
    Bug: https://github.com/gentoo/gentoo/pull/23814
    Closes: https://bugs.gentoo.org/831280
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/opencascade/opencascade-7.5.2-r5.ebuild | 2 +-
 sci-libs/opencascade/opencascade-7.5.3-r6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 4 Bernd 2022-01-16 01:33:49 UTC
Thanks for catching this. Sadly neither repoman nor pkgcheck reported on this.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-16 01:37:55 UTC
(In reply to Bernd from comment #4)
> Thanks for catching this. Sadly neither repoman nor pkgcheck reported on
> this.

It can only be caught at "runtime", I think, given it occurs when 'use' is called.
Comment 6 Bernd 2022-01-16 08:50:39 UTC
(In reply to Sam James from comment #5)
> (In reply to Bernd from comment #4)
> > Thanks for catching this. Sadly neither repoman nor pkgcheck reported on
> > this.
> 
> It can only be caught at "runtime", I think, given it occurs when 'use' is
> called.

Lessons learned :) I was thinking the patch it trivial and avoided to run the ebuilds again...(In reply to Sam James from comment #5)