[yast-devel] Results after upgrading yast to ruby-yast in 12.3
Hey All I am using ruby-yast now, when I run yast from the terminal I get the following output linux-6gy3:~ # yast terminate called after throwing an instance of 'YUIPluginException' what(): Couldn't load plug-in ncurses YaST got signal 6 at YCP file /usr/share/YaST2/clients/menu.rb:193 /sbin/yast: line 431: 28057 Aborted $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS seems like ncurses is not loaded, is this is a known bug or what can i do enable more logs -- Regards Manu Gupta -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On Mon, Aug 05, Manu Gupta wrote:
Hey All
I am using ruby-yast now, when I run yast from the terminal I get the following output
linux-6gy3:~ # yast terminate called after throwing an instance of 'YUIPluginException' what(): Couldn't load plug-in ncurses YaST got signal 6 at YCP file /usr/share/YaST2/clients/menu.rb:193 /sbin/yast: line 431: 28057 Aborted $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS
seems like ncurses is not loaded, is this is a known bug or what can i do enable more logs
There seem to be some dependecies missing, you need to manually install libyui-ncurses5 and libyui-ncurses-pkg5. Tschuess, Thomas Fehr -- Thomas Fehr, SuSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Tel: +49-911-74053-0, Fax: +49-911-74053-482, Email: fehr@suse.de GPG public key available. -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Dne 5.8.2013 18:13, Thomas Fehr napsal(a):
On Mon, Aug 05, Manu Gupta wrote:
seems like ncurses is not loaded, is this is a known bug or what can i do enable more logs
There seem to be some dependecies missing, you need to manually install libyui-ncurses5 and libyui-ncurses-pkg5.
Yes, there seems to be some missing dependency to trigger the package update automatically. After switching from 12.3 to Yast:Head libyui-ncurses-pkg4 is not updated (and the same is probably valid for libyui-ncurses4 and for the Qt and Gtk plugins). Thomas (Goettlicher), this could make troubles also in 12.3 -> 13.1 update, could you look at it? Thanks! -- Ladislav Slezák Appliance department / YaST Developer Lihovarská 1060/12 190 00 Prague 9 / Czech Republic tel: +420 284 028 960 lslezak@suse.com SUSE -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Hi, as it seems , the -devel packages are needed to start yast. zypper in ncurses-devel libyui-ncurses-devel solved the problem on my side. While "'libyui-ncurses-pkg4' providing 'libyui-ncurses' is already installed." Cheers Am 06.08.2013 09:14, schrieb Ladislav Slezak:
Dne 5.8.2013 18:13, Thomas Fehr napsal(a):
On Mon, Aug 05, Manu Gupta wrote:
seems like ncurses is not loaded, is this is a known bug or what can i do enable more logs
There seem to be some dependecies missing, you need to manually install libyui-ncurses5 and libyui-ncurses-pkg5.
Yes, there seems to be some missing dependency to trigger the package update automatically.
After switching from 12.3 to Yast:Head libyui-ncurses-pkg4 is not updated (and the same is probably valid for libyui-ncurses4 and for the Qt and Gtk plugins).
Thomas (Goettlicher), this could make troubles also in 12.3 -> 13.1 update, could you look at it? Thanks!
--
Ladislav Slezák Appliance department / YaST Developer Lihovarská 1060/12 190 00 Prague 9 / Czech Republic tel: +420 284 028 960 lslezak@suse.com SUSE
-- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (4)
-
Joerg Stephan
-
Ladislav Slezak
-
Manu Gupta
-
Thomas Fehr