when solfege starts, it crashes with python error messages. Reproducible: Always Steps to Reproduce: 1. emerge solfege 2. start solfege Actual Results: /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainiteration is deprecated, use gtk.main_iteration instead self.warn(message, DeprecationWarning) Traceback (most recent call last): /usr/share/solfege/2.0.6/src/tracebackwindow.py:42: GtkWarning: Theme directory scalable/emblems of theme Flat-Blue has no size field self.show_all() File "/usr/bin/solfege", line 46, in ? import src.mainwin File "/usr/share/solfege/2.0.6/src/mainwin.py", line 605, in ? w = MainWin(args) File "/usr/share/solfege/2.0.6/src/mainwin.py", line 255, in __init__ self.m_app = app.SolfegeApp(argv, self) File "/usr/share/solfege/2.0.6/src/app.py", line 37, in __init__ self.setup_sound() File "/usr/share/solfege/2.0.6/src/app.py", line 76, in setup_sound verbose_init='--verbose-sound-init' in self.m_argv) File "/usr/share/solfege/2.0.6/soundcard/__init__.py", line 39, in initialise_devicefile import oss_sequencer2 File "/usr/share/solfege/2.0.6/soundcard/oss_sequencer2.py", line 18, in ? import oss_common File "/usr/share/solfege/2.0.6/soundcard/oss_common.py", line 19, in ? import solfege_c_midi File "/usr/share/solfege/2.0.6/soundcard/solfege_c_midi.py", line 5, in ? import _solfege_c_midi ImportError: No module named _solfege_c_midi Expected Results: Software should have started I used +gnome +gtkhtml -oss as useflags for solfege
3.0.2 in cvs. please test
*** Bug 121407 has been marked as a duplicate of this bug. ***
Still broken...
I can confirm this behavior on amd64 as well.
Created attachment 85318 [details] ebuild for 3.2 I tried v3.2 to see if that fixes the bug, but it does not. Still, I figured the attached ebuild would be helpful to somebody just the same. The only change is that I disabled building of the manual as it seems to require a stylesheet not present on my system. I'm sure with effort it could be made to work, but that wasn't my goal at the moment...
3.6.0 in cvs.