Thomas Klausner
Thomas Klausner
With 1.10.0, if librsvg is not installed, yes: ``` FAIL test_notification_icon_scaling_toosmall: n->icon (test/notification.c:154) (0 ticks, 0.000 sec) FAIL test_notification_icon_scaling_toolarge: n->icon (test/notification.c:168) (0 ticks, 0.000 sec) FAIL test_notification_icon_scaling_notconfigured: n->icon (test/notification.c:181) (0...
Manually applying #1329 on top of 1.10.0 makes the tests succeed, even without librsvg installed: ``` PASS test_notification_icon_scaling_toosmall: (0 ticks, 0.000 sec) PASS test_notification_icon_scaling_toolarge: (0 ticks, 0.000 sec) PASS test_notification_icon_scaling_notconfigured:...
Ok, I'm not sure I can follow the logic here. I can confirm that if I set `http_proxy= https_proxy=` in the bootstrap environment, it works. I haven't verified if it...
I use an unprivileged user in a chroot for building and testing. I've extended the error message a bit: ``` 1) Failure: repo::init::extended_1 [/scratch/devel/libgit2/work/libgit2-1.7.1/tests/libgit2/repo/init.c:436] Function call failed: (git_repository_init_ext(&g_repo, "root/b/c.git", &opts))...
I'm still a bit confused about the details, since all the files belong to the same user and its main group, and ctest is started by that user. But the...
Well, if you're offering and it's easy, then yes, please. I didn't want to impose, but of course it's easier for me to set an environment variable for a package...
Sorry, docker is not native on NetBSD. I looked at the compilation line and it looks like this for me: ``` cc -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fstack-clash-protection...
I tried your recipe, manually, and indeed I can reproduce the failure when I use ``` CFLAGS=-I/usr/pkg/include cargo run ``` instead of `cargo run`.
What in particular were the changes? Updating one side only, I don't see a big difference in the text output to before. Tried with a 1GB file: ``` deleted ---->...
That sounds like good incremental changes, thank you!