Changes between Initial Version and Version 2 of Ticket #58884
- Timestamp:
- Aug 27, 2019, 2:04:07 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58884
-
Property
Status
changed from
new
toclosed
- 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
-
Property
Status
changed from
-
Ticket #58884 – Description
initial v2 3 3 When 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: 4 4 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 {{{ 6 QH6249 qh_lib_check: Incorrect qhull library called. Size of qhT for caller is 2792, but for qhull library is 2896. 7 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 8 }}} 7 9 8 10 While this appears to happen with any triangulation, it is easily reproducible using this example from the Maptlotlib website: