Description of problem: Run pyhoca-gui $ pyhoca-gui /usr/lib/python2.7/site-packages/pyhoca/wxgui/frontend.py:67: wxPyDeprecationWarning: Call to deprecated item. wx.InitAllImageHandlers() Falha de segmentação Reproducible: Steps to Reproduce:
The real problem is the segmentation fault
Summary: wxPyDeprecationWarning in pyhoca-gui package => segmentation fault in pyhoca-gui package
Adding Philippe in CC as he might help for this python package which has no assigned maintainer.
CC: (none) => makowski.mageia
Seems a gtk problem no ? should be better to use gtk3 certainly will try to investigate but don't know when. can you produce more output ?
When you have time, I think the better solution is pack new versions from pyhoca and x2go team. For pyhoca-gui there is 0.5.0.4 version but need update several packages dependences (python-?, wxPhython, etc).
(In reply to José Eduardo Martins from comment #4) > When you have time, I think the better solution is pack new versions from > pyhoca and x2go team. > > For pyhoca-gui there is 0.5.0.4 version but need update several packages > dependences in fact : it would need to update python-x2go and python-cli too others , any advice ?
We will need also python-gobject3, I guess. Mageia 5 only have python-gobject3-devel
by the way, probably all x2go* packages family is deprecated.
(In reply to José Eduardo Martins from comment #6) > We will need also python-gobject3, I guess. > Mageia 5 only have python-gobject3-devel nope we have it of course it's python-gi
honestly I can't even understand how you even go so far. on my clean mga5 here it fail at import wx Traceback (most recent call last): File "/bin/pyhoca-gui", line 85, in <module> import wx ImportError: No module named wx after solving this, I can see that the segfault is in frontend.py(226): wx.App.__init__(self, redirect=False, clearSigInt=False) Since this package is ok under mga4, it's a regression. I suggest to test an update of python-x2go and pyhoca-gui to version 0.5.0.4
Since Mageia 5 have wxPython-3.0.1.1-1.mga5, we can add 4 lines before line 85 in /usr/bin/pyhoca-gui in order to load wx version 3: try: import wxversion wxversion.select('3.0') except: pass After that you can see core-dump in $ pyhoca-gui /usr/lib/python2.7/site-packages/pyhoca/wxgui/frontend.py:67: wxPyDeprecationWarning: Call to deprecated item. wx.InitAllImageHandlers() Falha de segmentação What is you suggest (update to 0.5.0.4) seems the better action.
Please test : pyhoca-gui-0.5.0.4-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 python-x2go-0.5.0.3-1.mga5 that are in core/updates_testing
Not yet. See my log issues: $ pyhoca-gui pyhoca-gui[14831] (PyHoca-GUI) WARN: the current release of PyHoca-GUI does not support client configuration pyhoca-gui[14831] (x2gosessregistry-pylib) NOTICE: registering X2Go session gaia... pyhoca-gui[14831] (x2goclient-pylib) NOTICE: initializing X2Go session... pyhoca-gui[14831] (x2gocontrolsession-pylib) NOTICE: connecting to [gaia.fis.unb.br]:22 pyhoca-gui[14831] (x2gosessregistry-pylib) NOTICE: registering X2Go session gaia... pyhoca-gui[14831] (PyHoca-GUI) NOTICE: [gaia - connect] Authentication has been successful. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py", line 153, in CreateSessionManagerPopupMenu self.menu_sessionmanager = self.PopupMenu(menus_taskbar.PyHocaGUI_Menu_TaskbarSessionManager(self._PyHocaGUI, caller=self,)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 1063, in __init__ submenu=PyHocaGUI_Menu_TaskbarSessionProfile(self._PyHocaGUI, caller=self, profile_name=profile_name)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 781, in __init__ session_info=_session_list[session_name], File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 12019, in AppendMenu return _core_.Menu_AppendMenu(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID
Apparently, if no or an empty label is given to wx.MenuItem it assumes to use a stock item. bug reported upstream
Just a though, do you have python-argparse on your system ? if not, intall it please and retry, it could be a missing require.
(In reply to Philippe Makowski from comment #13) > Apparently, if no or an empty label is given to wx.MenuItem it assumes > to use a stock item. > bug reported upstream link to upstream bug report http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=907
Yes, I did have. Bytheway, Mageia 5 have x2goserver-4.0.1.13-3.mga5, x2goserver-sqlite-4.0.1.13-3.mga5, and others deprecated packages from x2go server. Do you think it affect our tests?
(In reply to José Eduardo Martins from comment #16) > Bytheway, Mageia 5 have x2goserver-4.0.1.13-3.mga5, > x2goserver-sqlite-4.0.1.13-3.mga5, and others deprecated packages from x2go > server. Do you think it affect our tests? I don't know, I posted upstream, see : http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=907 you can post also to 907@bugs.x2go.org if you have any information
OK. Thanks for all.
strange on my box I have no problem to launch it (a clean lxde mageia5 virtualbox)
After this, can you resume or terminate session? [right click on little pyhoca-gui icon in panel or ctrl+alt+t]
yes all is ok, please try after removing or renaming your .x2go and .x2goclient directories in your home directory, perhaps you have something wrong in your settings.
Nops. I had did that... Now I did a complete uninstall and erase files from x2goserver and your dependencies. I did the same in my client side. I can start the firt LXDE session fine. In that session I can't "terminate" session. There is no that option in litle menu from pyhoca-gui icon. If I try Ctrl+Alt+t, pyhoca-gui crash. See trace debug: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py", line 153, in CreateSessionManagerPopupMenu self.menu_sessionmanager = self.PopupMenu(menus_taskbar.PyHocaGUI_Menu_TaskbarSessionManager(self._PyHocaGUI, caller=self,)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 1063, in __init__ submenu=PyHocaGUI_Menu_TaskbarSessionProfile(self._PyHocaGUI, caller=self, profile_name=profile_name)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 781, in __init__ session_info=_session_list[session_name], File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 12019, in AppendMenu return _core_.Menu_AppendMenu(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py", line 153, in CreateSessionManagerPopupMenu self.menu_sessionmanager = self.PopupMenu(menus_taskbar.PyHocaGUI_Menu_TaskbarSessionManager(self._PyHocaGUI, caller=self,)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 1063, in __init__ submenu=PyHocaGUI_Menu_TaskbarSessionProfile(self._PyHocaGUI, caller=self, profile_name=profile_name)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 781, in __init__ session_info=_session_list[session_name], File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 12019, in AppendMenu return _core_.Menu_AppendMenu(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py", line 153, in CreateSessionManagerPopupMenu self.menu_sessionmanager = self.PopupMenu(menus_taskbar.PyHocaGUI_Menu_TaskbarSessionManager(self._PyHocaGUI, caller=self,)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 1063, in __init__ submenu=PyHocaGUI_Menu_TaskbarSessionProfile(self._PyHocaGUI, caller=self, profile_name=profile_name)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 781, in __init__ session_info=_session_list[session_name], File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 12019, in AppendMenu return _core_.Menu_AppendMenu(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID pyhoca-gui[30379] (x2gosession-pylib) WARN: local folder sharing is disabled for this session profile pyhoca-gui[30379] (PyHoca-GUI) NOTICE: [gaia - suspend] X2Go Session has been suspended jemartins-54-1437256092_stDLXDE_dp24 ^CKeyboardInterrupt pyhoca-gui[30379] (PyHoca-GUI) NOTICE: Received Ctrl-C keyboard interrupt... Wait till PyHoca-GUI has exited cleanly.
ok, so the first reported bug is solved about your new one, I guess that you should report this upstream for what I see your session is terminated but you still get a "invalid stock item ID" If need create also a new bug in mageia asking for an update of x2goserver stack (I noticed that x2go don't use systemd for example). I will keep an eye on this, but sorry, for now that's all that I can do.
OK. Thank you. One question, at last: What x2goserver version are you running in your VirtualBox?
x2goserver was on another box, not the one with pyhoca-gui. it was a xfce i586 box (a netbook) I needed to disable the firewall on it. seems there are some others problems with the agent that don't reply correctly, but that's not related to pyhoca-gui. For me pyhoca-gui bug is solved. may be we need another bug entry for x2goserver and it's agent, at least to provide correct systemd init files, but for this I really would like that someone else look for, as I have enough job with my own packages and the comming Python3 new release coming.
your bug is now similar to this one : https://bugs.mageia.org/show_bug.cgi?id=16397
if you install wxgtk-3.0.2-1.1.mga5 and wxPython-3.0.2.0-1.mga5 from update/testing, your bug with ""Assert failure" should be solved. I have uploaded a patched/updated package for Mageia 5. Suggested advisory: ======================== Updated pyhoca-gui, pyhoca-cli, python-x2go packages fix bugs: wrong wxversion in x2go packages lead to segmentation fault . wxgtk, wxPython did not handle correctly not ascii characters, and raised a "Assert failure" error when using non ascii characters in menu items. Updated packages in core/updates_testing: ======================== pyhoca-gui-0.5.0.4-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 python-x2go-0.5.0.3-1.mga5 lib(64)wxgtku3.0-devel-3.0.2-1.1 wxgtk-3.0.2-1.1.mga5 lib(64)wxgtkugl3.0_0-3.0.2-1.1.mga5 wxgtk-debuginfo-3.0.2-1.1.mga5 lib(64)wxgtku3.0_0-3.0.2-1.1.mga5 wxPython-wxversion-3.0.2.0-1.mga5 wxPython-tools-3.0.2.0-1.mga5 wxPython-debuginfo-3.0.2.0-1.mga5 lib(64)wxPython3.0-devel-3.0.2.0-1.mga5 wxPython-3.0.2.0-1.mga5
Assignee: bugsquad => qa-bugs
OK. I updated theses pkgs. I have one issue, yet: $ pyhoca-gui Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (UTF-8,compiler with C++ ABI 1002,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Abortado
ok I need to rebuild pyhoca-gui , pyhoca-gui-0.5.0.4-1.1.mga5 is in 5/core/updates_testing
$ rpm -qa | grep pyhoca pyhoca-gui-0.5.0.4-1.1.mga5 pyhoca-cli-0.5.0.2-1.mga5 $ pyhoca-gui Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (UTF-8,compiler with C++ ABI 1002,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Abortado
and(In reply to José Eduardo Martins from comment #30) > $ rpm -qa | grep pyhoca > pyhoca-gui-0.5.0.4-1.1.mga5 > pyhoca-cli-0.5.0.2-1.mga5 > And rpm -qa | grep wxPython And rpm -qa | grep wxgtk ???
OK. $ rpm -qa | grep wxPython wxPython-tools-3.0.2.0-1.mga5 wxPython-3.0.2.0-1.mga5 wxPython-wxversion-3.0.2.0-1.mga5 $ rpm -qa | grep wxgtk lib64wxgtku3.0_0-3.0.2-1.mga5 lib64wxgtku2.9_5-2.9.5-2.mga4 wxgtk2.8-2.8.12-16.mga5 wxgtk-3.0.2-1.1.mga5 lib64wxgtkugl2.8_0-2.8.12-16.mga5 lib64wxgtkugl3.0_0-3.0.2-1.mga5 lib64wxgtku2.8_0-2.8.12-16.mga5
(In reply to José Eduardo Martins from comment #32) > OK. ok what ? what give this test please : https://bugs.mageia.org/attachment.cgi?id=6859
OK to your request about rpm -qa | grep wxPython and rpm -qa | grep wxgtk below wxtest output: $ python2.7 wxtest.py Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (UTF-8,compiler with C++ ABI 1002,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Abortado $ python3.4 wxtest.py Traceback (most recent call last): File "wxtest.py", line 7, in <module> import wx ImportError: No module named 'wx'
I don't understand it is like if you still use old wx lib, can you remove from your system lib64wxgtku2.9_5-2.9.5-2.mga4 ? Any one have a clue ?
$ sudo urpme lib64wxgtku2.9_5-2.9.5-2.mga4 removendo lib64wxgtku2.9_5-2.9.5-2.mga4.x86_64 removendo pacote lib64wxgtku2.9_5-2.9.5-2.mga4.x86_64 1/1: removendo lib64wxgtku2.9_5-2.9.5-2.mga4.x86_64 ################################################## $ pyhoca-gui Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (UTF-8,compiler with C++ ABI 1002,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Abortado
Is possible to compile wxPython with UTF-8 option?
I am not python expert, but I did a little change in your spec as below %build # (Fedora) included distutils is not multilib aware; use normal rm -rf distutils python setup.py \ WXPORT='gtk2'\ UNICODE=1 \ <---------------- new line EP_ADD_OPTS=1 \ WX_CONFIG="%_bindir/wx-config --no_rpath" \ build I am not sure if this is a correct way. No, I can start pyhoca-gui but the olds bugs remain. See what I get with your wxtest.py: $ python wxtest.py Traceback (most recent call last): File "wxtest.py", line 30, in <module> main() File "wxtest.py", line 26, in main app = Test(False) File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__ self._BootstrapApp() File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "wxtest.py", line 17, in OnInit baditem = fileMenu.Append(wx.ID_ANY, u'Raté', u'Test raté') File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 12003, in Append return _core_.Menu_Append(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ./src/common/stockitem.cpp(213) in wxGetStockLabel(): invalid stock item ID
ok, I see : my box (where have no problem with the test case and pyhoca) : $ rpm -qa | grep wxPython wxPython-3.0.2.0-1.mga5 wxPython-wxversion-3.0.2.0-1.mga5 $ rpm -qa | grep wxgtk wxgtk-3.0.2-1.1.mga5 lib64wxgtku2.8_0-2.8.12-16.mga5 lib64wxgtku3.0_0-3.0.2-1.1.mga5 wxgtk2.8-2.8.12-16.mga5 lib64wxgtkugl3.0_0-3.0.2-1.1.mga5 My announce : Updated packages in core/updates_testing: ======================== wxgtk-3.0.2-1.1.mga5 lib(64)wxgtkugl3.0_0-3.0.2-1.1.mga5 lib(64)wxgtku3.0_0-3.0.2-1.1.mga5 wxPython-wxversion-3.0.2.0-1.mga5 wxPython-3.0.2.0-1.mga5 and you have : - wxgtk2.8-2.8.12-16.mga5 - lib64wxgtku2.8_0-2.8.12-16.mga5 - lib64wxgtkugl2.8_0-2.8.12-16.mga5 these three should not matter - wxPython-tools-3.0.2.0-1.mga5 - wxPython-3.0.2.0-1.mga5 - wxgtk-3.0.2-1.1.mga5 these three are correct - lib64wxgtku3.0_0-3.0.2-1.mga5 - lib64wxgtkugl3.0_0-3.0.2-1.mga5 these two where not upgraded, you should have - lib64wxgtku3.0_0-3.0.2-1.1.mga5 - lib64wxgtkugl3.0_0-3.0.2-1.1.mga5
Sorry, I forgot these 2 libraries Now pyhoca-gui seems working well. I don't have tested pyhoca-cli. Thank you very much for your patience and great job.
Whiteboard: (none) => MGA5-64-OK
Need a clear list of which srpm packages are involved, for the advisory.
CC: (none) => davidwhodgins
Updated packages in core/updates_testing: ======================== pyhoca-gui-0.5.0.4-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 python-x2go-0.5.0.3-1.mga5 lib(64)wxgtku3.0-devel-3.0.2-1.1 wxgtk-3.0.2-1.1.mga5 lib(64)wxgtkugl3.0_0-3.0.2-1.1.mga5 wxgtk-debuginfo-3.0.2-1.1.mga5 lib(64)wxgtku3.0_0-3.0.2-1.1.mga5 wxPython-wxversion-3.0.2.0-1.mga5 wxPython-tools-3.0.2.0-1.mga5 wxPython-debuginfo-3.0.2.0-1.mga5 lib(64)wxPython3.0-devel-3.0.2.0-1.mga5 wxPython-3.0.2.0-1.mga5 From srpm : python-x2go-0.5.0.3-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 pyhoca-gui-0.5.0.4-1.1.mga5 wxgtk-3.0.2-1.1.mga5 wxPython-3.0.2.0-1.mga5 but note that wxgtk-3.0.2-1.1.mga5 and wxPython-3.0.2.0-1.mga5 are also announced in https://bugs.mageia.org/show_bug.cgi?id=16397 I don't know how to deal with that, seems that filezilla need an update too
Should we wait for filezilla to be updated before adding the advisory and validating this update?
Ping. See comment 43
I don't know, same problem with coban #16397 we obviously provided a buggy stack with wxgtk-3 A rebuild of all packages listed in 16397#c13 (except wxPython as it is done) would not hurt.
So should we wait, or go ahead and validate this update?
We should wait, bug 16560 needs to be pushed first.
Depends on: (none) => 16560
New advisory: ======================== Updated pyhoca-gui, pyhoca-cli, python-x2go packages fix segmentation fault A wrong wxversion check in x2go packages lead to segmentation fault in pyhoca-gui. The whole stack has also been upgraded to more recent version for better compatibility with wxGTK 3.0. Updated packages in core/updates_testing: ======================== pyhoca-gui-0.5.0.4-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 python-x2go-0.5.0.3-1.mga5 From SRPMs: python-x2go-0.5.0.3-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 pyhoca-gui-0.5.0.4-1.1.mga5
In VirtualBox, M4, KDE, 32-bit Package(s) under test: pyhoca-cli pyhoca-gui python-x2go default install of pyhoca-cli pyhoca-gui python-x2go [root@localhost wilcal]# urpmi pyhoca-cli Package pyhoca-cli-0.4.0.2-5.mga5.noarch is already installed [root@localhost wilcal]# urpmi pyhoca-gui Package pyhoca-gui-0.4.0.9-5.mga5.noarch is already installed [root@localhost wilcal]# urpmi python-x2go Package python-x2go-0.4.0.9-5.mga5.noarch is already installed [root@localhost wilcal]# pyhoca-gui Traceback (most recent call last): File "/usr/bin/pyhoca-gui", line 85, in <module> import wx ImportError: No module named wx Is there a one line command here that we can duplicate this segfault?
CC: (none) => wilcal.int
(In reply to William Kenney from comment #49) > Is there a one line command here that we can duplicate this segfault? Having no segfault is normal, see comment 9 and comment 10. But testing that the update candidate works is more important, as you test shows the current package in Core Release is unusable.
(In reply to Rémi Verschelde from comment #50) > Having no segfault is normal, see comment 9 and comment 10. But testing that > the update candidate works is more important, as you test shows the current > package in Core Release is unusable. Thanks Rémi. And is there a simple straight forward way to do that? I don't see one here.
(In reply to William Kenney from comment #49) > ImportError: No module named wx > How could it be ? see : http://sophie.zarb.org/rpms/7ffcf17f42a45d91d9552d107b203a35/deps pyhoca-gui : Requires pythonegg(2)(wxpython) so you should have wxpython on your system and such import wx under python should work like said in comment #40
@William: Just install the update candidate instead of the version from Core Release :) @Philippe: Judging by comment 49, William wasn't testing the update candidate.
Could someone compose a simple test procedure that uses wxpython and confirms that pyhoca-gui is installed and working properly.
(In reply to William Kenney from comment #54) > Could someone compose a simple test procedure that uses wxpython and > confirms that pyhoca-gui is installed and working properly. 1) Install this update candidate + the wxgtk update candidate from Core Updates Testing (see bug 16560; you only need the wxgtk, wxPython* and lib(64)wxgtk* packages). I haven't check if there's a version requires on wxPython in the update candidate, but if not you'll have to select those packages manually (best use MageiaUpdate to pick all relevant packages for your system). 2) Run "pyhoca-gui"
Whiteboard: MGA5-64-OK => MGA5-64-OK has_procedure
(In reply to Rémi Verschelde from comment #55) > 1) Install this update candidate + the wxgtk update candidate..... In VirtualBox, M4, KDE, 32-bit Package(s) under test: pyhoca-cli pyhoca-gui python-x2go wxgtk wxPython libwxgtku3.0_0 default install of pyhoca-cli pyhoca-gui python-x2go wxgtk wxPython libwxgtku3.0_0 [root@localhost wilcal]# urpmi pyhoca-cli Package pyhoca-cli-0.4.0.2-5.mga5.noarch is already installed [root@localhost wilcal]# urpmi pyhoca-gui Package pyhoca-gui-0.4.0.9-5.mga5.noarch is already installed [root@localhost wilcal]# urpmi python-x2go Package python-x2go-0.4.0.9-5.mga5.noarch is already installed [root@localhost wilcal]# urpmi wxgtk Package wxgtk-3.0.2-1.mga5.i586 is already installed [root@localhost wilcal]# urpmi wxPython Package wxPython-3.0.1.1-1.mga5.i586 is already installed [root@localhost wilcal]# urpmi libwxgtku3.0_0 Package libwxgtku3.0_0-3.0.2-1.mga5.i586 is already installed [root@localhost wilcal]# pyhoca-gui Traceback (most recent call last): File "/usr/bin/pyhoca-gui", line 85, in <module> import wx ImportError: No module named wx looks like the same result. The additional three packages, wxgtk wxPython libwxgtku3.0_0, were already installed in the system under test.
(In reply to William Kenney from comment #56) > (In reply to Rémi Verschelde from comment #55) > > > 1) Install this update candidate + the wxgtk update candidate..... > [root@localhost wilcal]# urpmi pyhoca-cli > Package pyhoca-cli-0.4.0.2-5.mga5.noarch is already installed > [root@localhost wilcal]# urpmi pyhoca-gui > Package pyhoca-gui-0.4.0.9-5.mga5.noarch is already installed > [root@localhost wilcal]# urpmi python-x2go > Package python-x2go-0.4.0.9-5.mga5.noarch is already installed As I said several times, you need to install the update candidate. You are testing the Core Release packages right now... The updated packages are: pyhoca-gui-0.5.0.4-1.mga5 pyhoca-cli-0.5.0.2-1.mga5 python-x2go-0.5.0.3-1.mga5
(In reply to Rémi Verschelde from comment #57) > As I said several times, you need to install the update candidate. You are > testing the Core Release packages right now... The updated packages are: > > pyhoca-gui-0.5.0.4-1.mga5 > pyhoca-cli-0.5.0.2-1.mga5 > python-x2go-0.5.0.3-1.mga5 I was trying to get this to work at all without the update candidates. Are you saying the result I am getting now is what is expected without the updated packages?
(In reply to William Kenney from comment #58) > > I was trying to get this to work at all without the update candidates. > Are you saying the result I am getting now is what is expected without > the updated packages? Yes, the very reason for this update candidate being that the non-update packages are broken :)
In VirtualBox, M5, KDE, 32-bit Package(s) under test: pyhoca-cli pyhoca-gui python-x2go wxgtk wxPython libwxgtku3.0_0 default install of pyhoca-cli pyhoca-gui python-x2go wxgtk wxPython libwxgtku3.0_0 [root@localhost wilcal]# urpmi pyhoca-cli Package pyhoca-cli-0.5.0.2-1.mga5.noarch is already installed [root@localhost wilcal]# urpmi pyhoca-gui Package pyhoca-gui-0.5.0.4-1.1.mga5.noarch is already installed [root@localhost wilcal]# urpmi python-x2go Package python-x2go-0.5.0.3-1.mga5.noarch is already installed [root@localhost wilcal]# urpmi wxgtk Package wxgtk-3.0.2-1.1.mga5.i586 is already installed [root@localhost wilcal]# urpmi wxPython Package wxPython-3.0.2.0-1.mga5.i586 is already installed [root@localhost wilcal]# urpmi libwxgtku3.0_0 Package libwxgtku3.0_0-3.0.2-1.1.mga5.i586 is already installed [root@localhost wilcal]# pyhoca-gui Opens a window on the desktop that displays a little white seal. The terminal I launched it from displays this: pyhoca-gui[2640] (PyHoca-GUI) WARN: the current release of PyHoca-GUI does not support client configuration Then it goes away. Are we ok Rémi?
(In reply to William Kenney from comment #60) > default install of pyhoca-cli pyhoca-gui python-x2go wxgtk wxPython > libwxgtku3.0_0........... Packages were installed from updates_testing
(In reply to William Kenney from comment #60) > I launched it from displays this: > > pyhoca-gui[2640] (PyHoca-GUI) WARN: the current release of PyHoca-GUI does > not support client configuration > > Then it goes away. Are we ok Rémi? away not really, it launch an applet. but yes basically this mean that the bug is fixed, as already reported by José Eduardo Martins in comment #40
(In reply to Philippe Makowski from comment #62) > it launch an applet. > > but yes basically this mean that the bug is fixed, as already reported by > José Eduardo Martins in comment #40 Yes, it launched the applet and was on it's way. Cool. Thanks all. I don't want to become an expert in this.
This update works fine. Testing complete for MGA5, 32-bit & 64-bit Validating the update. Could someone from the sysadmin team push to updates. Thanks
Keywords: (none) => validated_updateWhiteboard: MGA5-64-OK has_procedure => MGA5-32-OK MGA5-64-OK has_procedureCC: (none) => sysadmin-bugs
Whiteboard: MGA5-32-OK MGA5-64-OK has_procedure => MGA5-32-OK MGA5-64-OK has_procedure advisory
An update for this issue has been pushed to Mageia Updates repository. http://advisories.mageia.org/MGAA-2015-0112.html
Status: NEW => RESOLVEDResolution: (none) => FIXED