[MacPorts] #31062: octave-devel builds without qhull support when using qhull @2011.1
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- See: [http://savannah.gnu.org/bugs/index.php?33712] -- open bug configure octave-devel looks for {{{/opt/local/include/qhull/qhull_a.h}}} and links against libqhull. After upgrading qhull to {{{qhull @2011.1}}}, the headers are in {{{/opt/local/include/qhull}}} and the library is libqhull6.dylib, so octave-devel builds without qhull support. -- Ticket URL: <https://trac.macports.org/ticket/31062> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => michaelld@… -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by michaelld@…): Given that this is an Octave issue, let's wait for the upstream & hope they fix it. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by kurtjaeke@…): Please fix this in MacPorts. A patch is available at "http://savannah.gnu.org/bugs/download.php?file_id=23620". Given that the latest stable octave release is 3.4.3, it would be very nice to see a version of octave in MacPorts that is actually still supported. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by michaelld@…): I just updated octave-devel to 3.4.3. Is this still an issue for others? -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by takeshi@…): Needs a few more symlinks in qhull. See also #31053. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by michaelld@…): I believe this issue is with qhull, not octave-devel -- see ticket #32517. I'll leave this one open until I can verify, but 'configure' does now find qhull correctly using the patch from that ticket. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by michaelld@…): Yes, it looks like the issue was that bad symlink addressed in ticket #32517. I'll close this ticket once that one is fixed. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by michaelld@…): The qhull port provides a symlink from ${prefix}/include/libqhull -> ${prefix}/include/qhull, so the patch above will not make a difference. The issue with qhull seems to be that it installs its DYLIBs with inconsistent names depending on what variants are selected. Using +debug results in a bad link that makes the qhull dylib unavailable to octave's configure script. If qhull is installed without +debug, I think the library names are what octave-devel's configure expects; this version works for me. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 -------------------------------+-------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: qhull Port: octave-devel | -------------------------------+-------------------------------------------- Changes (by michaelld@…): * status: new => closed * resolution: => fixed Comment: qhull was fixed in r87978, so this ticket should be fixed as well. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 -------------------------------+-------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: qhull Port: octave-devel | -------------------------------+-------------------------------------------- Comment(by kurtjaeke@…): So "octave-devel" can now become "octave", right? -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31062: octave-devel builds without qhull support when using qhull @2011.1 -------------------------------+-------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: qhull Port: octave-devel | -------------------------------+-------------------------------------------- Comment(by michaelld@…): Yes, hopefully. We're [http://lists.macosforge.org/pipermail/macports- dev/2011-December/017163.html discussing this issue], on the MP-dev list. Feel free to join in the conversation. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts