Bug 219450

Summary: booc cannot find assembly on x86_64
Product: [Fedora] Fedora Reporter: John Mahowald <jpmahowald>
Component: booAssignee: Paul F. Johnson <paul>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
URL: http://forums.fedoraforum.org/showthread.php?t=140924
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-20 22:03:32 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
Patch to fix the libdir issue. none

Description John Mahowald 2006-12-13 06:43:36 UTC
Description of problem:

When running boo executables on x86_64, it errors out on Boo.Lang assemblies not
being found.

Version-Release number of selected component (if applicable): boo-0.7.6.2237-9.fc6

How reproducible: always


Steps to Reproduce:
1. yum install boo
2. booc
  
Actual results:

$ booc

** (/usr/lib/boo/booc.exe:6261): WARNING **: The following assembly referenced
from /usr/lib/boo/booc.exe could not be loaded:
     Assembly:   Boo.Lang.Compiler    (assemblyref_index=1)
     Version:    1.0.0.0
     Public Key: 32c39770e9a21a67
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/usr/lib/boo).


** (/usr/lib/boo/booc.exe:6261): WARNING **: Could not load file or assembly
'Boo.Lang.Compiler, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=32c39770e9a21a67' or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'Boo.Lang.Compiler, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=32c39770e9a21a67' or one of its dependencies.



Expected results:
Run booc.

Additional info: see URL for another report.

Comment 1 Paul F. Johnson 2006-12-17 13:29:02 UTC
Thanks - should be an easy enough one to fix.

Comment 2 Paul F. Johnson 2006-12-20 22:03:32 UTC
Should be fixed in the next push

Comment 3 Eskil Bylund 2007-02-11 09:55:10 UTC
Created attachment 147850 [details]
Patch to fix the libdir issue.

Boo is still unusable on x86_64 since the scripts in /usr/bin use the wrong
libdir.