Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72973 - Blam! requires glade-sharp which is not included in the ebuild
Summary: Blam! requires glade-sharp which is not included in the ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 15:10 UTC by Agnar Ødegård
Modified: 2004-12-07 09:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agnar Ødegård 2004-11-30 15:10:24 UTC
When emerging Blam! every dependancy is emerged fine. When Blam! starts compiling it fails with:

configure: error: Library requirements (gtk-sharp >= 1.0
                  gecko-sharp >= 0.6
                  gconf-sharp >= 1.0
                  glade-sharp >= 1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them

It seems like glade-sharp is not included in the dependancy list for Blam!.

Reproducible: Always
Steps to Reproduce:
1.emerge blam
2.the error will not occur if you have glade-sharp >=1.0 installed
3.

Actual Results:  
checking for gtk-sharp >= 1.0
                  gecko-sharp >= 0.6
                  gconf-sharp >= 1.0
                  glade-sharp >= 1.0... Package gconf-sharp was not found in the 
pkg-config search path.
Perhaps you should add the directory containing `gconf-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-sharp' found

configure: error: Library requirements (gtk-sharp >= 1.0
                  gecko-sharp >= 0.6
                  gconf-sharp >= 1.0
                  glade-sharp >= 1.0) not met; consider adjusting the 
PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard 
prefix so pkg-config can find them.

!!! ERROR: net-news/blam-1.6.0 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Emerged fine :)
Comment 1 Agnar Ødegård 2004-11-30 15:55:14 UTC
Hm, it seems I'm mistaken in my conclusion. After manually emerging the offending dependancy I get the same error. I guess the real error is this:

glade-sharp >= 1.0... Package gconf-sharp was not found in the pkg-config search path. Perhaps you should add the directory containing `gconf-sharp.pc' to the PKG_CONFIG_PATH environment variable

glade-sharp >= 1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2004-11-30 16:10:31 UTC
The broken up gtk-sharp ebuilds are p.masked for a reason. (:

I'm going to be commiting revision bumps of all gtk-sharp dependant ebuilds soon with the proper dependancies added. Until then, you'll have to figure it out. I'm away from my dev box currently, but i'm guessing gconf-sharp is the needed ebuild.

So either try that, or hold your horses. Thanks for testing!
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2004-12-01 16:12:58 UTC
Please try the new blam-1.6.0-r1 in portage that is p.mask, and report back if you still have any problems. Thanks.
Comment 4 Simon Smith 2004-12-05 03:45:19 UTC
Not sure if this is relevant, but it seems related to me. I have tried out the blam-1.6.0-r1 ebuild you suggested and it compiled fine, but when I try to run blam I get the error:

Unhandled Exception: System.DllNotFoundException: gnomesharpglue

followed by some more which i assume are caused by not finding the gnome-sharp library. I do have it and all the other related *-sharp packages emerged. The same thing happens with monodevelop and muine and also some smaller apps which fire out an error for gtksharpglue. So I guess mono cant find these libraries, which it could before I upgraded to ~x86 last night.
Comment 5 Peter Johanson (RETIRED) gentoo-dev 2004-12-05 09:07:32 UTC
Please see bug #73140 for info. This is a libtool problem. Please report back if downgrading libtool and re-emerging these packages helps. Thanks.
Comment 6 Simon Smith 2004-12-05 10:20:01 UTC
Yea that solved it. Thanks for the quick response.
Comment 7 Agnar Ødegård 2004-12-05 14:37:05 UTC
Yup, emerging the latest blam worked, thanks!!
Comment 8 Peter Johanson (RETIRED) gentoo-dev 2004-12-07 09:11:10 UTC
Okay. Marking FIXED.