Sao does not install completely

Good morning dear,

I have made three installations of Tryton in Gentoo Linux and in all SAO web it does not manage to install completely, the applications that SAO requests are installed in the system but in SAO it cannot make the link because the /usr/share/sao/ directory does not exist bower_components or its contents.

In /usr/share/sao/ you can only see this content:

dist
pictures
index.html
locale

How can I create it to solve the proper functioning of SAO web

The output of emerge sao is:

* Final size of build directory: 4108 KiB (4.0 MiB)
* Final size of installed tree:  2788 KiB (2.7 MiB)


>>> Installing (1 of 1) app-office/sao-6.6.3::tryton
ln: failed to create symbolic link '/usr/share/sao/bower_components/jquery/dist': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/bootstrap/dist': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/moment': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/gettext.js/dist': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/d3': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/c3': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/papaparse': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/fullcalendar/dist': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/mousetrap': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/bootstrap-rtl-ondemand': No such file or directory
ln: failed to create symbolic link '/usr/share/sao/bower_components/Sortable': No such file or directory
 * In order to use sao, add to trytond configuration:
 *     [web]
 *     root=/usr/share/sao

 * Messages for package app-office/sao-6.6.3:

 * In order to use sao, add to trytond configuration:
 *     [web]
 *     root=/usr/share/sao

 * GNU info directory index is up-to-date.

Grateful for your comments and valuable help.

Please fill an Issues · Tryton / Gentoo Overlay · GitLab

Solved just creating the directories:
/usr/share/sao/bower_components
/usr/share/sao/bower_components/jquery
/usr/share/sao/bower_components/bootstrap
/usr/share/sao/bower_components/gettext.js
/usr/share/sao/bower_components/fullcalendar

and reinstall sao with:
sudo emerge sao
As I could see in the ebuild, for some unknown reason the directories could not be created automatically

Copy to Issues