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

Bug 606904

Summary: media-gfx/freecad: don't export collada files
Product: Gentoo Linux Reporter: brothermechanic
Component: Current packagesAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description brothermechanic 2017-01-23 11:39:46 UTC
because

[code]pycollada not found, collada support is disabled.[/code]

emerge --info
https://paste.pound-python.org/show/uK0XelOY7qyspvWbiJrU/

please fix it
Comment 1 bdouxx 2017-01-23 19:57:13 UTC
hi,

In this doc: http://www.freecadweb.org/wiki/index.php?title=Extra_python_modules#pyCollada

it's write:
pyCollada
    homepage: http://pycollada.github.com
    license: BSD
    optional, needed to enable import and export of Collada (.DAE) files


so ebuild dev-python/pycollada  is optional, you can manually install it to solve your problem.


In the next ebuild revision, I will add the USE flag "collada" to add optional dependency to this package.( use flag already in use for libreoffice : https://www.gentoo.org/support/use-flags).
Comment 2 brothermechanic 2017-01-24 05:13:06 UTC
Thank you