/srv/irclogs.ubuntu.com/2024/07/19/#ubuntu-devel.txt

vpa1977@pilot out02:07
=== ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Noble | Patch Pilots: N/A
LocutusOfBorgmkukri, w.r.t. bpfcc looks like Debian uploaded in the meanwhile something06:54
LocutusOfBorgmkukri, uploaded I merged your changes into the Debian ones07:05
LocutusOfBorgthanks for the nice work!07:05
mkukriLocutusOfBorg thanks,  hopefully that's enough to get bpfcc out of proposed07:48
mkukriill try to fix the bpftrace test failures too today07:49
LocutusOfBorgmkukri, please check with flag08:59
LocutusOfBorgflag, is already working on bpftrace08:59
mkukribpfcc autopkgtest fail, cc1plus killed, i assume because oom09:50
mkukrifix for the bpftrace runtime test at 207348510:17
LocutusOfBorgmkukri, https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-oracular/oracular/amd64/b/bpfcc/20240719_085738_e3f81@/log.gz#S310:36
LocutusOfBorgyeah10:36
john-cabajbdrung: I've been looking at updating the Standards-Version for my DKMS package, but that just gives more lintian warnings. The Focal release is using a version that's too new as it is.12:18
=== JanC is now known as Guest6880
=== JanC_ is now known as JanC
bdrungjohn-cabaj, you can ignore the standard-version lintian complain for the backports12:40
john-cabajbdrung: ack. Is there good documentation on what lintian warnings and errors can be ignored?12:42
john-cabajbdrung: Ok, I've updated the file permissions mechanism and updated Standard-Versions. debiffs available here - https://bugs.launchpad.net/ubuntu/+source/involflt/+bug/207301012:49
-ubottu:#ubuntu-devel- Launchpad bug 2073010 in involflt (Ubuntu Oracular) "Module involflt doesn't build for kernel at build time" [Undecided, In Progress]12:49
bdrungjohn-cabaj, have you tried to combine the find commands? I would have tried "find src/ -type f -exec chmod -x {} \;" after "dh_install src/* usr/src/involflt-$(VERSION)/"13:42
bdrungjohn-cabaj, or even "chmod 644" on the files instead of "chmod -x"13:42
bdrungjohn-cabaj, find usr/src/involflt-$(VERSION)/ -type f -exec chmod 644 {} \;13:43
john-cabajbdrung: The former would change all files. Granted, it might only be *.c, *.h and makefiles there right now. I don't want to wholesale change all files, but rather target the ones giving the error.13:43
bdrungjohn-cabaj, find debian/involflt-dkms/usr/src/involflt-$(VERSION)/ -type f \( -name "*.[ch]" -o -name Makefile -o -name involflt.mak \) -exec chmod 644 {} \;13:52
bdrungjohn-cabaj, that would combine those in one command13:52
john-cabajSure, that would work also. I think it's more readable to call out the files explicitly, though. Should the list of files with permissions needing to change grow, that command will get more and more crowded.13:53
john-cabajbdrung: Can we keep the permissions changes as is?15:08
LocutusOfBorgahasenack, https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/2068645 spnsored16:10
-ubottu:#ubuntu-devel- Launchpad bug 2068645 in multipath-tools (Ubuntu) "Oracular migration issues" [High, In Progress]16:10
=== blackboxsw is now known as blackboxsw_away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!