Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2021 03:41:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259941] cad/PrusaSlicer fails configure if math/qhull installed ; patch attached forces bundled qhull
Message-ID:  <bug-259941-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 259941
           Summary: cad/PrusaSlicer fails configure if math/qhull
                    installed ; patch attached forces bundled qhull
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: alt2600@icloud.com
                CC: stephen@FreeBSD.org, teodorsigaev@gmail.com
                CC: stephen@FreeBSD.org, teodorsigaev@gmail.com
 Attachment #229600 text/plain
         mime type:

Created attachment 229600
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229600&action=
=3Dedit
Configure Fails.log

if you have math/qhull installed CMake detects it during configure but cann=
ot
use complaining about this for various missing components. see attached log

CMake Error in src/qhull/CMakeLists.txt:
  IMPORTED_LOCATION not set for imported target "Qhull::qhullcpp"
  configuration "Release".

if one patches src/qhull/CMakeLists.txt by disabling check for system qhull=
 it
will just use the bundled package. see subsequent configure logs individual
patch for files/ and the git diff if that is easier.

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