Bug 459608

Summary: Different prefix than most mono libs
Product: [Fedora] Fedora Reporter: John Anderson <john.e.anderson>
Component: gnome-keyring-sharpAssignee: Michel Lind <michel>
Status: CLOSED NOTABUG 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: 2008-08-26 13:35:06 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
Proposed prefix change none

Description John Anderson 2008-08-20 14:25:19 UTC
Actual results:

/usr/local/lib/pkgconfig/gnome-keyring-sharp-1.0.pc

Expected results:

/usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc

Additional info:

As var as I can tell, all other gnome mono libs are using /usr as the prefix instead of /usr/local, and Fedora doesn't search /usr/local/lib/pkgconfig by default, making it more work to compile projects using this library.

Comment 1 John Anderson 2008-08-20 14:56:55 UTC
Created attachment 314633 [details]
Proposed prefix change

Comment 2 Michel Lind 2008-08-26 03:00:07 UTC
Not sure what the problem is here. %configure expands to ./configure --prefix=/usr ... . I have checked both i386 and x86_64 builds of gnome-keyring-sharp and they all install files in the correct places (/usr/lib for i386, /usr/lib64 for x86_64).

Could you elaborate more about how you end up with /usr/local/lib ?

Comment 3 John Anderson 2008-08-26 13:34:44 UTC
This happened in my mock for some reason.. I see the file is actually in the place I requested in the package, so it must be something screwy on my end, and now I can't duplicate the problem.

Sorry about that.