-
Notifications
You must be signed in to change notification settings - Fork 372
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
.rpm flavor fail to install on opensuse tumbleweed #1063
Comments
Try installing the I don't know about OpenSUSE Tumbleweed packages that much but based on this package info, Which presumably resolves the missing dependency problem:
|
hi, in my understanding here the detail on and the actual page describing |
It seems we can manually modify the dependencies of each package. Do you think it is possible for you to apply the changes below, build an rpm package, and test the package? Before (https://github.com/BoostIO/BoostNote.next/blob/master/package.json#L238-L242) "linux": {
"icon": "static/icon.icns",
"target": [
"deb",
"rpm",
"AppImage"
]
}, After "linux": {
"icon": "static/icon.icns",
"target": [
"deb",
{
"target": "rpm",
"depends": [
"libnotify",
"libappindicator",
"libXScrnSaver",
"libuuid or libuuid1"
]
},
"AppImage"
]
}, Package building script
Then you will see |
@boostio has funded $20.00 to this issue.
|
hi, I've found this issue where it's talking about the same issue (libuuid) |
I just built BoostNote-App as rpm package for openSUSE. |
I created a PR for this issue. #1204 |
I added a pull request with the fix. Please look into it. |
please look into my pull request asap so I can start working on debian packaging issue. |
@rokt33r has rewarded $18.00 to @drunckj. See it on IssueHunt
|
@drunckj Thanks!! |
Current behavior
downloaded the boost note rpm from https://github.com/BoostIO/BoostNote.next/releases/download/v0.20.2/boost-note-linux.rpm
install command
sudo zypper install boost-note-linux.rpm
result
there I choose to not install boostnote :)
libuuid is installed on this system but is named libuuid1 in place of libuuid
see the search result hereunder, the "i" in the first column is for "installed"
Expected behavior
install process do not fail
Steps to reproduce
Environment
Desktop/Web
IssueHunt Summary
drunckj has been rewarded.
Backers (Total: $20.00)
Submitted pull Requests
Tips
The text was updated successfully, but these errors were encountered: