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

Bug 949372

Summary: media-libs/assimp-5.4.3[collada] misses collada support
Product: Gentoo Linux Reporter: Cedric Sodhi <manday>
Component: Current packagesAssignee: Paul Zander <negril.nx+gentoo>
Status: IN_PROGRESS ---    
Severity: normal CC: manday, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info assimp

Description Cedric Sodhi 2025-02-06 15:41:16 UTC
When compiled with -* +collada, `assimp listext` subsequently confirms that there is no support for *.dae. Meanwhile, when I build assimp 5.4.3 from source with what looks like the same options in ccmake, I do get *.dae support.
Comment 1 Cedric Sodhi 2025-02-06 15:42:58 UTC
Created attachment 918265 [details]
emerge --info assimp
Comment 2 Paul Zander 2025-02-06 16:02:55 UTC
Caused by typo. Uses "use" instead of "usex".

Can be mitigated by passing MYCMAKEARGS="-DASSIMP_BUILD_COLLADA_IMPORTER=yes -DASSIMP_BUILD_COLLADA_EXPORTER=yes" in env for the time being.