unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44780: freecad (@0.18.4) fails to build
@ 2020-11-21 17:36 Fulbert
  2020-11-21 20:35 ` raingloom
  2020-12-08 23:33 ` Marius Bakke
  0 siblings, 2 replies; 5+ messages in thread
From: Fulbert @ 2020-11-21 17:36 UTC (permalink / raw)
  To: 44780

[-- Attachment #1: Type: text/plain, Size: 107 bytes --]


Hello!

freecad (freecad@0.18.4) fails to build with attached log file.

Thanks and best regards,
Fulbert

[-- Attachment #2: bd3avbfa8vm5k22d3giibimda5gywq-freecad-0.18.4.drv.bz2 --]
[-- Type: application/octet-stream, Size: 62487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#44780: freecad (@0.18.4) fails to build
  2020-11-21 17:36 bug#44780: freecad (@0.18.4) fails to build Fulbert
@ 2020-11-21 20:35 ` raingloom
  2020-11-21 21:17   ` Malte Gerdes
  2020-11-21 22:11   ` raingloom
  2020-12-08 23:33 ` Marius Bakke
  1 sibling, 2 replies; 5+ messages in thread
From: raingloom @ 2020-11-21 20:35 UTC (permalink / raw)
  To: Fulbert; +Cc: 44780

On Sat, 21 Nov 2020 18:36:33 +0100
Fulbert <fulbert@bluewin.ch> wrote:

> 
> Hello!
> 
> freecad (freecad@0.18.4) fails to build with attached log file.
> 
> Thanks and best regards,
> Fulbert

Looks like some dependencies aren't found, even though they are
included in the input list. Nix seems to explicitly pass them to CMake.
Missing pkg-config files maybe?
https://github.com/NixOS/nixpkgs/blob/7caa81d8a23f0278e868adf9054ec5409cd81f93/pkgs/applications/graphics/freecad/default.nix

Slightly edited relevant parts of the log:

```
shiboken2 not found.
PySide2 not found.
PySide2Tools not found.
...
                                              

[  2%] Generating Material_rc.py
cd /tmp/guix-build-freecad-0.18.4.drv-0/build/src/Mod/Material &&
PYSIDE2RCCBINARY-NOTFOUND
/tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src/Mod/Material/Resources/Material.qrc
-o
/tmp/guix-build-freecad-0.18.4.drv-0/build/src/Mod/Material/Material_rc.py
cd /tmp/guix-build-freecad-0.18.4.drv-0/build/src/Base &&
/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/gcc
-DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK
-DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DFreeCADBase_EXPORTS
-DHAVE_CONFIG_H -DHAVE_SWIG=1 -DHAVE_TBB -DOCC_CONVERT_SIGNALS
-DQT_CORE_LIB -DQT_NO_DEBUG -D_OCC64
-I/tmp/guix-build-freecad-0.18.4.drv-0/build
-I/tmp/guix-build-freecad-0.18.4.drv-0/build/src
-I/tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src
-I/tmp/guix-build-freecad-0.18.4.drv-0/build/src/Base
-I/tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src/Base
-I/gnu/store/q9rm8h9imazsq2c4qiv2yjpvlvliywqb-python-3.8.2/include/python3.8
-isystem
/gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/include/qt5
-isystem
/gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/include/qt5/QtCore
-isystem
/gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/lib/qt5/mkspecs/linux-g++
 -O2 -g -DNDEBUG -fPIC   -pthread -fPIC -o
CMakeFiles/FreeCADBase.dir/__/CXX/cxxextensions.c.o   -c
/tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src/CXX/cxxextensions.c
/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh:
PYSIDE2RCCBINARY-NOTFOUND: command not found m
```




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#44780: freecad (@0.18.4) fails to build
  2020-11-21 20:35 ` raingloom
@ 2020-11-21 21:17   ` Malte Gerdes
  2020-11-21 22:11   ` raingloom
  1 sibling, 0 replies; 5+ messages in thread
From: Malte Gerdes @ 2020-11-21 21:17 UTC (permalink / raw)
  To: raingloom; +Cc: 44780, Fulbert

[-- Attachment #1: Type: text/plain, Size: 2669 bytes --]

Hi,

I also reported this a few months ago. http://issues.guix.gnu.org/43448 was
the ticket. After it got closed I haven't checked it again.

My guess would be that #43448 was either erroneously closed or it's fixed
on another branch.

Malte

On Sat, 21 Nov 2020, 21:37 raingloom, <raingloom@riseup.net> wrote:

> On Sat, 21 Nov 2020 18:36:33 +0100
> Fulbert <fulbert@bluewin.ch> wrote:
>
> >
> > Hello!
> >
> > freecad (freecad@0.18.4) fails to build with attached log file.
> >
> > Thanks and best regards,
> > Fulbert
>
> Looks like some dependencies aren't found, even though they are
> included in the input list. Nix seems to explicitly pass them to CMake.
> Missing pkg-config files maybe?
>
> https://github.com/NixOS/nixpkgs/blob/7caa81d8a23f0278e868adf9054ec5409cd81f93/pkgs/applications/graphics/freecad/default.nix
>
> Slightly edited relevant parts of the log:
>
> ```
> shiboken2 not found.
> PySide2 not found.
> PySide2Tools not found.
> ...
>
>
> [  2%] Generating Material_rc.py
> cd /tmp/guix-build-freecad-0.18.4.drv-0/build/src/Mod/Material &&
> PYSIDE2RCCBINARY-NOTFOUND
>
> /tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src/Mod/Material/Resources/Material.qrc
> -o
> /tmp/guix-build-freecad-0.18.4.drv-0/build/src/Mod/Material/Material_rc.py
> cd /tmp/guix-build-freecad-0.18.4.drv-0/build/src/Base &&
> /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/gcc
> -DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DFreeCADBase_EXPORTS
> -DHAVE_CONFIG_H -DHAVE_SWIG=1 -DHAVE_TBB -DOCC_CONVERT_SIGNALS
> -DQT_CORE_LIB -DQT_NO_DEBUG -D_OCC64
> -I/tmp/guix-build-freecad-0.18.4.drv-0/build
> -I/tmp/guix-build-freecad-0.18.4.drv-0/build/src
> -I/tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src
> -I/tmp/guix-build-freecad-0.18.4.drv-0/build/src/Base
> -I/tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src/Base
>
> -I/gnu/store/q9rm8h9imazsq2c4qiv2yjpvlvliywqb-python-3.8.2/include/python3.8
> -isystem
> /gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/include/qt5
> -isystem
>
> /gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/include/qt5/QtCore
> -isystem
>
> /gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/lib/qt5/mkspecs/linux-g++
>  -O2 -g -DNDEBUG -fPIC   -pthread -fPIC -o
> CMakeFiles/FreeCADBase.dir/__/CXX/cxxextensions.c.o   -c
>
> /tmp/guix-build-freecad-0.18.4.drv-0/freecad-0.18.4-checkout/src/CXX/cxxextensions.c
> /gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh:
> PYSIDE2RCCBINARY-NOTFOUND: command not found m
> ```
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 3614 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#44780: freecad (@0.18.4) fails to build
  2020-11-21 20:35 ` raingloom
  2020-11-21 21:17   ` Malte Gerdes
@ 2020-11-21 22:11   ` raingloom
  1 sibling, 0 replies; 5+ messages in thread
From: raingloom @ 2020-11-21 22:11 UTC (permalink / raw)
  To: Fulbert; +Cc: 44780

On Sat, 21 Nov 2020 21:35:49 +0100
raingloom <raingloom@riseup.net> wrote:

> On Sat, 21 Nov 2020 18:36:33 +0100
> Fulbert <fulbert@bluewin.ch> wrote:
> 
> > 
> > Hello!
> > 
> > freecad (freecad@0.18.4) fails to build with attached log file.
> > 
> > Thanks and best regards,
> > Fulbert  
> 
> Looks like some dependencies aren't found, even though they are
> included in the input list. Nix seems to explicitly pass them to
> CMake. Missing pkg-config files maybe?

Looks like building it is a whole mess. If you feel inclined, you could
try to adopt the Arch script and/or the NixOS one.
https://github.com/archlinux/svntogit-community/blob/packages/freecad/trunk/PKGBUILD
https://github.com/NixOS/nixpkgs/blob/7caa81d8a23f0278e868adf9054ec5409cd81f93/pkgs/applications/graphics/freecad/default.nix




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#44780: freecad (@0.18.4) fails to build
  2020-11-21 17:36 bug#44780: freecad (@0.18.4) fails to build Fulbert
  2020-11-21 20:35 ` raingloom
@ 2020-12-08 23:33 ` Marius Bakke
  1 sibling, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2020-12-08 23:33 UTC (permalink / raw)
  To: Fulbert, 44780-done

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

Fulbert <fulbert@bluewin.ch> skriver:

> Hello!
>
> freecad (freecad@0.18.4) fails to build with attached log file.

This was fixed by Ekaitz in 50c24bbd4f2d2e48d5eda9ac540a6dc15e7cf6a3.

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-08 23:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 17:36 bug#44780: freecad (@0.18.4) fails to build Fulbert
2020-11-21 20:35 ` raingloom
2020-11-21 21:17   ` Malte Gerdes
2020-11-21 22:11   ` raingloom
2020-12-08 23:33 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).