Actions
Issue #4791
closedCannot `make diagrams` on F29 w/ pulplift
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Dev Environment, Documentation
Sprint:
Sprint 52
Quarter:
Description
I'm working on pulpcore documentation in the F29 environment and when I cd docs into the pulpcore/docs directory I try to run `make diagrams` and I get:
(pulp) [vagrant@pulp3-source-fedora29 docs]$ make diagrams
mkdir -p _diagrams
python3 -m plantuml diagrams_src/*.dot
/usr/local/lib/pulp/lib64/python3.7/site-packages/plantuml.py:205: DeprecationWarning: 'U' mode is deprecated
data = open(filename, 'U').read()
diagrams_src/concept-add-repo.dot: success.
diagrams_src/concept-content.dot: success.
diagrams_src/concept-publish.dot: success.
diagrams_src/concept-remote.dot: success.
diagrams_src/concept-repository.dot: success.
mv diagrams_src/*.png _diagrams/
mv: cannot move 'diagrams_src/concept-add-repo.png' to '_diagrams/concept-add-repo.png': Numerical result out of range
mv: cannot move 'diagrams_src/concept-content.png' to '_diagrams/concept-content.png': Numerical result out of range
mv: cannot move 'diagrams_src/concept-publish.png' to '_diagrams/concept-publish.png': Numerical result out of range
mv: cannot move 'diagrams_src/concept-remote.png' to '_diagrams/concept-remote.png': Numerical result out of range
mv: cannot move 'diagrams_src/concept-repository.png' to '_diagrams/concept-repository.png': Numerical result out of range
make: *** [Makefile:50: diagrams] Error 1
Related issues
Updated by bmbouter over 5 years ago
- Sprint set to Sprint 52
This is blocking work that is on the sprint so I'm adding to the sprint.
Updated by bmbouter over 5 years ago
- Blocks Story #4745: As a plugin writer, I can create distributions for repository versions added
Updated by bmbouter over 5 years ago
- Severity changed from 2. Medium to 3. High
- Tags Dev Environment, Documentation added
I believe this is because sshfs is used in the dev environment and we are experiencing this bug https://bugzilla.redhat.com/show_bug.cgi?id=1656826
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulpcore/pull/120
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|0e908b9c4f61a7518370681e131b895b9126a658.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow docs building in dev environment
This works around an sshfs bug whereby the
mv
command gives errors on that filesystem.https://pulp.plan.io/issues/4791 closes #4791