Re: [opensuse-factory] Can't install RStudio RPM package
![](https://seccdn.libravatar.org/avatar/f555ff5be093ee02ffb38d3ad7e10dca.jpg?s=120&d=mm&r=g)
On Sunday, June 12, 2016 7:25:11 PM CDT you wrote: The full output for the Dropbox rpm rewarp@ganymede:~> sudo zypper in /home/rewarp/Downloads/nautilus- dropbox-2015.10.28-1.fedora.x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' found. Resolving package dependencies... Nothing to do.
![](https://seccdn.libravatar.org/avatar/22815e8cbb63ec7e4adafe8b00045c53.jpg?s=120&d=mm&r=g)
On 12/06/16 08:28 PM, Chan Ju Ping wrote:
On Sunday, June 12, 2016 7:25:11 PM CDT you wrote: The full output for the Dropbox rpm
rewarp@ganymede:~> sudo zypper in /home/rewarp/Downloads/nautilus- dropbox-2015.10.28-1.fedora.x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' found. Resolving package dependencies...
Nothing to do.
Why are you using a Fedora rpm? You can find nautilus-extension-dropbox rpm in the KDE Extra repository for Tumbleweed. http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_Tumbleweed/ Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/f555ff5be093ee02ffb38d3ad7e10dca.jpg?s=120&d=mm&r=g)
On Sunday, June 12, 2016 8:39:07 PM CDT Roman Bysh wrote:
On 12/06/16 08:28 PM, Chan Ju Ping wrote:
On Sunday, June 12, 2016 7:25:11 PM CDT you wrote: The full output for the Dropbox rpm
rewarp@ganymede:~> sudo zypper in /home/rewarp/Downloads/nautilus- dropbox-2015.10.28-1.fedora.x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' found. Resolving package dependencies...
Nothing to do.
Why are you using a Fedora rpm? You can find nautilus-extension-dropbox rpm in the KDE Extra repository for Tumbleweed.
http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_Tumbleweed/
Roman
I am giving an equivalent example to the first problem, for RSudio, where the latest official release is only available on their site. Here's the full output for when I try the rstudio rpm. -- rewarp@ganymede:~> sudo zypper install /home/rewarp/Downloads/ rstudio-0.99.902-x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:rstudio=0:0.99.902-1' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:rstudio=0:0.99.902-1' found. Resolving package dependencies... Nothing to do. --
![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 El 2016-06-12 a las 19:42 -0500, Chan Ju Ping escribió:
I am giving an equivalent example to the first problem, for RSudio, where the latest official release is only available on their site. Here's the full output for when I try the rstudio rpm.
-- rewarp@ganymede:~> sudo zypper install /home/rewarp/Downloads/ rstudio-0.99.902-x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). ...
What happens if you try to install the same package with rpm? rpm -i --test /home/rewarp/Downloads/rstudio-0.99.902-x86_64.rpm If that works, then try again zypper with verbose options. - -- Cheers Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAldeBRYACgkQja8UbcUWM1xxSwEAjBch7RHcjGi3vHbe9qADhNNJ 5NetzdosaUYtSMInwlcA/1k8yE3E+b8ngvg27Mfg4mSQnEvOIEy6mZ+N34p5k8wd =eI+m -----END PGP SIGNATURE-----
![](https://seccdn.libravatar.org/avatar/25983f2ffe32e6632742b50c1a959c8b.jpg?s=120&d=mm&r=g)
Updates for Rstudio, server and IDE, should be coming to devel:languages:R:released soon, i hope. I have rstudio-server updated to 0.99.902, locally, but the IDE build is not being friendly due to the convoluted build procedure. I'll probably push the server packages, since I have a need, and will continue to chip away at the IDE as time allows. -- Later, Darin On Sun, Jun 12, 2016 at 8:42 PM, Chan Ju Ping <email@chanjp.me> wrote:
On Sunday, June 12, 2016 8:39:07 PM CDT Roman Bysh wrote:
On 12/06/16 08:28 PM, Chan Ju Ping wrote:
On Sunday, June 12, 2016 7:25:11 PM CDT you wrote: The full output for the Dropbox rpm
rewarp@ganymede:~> sudo zypper in /home/rewarp/Downloads/nautilus- dropbox-2015.10.28-1.fedora.x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' found. Resolving package dependencies...
Nothing to do.
Why are you using a Fedora rpm? You can find nautilus-extension-dropbox rpm in the KDE Extra repository for Tumbleweed.
http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_Tumbleweed/
Roman
I am giving an equivalent example to the first problem, for RSudio, where the latest official release is only available on their site. Here's the full output for when I try the rstudio rpm.
-- rewarp@ganymede:~> sudo zypper install /home/rewarp/Downloads/ rstudio-0.99.902-x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:rstudio=0:0.99.902-1' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:rstudio=0:0.99.902-1' found. Resolving package dependencies...
Nothing to do. -- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/f555ff5be093ee02ffb38d3ad7e10dca.jpg?s=120&d=mm&r=g)
On Monday, June 13, 2016 9:58:39 AM CDT Darin Perusich wrote:
Updates for Rstudio, server and IDE, should be coming to devel:languages:R:released soon, i hope. I have rstudio-server updated to 0.99.902, locally, but the IDE build is not being friendly due to the convoluted build procedure. I'll probably push the server packages, since I have a need, and will continue to chip away at the IDE as time allows. -- Later, Darin
Thanks for the work Darin! It seems for now, until I can figure out why, my installation won't allow installation of packages outside of subscribed repositories.
![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2016-06-14 01:34, Chan Ju Ping wrote:
Thanks for the work Darin! It seems for now, until I can figure out why, my installation won't allow installation of packages outside of subscribed repositories.
Did you try, as I suggested, to install using the "rpm" command directly? Did you try to tell zypper to be verbose? - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAldfQ9oACgkQja8UbcUWM1zSBAD9H5WYkHYJq7gAma1fhv8W+lJI 03O6gVzzMMg3gjZNROcA/109IcgvxwnNSMQj6bR3rZboYDN9odpo70FS83891j8U =th+9 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/a6ffef5dde34bf02c36fb9fb70f3e397.jpg?s=120&d=mm&r=g)
On Mon, 13 Jun 2016 02:28, Chan Ju Ping wrote:
On Sunday, June 12, 2016 7:25:11 PM CDT you wrote: The full output for the Dropbox rpm
rewarp@ganymede:~> sudo zypper in /home/rewarp/Downloads/nautilus- dropbox-2015.10.28-1.fedora.x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' found. Resolving package dependencies...
Nothing to do.
Something reeks funny here. A gut-feeling tells me that the local data caches of zypper are compromised. Do you have repos with the "keeppackages" option set? ["grep keeppackages=1 /etc/zypp/repos.d/*" for testing] If not, it does n harm to do a full refresh of the local caches: [code] zypper clean zypper refresh [code] If you have a repo with "keeppackages=1" and really want to keep the packages, you will have to move the repo-dir in the "/var/cache/zypp/packages/" directory away before hand, and back after the "full refresh" - Yamaban. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/f555ff5be093ee02ffb38d3ad7e10dca.jpg?s=120&d=mm&r=g)
On Monday, June 13, 2016 2:44:24 AM CDT Yamaban wrote:
On Mon, 13 Jun 2016 02:28, Chan Ju Ping wrote:
On Sunday, June 12, 2016 7:25:11 PM CDT you wrote: The full output for the Dropbox rpm
rewarp@ganymede:~> sudo zypper in /home/rewarp/Downloads/nautilus- dropbox-2015.10.28-1.fedora.x86_64.rpm [sudo] password for root: Error building the cache: [|] Failed to cache repo (1). Building repository 'Plain RPM files cache' cache ............................................................[done] Error building the cache: [|] Failed to cache repo (1). Warning: Skipping repository 'Plain RPM files cache' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:nautilus-dropbox=0:2015.10.28-1.fc10' found. Resolving package dependencies...
Nothing to do.
Something reeks funny here. A gut-feeling tells me that the local data caches of zypper are compromised.
Do you have repos with the "keeppackages" option set? ["grep keeppackages=1 /etc/zypp/repos.d/*" for testing].
I received no output from running this command, so I assume no packages have that option set.
If not, it does n harm to do a full refresh of the local caches: [code] zypper clean zypper refresh [code]
Unfortunately, I still can't install rstudio after this step. The same error is given.
If you have a repo with "keeppackages=1" and really want to keep the packages, you will have to move the repo-dir in the "/var/cache/zypp/packages/" directory away before hand, and back after the "full refresh"
- Yamaban.
participants (5)
-
Carlos E. R.
-
Chan Ju Ping
-
Darin Perusich
-
Roman Bysh
-
Yamaban