mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #711] Build Errors On FreeBSD #520
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#520
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 @schrodyn on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/711
I would really like to try out Nfty but I'm solely a FreeBSD user on all servers. Getting build errors for Nfty on FreeBSD 13.1. Can you help or consider FreeBSD for your releases? You consider every other OS but not the BSDs.
@binwiederhier commented on GitHub (Apr 28, 2023):
make: exec(pip3) failed (No such file or directory)implies that you do not have Python installed, or at least thatpip3is not available.I am happy to consider BSD-type systems, though I don't know anything about *BSD, so it's hard/impossible for me to consider or test it. I'd be more than happy to accept PRs to extend the build toolchain and include FreeBSD and others.
Also see: #162
@schrodyn commented on GitHub (Apr 28, 2023):
I tried the OpenBSD solution but it doesn't translate to FreeBSD. I tried to work around the python problem with a venv but I'm getting more problems related to dependencies. Unfortunately I'll consider ntfy incompatible with FreeBSD for now. Shame, I like your project. An alternative might be an Ubuntu jail (FreeBSD containers) but feels like overkill.
Just FYI the current errors:
I'll go ahead and close the issue and thanks for getting back to me.
@ifreislich commented on GitHub (Jun 23, 2023):
For what it's worth, I managed to compile
4c7dc4c1bayesterday usinggoreleaser build --snapshot --clean --id ntfy_freebsd_amd64
After the following patch:
I'll clean this up and submit a pull request when I have time, but hopefully this is enough to get you going.