bug#43448: FreeCAD fails to compile

2020-12-05 Thread Ekaitz Zarraga
On Saturday, December 5, 2020 5:55 PM, John Soo wrote: > Nice work Ekaitz! > > I worked hard on freecad, it is quite a difficult program to package. That > was a weird issue that I asked about on the freecad forums. Perhaps it is > fixed upstream now, which would be excellent. Thanks for keepin

bug#43448: FreeCAD fails to compile

2020-12-05 Thread John Soo
Nice work Ekaitz! I worked hard on freecad, it is quite a difficult program to package. That was a weird issue that I asked about on the freecad forums. Perhaps it is fixed upstream now, which would be excellent. Thanks for keeping it up to date! - John

bug#43448: FreeCAD fails to compile

2020-12-05 Thread Ekaitz Zarraga
Looks like this line, inherited from the previous definition, was giving some trouble: > (string-append "-DCMAKE_INSTALL_LIBDIR=\\"" (assoc-ref %outputs > "out") "/lib\\"") It was creating wrong variables (and wrong syntax too!): if(EXISTS "$ENV{DESTDIR}/tmp/guix-build-freeca

bug#43448: FreeCAD fails to compile

2020-12-05 Thread Ekaitz Zarraga
Hi, I solved most of the compilation issue with freecad. Now my package version compiles but install phase fails with this error: ```

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 /t

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 itme ago :-P >> The same th

bug#43448: FreeCAD fails to compile

2020-10-20 Thread zimoun
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 > The same thing got reported as #44098, is it possible to merge those > issues? Please give a look at:

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-pyside-2-tools and python-shiboken-2. > > [...] >

bug#43448: FreeCAD fails to compile

2020-10-05 Thread zimoun
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-pyside-2-tools and python-shiboken-2. [...] > MPI just generates a warning

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 foun