-
Notifications
You must be signed in to change notification settings - Fork 18
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
KindleGen binaries are no longer available for download #42
Comments
Can confirm, I'm running into this too when using Travis CI or a local install. |
OMG... The even worse news is that Kindle Previewer doesn't have a Linux binary. If you've already installed the kindlegem gem, you can salvage the kindlegen tar.gz file from under the ext directory of the extracted gem file. You can use that to make the kindlegen gem rebuildable, but that's as far as you can go. |
KindleGen is unbuildable now as binaries are no longer available for download. This commit disables the Kindle autogeneration. Refs: tdtds/kindlegen#42 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
I don't think this issue will be somehow fixed. There are higher chances that something will be done in asciidoctor/asciidoctor-epub3#363. asciidoctor-epub3 can use alternative ways to produce Mobi, not only through Kindlegen. |
* Add GitHub Action workflow to build the book - updated packages & bundler - removed 'kindlegen'. More at tdtds/kindlegen#42 * [GitHub Actions] run only on master Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr> * store builds in YAML instead of JSON * [GitHub Actions] change tag_name to include version and github run number Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr> Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr>
I have a workaround to make it work: #43. Digged to find the missing files and added them to the repo. Now, it works again! 🎉 |
Whereas Amazon is no longer releasing kindlegen, you can apparently snag an up-to-date binary from Kindle Previewer 3 at inside Not that I'd advocate going that way. |
resolves #42 use Wayback Machine to download KindleGen binaries
* Add GitHub Action workflow to build the book - updated packages & bundler - removed 'kindlegen'. More at tdtds/kindlegen#42 * [GitHub Actions] run only on master Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr> * store builds in YAML instead of JSON * [GitHub Actions] change tag_name to include version and github run number Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr> Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr>
* Add GitHub Action workflow to build the book - updated packages & bundler - removed 'kindlegen'. More at tdtds/kindlegen#42 * [GitHub Actions] run only on master Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr> * store builds in YAML instead of JSON * [GitHub Actions] change tag_name to include version and github run number Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr> Co-authored-by: Alexandre Rousseau <contact@rousseau-alexandre.fr>
Downstream issue: asciidoctor/asciidoctor-epub3#363
Seems like there is nothing that can be done within
kindlegen
gem because KindleGen EULA doesn't allow redistribution.The text was updated successfully, but these errors were encountered: