Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309281 - dev-perl/XML-GDOME (`xmlXPathCastNodeToString' implicitly converted to pointer)
Summary: dev-perl/XML-GDOME (`xmlXPathCastNodeToString' implicitly converted to pointer)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-13 17:24 UTC by Torsten Veller (RETIRED)
Modified: 2010-03-21 14:12 UTC (History)
1 user (show)

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


Attachments
XML-GDOME-0.86-includes.patch (XML-GDOME-0.86-includes.patch,675 bytes, patch)
2010-03-21 12:37 UTC, David Leverton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Veller (RETIRED) gentoo-dev 2010-03-13 17:24:09 UTC
I am going to mask dev-perl/XML-GDOME for removal soon.

Not needed by any other package in the tree, no releases for six years and it fails:


 * QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * GDOME.xs:628: warning: implicit declaration of function ‘xmlXPathCastNodeToString’
 * GDOME.xs:1116: warning: implicit declaration of function ‘xmlXIncludeProcess’
 
 *
 * QA Notice: Package has poor programming practices which may compile
 *            but will almost certainly crash on 64bit architectures.
 *
 * Function `xmlXPathCastNodeToString' implicitly converted to pointer at GDOME.xs:628
Comment 1 David Leverton 2010-03-21 12:37:17 UTC
Created attachment 224485 [details, diff]
XML-GDOME-0.86-includes.patch

I don't see any such warnings (perhaps it depends on the versions of other libraries on the system, and whether certain header files automatically include certain other header files) but I would have thought the attached patch ought to fix things.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-03-21 14:12:20 UTC
Fixed. Thanks.