Date: Sun, 27 Sep 2020 13:13:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 249938] deskutils/nextcloudclient: fails to build in poudriere due to missing dependencies Message-ID: <bug-249938-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249938 Bug ID: 249938 Summary: deskutils/nextcloudclient: fails to build in poudriere due to missing dependencies Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mr@FreeBSD.org Reporter: madpilot@FreeBSD.org Flags: maintainer-feedback?(mr@FreeBSD.org) Assignee: mr@FreeBSD.org Created attachment 218355 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218355&action= =3Dedit nextcloudclient patch Hi, nextcloudclient is failing to build for me due to some dependencies not bei= ng declared in the Makefile: CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Svg" with any of the following names: Qt5SvgConfig.cmake qt5svg-config.cmake Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set "Qt5Svg_DIR" to a directory containing one of the above files. If "Qt5Sv= g" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): src/libsync/CMakeLists.txt:108 (find_package) I'm attaching a patch to fix the issue. I have added the requirements as listed in the distribution files file src/libsync/CMakeLists.txt and src/gui/CMakeLists.txt. I added "USE_QT=3Dquickcontrols2 svg". I also took the freedom to reflow US= E_QT. Bumping PORTREVISION due to changes in dependency list. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249938-7788>