slingamn | 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? | 03:48 |
---|---|---|
didrocks999 | 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? | 09:11 |
=== didrocks999 is now known as didrocks | ||
seb128 | 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:50 |
didrocks | interesting | 10:59 |
didrocks | no error on != hirsute (on Github Action CI) | 10:59 |
ddstreet | JackFrost no, i have gnome-keyring; what release are you using? hirsute? | 12:15 |
=== aluria_ is now known as aluria | ||
seb128 | hum, libinih is failing autopkgtest on i386 due to the cross build | 14:17 |
seb128 | /usr/bin/ld: cannot find -linih | 14:17 |
seb128 | 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 |
seb128 | but in that case it's doing 'make test' on upstream tests | 14:18 |
seb128 | do we have a standard fix for those? it doesn't seem worth a distro delta, should be just badtest it? | 14:18 |
doko | don't call ld directly? | 14:19 |
=== cpaelzer__ is now known as cpaelzer | ||
stgraber | 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 |
ubottu | Launchpad bug 1914062 in systemd (Ubuntu) "NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC" [High,Triaged] | 15:26 |
realtime-neil | 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. | 15:50 |
seb128 | stgraber, thanks for getting the udev regression resolved! | 16:43 |
seb128 | doko, what do you mean by 'don't call ld'? | 16:49 |
seb128 | the Makefile is doing | 16:49 |
seb128 | unittest: parseargs.o unittest.o | 16:49 |
seb128 | $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -linih | 16:49 |
seb128 | doko, without the -linih it fails (expected) | 16:50 |
seb128 | unittest.c:(.text+0x194): undefined reference to `ini_parse' | 16:50 |
seb128 | unsure why it worked on the first try on https://autopkgtest.ubuntu.com/packages/libi/libinih/hirsute/i386 though | 16:51 |
seb128 | were the tests run once is a non cross build env? should the status be reset? | 16:51 |
seb128 | vorlon, ^ 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 proposed | 17:10 |
=== ShibaInu is now known as Shibe | ||
=== ogra_ is now known as Guest79813 | ||
RAOF | 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:01 |
JackFrost | ddstreet: 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!