[Debian GNUstep maintainers] Bug#918781: src:gnustep-base: odd FTBFS on powerpc, powerpcspe and ppc64
Yavor Doganov
yavor at gnu.org
Wed Jan 9 11:15:33 GMT 2019
Mathieu Malaterre wrote:
> Based on the error on powerpc (2):
>
> description.m:26:3: warning: passing argument 3 of
> 'initWithXMLString:options:error:' from incompatible pointer type
> [-Wincompatible-pointer-types]
> xmlDoc = [[NSXMLDocument alloc] initWithXMLString:xmlDocStr
> options:0 error:error];
> ^~~~~~
> description.m:26:3: note: expected 'struct NSError **' but argument is
> of type 'struct NSError *'
OK, there's a typo here (should be &error). But that's certainly not
the reason for the failure; all NXSMLNode tests pass.
> I would say something is bogus in the deps (update version number in
> d/control to prevent possible incompatible deps).
I'm afraid I don't understand. What's wrong with the deps?
More information about the pkg-GNUstep-maintainers
mailing list