Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606904 - media-gfx/freecad: don't export collada files
Summary: media-gfx/freecad: don't export collada files
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-23 11:39 UTC by brothermechanic
Modified: 2018-08-07 08:57 UTC (History)
0 users

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


Attachments

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