Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 831280

Summary: >=sci-libs/opencascade-7.5.3-r6: USE Flag 'gles2' not in IUSE
Product: Gentoo Linux Reporter: Bogdan <bogdan.pylypenko107>
Component: Current packagesAssignee: Bernd <waebbl-gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: opencascade-7.5.3-r6.build.log

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)