Hi!
Ludovic Courtès skribis:
> /tmp/guix-build-gcc-10.1.0.drv-0/build/prev-x86_64-unknown-linux-gnu/libstdc++-v3/config.log
> reads this:
>
> configure:19924: checking for float trig functions
> configure:19948: /tmp/guix-build-gcc-10.1.0.drv-0/build/./gcc/xgcc
> -shared-libgcc -B/tmp/guix-bui
Does this bug still show up for you?
https://issues.guix.gnu.org/41362
Hi Ludo,
Thanks to your comment regarding a possible memory corruption issue, I
ran my memory module trough memtest86+, which identified several
problematic addresses. So this was likely a hardware issue.
I tried bl
This should be fixed with commit
5f63905096e456097fca206f56ce9257f72faf64
signature.asc
Description: PGP signature
On Thu, Jul 23, 2020 at 04:44:08PM -0400, Leo Famulari wrote:
> This should be fixed with commit
> 5f63905096e456097fca206f56ce9257f72faf64
That commit actually broke `guix pull` as shown below. Sorry!
--
Backtrace:
In ice-9/boot-9.scm:
222:29 19 (map1 _)
222:29 18 (map1 _)
222:29 17
mbc@xps:~$ guix pull
Updating channel 'limsnucleus' from Git repository at
'https://github.com/...'...
Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...
Building from these channels:
guix https://git.savannah.gnu.org/git/guix.git 5f63905
mbcladw...@stihie.net 写道:
ERROR: In procedure %resolve-variable:
error: qtbase: unbound variable
-guix pull: error: You found a bug: the program
This should be fixed on master now.
Thanks!
T G-R
signature.asc
Description: PGP signature
On Thu, Jul 23, 2020 at 03:52:44PM -0500, mbcladw...@stihie.net wrote:
> In unknown file:
>0 (%resolve-variable (7 . qtbase) # 7efc5c982d20>)
>
> ERROR: In procedure %resolve-variable:
> error: qtbase: unbound variable
Thanks for the report! I caused this bug, as described here:
http
Hello,
Leo Famulari writes:
> Currently, Krita fails to start after loading its splash screen. It just
> hangs forever.
>
> I found this upstream bug report in Qt:
>
> https://bugreports.qt.io/browse/QTBUG-83207
>
> Currently, I'm testing the build of Krita based on the Qt patch in that
> bug re