[Bug 249938] deskutils/nextcloudclient: fails to build in poudriere due to missing dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 27 13:13:16 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249938

            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 at FreeBSD.org
          Reporter: madpilot at FreeBSD.org
             Flags: maintainer-feedback?(mr at FreeBSD.org)
          Assignee: mr at FreeBSD.org

Created attachment 218355
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218355&action=edit
nextcloudclient patch

Hi,

nextcloudclient is failing to build for me due to some dependencies not being
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 "Qt5Svg"
  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=quickcontrols2 svg". I also took the freedom to reflow USE_QT.

Bumping PORTREVISION due to changes in dependency list.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list