Skip to content
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 Failure #502

Closed
ghost opened this issue Jun 14, 2016 · 11 comments
Closed

RPM Failure #502

ghost opened this issue Jun 14, 2016 · 11 comments

Comments

@ghost
Copy link

ghost commented Jun 14, 2016

When trying to install an RPM (on opensuse):

(Using command line rpm -ivh filename.rpm)

Warning: app-1.5.1.rpm: Header V4 RSA/SHA1 Signature, key ID f3a8c6bd: NOKEY
error: Failed dependencies:
        libappindicator1 is needed by app-1.5.1-1.x86_64
        libnotify-bin is needed by app-1.5.1-1.x86_64

Just double clicking seems to open it up in Ark as a simple archive file.

@develar
Copy link
Member

develar commented Jun 14, 2016

Please specify Linux Distro.

@ghost
Copy link
Author

ghost commented Jun 14, 2016

OpenSuse downloaded today, latest stable.

@develar
Copy link
Member

develar commented Jun 14, 2016

Workaround: set depends to [].

@ghost
Copy link
Author

ghost commented Jun 14, 2016

why are these depends used? I'm doing multiple targets simultaneously, will it affect deb ?

"target": ["deb", "rpm", "tar.gz"],

@develar
Copy link
Member

develar commented Jun 14, 2016

Temp fix wil be in 10 minutes — use current deps only for deb. Real fix — help wanted.

@ghost
Copy link
Author

ghost commented Jun 14, 2016

Yes, this works, however another issue; when trying to install a new version (or reinstall the same version):

Warning: app-1.5.2.rpm: Header V4 RSA/SHA1 Signature, key ID 3fb4cd59: NOKEY
Preparing... ################################# [100%]
file /opt/App/resources/app.asar from install of app-1.5.2-1.x86_64 conflicts with file from package app-1.5.1-1.x86_64

@ghost
Copy link
Author

ghost commented Jun 14, 2016

And one more thing, I noticed that the app is installed in the start menu under category "Other programs", any way to specify the app category like on mac (MAS) ?

@ghost
Copy link
Author

ghost commented Jun 14, 2016

After uninstallation, can install again, but noticed (as above) that the rpm install name is:

app-1.5.2-1 instead of just app-1.5.2.

@ghost
Copy link
Author

ghost commented Jun 24, 2016

Has anyone been able to confirm this behavior?

@develar
Copy link
Member

develar commented Jun 24, 2016

This issue about: RPM uses different package names then deb. Now we specify defaults deps only for deb. Ability to specify different deps per target is implemented, but not yet tested and documented.

If you ask about "app-1.5.2-1 instead of just app-1.5.2." — please open new issue. Please don't mix ;)

@develar develar closed this as completed Jul 5, 2016
bascht added a commit to bascht/rambox that referenced this issue Aug 11, 2016
- Explicitly defining `depends` for the defaults is not necessary as of
  electron-userland/electron-builder#502
@sidneys
Copy link
Contributor

sidneys commented Mar 7, 2017

@develar

This does not work anymore (see #1338)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants