[03:48] i'm taking a look at https://code.launchpad.net/ubuntu/+source/system-config-printer ; it's a long shot but i was wondering if anyone might have pointers on testing changes to cupshelpers/openprinting.py and newprinter.py? [09:11] hey, installing some package in a docker container for CI, I keep getting this error making package configuration failing (at least samba-common and libpaper1): "ucf: do not have write privilege to the state data". This was passing on Friday (and no error on a local installation) anything linked to the recent hirsute archive issues? === didrocks999 is now known as didrocks [10:50] didrocks, unsure if docker does something special with the ucf config but no such error in a fresh pbuilder or multipass instance when installing those packages [10:59] interesting [10:59] no error on != hirsute (on Github Action CI) [12:15] JackFrost no, i have gnome-keyring; what release are you using? hirsute? === aluria_ is now known as aluria [14:17] hum, libinih is failing autopkgtest on i386 due to the cross build [14:17] /usr/bin/ld: cannot find -linih [14:18] we usually fix that in autopkgtests testcases by doing CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" and and calling that variant for gcc and pkg-config [14:18] but in that case it's doing 'make test' on upstream tests [14:18] do we have a standard fix for those? it doesn't seem worth a distro delta, should be just badtest it? [14:19] don't call ld directly? === cpaelzer__ is now known as cpaelzer [15:26] xnox, rbalint: Updated https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1914062 with the link to the changes that were merged into systemd upstream, so just need those cherry-picked and we should be good to go [15:26] Launchpad bug 1914062 in systemd (Ubuntu) "NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC" [High,Triaged] [15:50] What's the proper way to override LC_NUMERIC=C for a given host? I'd like to do this via an installed package and/or via the OS installer. [16:43] stgraber, thanks for getting the udev regression resolved! [16:49] doko, what do you mean by 'don't call ld'? [16:49] the Makefile is doing [16:49] unittest: parseargs.o unittest.o [16:49] $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -linih [16:50] doko, without the -linih it fails (expected) [16:50] unittest.c:(.text+0x194): undefined reference to `ini_parse' [16:51] unsure why it worked on the first try on https://autopkgtest.ubuntu.com/packages/libi/libinih/hirsute/i386 though [16:51] were the tests run once is a non cross build env? should the status be reset? [16:52] vorlon, ^ any recommendation on those i386 cross build issues are usually resolved in they are outside a distro specific debian/tests cases? [17:10] hello, sorry to repeat; i'd like to get rust-pleaser into released, but it can't migrate as rust-nix hasn't migrated as rust-libc hasn't migrated. i don't understand why rust-libc passes migration in sid but not in proposed === ShibaInu is now known as Shibe === ogra_ is now known as Guest79813 [23:01] Hm. Are the cdimage builds currently broken? hirsute-desktop-amd64.iso appears to have last built a month ago (vs the arm64 iso, which was built yesterday)? [23:23] ddstreet: No, I had backported a py3 version of ubuntu-dev-tools, I have 0.178 now.