* [gentoo-amd64] wxSVGXML? @ 2008-06-04 14:39 Mark Haney 2008-06-04 14:50 ` Justin ` (2 more replies) 0 siblings, 3 replies; 7+ messages in thread From: Mark Haney @ 2008-06-04 14:39 UTC (permalink / raw To: gentoo-amd64 Thanks to everyone for helping this ebuild n00b get working. I've get everything setup, but now I've hit a snag. The ebuild I am working on requires svgxml.h and I cannot find that file. With other distros it's in the wxsvg-devel package (or similar), but I can't find one for that in Gentoo. With wxsvg, there's a wxSVG and wxXML folder in /usr/include/, but neither have this file. I don't even know where to begin looking for it in Gentoo. Ideas? -- Libenter homines id quod volunt credunt -- Caius Julius Caesar Mark Haney Sr. Systems Administrator ERC Broadband (828) 350-2415 Call (866) ERC-7110 for after hours support -- gentoo-amd64@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-amd64] wxSVGXML? 2008-06-04 14:39 [gentoo-amd64] wxSVGXML? Mark Haney @ 2008-06-04 14:50 ` Justin 2008-06-04 16:09 ` Sebastian Redl 2008-06-04 17:06 ` [gentoo-amd64] wxSVGXML? Duncan 2 siblings, 0 replies; 7+ messages in thread From: Justin @ 2008-06-04 14:50 UTC (permalink / raw To: gentoo-amd64 [-- Attachment #1: Type: text/plain, Size: 613 bytes --] Mark Haney schrieb: > Thanks to everyone for helping this ebuild n00b get working. I've get > everything setup, but now I've hit a snag. The ebuild I am working on > requires svgxml.h and I cannot find that file. With other distros > it's in the wxsvg-devel package (or similar), but I can't find one for > that in Gentoo. With wxsvg, there's a wxSVG and wxXML folder in > /usr/include/, but neither have this file. > > I don't even know where to begin looking for it in Gentoo. Ideas? > > Good site to query is the "www.portagefilelist.de" Sadly in this case you will have no luck! [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 197 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-amd64] wxSVGXML? 2008-06-04 14:39 [gentoo-amd64] wxSVGXML? Mark Haney 2008-06-04 14:50 ` Justin @ 2008-06-04 16:09 ` Sebastian Redl 2008-06-04 16:50 ` Mark Haney 2008-06-04 17:06 ` [gentoo-amd64] wxSVGXML? Duncan 2 siblings, 1 reply; 7+ messages in thread From: Sebastian Redl @ 2008-06-04 16:09 UTC (permalink / raw To: gentoo-amd64 Mark Haney wrote: > Thanks to everyone for helping this ebuild n00b get working. I've get > everything setup, but now I've hit a snag. The ebuild I am working on > requires svgxml.h and I cannot find that file. With other distros > it's in the wxsvg-devel package (or similar), but I can't find one for > that in Gentoo. With wxsvg, there's a wxSVG and wxXML folder in > /usr/include/, but neither have this file. > > I don't even know where to begin looking for it in Gentoo. Ideas? > > Looking at the source code and the ebuild for wxSVG, I see no reason why the file wouldn't be installed. Are you sure you don't have the wxSVGXML directory in /usr/include? xmlsvg.h should be in there. Sebastian -- gentoo-amd64@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-amd64] wxSVGXML? 2008-06-04 16:09 ` Sebastian Redl @ 2008-06-04 16:50 ` Mark Haney 2008-06-04 17:17 ` Drake Donahue 0 siblings, 1 reply; 7+ messages in thread From: Mark Haney @ 2008-06-04 16:50 UTC (permalink / raw To: gentoo-amd64 Sebastian Redl wrote: > Mark Haney wrote: >> >> > Looking at the source code and the ebuild for wxSVG, I see no reason why > the file wouldn't be installed. Are you sure you don't have the wxSVGXML > directory in /usr/include? xmlsvg.h should be in there. > > Sebastian That directory doesn't exist in my system: > octavian dvdstyler # ls /usr/include/wx* -d > /usr/include/wx-2.6 /usr/include/wx-2.8 /usr/include/wxSVG /usr/include/wxXML Which I don't get. Is there a USE flag that would account for this? -- Libenter homines id quod volunt credunt -- Caius Julius Caesar Mark Haney Sr. Systems Administrator ERC Broadband (828) 350-2415 Call (866) ERC-7110 for after hours support -- gentoo-amd64@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-amd64] wxSVGXML? 2008-06-04 16:50 ` Mark Haney @ 2008-06-04 17:17 ` Drake Donahue 0 siblings, 0 replies; 7+ messages in thread From: Drake Donahue @ 2008-06-04 17:17 UTC (permalink / raw To: gentoo-amd64 On Wed, 2008-06-04 at 12:50 -0400, Mark Haney wrote: > Sebastian Redl wrote: > > Mark Haney wrote: > > >> > >> > > Looking at the source code and the ebuild for wxSVG, I see no reason why > > the file wouldn't be installed. Are you sure you don't have the wxSVGXML > > directory in /usr/include? xmlsvg.h should be in there. > > > > Sebastian > > That directory doesn't exist in my system: > > > octavian dvdstyler # ls /usr/include/wx* -d > > /usr/include/wx-2.6 /usr/include/wx-2.8 /usr/include/wxSVG /usr/include/wxXML > > Which I don't get. Is there a USE flag that would account for this? > FWIW nothing installed in 2 of 2 systems here, but a masked wxsvg ebuild is in /usr/portage/media-libs on both > > -- > Libenter homines id quod volunt credunt -- Caius Julius Caesar > > > Mark Haney > Sr. Systems Administrator > ERC Broadband > (828) 350-2415 > > Call (866) ERC-7110 for after hours support -- gentoo-amd64@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-amd64] Re: wxSVGXML? 2008-06-04 14:39 [gentoo-amd64] wxSVGXML? Mark Haney 2008-06-04 14:50 ` Justin 2008-06-04 16:09 ` Sebastian Redl @ 2008-06-04 17:06 ` Duncan 2008-06-04 17:44 ` Mark Haney 2 siblings, 1 reply; 7+ messages in thread From: Duncan @ 2008-06-04 17:06 UTC (permalink / raw To: gentoo-amd64 "Mark Haney" <mhaney@ercbroadband.org> posted 4846A91C.6010605@ercbroadband.org, excerpted below, on Wed, 04 Jun 2008 10:39:24 -0400: > Thanks to everyone for helping this ebuild n00b get working. I've get > everything setup, but now I've hit a snag. The ebuild I am working on > requires svgxml.h and I cannot find that file. With other distros it's > in the wxsvg-devel package (or similar), but I can't find one for that > in Gentoo. With wxsvg, there's a wxSVG and wxXML folder in > /usr/include/, but neither have this file. > > I don't even know where to begin looking for it in Gentoo. Ideas? I don't have the file and don't have any of the wxWidgets installed, but at a guess... wrong version. This seems to be confirmed with a search: Google this for the fedora 1.0 beta 10 package: wxsvg-devel-1.0-0.8.b10 svgxml.h Now replace the b10 with b9, b8, etc. No hits. Delete the svgxml.h bit and you get hits again, so it's seeing the package, just not that file in the package. Therefore, it would seem that file was added in beta 10. Unfortunately, Gentoo's tree is outdated, with only the beta 7 ebuild. A quick check of bugzy results in: media-libs/wxsvg-1.0_beta10 version bump request http://bugs.gentoo.org/show_bug.cgi?id=215665 Seems they're working on it, but it needs some patches to work with Gentoo, and while it's building, it isn't actually functional (segfaults). So... you can try hacking that ebuild and see if you can get it to work, or building and installing manually, to see if that works. I'd certainly suggest CCing yourself to the bug. It's also possible that whatever you are trying to build against that header file, you can either find an older version that builds against beta 7, or maybe, you can merge the building but segfaulting beta 10, and not have it matter if all you need are the header files. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- gentoo-amd64@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-amd64] Re: wxSVGXML? 2008-06-04 17:06 ` [gentoo-amd64] wxSVGXML? Duncan @ 2008-06-04 17:44 ` Mark Haney 0 siblings, 0 replies; 7+ messages in thread From: Mark Haney @ 2008-06-04 17:44 UTC (permalink / raw To: gentoo-amd64 Duncan wrote: > "Mark Haney" <mhaney@ercbroadband.org> posted > 4846A91C.6010605@ercbroadband.org, excerpted below, on Wed, 04 Jun 2008 > 10:39:24 -0400: > >> Thanks to everyone for helping this ebuild n00b get working. I've get >> everything setup, but now I've hit a snag. The ebuild I am working on >> requires svgxml.h and I cannot find that file. With other distros it's >> in the wxsvg-devel package (or similar), but I can't find one for that >> in Gentoo. With wxsvg, there's a wxSVG and wxXML folder in >> /usr/include/, but neither have this file. >> >> I don't even know where to begin looking for it in Gentoo. Ideas? > > I don't have the file and don't have any of the wxWidgets installed, but > at a guess... wrong version. This seems to be confirmed with a search: > > Google this for the fedora 1.0 beta 10 package: > wxsvg-devel-1.0-0.8.b10 svgxml.h > > Now replace the b10 with b9, b8, etc. No hits. Delete the svgxml.h bit > and you get hits again, so it's seeing the package, just not that file in > the package. > > Therefore, it would seem that file was added in beta 10. > > Unfortunately, Gentoo's tree is outdated, with only the beta 7 ebuild. A > quick check of bugzy results in: > > media-libs/wxsvg-1.0_beta10 version bump request > http://bugs.gentoo.org/show_bug.cgi?id=215665 > Duncan, I saw that when I googled for that file, but from the wxsvg home page, there's no mention at all of a Beta10 (or B9 for that matter). That site may be outdated, since I can see the Fedora 9 devel rpm, I suppose I can rip it apart and use it if I need to, just for the header files. I'll look at the ebuilds first. Thanks! -- Libenter homines id quod volunt credunt -- Caius Julius Caesar Mark Haney Sr. Systems Administrator ERC Broadband (828) 350-2415 Call (866) ERC-7110 for after hours support -- gentoo-amd64@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-06-04 17:44 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-06-04 14:39 [gentoo-amd64] wxSVGXML? Mark Haney 2008-06-04 14:50 ` Justin 2008-06-04 16:09 ` Sebastian Redl 2008-06-04 16:50 ` Mark Haney 2008-06-04 17:17 ` Drake Donahue 2008-06-04 17:06 ` [gentoo-amd64] wxSVGXML? Duncan 2008-06-04 17:44 ` Mark Haney
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox