bug#66168: zsh home service breaks guix shell via ssh

2023-09-24 Thread Malte Frank Gerdes
Saku Laesvuori writes: > [[PGP Signed Part:Undecided]] > On Sat, Sep 23, 2023 at 12:19:10PM +0200, Malte Frank Gerdes wrote: >> I noticed that after connecting via ssh the profile that gets created >> when doing `guix shell' is not sourced, therefore the enviro

bug#66168: zsh home service breaks guix shell via ssh

2023-09-23 Thread Malte Frank Gerdes
Hi, i set up a new system last weekend and am connecting to it via ssh. I also just recently started using guix home. I noticed that after connecting via ssh the profile that gets created when doing `guix shell' is not sourced, therefore the environment variables are not correct. This seems to

bug#64772: TeXlive (specifically LuaLaTeX) has become terribly slow

2023-07-21 Thread Malte Frank Gerdes
Hi, i'm building a small document with LuaLaTeX, for that i have use the following manifest --8<---cut here---start->8--- (specifications->manifest (list "texlive-amsmath" "texlive-todonotes" "texlive-xpatch" "texlive-collection-luatex"

bug#50118: Racket: `raco exe` can't find Racket executable for variant cs

2021-08-19 Thread Malte Frank Gerdes
Hi, the current racket package shows this behaviour: --8<---cut here---start->8--- raco exe main.rkt L3 #5172 find-exe: can't find Racket

bug#43447: Blender crashes when trying to apply a Remesh Modifier

2021-07-06 Thread Malte Frank Gerdes
Hi, as blender has been updated multiple times in the mean time, i cann no longer reproduce this. So i'm closing. Malte

bug#36823: gcc bug prevents go program from starting newer gcc results in race condition

2021-07-06 Thread Malte Frank Gerdes
line: what the heck did i mean with that?!) Malte Sarah Morgensen writes: > Hello, > > Thanks for the report. > > Malte Frank Gerdes writes: > >> Hi, >> >> The precompiled version of Hugo-extended was not able to find some >> runtime depend

bug#43448: FreeCAD fails to compile

2020-10-20 Thread Malte Frank Gerdes
This patch defines the include paths for shiboken2, pyside2 and includes the locations of the pyside2-tools binaries. There's now another error: --8<---cut here---start->8--- [ 69%] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o cd

bug#43448: FreeCAD fails to compile

2020-10-20 Thread Malte Frank Gerdes
zimoun writes: > Dear, > > On Tue, 20 Oct 2020 at 19:09, Malte Frank Gerdes > wrote: > >> Many apologies, i completely missed your answer! :/ > > Hum? 4 days do seem not missed. :-D Ehhm, you're right i haven't noticed the date. It just feels like it was a long long

bug#43448: FreeCAD fails to compile

2020-10-20 Thread Malte Frank Gerdes
zimoun writes: > Dear, > > On Wed, 16 Sep 2020 at 13:58, Malte Frank Gerdes > wrote: > >> it seems that FreeCAD fails to compile because it can't find the mpi >> library even though it's in the inputs. Same is true for >> python-pyside-2, python-pys

bug#43855: [PATCH] gnu: python-shapely: Update to 1.7.1.

2020-10-08 Thread Malte Frank Gerdes
It seems python-shapely assumes musl libc, because the store path of glibc was missing in one place. Now the Test suite runs without failure. Malte >From a320ab014d60f5401f409eb37ccb16aa23c32cf1 Mon Sep 17 00:00:00 2001 From: Malte Frank Gerdes Date: Thu, 8 Oct 2020 20:20:12 +0200 Subj

bug#43855: gnu: python-shapely fails to build

2020-10-08 Thread Malte Frank Gerdes
Efraim Flashner writes: > It turns out this is due to a change in geos with 3.8 > https://github.com/Toblerity/Shapely/issues/799 > > If I cherry-pick the patch to fix it then it passes the test suite. If I > upgrade python-shapely to 1.7.1 the fix is already included but there's > a new build

bug#43855: gnu: python-shapely fails to build

2020-10-07 Thread Malte Frank Gerdes
Hi, python-shapely fails to build, because it can't find the c libary, the package definition was not complete (patch at the end). Now the package finds a C libary but the Test Suite fails with the follwoing error: --8<---cut here---start->8---

bug#43448: FreeCAD fails to compile

2020-09-16 Thread Malte Frank Gerdes
Hi, it seems that FreeCAD fails to compile because it can't find the mpi library even though it's in the inputs. Same is true for python-pyside-2, python-pyside-2-tools and python-shiboken-2. --8<---cut here---start->8--- shiboken2 not

bug#43447: Blender crashes when trying to apply a Remesh Modifier

2020-09-16 Thread Malte Frank Gerdes
Hi, using Blender 2.83.5 results in a crash when trying to use the Remesh Modifier. Backtrace is: --8<---cut here---start->8--- # backtrace blender(BLI_system_backtrace+0x20) [0x293ba30] blender() [0xa99e13]

bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault

2020-09-16 Thread Malte Frank Gerdes
Hi, i have a similar error. I'm using Blender 2.83.5 in a environment created with guix environment --ad-hoc --no-grafts (as suggested). In a new scene (right after startup not loading anything) selecting the cube and trying to apply a Remesh Modifier Blender crashes and generates this backtrace:

bug#42632: [PATCH] gnu: nextpnr-ice40: Update to fbe486d

2020-08-10 Thread Malte Frank Gerdes
--- gnu/packages/fpga.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index b2717d2233..85fb38c4e2 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -260,7 +260,7 @@ Includes the actual FTDI connector.")

bug#42632: nextpnr-ice40 fails to compile

2020-07-31 Thread Malte Frank Gerdes
Hi, nextpnr-ice40 fails to compile; the error is already resolved upstream here https://github.com/YosysHQ/nextpnr/issues/373. I built the current master and it *seems* to be working. I tried: commit: "b39a2a502065ec1407417ffacdac2154385bf80f" hash:

bug#42599: clang-3.7.1 build failure

2020-07-29 Thread Malte Frank Gerdes
Hi, llvm-3.7.1 fails to build as a dependency of beignet-1.3.2. The error seems to be a missing file (see log at end of mail). Malte Log: starting phase `validate-runpath' Backtrace: In guix/build/gnu-build-system.scm: 838:2 19 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . #) In