/srv/irclogs.ubuntu.com/2021/02/22/#ubuntu-devel.txt

slingamni'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?03:48
didrocks999hey, 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?09:11
=== didrocks999 is now known as didrocks
seb128didrocks, unsure if docker does something special with the ucf config but no such error in a fresh pbuilder or multipass instance when installing those packages10:50
didrocksinteresting10:59
didrocksno error on != hirsute (on Github Action CI)10:59
ddstreetJackFrost no, i have gnome-keyring; what release are you using? hirsute?12:15
=== aluria_ is now known as aluria
seb128hum, libinih is failing autopkgtest on i386 due to the cross build14:17
seb128 /usr/bin/ld: cannot find -linih14:17
seb128we usually fix that in autopkgtests testcases by doing CROSS_COMPILE="$DEB_HOST_GNU_TYPE-" and and calling that variant for gcc and pkg-config14:18
seb128but in that case it's doing 'make test' on upstream tests14:18
seb128do we have a standard fix for those? it doesn't seem worth a distro delta, should be just badtest it?14:18
dokodon't call ld directly?14:19
=== cpaelzer__ is now known as cpaelzer
stgraberxnox, 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 go15:26
ubottuLaunchpad bug 1914062 in systemd (Ubuntu) "NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC" [High,Triaged]15:26
realtime-neilWhat'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.15:50
seb128stgraber, thanks for getting the udev regression resolved!16:43
seb128doko, what do you mean by 'don't call ld'?16:49
seb128the Makefile is doing16:49
seb128unittest: parseargs.o unittest.o16:49
seb128$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -linih16:49
seb128doko, without the -linih it fails (expected)16:50
seb128unittest.c:(.text+0x194): undefined reference to `ini_parse'16:50
seb128unsure why it worked on the first try on https://autopkgtest.ubuntu.com/packages/libi/libinih/hirsute/i386 though16:51
seb128were the tests run once is a non cross build env? should the status be reset?16:51
seb128vorlon, ^ any recommendation on those i386 cross build issues are usually resolved in they are outside a distro specific debian/tests cases?16:52
ed_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 proposed17:10
=== ShibaInu is now known as Shibe
=== ogra_ is now known as Guest79813
RAOFHm. 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:01
JackFrostddstreet: No, I had backported a py3 version of ubuntu-dev-tools, I have 0.178 now.23:23

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