From: Thiago Jung Bauermann via Bug reports for GNU Guix <bug-guix@gnu.org>
To: Marcel van der Boom <marcel@van-der-boom.nl>
Cc: 57402@debbugs.gnu.org
Subject: bug#57402: FreeCAD build fails to configure / Qt5WebKitWidgets related.
Date: Tue, 30 Aug 2022 00:31:21 -0300 [thread overview]
Message-ID: <878rn6v246.fsf@kolabnow.com> (raw)
In-Reply-To: <87wnaw8q4k.fsf@van-der-boom.nl>
Hello Marcel,
Marcel van der Boom <marcel@van-der-boom.nl> writes:
> The freecad package fails to build. The following error is the
> relevant part from the log.
>
> I'm on powerpc64le, which is usually somewhat problematic in
> building. Not sure if that is relevant for this issue though.
>
> CMake Error at cMake/FreeCAD_Helpers/SetupQt.cmake:28
> (find_package):
> By not providing "FindQt5WebKitWidgets.cmake" in
> CMAKE_MODULE_PATH this
> project has asked CMake to find a package configuration file
> provided by
> "Qt5WebKitWidgets", but CMake did not find one.
>
> Could not find a package configuration file provided by
> "Qt5WebKitWidgets"
> with any of the following names:
>
> Qt5WebKitWidgetsConfig.cmake
> qt5webkitwidgets-config.cmake
>
> Add the installation prefix of "Qt5WebKitWidgets" to
> CMAKE_PREFIX_PATH or
> set "Qt5WebKitWidgets_DIR" to a directory containing one of the
> above
> files. If "Qt5WebKitWidgets" provides a separate development
> package or
> SDK, be sure it has been installed.
> Call Stack (most recent call first):
> CMakeLists.txt:69 (include)
>
>
> -- Configuring incomplete, errors occurred!
Is this on master, or core-updates? On master, freecad-0.20.1 builds
fine on x86_64-linux, but on powerpc64le-linux it doesn't get built
because of a dependency failure:
--8<---------------cut here---------------start------------->8---
*** HDF-SD test fails ***
make[5]: *** [Makefile:1202: hdftest.chkexe_] Error 1
make[5]: Leaving directory '/tmp/guix-build-hdf4-alt-4.2.14.drv-0/hdf-4.2.14/mfhdf/test'
make[4]: *** [Makefile:1188: build-check-s] Error 2
make[4]: Leaving directory '/tmp/guix-build-hdf4-alt-4.2.14.drv-0/hdf-4.2.14/mfhdf/test'
make[3]: *** [Makefile:1183: test] Error 2
make[3]: Leaving directory '/tmp/guix-build-hdf4-alt-4.2.14.drv-0/hdf-4.2.14/mfhdf/test'
make[2]: *** [Makefile:999: check-am] Error 2
make[2]: Leaving directory '/tmp/guix-build-hdf4-alt-4.2.14.drv-0/hdf-4.2.14/mfhdf/test'
make[1]: *** [Makefile:428: check-recursive] Error 1
make[1]: Leaving directory '/tmp/guix-build-hdf4-alt-4.2.14.drv-0/hdf-4.2.14/mfhdf'
make: *** [Makefile:515: check-recursive] Error 1
Test suite failed, dumping logs.
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("check") exit-status: 2 term-signal: #f stop-signal: #f>
phase `check' failed after 8.3 seconds
command "make" "check" failed with status 2
builder for `/gnu/store/1szzq357gdplnjd15kbs2m5zb3xrdz7q-hdf4-alt-4.2.14.drv' failed with exit code 1
build of /gnu/store/1szzq357gdplnjd15kbs2m5zb3xrdz7q-hdf4-alt-4.2.14.drv failed
View build log at '/var/log/guix/drvs/1s/zzq357gdplnjd15kbs2m5zb3xrdz7q-hdf4-alt-4.2.14.drv.gz'.
cannot build derivation `/gnu/store/a8df1igdk1b15x06bkk7rvyq1maqkf8v-netcdf-4.7.4.drv': 1 dependencies couldn't be built
applying 2 grafts for postgresql-13.7 ...
cannot build derivation `/gnu/store/35bapv6z5fsalaxapmhymj7m8z8yrjph-freecad-0.20.1.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/35bapv6z5fsalaxapmhymj7m8z8yrjph-freecad-0.20.1.drv' failed
--8<---------------cut here---------------end--------------->8---
Unfortunately I can't test on core-updates because of a kernel issue on
guixp9 which triggers a libaio testsuite failure, and thus most of
core-updates is unbuildable there...
--
Thanks
Thiago
next prev parent reply other threads:[~2022-08-30 3:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-25 12:23 bug#57402: FreeCAD build fails to configure / Qt5WebKitWidgets related Marcel van der Boom
2022-08-30 3:31 ` Thiago Jung Bauermann via Bug reports for GNU Guix [this message]
2022-08-30 8:54 ` Marcel van der Boom
2023-08-28 23:01 ` Maxim Cournoyer
2023-08-29 10:02 ` Marcel van der Boom
2023-08-29 14:13 ` Maxim Cournoyer
2023-08-29 14:16 ` bug#57402: webkitgtk-with-libsoup2 fails to build on powerpc64le, breaking freecad Marcel van der Boom
2023-09-13 9:32 ` bug#57402: Closing Andreas Enge
2023-09-13 9:36 ` bug#57402: Reopening Andreas Enge
2023-09-27 8:55 ` bug#57402: webkitgtk-with-libsoup2 fails to build on powerpc64le, breaking freecad Marcel van der Boom
2023-10-02 3:28 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878rn6v246.fsf@kolabnow.com \
--to=bug-guix@gnu.org \
--cc=57402@debbugs.gnu.org \
--cc=bauermann@kolabnow.com \
--cc=marcel@van-der-boom.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).