Bug 1497654
Summary: | mkdocs fails due to broken fontawesome-web.svg symlink | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | ft |
Component: | mkdocs | Assignee: | Robin Lee <robinlee.sysu> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | alon.barlev, williamjmorenor |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-08-08 12:27:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1492884 | ||
Bug Blocks: |
Description
ft
2017-10-02 11:26:08 UTC
I got this file in my rawhide machine: [wmoreno@fedora-rawhide fontawesome]$ pwd /usr/share/fonts/fontawesome [wmoreno@fedora-rawhide fontawesome]$ ls FontAwesome.otf fontawesome-webfont.eot fontawesome-webfont.svg fontawesome-webfont.ttf fontawesome-webfont.woff fontawesome-webfont.woff2 [wmoreno@fedora-rawhide fontawesome]$ This work for me: [wmoreno@fedora-rawhide ~]$ mkdocs new test INFO - Creating project directory: test INFO - Writing config file: test/mkdocs.yml INFO - Writing initial docs: test/docs/index.md [wmoreno@fedora-rawhide ~]$ cd test [wmoreno@fedora-rawhide test]$ mkdocs build --theme readthedocs INFO - Cleaning site directory INFO - Building documentation to directory: /home/wmoreno/test/site [wmoreno@fedora-rawhide test]$ Unfortunately I don't have a Fedora machine to test with. What package contains that file? Looks like EL7's fontawesome-fonts-web-4.1.0 doesn't have all the same files as Fedora's fontawesome-fonts-web-4.7.0. William, what do you think about changing the spec file to use the bundled fontawesome files on EL7 only? If you are agreeable to it I can handle the changes. (In reply to Carl George from comment #3) > Looks like EL7's fontawesome-fonts-web-4.1.0 doesn't have all the same files > as Fedora's fontawesome-fonts-web-4.7.0. William, what do you think about > changing the spec file to use the bundled fontawesome files on EL7 only? If > you are agreeable to it I can handle the changes. OK, thanks if you can take care of this. Turns out the missing files exist in upstream fontawesome 4.1.0, they just aren't packaged in RHEL. See bug 1492884. fontawesome-fonts-4.1.0-2.el7.noarch fixes this issue |