[GH-ISSUE #312] ARM64 build #228

Closed
opened 2026-02-25 23:33:44 +03:00 by kerem · 2 comments
Owner

Originally created by @danilo-jlle on GitHub (Jul 14, 2021).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/312

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.

Originally created by @danilo-jlle on GitHub (Jul 14, 2021). Original GitHub issue: https://github.com/go-shiori/shiori/issues/312 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.
kerem closed this issue 2026-02-25 23:33:44 +03:00
Author
Owner

@danilo-jlle commented on GitHub (Jul 15, 2021):

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

<!-- gh-comment-id:880663133 --> @danilo-jlle commented on GitHub (Jul 15, 2021): I was able to build succesfully by downloading the source code and building from the the source folder.
Author
Owner

@fmartingr commented on GitHub (Feb 10, 2022):

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.

<!-- gh-comment-id:1035520830 --> @fmartingr commented on GitHub (Feb 10, 2022): 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#228
No description provided.