-
Notifications
You must be signed in to change notification settings - Fork 38
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
FreeBSD txz package says architecture is Linux #352
Comments
This can at least be worked around with
|
Unfortunately this is a problem in the package creation tool we use. I do not have any easy way to fix this. :( |
I get |
When trying what, exactly? Does 0.12.0 work? Does the package file work? unpackerr-0.13.1_613.amd64.txz The other files are binaries. Only the txz file will work with the |
Note: To add proper dbus (X11) support to FreeBSD binaries and packages, we need to compile the app on freebsd instead of Linux. Since we'll compile it on freebsd, we can also package it on freebsd. Once we do that, we should no longer get this error. Adding X11 support to FreeBSD (and Linux) requires a number of other changes too. |
fpm seems to assume it's being packaged on a FreeBSD system https://github.com/jordansissel/fpm/blob/main/lib/fpm/package/freebsd.rb#L95
Although it seems like the architecture part (amd64) will still be wrong |
Thanks @nijave! I spent more time than I should have looking for that piece of code you linked. I updated it and submitted a pull request. Hopefully it gets noticed and merged at some point. jordansissel/fpm#2064 |
I may just be an idiot (probably) but can anyone help me figure out how to install this in a freebsd jail? I'm not great on freebsd. I downloaded the unpackerr.amd64.freebsd.gz but tar doesn't want to unzip it. I extracted it on windows and its just a file called unpackerr.amd64.freebsd. If I extract that, it looks like a bunch of binary files. If i try to use the txz, i get this:
Installing unpackerr-0.9.8-365...
pkg: wrong architecture: Linux:5:x86:64 instead of FreeBSD:13:amd64
any help would be appreciated
Origin user: kleptoroth
Origin message: Discord Server Link
Reporting user: twitchcaptain
Reporting message: Discord Server Link
The text was updated successfully, but these errors were encountered: