Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 23:23:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269141] archivers/quazip doesn't build with qt6 core installed, cannot disable as is considered required package
Message-ID:  <bug-269141-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269141

            Bug ID: 269141
           Summary: archivers/quazip doesn't build with qt6 core
                    installed, cannot disable as is considered required
                    package
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: alt2600@icloud.com
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

=3D=3D=3D>  Configuring for quazip-qt5-1.4
=3D=3D=3D>  Performing out-of-source build
/bin/mkdir -p /usr/ports/archivers/quazip/work/.build
-- The C compiler identification is Clang 13.0.0
-- The CXX compiler identification is Clang 13.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Threads: TRUE=20=20
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE=20=20
-- Could NOT find Qt6Core5Compat (missing: Qt6Core5Compat_DIR)
CMake Error at CMakeLists.txt:75 (find_package):
  Found package configuration file:

    /usr/local/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "Core5Compat".

  Expected Config file at
  "/usr/local/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake" does NOT
  exist



  Configuring with --debug-find-pkg=3DQt6Core5Compat might reveal details w=
hy
  the package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=3DON will print the values of so=
me
  of the path variables that find_package uses to try and find the package.



-- Configuring incomplete, errors occurred!
See also "/usr/ports/archivers/quazip/work/.build/CMakeFiles/CMakeOutput.lo=
g".
See also "/usr/ports/archivers/quazip/work/.build/CMakeFiles/CMakeError.log=
".
*** Error code 1

Stop.
make: stopped in /usr/ports/archivers/quazip



adding to Makefile
CMAKE_ON+=3D      CMAKE_DISABLE_FIND_PACKAGE_Qt6

yields

CMake Error at CMakeLists.txt:75 (find_package):
  find_package for module Qt6 called with REQUIRED, but
  CMAKE_DISABLE_FIND_PACKAGE_Qt6 is enabled.  A REQUIRED package cannot be
  disabled.


-- Using Qt version 6
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.12")=20
-- Using BZIP2 1.0.8
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.8")=20
-- Configuring incomplete, errors occurred!
See also "/usr/ports/archivers/quazip/work/.build/CMakeFiles/CMakeOutput.lo=
g".
See also "/usr/ports/archivers/quazip/work/.build/CMakeFiles/CMakeError.log=
".
*** Error code 1

appears updated version might requires QT6? Makefile is still adding QT5 su=
ffix
and uses qt:5

--=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-269141-7788>