From jh at opencsw.org Wed Jul 8 17:23:46 2015 From: jh at opencsw.org (Jan Holzhueter) Date: Wed, 08 Jul 2015 17:23:46 +0200 Subject: Bugs blocking promotion of packages to testing. Message-ID: <559D4082.2030507@opencsw.org> Hi, please review the blocking bugs: http://buildfarm.opencsw.org/package-promotions/promote-packages.html Some seems quite old and are probably fixed. So that those packages will promote to testing. Thanks Greetings Jan From rmottola at opencsw.org Fri Jul 24 08:27:42 2015 From: rmottola at opencsw.org (Riccardo Mottola) Date: Fri, 24 Jul 2015 08:27:42 +0200 Subject: librsvg / pkg config problems Message-ID: <55B1DADE.8020207@opencsw.org> Hi, I rebuilt glib in the hope that this would help rebuilding librsvg (which I need for cairo) but I get the same previous problem. (Dago, you did install the new glib packages, didn't you?) In file included from librsvg-features.c:1:0: rsvg.h:31:25: fatal error: glib-object.h: No such file or directory #include ^ compilation terminated. Makefile:851: recipe for target 'librsvg_2_la-librsvg-features.lo' failed I think that this problem isdue to pkg-config not working properly. As was suggested, I extra specify in the receipe: PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig which should ensure things work right! Help? Ideas? Thank you - Riccardo From dam at opencsw.org Fri Jul 24 10:28:24 2015 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 24 Jul 2015 10:28:24 +0200 Subject: librsvg / pkg config problems In-Reply-To: <55B1DADE.8020207@opencsw.org> References: <55B1DADE.8020207@opencsw.org> Message-ID: <696E13B0-AC41-4283-8CC8-85620D5397C7@opencsw.org> Hi Riccardo, Am 24.07.2015 um 08:27 schrieb Riccardo Mottola : > I rebuilt glib in the hope that this would help rebuilding librsvg (which I need for cairo) but I get the same previous problem. (Dago, you did install the new glib packages, didn't you?) Yes, > In file included from librsvg-features.c:1:0: > rsvg.h:31:25: fatal error: glib-object.h: No such file or directory > #include > ^ > compilation terminated. > Makefile:851: recipe for target 'librsvg_2_la-librsvg-features.lo? failed You give too little context. Where is the compilation line? Where are the glib include flags detected? Does that work? > I think that this problem isdue to pkg-config not working properly. > > As was suggested, I extra specify in the receipe: > > PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig > > which should ensure things work right! Hopefully SF works again soon, did you make any changes to the rsvg recipe? I would like to reproduce your issue. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From rmottola at opencsw.org Tue Jul 28 08:07:27 2015 From: rmottola at opencsw.org (Riccardo Mottola) Date: Tue, 28 Jul 2015 08:07:27 +0200 Subject: librsvg / pkg config problems In-Reply-To: <696E13B0-AC41-4283-8CC8-85620D5397C7@opencsw.org> References: <55B1DADE.8020207@opencsw.org> <696E13B0-AC41-4283-8CC8-85620D5397C7@opencsw.org> Message-ID: <55B71C1F.6070906@opencsw.org> Hi Dago, Dagobert Michelsen wrote: >> In file included from librsvg-features.c:1:0: >> >rsvg.h:31:25: fatal error: glib-object.h: No such file or directory >> >#include >> > ^ >> >compilation terminated. >> >Makefile:851: recipe for target 'librsvg_2_la-librsvg-features.lo? failed > You give too little context. Where is the compilation line? Where are the > glib include flags detected? Does that work? > >> >I think that this problem isdue to pkg-config not working properly. >> > >> >As was suggested, I extra specify in the receipe: >> > >> >PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig >> > >> >which should ensure things work right! > Hopefully SF works again soon, did you make any changes to the rsvg recipe? > I would like to reproduce your issue. Indeed, sorry. SF was down, but I just checked now and I have no local uncommited diffs. First thing: does it reproduce for you? I tried on 10s and 10x. The second thing is to guess what is going wrong (something similar is going wrong in cairo: it doesn't find librsvg, that is why I am rebuilding it, besides a minor update) Riccardo