Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lodraw tries to convert empty SVG (3.0 RC1) #473

Closed
svenseeberg opened this issue Aug 13, 2018 · 1 comment
Closed

lodraw tries to convert empty SVG (3.0 RC1) #473

svenseeberg opened this issue Aug 13, 2018 · 1 comment
Labels

Comments

@svenseeberg
Copy link

svenseeberg commented Aug 13, 2018

Problem description

When build DC-caasp-deployment, daps tries to convert svg files with lodraw which does never finish:

   File '[...]/doc-caasp/build/.images/color/caasp_generic_scheme.png' does not exist.
     File '[...]/doc-caasp/build/.images/gen/png/caasp_generic_scheme.png' does not exist.
       File '[...]/doc-caasp/build/.images/gen/.odg_gen' does not exist.
      Must remake target '[...]/doc-caasp/build/.images/gen/.odg_gen'.
lodraw  --headless --convert-to png --outdir [...]/doc-caasp/build/.images/gen/png/  > /dev/null

The target directory stays empty.

The source of caasp_generic_scheme.png is an SVG file:

> find ./ -name caasp_generic_scheme*
./images/src/svg/caasp_generic_scheme.svg

Expected behavior

lodraw should not try to convert SVG files.

Steps to reproduce the behavior

$ git clone [email protected]:SUSE/doc-caasp.git
$ cd doc-caasp
$ daps -d DC-caasp-deployment html --single
@ghost ghost changed the title lodraw tries to convert empty SVG lodraw tries to convert empty SVG (3.0 RC1) Aug 14, 2018
fsundermeyer added a commit that referenced this issue Aug 27, 2018
Fixes issue #473: lodraw tries to convert empty SVG (3.0 RC1)
@fsundermeyer
Copy link
Member

Fixed with 958c6d9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants