Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949372 - media-libs/assimp-5.4.3[collada] misses collada support
Summary: media-libs/assimp-5.4.3[collada] misses collada support
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Paul Zander
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-06 15:41 UTC by Cedric Sodhi
Modified: 2025-02-06 16:02 UTC (History)
2 users (show)

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


Attachments
emerge --info assimp (emerge-info.txt,6.61 KB, text/plain)
2025-02-06 15:42 UTC, Cedric Sodhi
Details

Note You need to log in before you can comment on or make changes to this bug.
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.