You are not logged in.
from /var/log/pacman.log :
[2015-01-06 05:23] [PACMAN] Running 'pacman -Syu'
[2015-01-06 05:23] [PACMAN] synchronizing package lists
[2015-01-06 05:23] [PACMAN] starting full system upgrade
[2015-01-06 05:23] [ALPM] transaction started
[2015-01-06 05:24] [ALPM] upgraded ruby (2.1.5-1 -> 2.2.0-1)
[2015-01-06 05:24] [ALPM] transaction completed
when try to run it:
$ vi
vi: error while loading shared libraries: libruby.so.2.1: cannot open shared object file: No such file or directory
Last edited by qwerty341736417 (2015-01-05 23:59:31)
Offline
No issues here... You have vi aliased to vim?
Offline
After running $ pacman -Syu again:
[2015-01-06 05:49] [PACMAN] Running 'pacman -Syu'
[2015-01-06 05:49] [PACMAN] synchronizing package lists
[2015-01-06 05:49] [PACMAN] starting full system upgrade
[2015-01-06 05:49] [ALPM] transaction started
[2015-01-06 05:49] [ALPM] upgraded vim-runtime (7.4.537-1 -> 7.4.560-1)
[2015-01-06 05:49] [ALPM] upgraded vim (7.4.537-1 -> 7.4.560-1)
[2015-01-06 05:49] [ALPM] transaction completed
Wow, didn't think you would respond to my thread so quickly!
Just updated in a wrong time
Last edited by qwerty341736417 (2015-01-05 23:55:44)
Offline
Heh. I was on 560 from [testing]...
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
This was a huge ruby2.2 rebuild (that included both ruby and vim). The move was not atomic, ruby got [stable] before vim. So vim was broken for a while. Everything should be fine now.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
This was a huge ruby2.2 rebuild (that included both ruby and vim). The move was not atomic, ruby got [stable] before vim. So vim was broken for a while. Everything should be fine now.
No, i have same problem
Version of vim: extra/vim 7.4.617-1 [installed]
megasan84@workpc ~]$ vim
vim: error while loading shared libraries: libruby.so.2.2: cannot open shared object file: No such file or directory
The system has all the latest updates...
Offline
The system has all the latest updates...
Apparently not. Your mirror(s) may be out of date.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
No, i have same problem
Not really. You have the new vim, but apparently not the new ruby. OP had new ruby but old vim.
Offline
megasan84@workpc ~]$ vim vim: error while loading shared libraries: libruby.so.2.2: cannot open shared object file: No such file or directory
The system has all the latest updates...
Your ruby version is old. What do you have here:
pacman -Si ruby
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
megasan84 wrote:megasan84@workpc ~]$ vim vim: error while loading shared libraries: libruby.so.2.2: cannot open shared object file: No such file or directory
The system has all the latest updates...
Your ruby version is old. What do you have here:
pacman -Si ruby
Ok, thanks!
I already install it )
Offline