Project

General

Profile

Actions

Bug #53212

open

[Pacific]Docs not generated due to ditaa issue

Added by Joris Vleminckx over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
documentation
Target version:
-
% Done:

0%

Source:
Tags:
ditaa documentation docs
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Hi,

I've been trying to build the docs of Ceph Pacific on an Ubuntu 20.04 server, following the indicated steps but the process fails with the below error:

/usr/bin/ditaa: cannot execute binary file: Exec format error

It seems that this "binary" links to the ditaa jar in an incorrect way.

What I did to overcome this issue, is creating manually a script /usr/bin/ditaa

#!/bin/bash exec java -jar /usr/share/ditaa/ditaa.jar "$@"

With this fix the docs are generated.

Actions #2

Updated by Joris Vleminckx over 2 years ago

Sebastian Wagner wrote:

related https://github.com/ceph/ceph/pull/42577 ?

Hmm, seems so, yes. Can this be backported to pacific?

Actions #3

Updated by Sebastian Wagner over 2 years ago

you want to do the backport?

Actions

Also available in: Atom PDF