Re: Did the XML API change?

2018-12-11 Thread Steve Dickson
On 12/11/18 11:59 AM, Igor Gnatenko wrote: > No, it didn't. BUT I believe that the problem is here: > > /bin/sh ../../libtool --tag=CC --mode=link gcc -pipe -Wall > -Wextra -Werror=strict-prototypes -Werror=missing-prototypes > -Werror=missing-declarations -Werror=format=2 -Werror=undef

Re: Did the XML API change?

2018-12-11 Thread Steve Dickson
On 12/11/18 11:59 AM, Tom Hughes wrote: > On 11/12/2018 16:46, Steve Dickson wrote: > >> I'm getting a bunch of xml routines undefined >> >> https://koji.fedoraproject.org/koji/getfile?taskID=31408933=DEFAULT=build.log=-4000 >> >> on my rawhide build... everything builds just fine on f29... >>

Re: Did the XML API change?

2018-12-11 Thread Igor Gnatenko
No, it didn't. BUT I believe that the problem is here: /bin/sh ../../libtool --tag=CC --mode=link gcc -pipe -Wall -Wextra -Werror=strict-prototypes -Werror=missing-prototypes -Werror=missing-declarations -Werror=format=2 -Werror=undef -Werror=missing-include-dirs

Re: Did the XML API change?

2018-12-11 Thread Tom Hughes
On 11/12/2018 16:46, Steve Dickson wrote: I'm getting a bunch of xml routines undefined https://koji.fedoraproject.org/koji/getfile?taskID=31408933=DEFAULT=build.log=-4000 on my rawhide build... everything builds just fine on f29... and I have BuildRequires: libxml2-devel Is there something