vpa1977 | @pilot out | 02: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 | ||
LocutusOfBorg | mkukri, w.r.t. bpfcc looks like Debian uploaded in the meanwhile something | 06:54 |
LocutusOfBorg | mkukri, uploaded I merged your changes into the Debian ones | 07:05 |
LocutusOfBorg | thanks for the nice work! | 07:05 |
mkukri | LocutusOfBorg thanks, hopefully that's enough to get bpfcc out of proposed | 07:48 |
mkukri | ill try to fix the bpftrace test failures too today | 07:49 |
LocutusOfBorg | mkukri, please check with flag | 08:59 |
LocutusOfBorg | flag, is already working on bpftrace | 08:59 |
mkukri | bpfcc autopkgtest fail, cc1plus killed, i assume because oom | 09:50 |
mkukri | fix for the bpftrace runtime test at 2073485 | 10:17 |
LocutusOfBorg | mkukri, https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-oracular/oracular/amd64/b/bpfcc/20240719_085738_e3f81@/log.gz#S3 | 10:36 |
LocutusOfBorg | yeah | 10:36 |
john-cabaj | bdrung: 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 | ||
bdrung | john-cabaj, you can ignore the standard-version lintian complain for the backports | 12:40 |
john-cabaj | bdrung: ack. Is there good documentation on what lintian warnings and errors can be ignored? | 12:42 |
john-cabaj | bdrung: Ok, I've updated the file permissions mechanism and updated Standard-Versions. debiffs available here - https://bugs.launchpad.net/ubuntu/+source/involflt/+bug/2073010 | 12: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 | |
bdrung | john-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 |
bdrung | john-cabaj, or even "chmod 644" on the files instead of "chmod -x" | 13:42 |
bdrung | john-cabaj, find usr/src/involflt-$(VERSION)/ -type f -exec chmod 644 {} \; | 13:43 |
john-cabaj | bdrung: 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 |
bdrung | john-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 |
bdrung | john-cabaj, that would combine those in one command | 13:52 |
john-cabaj | Sure, 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-cabaj | bdrung: Can we keep the permissions changes as is? | 15:08 |
LocutusOfBorg | ahasenack, https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/2068645 spnsored | 16: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!