Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102989 - Solfege fails on startup
Summary: Solfege fails on startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 121407 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-18 11:31 UTC by Holger Peters
Modified: 2006-10-07 23:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for 3.2 (solfege-3.2.0.ebuild,1.36 KB, text/plain)
2006-04-23 19:40 UTC, Richard Freeman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Peters 2005-08-18 11:31:39 UTC
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
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2005-10-04 07:59:43 UTC
3.0.2 in cvs. please test
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-03 04:48:12 UTC
*** Bug 121407 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-02-03 04:48:31 UTC
Still broken...
Comment 4 Richard Freeman gentoo-dev 2006-04-23 16:26:30 UTC
I can confirm this behavior on amd64 as well.
Comment 5 Richard Freeman gentoo-dev 2006-04-23 19:40:14 UTC
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...
Comment 6 MATSUU Takuto (RETIRED) gentoo-dev 2006-10-07 23:58:12 UTC
3.6.0 in cvs.