Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43889 - solfege doesn't run when emerge with -oss
Summary: solfege doesn't run when emerge with -oss
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-06 09:52 UTC by Eldad Zack (RETIRED)
Modified: 2004-03-20 20:53 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eldad Zack (RETIRED) gentoo-dev 2004-03-06 09:52:05 UTC
The following error is display when starting solfege that was emerge with -oss :

****************
using gnome emu
****************
dummy program_init(solfege20, 2.0.4)
dummy program.parse_args()
Traceback (most recent call last):
  File "/usr/bin/solfege", line 46, in ?
    import src.mainwin
  File "/usr/share/solfege/2.0.4/src/mainwin.py", line 605, in ?
    w = MainWin(args)
  File "/usr/share/solfege/2.0.4/src/mainwin.py", line 255, in __init__
    self.m_app = app.SolfegeApp(argv, self)
  File "/usr/share/solfege/2.0.4/src/app.py", line 37, in __init__
    self.setup_sound()
  File "/usr/share/solfege/2.0.4/src/app.py", line 76, in setup_sound
    verbose_init='--verbose-sound-init' in self.m_argv)
  File "/usr/share/solfege/2.0.4/soundcard/__init__.py", line 39, in initialise_devicefile
    import oss_sequencer2
  File "/usr/share/solfege/2.0.4/soundcard/oss_sequencer2.py", line 18, in ?
    import oss_common
  File "/usr/share/solfege/2.0.4/soundcard/oss_common.py", line 19, in ?
    import solfege_c_midi
  File "/usr/share/solfege/2.0.4/soundcard/solfege_c_midi.py", line 4, in ?
    import _solfege_c_midi
ImportError: No module named _solfege_c_midi
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-20 20:29:19 UTC
please provide the output ot 'emergge info'
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-20 20:53:33 UTC
it's fixed now.  Thanks for pointing this out.