odoo / docker

Other
931 stars 1.51k forks source link

Odoo 16.0 Docker Image: `web` module contains symlinks to files that don't exist #453

Closed AaronBeaudoin closed 1 year ago

AaronBeaudoin commented 1 year ago

Steps to Reproduce

  1. docker run --rm -it odoo:16.0 bash
  2. cd /usr/lib/python3/dist-packages/odoo
  3. find . -type l -exec ls -la {} \;
  4. find . -type l -exec realpath {} \;

Output of find . -type l -exec ls -la {} \;

lrwxrwxrwx 1 root root 75 Dec 15  2020 ./addons/point_of_sale/static/src/fonts/Inconsolata.otf -> ../../../../../../../../../share/fonts/truetype/inconsolata/Inconsolata.otf
lrwxrwxrwx 1 root root 95 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Regular.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf
lrwxrwxrwx 1 root root 99 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-LightItalic.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-LightItalic.ttf
lrwxrwxrwx 1 root root 98 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-ThinItalic.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-ThinItalic.ttf
lrwxrwxrwx 1 root root 98 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-BoldItalic.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BoldItalic.ttf
lrwxrwxrwx 1 root root 94 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Medium.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Medium.ttf
lrwxrwxrwx 1 root root 93 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Black.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Black.ttf
lrwxrwxrwx 1 root root 92 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Thin.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Thin.ttf
lrwxrwxrwx 1 root root 92 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Bold.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Bold.ttf
lrwxrwxrwx 1 root root 100 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-MediumItalic.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-MediumItalic.ttf
lrwxrwxrwx 1 root root 99 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-BlackItalic.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BlackItalic.ttf
lrwxrwxrwx 1 root root 93 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Light.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Light.ttf
lrwxrwxrwx 1 root root 94 Dec 15  2020 ./addons/web/static/fonts/google/Roboto/Roboto-Italic.ttf -> ../../../../../../../../../../share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Italic.ttf
lrwxrwxrwx 1 root root 85 Dec 15  2020 ./addons/web/static/lib/fontawesome/fonts/fontawesome-webfont.woff2 -> ../../../../../../../../../../share/fonts-font-awesome/fonts/fontawesome-webfont.woff
lrwxrwxrwx 1 root root 86 Dec 15  2020 ./addons/web/static/lib/fontawesome/fonts/fontawesome-webfont.woff -> ../../../../../../../../../../share/fonts-font-awesome/fonts/fontawesome-webfont.woff2
lrwxrwxrwx 1 root root 84 Dec 15  2020 ./addons/web/static/lib/fontawesome/fonts/fontawesome-webfont.eot -> ../../../../../../../../../../share/fonts-font-awesome/fonts/fontawesome-webfont.ttf
lrwxrwxrwx 1 root root 76 Dec 15  2020 ./addons/web/static/lib/fontawesome/fonts/FontAwesome.otf -> ../../../../../../../../../../share/fonts-font-awesome/fonts/FontAwesome.otf
lrwxrwxrwx 1 root root 84 Dec 15  2020 ./addons/web/static/lib/fontawesome/fonts/fontawesome-webfont.ttf -> ../../../../../../../../../../share/fonts-font-awesome/fonts/fontawesome-webfont.ttf
lrwxrwxrwx 1 root root 68 Dec 15  2020 ./addons/web/static/lib/underscore/underscore.js -> ../../../../../../../../../share/javascript/underscore/underscore.js
lrwxrwxrwx 1 root root 85 Dec 15  2020 ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -> ../../../../../../../../../../share/fonts-glyphicons/glyphicons-halflings-regular.eot
lrwxrwxrwx 1 root root 87 Dec 15  2020 ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 -> ../../../../../../../../../../share/fonts-glyphicons/glyphicons-halflings-regular.woff2
lrwxrwxrwx 1 root root 86 Dec 15  2020 ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -> ../../../../../../../../../../share/fonts-glyphicons/glyphicons-halflings-regular.woff
lrwxrwxrwx 1 root root 85 Dec 15  2020 ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -> ../../../../../../../../../../share/fonts-glyphicons/glyphicons-halflings-regular.ttf

Output of find . -type l -exec realpath {} \;

/usr/share/fonts/truetype/inconsolata/Inconsolata.otf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-LightItalic.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-ThinItalic.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BoldItalic.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Medium.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Black.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Thin.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Bold.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-MediumItalic.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BlackItalic.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Light.ttf
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Italic.ttf
/usr/share/fonts-font-awesome/fonts/fontawesome-webfont.woff
/usr/share/fonts-font-awesome/fonts/fontawesome-webfont.woff2
/usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf
/usr/share/fonts/opentype/font-awesome/FontAwesome.otf
/usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf
/usr/share/javascript/underscore/underscore.js
realpath: ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: No such file or directory
realpath: ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2: No such file or directory
realpath: ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: No such file or directory
realpath: ./addons/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: No such file or directory

As you can see, the web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.ext symlinks cannot be resolved because the files they point to do not exist. This is because there is no /usr/share/fonts-glyphicons directory. Is this a missing dependency?

d-fence commented 1 year ago

Thanks for your report, it will be handled in odoo/odoo#125773