We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vvakame/review:latest (Re:VIEW 5.1.1)環境で実行
Archive: book.epub Length Date Time Name --------- ---------- ----- ---- 20 2021-04-25 13:24 mimetype 250 2021-04-25 13:24 META-INF/container.xml 452 2021-04-25 13:24 OEBPS/vscli.xhtml 0 2021-04-25 13:24 OEBPS/style.css 561 2021-04-25 13:24 OEBPS/book.xhtml 0 2021-04-25 13:24 OEBPS/images/cover.jpg 649 2021-04-25 13:24 OEBPS/book-toc.xhtml 575 2021-04-25 13:24 OEBPS/titlepage.xhtml 2136 2021-04-25 13:24 OEBPS/book.opf --------- ------- 4643 9 files
REVIEW_EPUB_OPTIONS="-d" rake epub
remove_entry_secure
The text was updated successfully, but these errors were encountered:
ではなくて、EPUB3::produceの時点ですでに0バイトなのでおかしい。コピーのところが変なようだ。
Sorry, something went wrong.
関係ないかもしれませんが、以前Docker+Re:VIEWな環境で、FileUtils.cpをするとコピー先のファイルサイズが0になるという問題にはまりました(kmutoさんにもいろいろ相談にのってもらいました)。
FileUtils.cp
どうもoverlayfsかtmpfsがらみでメタデータの同期がうまく動いていないような感じです。また、デバッグモードだとtmpfsにコピーしないので起きない状態でした。
原因自体はわからなかったので、手元のプロジェクトではconfig.yamlのhook_aftercopyimageとhook_prepackから「find $1 -exec touch {} \;」を実行するだけのシェルスクリプトを叩くようにしています。
find $1 -exec touch {} \;
参考までにそのときの調査内容: https://twitter.com/MurabitoL/status/1345610258681483264
そうか、以前にあったような…とおぼろげな記憶でした。ありがとうございます。今後もずっと困りそうなので、preserveしてしまうか…。
7eae5de
No branches or pull requests
vvakame/review:latest (Re:VIEW 5.1.1)環境で実行
REVIEW_EPUB_OPTIONS="-d" rake epub
とすれば問題なしremove_entry_secure
のところで何かタイミングがおかしい?(逆にWindowsだとまたおかしくなるかも…)The text was updated successfully, but these errors were encountered: