Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

sbt is not signed, so it's not installed on Fedora 16 with default command #17

Closed
rssh opened this issue May 26, 2012 · 13 comments
Closed

Comments

@rssh
Copy link

rssh commented May 26, 2012

yum install sbt
.....

Package sbt-0.11.3-1.noarch.rpm is not signed
[root@aa22 fixture-state-management]#

Workaround is disable gnupg check by using

  yum install --nogpgcheck  sbt

or alter /etc/yum.repos.d/typesafe.repo by adding line 'gnupgcheck=0' at the end on file, but better sign package ;)

@jsuereth
Copy link
Member

Huh, the packages should be signed. Perhaps you don't trust the key yet? id: e29df322

@claussni
Copy link

It's the same on Fedora 17. sbt is not installed with the given command.

@miguno
Copy link

miguno commented Jul 20, 2012

Same issue here on CentOS 6.2. The RPM package is not signed.

$ sudo yum install sbt
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package sbt.noarch 0:0.11.3-1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================================================
 Package             Arch                   Version                    Repository                Size
======================================================================================================
Installing:
 sbt                 noarch                 0.11.3-1                   typesafe                 911 k

Transaction Summary
======================================================================================================
Install       1 Package(s)

Total size: 911 k
Installed size: 1.0 M
Is this ok [y/N]: y
Downloading Packages:


Package sbt-0.11.3-1.noarch.rpm is not signed

@louisrli
Copy link

I can confirm for Fedora 17 with @claussni

@abuggin
Copy link

abuggin commented Sep 27, 2012

I confirm that too. :(

@bertzzie
Copy link

bertzzie commented Nov 1, 2012

This is still not working. What can we do to fix this?

The typesafe-stack is not installable on Fedora because of this...

@amferraz
Copy link

amferraz commented Dec 3, 2012

I can confirm this on Fedora 17.

@xpavlic4
Copy link

xpavlic4 commented Dec 4, 2012

I can confirm this on CentOs

@jasongoodwin
Copy link

use --nogpgcheck

@miguno
Copy link

miguno commented Feb 17, 2013

@ninjakeyboard : Yes, disabling the GPG check is a known workaround -- @rssh already mentioned this in the very first message in this ticket.

However, the use of digital signatures when installing software is there for a reason. The purpose of this ticket is to enable the installation of sbt /with/ proper GPG checks on Fedora and CentOS.

@jasongoodwin
Copy link

ah sorry - missed that :P I just went through this so thought I'd post what I did to get the server together.

@jsuereth
Copy link
Member

Ok, added a feature request to sbt-native-packager for this. WIth the migration to bintray, there may be an alternative solution.

@eed3si9n
Copy link
Member

eed3si9n commented Aug 2, 2019

I am closing this due to inactivity, but if this is still relevant let us know with more details (reproduction steps etc).

@eed3si9n eed3si9n closed this as completed Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests