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

ARM64 build #312

Closed
danilo-jlle opened this issue Jul 14, 2021 · 2 comments
Closed

ARM64 build #312

danilo-jlle opened this issue Jul 14, 2021 · 2 comments

Comments

@danilo-jlle
Copy link

danilo-jlle commented Jul 14, 2021

Hi.
Trying to compile on a Pine64 board running debian.
Installed Go 1.16 from official website.
Trying to install return:
1
go get -u -v github.com/go-shiori/shiori github.com/go-shiori/shiori/pkg/warc/internal/archiver pkg/warc/internal/archiver/processor.go:414:23: cannot use input (type io.Reader) as type *parse.Input in argument to css.NewLexer pkg/warc/internal/archiver/processor.go:461:22: cannot use input (type io.Reader) as type *parse.Input in argument to js.NewLexer
2
go get -u -v github.com/go-shiori/shiori github.com/go-shiori/shiori/internal/core ./processing.go:68:17: undefined: readability.IsReadable ./processing.go:70:64: cannot use book.URL (type string) as type *url.URL in argument to readability.FromReader
Not sure what to do next.

@danilo-jlle
Copy link
Author

I was able to build succesfully by downloading the source code and building from the the source folder.

@fmartingr
Copy link
Member

Hey @danilo-jlle, apparently this is a problem with the warc dependency. I've opened #353 to address this. Closing since you already got it working directly with the source.

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

No branches or pull requests

2 participants