[08:09] ahasenack: If you would have some additional questions on https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1806421 , you can poke me here also :D [08:09] Launchpad bug 1806421 in net-snmp (Ubuntu) "perl_bulk_gets patch breaks some scripts" [Undecided,New] [10:38] can bug 1801629 be fixed somewhere central, or does every flavour need to add those packages to their dependency list? [10:38] bug 1801629 in xubuntu-meta (Ubuntu) "xubuntu-core needs to depend on cryptsetup and lvm2 or 'apt autoremove' will make a LUKS+LVM encrypted root partition non-bootable" [Undecided,Confirmed] https://launchpad.net/bugs/1801629 [10:39] there was some change in 18.10 apparently [14:20] juliank: can apt_pkg.TagFile directly read a buildlog (as it includes RFC822 headers for the built packages) or does one need to pre-process the buildlog [14:21] and if one needs to strip it, maybe there is some example I could shamelessly steal from? [14:22] cpaelzer: you probably want to grep for :? [14:22] yeah, I can create my own strip function for sure - just wanted to know if it is needed or soem prior art [14:22] they are also indented a bit [14:23] and it might not recognize the blocks because they don't start with rfc822 data [14:25] cpaelzer: So I guess the answer is I don't know for existing stuff; but you probably want to get all lines starting at a Package: line until you hit an empty line [14:26] I think it's easy to write that in awk [14:28] I actually have almost that in awk from an older script [14:28] I can modify it to my needs, thanks [15:46] I'm trying to build a kernel debian package (for ppa), but it's failing on headers_install [15:46] Some mandatory headers (poll.h) are missing in arch/x86/include/uapi/asm. [15:47] I'm using debian and debian.master directories from the mainline kernel repository [15:47] ernstp: building locally or in a ppa? If in a ppa, link to the build log. But it's not really relevant to this channel. [15:48] ernstp: this is for development of ubuntu itself, not for arbitrary upstream packages [15:49] nacc: both with local buildpackage and in the ppa, but not if just running make header_install [15:49] https://launchpadlibrarian.net/400403424/buildlog_ubuntu-bionic-amd64.linux_4.20.0-994.20181206.2c486cc~drmnext421_BUILDING.txt.gz [15:52] ernstp: not sure, i guess compare to the ubuntu one, see if it also happens there, and then diff.