Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 841554 - media-libs/assimp-5.2.3 fails to compile: USE Flag abi_x86_32 not in IUSE for assimp-5.2.3
Summary: media-libs/assimp-5.2.3 fails to compile: USE Flag abi_x86_32 not in IUSE for...
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-04-29 05:54 UTC by Agostino Sarubbo
Modified: 2022-04-29 08:08 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,40.33 KB, text/plain)
2022-04-29 05:54 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-29 05:54:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/assimp-5.2.3 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-29 05:54:42 UTC
Created attachment 775263 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-29 05:54:43 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 *   				die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
 *   USE Flag 'abi_x86_32' not in IUSE for media-libs/assimp-5.2.3
Comment 3 Bernd 2022-04-29 07:47:10 UTC
I tested in a x86_32 and multilib chroot, but unfortunately not in no-multilib environment.

Do I have to apply the patch unconditionally or is there a clean way to only apply if for a given arch?

I'm using the `if use ${ARCH}` construct in openexr as well, but that package is multilib aware, while assimp isn't.
Comment 4 Larry the Git Cow gentoo-dev 2022-04-29 07:50:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b18c716a084458aef385357c686706370d2c7f

commit 53b18c716a084458aef385357c686706370d2c7f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-29 07:49:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-29 07:50:22 +0000

    media-libs/assimp: fix patch
    
    Package isn't multilib, so check 'use x86' instead of abi_x86_32
    which is only provided w/ multilib eclasses.
    
    Closes: https://bugs.gentoo.org/841554
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/assimp/assimp-5.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Bernd 2022-04-29 08:03:43 UTC
Thanks Sam!
Hmm, I'm pretty sure, I tried `use x86` first but it led to an error during early ebuild, like the error shown in this bug report, so I switched to abi_x86_32.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-29 08:08:36 UTC
(In reply to Bernd from comment #5)
> Thanks Sam!
> Hmm, I'm pretty sure, I tried `use x86` first but it led to an error during
> early ebuild, like the error shown in this bug report, so I switched to
> abi_x86_32.

No worries, it happens!