bug#39584: evolution: invalid page id error

2020-03-04 Thread Christopher Howard
I'm still getting this error sometimes when using the WEBKIT_USE_SINGLE_WEB_PROCESS=1 workaround, so it seems like there must be something else at work. Seems to be soemthing hardware specific, as my computer at home doesn't seem to have this problem, but it would be nice anyway to figure out the c

bug#39834: make check fails

2020-03-04 Thread Damien Cassou
zimoun writes: > To ease the debugging processing, you should not run '-j4'. ok > Well, first about your "last" error: […] It comes from the > environment variable SHELL which is not defined because of > '--pure'. So you need somehow to export SHELL or CONFIG_SHELL > otherwise, you will get a

bug#39872: python-anndata fails to build

2020-03-04 Thread Roel Janssen
On Mon, 2020-03-02 at 14:29 -0500, Maxim Cournoyer wrote: > Build log extract: > > --8<---cut here---start->8--- > starting phase `check' > running "python setup.py" with command "test" and parameters () > running test > running egg_info > writing anndata.egg-in

bug#36882: Qemu 4.2.0 build for x86_64-linux fails

2020-03-04 Thread Mathieu Othacehe
Hello Janneke, > Do you have a patch/branch where I can see this related error? If mes > builds are an exception, it could be nice to solve it there? Or is > this a Qemu thing and is Qemu the only package that suffers from this? > > Trying to help here, but I'm not sure if I understand what's

bug#39894: [Common Lisp] asdf-build-system/source should refer to dependencies in the store

2020-03-04 Thread Pierre Neidhardt
The sbcl build system generates a new .asd that refers to all the required input explicitly in the store. The asdf-build-system/source does not do that. Because of this, installing the source packages in a profile does not work as expected: loading the source in a Common Lisp REPL will fail, comp