Changes between Initial Version and Version 2 of Ticket #58884


Ignore:
Timestamp:
Aug 27, 2019, 2:04:07 AM (5 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58884

    • Property Status changed from new to closed
    • Property Cc mmoll@… removed
    • Property Keywords matplotlib removed
    • Property Owner set to mamoll
    • Property Resolution changed from to fixed
    • Property Port @2019.1_0 removed
  • Ticket #58884 – Description

    initial v2  
    33When I try to use py37-matplotlib @3.1.1_0+cairo+webagg to perform an action that requires a triangulation via the Qhull library, it fails with the following message:
    44
    5 {{{ QH6249 qh_lib_check: Incorrect qhull library called.  Size of qhT for caller is 2792, but for qhull library is 2896.
    6 QH6256 qhull internal error (qh_lib_check): Cannot continue due to QH6249..  Library 'qhull 7.3.2 (2019.1 2019/06/21)' should use a static qhT (e.g., libqhull.so).  It may be out-of-date.  Exit with 49 }}}
     5{{{
     6QH6249 qh_lib_check: Incorrect qhull library called.  Size of qhT for caller is 2792, but for qhull library is 2896.
     7QH6256 qhull internal error (qh_lib_check): Cannot continue due to QH6249..  Library 'qhull 7.3.2 (2019.1 2019/06/21)' should use a static qhT (e.g., libqhull.so).  It may be out-of-date.  Exit with 49
     8}}}
    79
    810While this appears to happen with any triangulation, it is easily reproducible using this example from the Maptlotlib website: