mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #165] ubuntu 18 compatibility? #121
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sigmonsays on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/165
@deanishe commented on GitHub (Sep 23, 2019):
I had the same issue on Stretch. It works fine if you build it yourself.
@RadhiFadlillah commented on GitHub (Sep 23, 2019):
Yeah, this is the problem when building Linux binary from distro with rolling release like Manjaro. I will use Ubuntu VM to replace it ASAP.
@RadhiFadlillah commented on GitHub (Sep 24, 2019):
Could you check the
shiori-linux-amd64-busterin release page ? I've build it using Debian buster which hopefully fixed this issue.@shyim commented on GitHub (Sep 24, 2019):
I have the same with both binaries.
maybe just add travis which builds everything for you
@sigmonsays commented on GitHub (Sep 24, 2019):
Thanks for the cool project.
shiori-linux-amd64-buster shows the same issue on ubuntu 18.
I think travis is a good idea. It might be worth building in a docker for the target platform if you want more control. Here is an example script I put together. Let me know if you want it in a PR
Create the build script, buildit
then build it
@RadhiFadlillah commented on GitHub (Sep 25, 2019):
@sigmonsays sorry, now Ubuntu 18.04 should be supported by
shiori-linux-amd64-stretchin release page. It seems Ubuntu 18.04 still use GLIBC 2.27 while Buster and Manjaro is 2.28 alreay. Fortunately Debian Stretch still in 2.24, so I used that one.For Travis I don't think I want to use it for now. There are still no unit test yet, and the release for Shiori is still not that often so IMHO it's better for me to build it manually.
@RadhiFadlillah commented on GitHub (Oct 4, 2019):
Since it seems fixed now, I'll close this issue. Feel free to reopen it if needed.