Bug 207478

Summary: fc6 t3 - monodevelop fails to launch
Product: [Fedora] Fedora Reporter: das_deniz
Component: monodevelopAssignee: Paul F. Johnson <paul>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-25 19:50:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
first failure log - prompts to continue after this failure but that fails too. none

Description das_deniz 2006-09-21 12:13:23 UTC
Description of problem:

yum install monodevelop (only default fc6t3 yum repositories)
yum all updates as of 21-SEP 8am EDT
try to launch Applications -> Programming -> MonoDevelop
errors and prompts to quit or continue - continue is fatal.

Version-Release number of selected component (if applicable):

mono-web-1.1.17.1-1.fc6
mono-winforms-1.1.17.1-1.fc6
mono-data-sqlite-1.1.17.1-1.fc6
mono-data-oracle-1.1.17.1-1.fc6
mono-data-postgresql-1.1.17.1-1.fc6
mono-data-1.1.17.1-1.fc6
monodevelop-0.12-3.fc6
mono-data-sybase-1.1.17.1-1.fc6
mono-core-1.1.17.1-1.fc6
monodoc-1.1.17-4.fc6

How reproducible:

every launch attempt

Steps to Reproduce:
1. install mono and monodevelop
2. try to launch
3. fails
  
Actual results:

fails

Expected results:

works

Additional info:

will attatch failure log.

Comment 1 das_deniz 2006-09-21 12:13:23 UTC
Created attachment 136848 [details]
first failure log - prompts to continue after this failure but that fails too.

Comment 3 Alexander Larsson 2006-09-25 08:56:36 UTC
This is a monodevelop (in extras) problem, not a mono issue.
It looks like a requirement or a build-requirement error.
Maybe it needs to buildrequire mono-nunit-devel or require mono-nunit.

Comment 4 Paul F. Johnson 2006-09-25 16:08:16 UTC
Which processor are you using (it does make a difference)?

Also, could you try this

cd ~/.config
rm -rf MonoDevelop

and then from a terminal window try and run monodevelop. Quite a lot of the
time, the MonoDevelop directory in the config directory gets hosed and needs a
clean out.

I can't reproduce the bug here, it is possible as alex says though that I need
to rebuild with mono-nunit as a require (do you have it installed?)

Comment 5 das_deniz 2006-09-25 18:49:37 UTC
32bit x68

$ cd ~/.config
$ rm -rf MonoDevelop/
$ cd
$ monodevelop &

dies as before without mono-nunit installed

rpm -qv mono-nunit
package mono-nunit is not installed

after running 'yum -y install mono-nunit' launches fine.


Comment 6 Paul F. Johnson 2006-09-25 19:50:10 UTC
Thanks. Fixed on the next spin.