Project

Profile

Help

Issue #4791

closed

Cannot `make diagrams` on F29 w/ pulplift

Added by bmbouter almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
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

Blocks Pulp - Story #4745: As a plugin writer, I can create distributions for repository versionsCLOSED - CURRENTRELEASEbmbouter

Actions
Actions #1

Updated by bmbouter almost 5 years ago

  • Sprint set to Sprint 52

This is blocking work that is on the sprint so I'm adding to the sprint.

Actions #2

Updated by bmbouter almost 5 years ago

  • Blocks Story #4745: As a plugin writer, I can create distributions for repository versions added
Actions #3

Updated by bmbouter almost 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 almost 5 years ago

Revision 0e908b9c | View on GitHub

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

Actions #4

Updated by bmbouter almost 5 years ago

  • Status changed from ASSIGNED to POST
Actions #5

Updated by bmbouter almost 5 years ago

  • Status changed from POST to MODIFIED
Actions #6

Updated by bmbouter over 4 years ago

  • Sprint/Milestone set to 3.0.0
Actions #7

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF