Bug 507096 - mdtool wrapper doesn't work on 64-bit Fedora
Summary: mdtool wrapper doesn't work on 64-bit Fedora
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: monodevelop
Version: 11
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Paul F. Johnson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-20 20:19 UTC by Alex Hudson (Fedora Address)
Modified: 2009-06-23 15:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-22 22:38:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alex Hudson (Fedora Address) 2009-06-20 20:19:35 UTC
Description of problem:

/usr/bin/mdtool is a wrapper around a Mono executable. Sadly, the path is wrong on 64bit. It contains the line:

EXE_PATH="$PREFIX/lib/monodevelop/bin/mdrun.exe"

However, mdrun.exe is under $PREFIX/lib64/monodevelop/bin here.

I'm not sure what's wrong here: clearly the path needs to match reality, but I'm not convinced that the executable is actually 64-bit rather than 32-bit. I would have thought it was arch-neutral personally.

One or the other needs to be fixed, though, cos otherwise I can't execute mdtool :)

Thanks.


Note You need to log in before you can comment on or make changes to this bug.