Public bug reported: Caught during the archive rebuild
https://launchpadlibrarian.net/819289479/buildlog_ubuntu-questing- amd64.php-easyrdf_1.0.0-3_BUILDING.txt.gz PHP Fatal error: Uncaught ValueError: xml_set_element_handler(): Argument #2 ($start_handler) an object must be set via xml_set_object() to be able to lookup method in /<<PKGBUILDDIR>>/lib/Parser/RdfXml.php:90 Stack trace: #0 /<<PKGBUILDDIR>>/lib/Parser/RdfXml.php(90): xml_set_element_handler() #1 /<<PKGBUILDDIR>>/lib/Parser/RdfXml.php(799): EasyRdf\Parser\RdfXml->initXMLParser() #2 /<<PKGBUILDDIR>>/lib/Graph.php(245): EasyRdf\Parser\RdfXml->parse() #3 /<<PKGBUILDDIR>>/lib/Graph.php(370): EasyRdf\Graph->parse() #4 /<<PKGBUILDDIR>>/debian/tests/test.php(15): EasyRdf\Graph->load() #5 {main} thrown in /<<PKGBUILDDIR>>/lib/Parser/RdfXml.php on line 90 This is related to newer PHP (+ newer libxml) not recognizing the methods referenced in the handle setter, because it's missing the set_object call later. The call exists in the same method a couple lines below. Bringing it up should fix this issue. ** Affects: php-easyrdf (Ubuntu) Importance: Undecided Assignee: Renan Rodrigo (rr) Status: In Progress ** Tags: ftbfs ** Tags added: ftbfs ** Changed in: php-easyrdf (Ubuntu) Assignee: (unassigned) => Renan Rodrigo (rr) ** Changed in: php-easyrdf (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2125671 Title: php-easyrdf 1.0.0-3 ftbfs in questing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-easyrdf/+bug/2125671/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
