Bug 204254

Summary: gecko-sharp2.pc file broken for x86_64
Product: [Fedora] Fedora Reporter: Paul F. Johnson <paul>
Component: gecko-sharp2Assignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 0.11-12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-04 01:12:38 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
All in one patch file required to get gecko-sharp2 to be 64 bit happy
none
Fixed spec file none

Description Paul F. Johnson 2006-08-27 20:12:37 UTC
Description of problem:
The -r in the .pc file is broken for x86_64, it should be 

-r: @libdir@/mono/...

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

How reproducible:
Always

Actual results:
Anything linking against gecko-sharp2 on a non-x86 box will be pointed the wrong
way.

Comment 1 Paul F. Johnson 2006-08-27 20:53:31 UTC
Created attachment 135014 [details]
All in one patch file required to get gecko-sharp2 to be 64 bit happy

This replaces the old patch

Comment 2 Paul F. Johnson 2006-08-27 20:54:44 UTC
Created attachment 135015 [details]
Fixed spec file

This now brings the package up to the packaging guidelines for mono. It adds in
the -devel package and fixes some other bits (like having a dist tag)

Comment 3 Paul F. Johnson 2006-09-03 15:59:13 UTC
http://buildsys.fedoraproject.org/logs/fedora-development-extras/15922-monodevelop-0.11-18.fc6/x86_64/

check the build log to demonstrate the problem