-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
フリー版のビルドをしようとすると、bundle exec rakeの途中で失敗します。
./vendor/asciidoctor-fopub/fopub book.xml -param body.font.family VL-PGothic-Regular -param dingbat.font.family VL-PGothic-Regular -param monospace.font.family VL-PGothic-Regular -param sans.font.family VL-PGothic-Regular -param title.font.family VL-PGothic-Regular
Initializing application...
FAILURE: Build failed with an exception.
* What went wrong:
Could not expand ZIP '/home/honeniq/.ghq/github.com/yasuhito/trema-book/vendor/asciidoctor-fopub/build/docbook-xsl-ns-1.78.1.zip'.
> archive is not a ZIP archive
この前段でdocbook-xsl-ns-1.78.1.zipをダウンロードしようとしているのですが、同ファイルをホストしているWebサイトの仕様変更があったのか、直接ダウンロードすることができなくなっています。
解決方法
asciidoctor/asciidoctor-fopubの最新版ではこの箇所が修正されていたので、vendor/asciidoctor-fopub配下のみ差し替えてbundle exec rakeしてみたところ、エラーなくビルドできました。
asciidoctor-fopubのバージョン依存等が無いようでしたら、差し替えをお願いします。
Metadata
Metadata
Assignees
Labels
No labels