Closed
Description
Bug report
Bug summary
When installing 3.3.0 from PyPI on CentOS 7.6, linking of freetype fails during the installation.
Code for reproduction
python3.7 -m pip install --user matplotlib==3.3.0
Actual outcome
Collecting matplotlib==3.3.0
Using cached https://files.pythonhosted.org/packages/7d/d4/e4c40c62cd8608ca09f0684e64139c56512e195f2351ac41a472d4dc8b38/matplotlib-3.3.0.tar.gz
Collecting cycler>=0.10 (from matplotlib==3.3.0)
Using cached https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting kiwisolver>=1.0.1 (from matplotlib==3.3.0)
Using cached https://files.pythonhosted.org/packages/72/ae/11ccfd6902d980d4d5c2af1c8c42462f70b376d499ab9e340ac852872e07/kiwisolver-1.2.0-cp37-cp37m-manylinux1_i686.whl
Requirement already satisfied: numpy>=1.15 in /usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg (from matplotlib==3.3.0) (1.17.0)
Collecting pillow>=6.2.0 (from matplotlib==3.3.0)
Using cached https://files.pythonhosted.org/packages/d5/ed/ce3dafc7cc9d38fe834104b5248309de1c09d71cb600b0bced58d7139338/Pillow-7.2.0-cp37-cp37m-manylinux1_i686.whl
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in ./.local/lib/python3.7/site-packages (from matplotlib==3.3.0) (2.3.1)
Requirement already satisfied: python-dateutil>=2.1 in ./.local/lib/python3.7/site-packages (from matplotlib==3.3.0) (2.8.0)
Requirement already satisfied: six in ./.local/lib/python3.7/site-packages (from cycler>=0.10->matplotlib==3.3.0) (1.12.0)
Installing collected packages: cycler, kiwisolver, pillow, matplotlib
Found existing installation: Pillow 5.4.1
Uninstalling Pillow-5.4.1:
Successfully uninstalled Pillow-5.4.1
Running setup.py install for matplotlib: started
Running setup.py install for matplotlib: finished with status 'error'
Complete output from command /usr/local/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-gb03vlws/matplotlib/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y3pjw8y5/install-record.txt --single-version-externally-managed --compile --user --prefix=:
Edit setup.cfg to change the build options; suppress output with --quiet.
BUILDING MATPLOTLIB
matplotlib: yes [3.3.0]
python: yes [3.7.1 (default, Jan 2 2019, 16:05:34) [GCC 4.8.5 20150623
(Red Hat 4.8.5-28)]]
platform: yes [linux]
sample_data: yes [installing]
tests: no [skipping due to configuration]
macosx: no [Mac OS-X only]
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.7
copying lib/pylab.py -> build/lib.linux-x86_64-3.7
creating build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/patheffects.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/stackplot.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/table.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/rcsetup.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_constrained_layout.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/afm.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/dates.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/units.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/mathtext.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_text_layout.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/texmanager.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/axis.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/offsetbox.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_mathtext_data.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/mlab.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/transforms.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/container.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_layoutbox.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/cm.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/patches.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/streamplot.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/ttconv.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/artist.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/colorbar.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/pylab.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/quiver.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/ticker.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/spines.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/backend_bases.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/bezier.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_pylab_helpers.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/hatch.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/category.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/pyplot.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/backend_managers.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_cm.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/widgets.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/figure.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/sankey.py -> build/lib.linux-x86_64-3.7/
B41A
matplotlib
copying lib/matplotlib/_animation_data.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/text.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/type1font.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/scale.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/docstring.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/tight_bbox.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/tight_layout.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/font_manager.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/colors.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/backend_tools.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_internal_utils.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/fontconfig_pattern.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/dviread.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/legend.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_color_data.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/blocking_input.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/collections.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/textpath.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/image.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/markers.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/lines.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_cm_listed.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/contour.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/path.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/gridspec.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/_version.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/legend_handler.py -> build/lib.linux-x86_64-3.7/matplotlib
copying lib/matplotlib/animation.py -> build/lib.linux-x86_64-3.7/matplotlib
creating build/lib.linux-x86_64-3.7/mpl_toolkits
copying lib/mpl_toolkits/__init__.py -> build/lib.linux-x86_64-3.7/mpl_toolkits
creating build/lib.linux-x86_64-3.7/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/mathmpl.py -> build/lib.linux-x86_64-3.7/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/plot_directive.py -> build/lib.linux-x86_64-3.7/matplotlib/sphinxext
creating build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_template.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_webagg_core.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_qt4.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_nbagg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_svg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/qt_compat.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_wx.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_qt5cairo.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_gtk3agg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_qt5agg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_tkcairo.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_gtk3.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_agg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_gtk3cairo.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_qt4cairo.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_webagg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/_backend_pdf_ps.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_cairo.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_qt5.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_pgf.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_ps.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_mixed.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_pdf.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/_backend_tk.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_wxagg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_macosx.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_tkagg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_wxcairo.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
copying lib/matplotlib/backends/backend_qt4agg.py -> build/lib.linux-x86_64-3.7/matplotlib/backends
creating build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_dviread.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_path.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_afm.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_cycles.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_matplotlib.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_testing.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_legend.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_tools.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_compare_images.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_cbook.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_bases.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_agg_filter.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_preprocess_data.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_dates.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_type1font.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_ps.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_widgets.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_sankey.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_scale.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_image.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_container.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_pgf.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_simplification.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_nbagg.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_units.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_cairo.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_qt.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_animation.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_texmanager.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_ttconv.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_svg.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_arrow_patches.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_colors.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_pickle.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_tk.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_marker.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_quiver.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_artist.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_tightlayout.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/conftest.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_skew.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_patches.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_contour.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_collections.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_polar.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_pyplot.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_agg.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_axes.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_spines.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_gridspec.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_basic.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_streamplot.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_rcparams.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_pdf.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_png.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backends_interactive.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_colorbar.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_determinism.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_sphinxext.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_constrainedlayout.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_mlab.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_transforms.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_subplots.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_font_manager.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_ticker.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_offsetbox.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_figure.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_usetex.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_bbox_tight.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_fontconfig_pattern.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_patheffects.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_category.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_mathtext.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_style.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_lines.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_text.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_triangulation.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_backend_webagg.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
copying lib/matplotlib/tests/test_table.py -> build/lib.linux-x86_64-3.7/matplotlib/tests
creating build/lib.linux-x86_64-3.7/matplotlib/axes
copying lib/matplotlib/axes/_secondary_axes.py -> build/lib.linux-x86_64-3.7/matplotlib/axes
copying lib/matplotlib/axes/_base.py -> build/lib.linux-x86_64-3.7/matplotlib/axes
copying lib/matplotlib/axes/_axes.py -> build/lib.linux-x86_64-3.7/matplotlib/axes
copying lib/matplotlib/axes/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/axes
copying lib/matplotlib/axes/_subplots.py -> build/lib.linux-x86_64-3.7/matplotlib/axes
creating build/lib.linux-x86_64-3.7/matplotlib/projections
copying lib/matplotlib/projections/geo.py -> build/lib.linux-x86_64-3.7/matplotlib/projections
copying lib/matplotlib/projections/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/projections
copying lib/matplotlib/projections/polar.py -> build/lib.linux-x86_64-3.7/matplotlib/projections
creating build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/disable_internet.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/compare.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/exceptions.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/conftest.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/decorators.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
copying lib/matplotlib/testing/widgets.py -> build/lib.linux-x86_64-3.7/matplotlib/testing
creating build/lib.linux-x86_64-3.7/matplotlib/cbook
copying lib/matplotlib/cbook/deprecation.py -> build/lib.linux-x86_64-3.7/matplotlib/cbook
copying lib/matplotlib/cbook/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/cbook
creating build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/tripcolor.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/tricontour.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/triangulation.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/trirefine.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/triplot.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/tritools.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/trifinder.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
copying lib/matplotlib/tri/triinterpolate.py -> build/lib.linux-x86_64-3.7/matplotlib/tri
creating build/lib.linux-x86_64-3.7/matplotlib/style
copying lib/matplotlib/style/core.py -> build/lib.linux-x86_64-3.7/matplotlib/style
copying lib/matplotlib/style/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/style
creating build/lib.linux-x86_64-3.7/matplotlib/compat
copying lib/matplotlib/compat/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/compat
creating build/lib.linux-x86_64-3.7/matplotlib/backends/qt_editor
copying lib/matplotlib/backends/qt_editor/formsubplottool.py -> build/lib.linux-x86_64-3.7/matplotlib/backends/qt_editor
copying lib/matplotlib/backends/qt_editor/_formlayout.py -> build/lib.linux-x86_64-3.7/matplotlib/backends/qt_editor
copying lib/matplotlib/backends/qt_editor/_formsubplottool.py -> build/lib.linux-x86_64-3.7/matplotlib/backends/qt_editor
copying lib/matplotlib/backends/qt_editor/figureoptions.py -> build/lib.linux-x86_64-3.7/matplotlib/backends/qt_editor
copying lib/matplotlib/backends/qt_editor/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/backends/qt_editor
creating build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/UnitDblFormatter.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/UnitDbl.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/UnitDblConverter.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/Epoch.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/Duration.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/__init__.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/StrConverter.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
copying lib/matplotlib/testing/jpl_units/EpochConverter.py -> build/lib.linux-x86_64-3.7/matplotlib/testing/jpl_units
creating build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/inset_locator.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/angle_helper.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/floating_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/colorbar.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axisline_style.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axislines.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axis_artist.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/__init__.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_divider.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/anchored_artists.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_size.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_grid.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/grid_finder.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/clip_path.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid
creating build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_floating_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_angle_helper.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_clip_path.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_grid_finder.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/conftest.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axes_grid1.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/__init__.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_axislines.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_mplot3d.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axes_grid.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_grid_helper_curvelinear.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
copying lib/mpl_toolkits/tests/test_axisartist_axis_artist.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/tests
creating build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/angle_helper.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/floating_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/axisline_style.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/axislines.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/axis_artist.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/__init__.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/axes_rgb.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/parasite_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/axes_divider.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/axes_grid.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/grid_finder.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
copying lib/mpl_toolkits/axisartist/clip_path.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axisartist
creating build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/inset_locator.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/colorbar.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/__init__.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/axes_rgb.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/parasite_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/axes_divider.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/anchored_artists.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/axes_size.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/axes_grid.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
copying lib/mpl_toolkits/axes_grid1/mpl_axes.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/axes_grid1
creating build/lib.linux-x86_64-3.7/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/axes3d.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/proj3d.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/axis3d.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/art3d.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/__init__.py -> build/lib.linux-x86_64-3.7/mpl_toolkits/mplot3d
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/subplots.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/stylelib/seaborn-ticks.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/move.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/seaborn-poster.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/sample_data/membrane.dat -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/filesave_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/forward-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/seaborn-pastel.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/stylelib/seaborn-dark-palette.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/sample_data/grace_hopper.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/sample_data/grace_hopper.jpg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/images/hand.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/help.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/move_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/help.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/images/move.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/hand.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
creating build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/backends/web_backend/nbagg_uat.ipynb -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/images/qt4_editor_options.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/stylelib/classic.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/images/move.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/forward.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/move-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
creating build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/css
copying lib/matplotlib/backends/web_backend/css/page.css -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/css
copying lib/matplotlib/mpl-data/images/filesave_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/grayscale.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/stylelib/seaborn.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/sample_data/eeg.dat -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/filesave.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
creating build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/js
copying lib/matplotlib/backends/web_backend/js/mpl.js -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/js
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/backends/web_backend/all_figures.html -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/sample_data/logo2.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/back_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/stylelib/seaborn-dark.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/images/forward.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/ggplot.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/subplots.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/help.ppm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/stylelib/bmh.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/images/back.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/subplots_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/hand.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/help.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/backends/web_backend/css/mpl.css -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/css
copying lib/matplotlib/mpl-data/images/help_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/forward.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/backends/web_backend/.prettierrc -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/stylelib/seaborn-bright.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/filesave.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/subplots_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/ada.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/qt4_editor_options.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/topobathy.npz -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/backends/web_backend/ipython_inline_figure.html -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/images/subplots.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/backends/web_backend/js/mpl_tornado.js -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/js
copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/backends/web_backend/css/boilerplate.css -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/css
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/backends/web_backend/css/fbm.css -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/css
copying lib/matplotlib/mpl-data/images/home_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/hand_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/stylelib/seaborn-notebook.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/stylelib/seaborn-darkgrid.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/sample_data/README.txt -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/subplots.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/home-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/matplotlib.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/subplots-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/help-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/backends/web_backend/.prettierignore -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/images/help_large.ppm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/sample_data/demodata.csv -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/sample_data/None_vs_nearest-pdf.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/matplotlib_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/images/forward.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/
F438
mpl-data/fonts/afm
copying lib/matplotlib/backends/web_backend/package.json -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/sample_data/aapl.npz -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/qt4_editor_options.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/matplotlib.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/msft.csv -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/forward_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/forward_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/seaborn-paper.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/stylelib/seaborn-deep.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/backends/web_backend/js/nbagg_mpl.js -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend/js
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/back.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/s1045.ima.gz -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/filesave.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/backends/web_backend/single_figure.html -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/images/move_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data
copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/move.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/back_large.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect.gif -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/qt4_editor_options_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/stylelib/seaborn-talk.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/sample_data/percent_bachelors_degrees_women_usa.csv -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/matplotlib.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/images/filesave-symbolic.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/filesave.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/seaborn-muted.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/stylelib/seaborn-whitegrid.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/backends/web_backend/.eslintrc.js -> build/lib.linux-x86_64-3.7/matplotlib/backends/web_backend
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/sample_data/goog.npz -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/images/hand.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/help.pdf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
creating build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data/axes_grid
copying lib/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data/axes_grid
copying lib/matplotlib/mpl-data/images/zoom_to_rect_large.png -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/images/matplotlib_128.ppm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/stylelib/seaborn-colorblind.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/stylelib/fast.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/stylelib/seaborn-white.mplstyle -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/stylelib
copying lib/matplotlib/mpl-data/sample_data/ct.raw.gz -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/sample_data
copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm -> build/lib.linux-x86_64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
UPDATING build/lib.linux-x86_64-3.7/matplotlib/_version.py
set build/lib.linux-x86_64-3.7/matplotlib/_version.py to '3.3.0'
running build_ext
creating tmp
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -I/usr/local/include/python3.7m -c /tmp/tmp49ln8qat.cpp -o tmp/tmp49ln8qat.o -fvisibility=hidden
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -I/usr/local/include/python3.7m -c /tmp/tmpdokov0tn.cpp -o tmp/tmpdokov0tn.o -fvisibility-inlines-hidden
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -I/usr/local/include/python3.7m -c /tmp/tmpdta446h9.cpp -o tmp/tmpdta446h9.o -flto
Extracting freetype-2.6.1.tar.gz
Building freetype in build/freetype-2.6.1
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; \
./configure '--with-zlib=no' '--with-bzip2=no' '--with-png=no' '--with-harfbuzz=no' '--enable-static' '--disable-shared'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... /usr/bin/gcc-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 8
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -pedantic to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:
Library configuration:
external zlib: no
bzip2: no
libpng: no
harfbuzz: no
make: Nothing to be done for `unix'.
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsystem.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftdebug.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftdebug.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftdebug.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftdebug.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftinit.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftinit.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftinit.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftinit.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbase.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbase.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbase.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbase.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbbox.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbbox.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbbox.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbbox.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbdf.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbdf.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbdf.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbdf.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbitmap.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbitmap.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftbitmap.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbitmap.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcid.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftcid.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftcid.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcid.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfntfmt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftfntfmt.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftfntfmt.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfntfmt.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfstype.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftfstype.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftfstype.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfstype.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgasp.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftgasp.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftgasp.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgasp.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftglyph.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftglyph.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftglyph.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftglyph.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgxval.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftgxval.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftgxval.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgxval.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlcdfil.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftlcdfil.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftlcdfil.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlcdfil.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftmm.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftmm.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftmm.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftmm.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftotval.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftotval.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftotval.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftotval.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpatent.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftpatent.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftpatent.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpatent.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpfr.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftpfr.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftpfr.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpfr.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftstroke.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftstroke.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftstroke.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftstroke.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsynth.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftsynth.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftsynth.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsynth.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/fttype1.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/fttype1.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/fttype1.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/fttype1.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftwinfnt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftwinfnt.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/base/ftwinfnt.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftwinfnt.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/truetype -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/truetype.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/truetype/truetype.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/truetype -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/truetype/truetype.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/truetype.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type1 -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type1/type1.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type1 -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type1/type1.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cff -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/cff.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cff/cff.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cff -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cff/cff.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/cff.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cid -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1cid.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cid/type1cid.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cid -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cid/type1cid.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1cid.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pfr -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pfr.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pfr/pfr.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pfr -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pfr/pfr.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pfr.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type42 -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type42.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type42/type42.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type42 -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/type42/type42.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type42.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/winfonts -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/winfnt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/winfonts/winfnt.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/winfonts -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/winfonts/winfnt.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/winfnt.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pcf -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pcf.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pcf/pcf.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pcf -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pcf/pcf.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pcf.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/bdf -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/bdf.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/bdf/bdf.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/bdf -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/bdf/bdf.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/bdf.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/sfnt -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/sfnt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/sfnt/sfnt.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/sfnt -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/sfnt/sfnt.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/sfnt.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/autofit -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/autofit.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/autofit/autofit.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/autofit -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/autofit/autofit.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/autofit.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pshinter -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pshinter.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pshinter/pshinter.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pshinter -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/pshinter/pshinter.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pshinter.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/raster -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/raster.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/raster/raster.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/raster -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/raster/raster.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/raster.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/smooth -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/smooth.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/smooth/smooth.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/smooth -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/smooth/smooth.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/smooth.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cache -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcache.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cache/ftcache.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cache -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/cache/ftcache.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcache.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgzip.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/gzip/ftgzip.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/gzip/ftgzip.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgzip.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/lzw -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlzw.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/lzw/ftlzw.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/lzw -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/lzw/ftlzw.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlzw.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbzip2.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/bzip2/ftbzip2.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/bzip2/ftbzip2.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbzip2.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1
D9E0
/src/psaux -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psaux.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psaux/psaux.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psaux -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psaux/psaux.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psaux.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psnames -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psnames.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psnames/psnames.c
libtool: compile: gcc -pedantic -ansi -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psnames -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs -I./builds/unix -I/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include -fvisibility=hidden -flto -c -Wall -fPIC "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/psnames/psnames.c -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psnames.o
gcc -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/apinames /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/src/tools/apinames.c
/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/apinames -o/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftexport.sym /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/tttables.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftoutln.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftstroke.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/t1tables.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/fterrors.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftcid.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftbitmap.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftmodapi.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftsystem.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftfntfmt.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftsynth.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftlcdfil.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftpfr.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftsizes.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftrender.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftlzw.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftglyph.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftlist.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftchapters.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftbdf.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/fterrdef.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftcache.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ttnameid.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftgzip.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftwinfnt.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftbzip2.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftmac.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/freetype.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/fttypes.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftttdrv.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftotval.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftbbox.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftmm.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftadvanc.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftautoh.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftcffdrv.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftmoderr.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftgasp.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftgxval.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftsnames.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/tttags.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ttunpat.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftincrem.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/fttrigon.h /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/include/freetype/ftimage.h
./builds/unix/libtool --mode=link gcc -o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/libfreetype.la /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsystem.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftdebug.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftinit.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbase.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbbox.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbdf.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbitmap.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcid.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfntfmt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfstype.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgasp.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftglyph.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgxval.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlcdfil.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftmm.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftotval.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpatent.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpfr.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftstroke.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsynth.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/fttype1.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftwinfnt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/truetype.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/cff.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1cid.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pfr.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type42.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/winfnt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pcf.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/bdf.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/sfnt.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/autofit.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pshinter.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/raster.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/smooth.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcache.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgzip.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlzw.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbzip2.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psaux.lo /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psnames.lo -rpath /usr/local/lib -version-info 18:1:12 -flto -no-undefined
libtool: link: ar cru /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/.libs/libfreetype.a /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsystem.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftdebug.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftinit.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbase.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbbox.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbdf.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbitmap.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcid.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfntfmt.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftfstype.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgasp.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftglyph.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgxval.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlcdfil.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftmm.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftotval.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpatent.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftpfr.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftstroke.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftsynth.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/fttype1.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftwinfnt.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/truetype.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/cff.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type1cid.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pfr.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/type42.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/winfnt.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pcf.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/bdf.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/sfnt.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/autofit.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/pshinter.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/raster.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/smooth.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftcache.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftgzip.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftlzw.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/ftbzip2.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psaux.o /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/psnames.o
libtool: link: /usr/bin/gcc-ranlib /tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/.libs/libfreetype.a
libtool: link: ( cd "/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype|' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/usr/local|' \
-e 's|%ft_version%|18.1.12|' \
-e 's|%includedir%|/usr/local/include|' \
-e 's|%libdir%|/usr/local/lib|' \
-e 's|%prefix%|/usr/local|' \
/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/builds/unix/freetype-config.in \
> builds/unix/freetype-config.tmp
chmod +x builds/unix/freetype-config.tmp
chmod a-w builds/unix/freetype-config.tmp
mv builds/unix/freetype-config.tmp builds/unix/freetype-config
rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
sed -e 's|%REQUIRES_PRIVATE%||' \
-e 's|%LIBS_PRIVATE%||' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/usr/local|' \
-e 's|%ft_version%|18.1.12|' \
-e 's|%includedir%|/usr/local/include|' \
-e 's|%libdir%|/usr/local/lib|' \
-e 's|%prefix%|/usr/local|' \
/tmp/pip-install-gb03vlws/matplotlib/build/freetype-2.6.1/builds/unix/freetype2.in \
> builds/unix/freetype2.pc.tmp
chmod a-w builds/unix/freetype2.pc.tmp
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
building 'matplotlib.backends._backend_agg' extension
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/src
creating build/temp.linux-x86_64-3.7/extern
creating build/temp.linux-x86_64-3.7/extern/agg24-svn
creating build/temp.linux-x86_64-3.7/extern/agg24-svn/src
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/checkdep_freetype2.c -o build/temp.linux-x86_64-3.7/src/checkdep_freetype2.o -fvisibility=hidden -flto
src/checkdep_freetype2.c:14:9: note: #pragma message: Compiling with FreeType version 2.6.1.
#pragma message("Compiling with FreeType version " \
^
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/mplutils.cpp -o build/temp.linux-x86_64-3.7/src/mplutils.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/py_converters.cpp -o build/temp.linux-x86_64-3.7/src/py_converters.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/_backend_agg.cpp -o build/temp.linux-x86_64-3.7/src/_backend_agg.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/_backend_agg_wrapper.cpp -o build/temp.linux-x86_64-3.7/src/_backend_agg_wrapper.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_bezier_arc.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_bezier_arc.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_curves.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_curves.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_image_filters.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_image_filters.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_trans_affine.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_trans_affine.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_vcgen_contour.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vcgen_contour.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_vcgen_dash.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vcgen_dash.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_vcgen_stroke.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vcgen_stroke.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_backends__backend_agg_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -DFREETYPE_BUILD_TYPE=local -Ibuild/freetype-2.6.1/include -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c extern/agg24-svn/src/agg_vpgen_segmentator.cpp -o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vpgen_segmentator.o -fvisibility=hidden -flto
g++ -m32 -shared -Wl,-rpath=/usr/local/lib build/temp.linux-x86_64-3.7/src/checkdep_freetype2.o build/temp.linux-x86_64-3.7/src/mplutils.o build/temp.linux-x86_64-3.7/src/py_converters.o build/temp.linux-x86_64-3.7/src/_backend_agg.o build/temp.linux-x86_64-3.7/src/_backend_agg_wrapper.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_bezier_arc.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_curves.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_image_filters.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_trans_affine.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vcgen_contour.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vcgen_dash.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vcgen_stroke.o build/temp.linux-x86_64-3.7/extern/agg24-svn/src/agg_vpgen_segmentator.o build/freetype-2.6.1/objs/.libs/libfreetype.a -L/usr/local/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/matplotlib/backends/_backend_agg.cpython-37m-i386-linux-gnu.so
building 'matplotlib._contour' extension
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib__contour_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/_contour.cpp -o build/temp.linux-x86_64-3.7/src/_contour.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib__contour_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/_contour_wrapper.cpp -o build/temp.linux-x86_64-3.7/src/_contour_wrapper.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib__contour_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/py_converters.cpp -o build/temp.linux-x86_64-3.7/src/py_converters.o -fvisibility=hidden -flto
g++ -m32 -shared -Wl,-rpath=/usr/local/lib build/temp.linux-x86_64-3.7/src/_contour.o build/temp.linux-x86_64-3.7/src/_contour_wrapper.o build/temp.linux-x86_64-3.7/src/py_converters.o -L/usr/local/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/matplotlib/_contour.cpython-37m-i386-linux-gnu.so
building 'matplotlib.ft2font' extension
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DFREETYPE_BUILD_TYPE=local -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_ft2font_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -Ibuild/freetype-2.6.1/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/checkdep_freetype2.c -o build/temp.linux-x86_64-3.7/src/checkdep_freetype2.o -fvisibility=hidden -flto
src/checkdep_freetype2.c:14:9: note: #pragma message: Compiling with FreeType version 2.6.1.
#pragma message("Compiling with FreeType version " \
^
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DFREETYPE_BUILD_TYPE=local -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_ft2font_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -Ibuild/freetype-2.6.1/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/ft2font.cpp -o build/temp.linux-x86_64-3.7/src/ft2font.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DFREETYPE_BUILD_TYPE=local -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_ft2font_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -Ibuild/freetype-2.6.1/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/ft2font_wrapper.cpp -o build/temp.linux-x86_64-3.7/src/ft2font_wrapper.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DFREETYPE_BUILD_TYPE=local -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_ft2font_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -Ibuild/freetype-2.6.1/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/mplutils.cpp -o build/temp.linux-x86_64-3.7/src/mplutils.o -fvisibility=hidden -flto
gcc -m32 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -march=i686 -fPIC -DFREETYPE_BUILD_TYPE=local -DPY_ARRAY_UNIQUE_SYMBOL=MPL_matplotlib_ft2font_ARRAY_API -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D__STDC_FORMAT_MACROS=1 -Iextern/agg24-svn/include -Ibuild/freetype-2.6.1/include -I/usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg/numpy/core/include -I/usr/local/include/python3.7m -c src/py_converters.cpp -o build/temp.linux-x86_64-3.7/src/py_converters.o -fvisibility=hidden -flto
g++ -m32 -shared -Wl,-rpath=/usr/local/lib build/temp.linux-x86_64-3.7/src/checkdep_freetype2.o build/temp.linux-x86_64-3.7/src/ft2font.o build/temp.linux-x86_64-3.7/src/ft2font_wrapper.o build/temp.linux-x86_64-3.7/src/mplutils.o build/temp.linux-x86_64-3.7/src/py_converters.o build/freetype-2.6.1/objs/.libs/libfreetype.a -L/usr/local/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/matplotlib/ft2font.cpython-37m-i386-linux-gnu.so
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftinit.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftbase.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftglyph.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(fttype1.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(truetype.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(type1.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(cff.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(type1cid.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(pfr.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(type42.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(winfnt.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(pcf.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(bdf.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(sfnt.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(autofit.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(pshinter.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(raster.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(smooth.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftgzip.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftlzw.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(psaux.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(psnames.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftsystem.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `build/freetype-2.6.1/objs/.libs/libfreetype.a(ftbitmap.o)' is incompatible with i386 output
collect2: error: ld returned 1 exit status
error: command 'g++' failed with exit status 1
----------------------------------------
Command "/usr/local/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-gb03vlws/matplotlib/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y3pjw8y5/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-gb03vlws/matplotlib/
Expected outcome
Module should install without reporting errors, e.g. for matplotlib 3.2.2:
python3.7 -m pip install --user matplotlib==3.2.2
Collecting matplotlib==3.2.2
Using cached https://files.pythonhosted.org/packages/9c/4b/06f4aa9bef6b5e4f177881b4dedd94faa6e7cb3d95dfaeaa8a1a8b541095/matplotlib-3.2.2.tar.gz
Requirement already satisfied: cycler>=0.10 in ./.local/lib/python3.7/site-packages (from matplotlib==3.2.2) (0.10.0)
Requirement already satisfied: kiwisolver>=1.0.1 in ./.local/lib/python3.7/site-packages (from matplotlib==3.2.2) (1.2.0)
Requirement already satisfied: numpy>=1.11 in /usr/local/lib/python3.7/site-packages/numpy-1.17.0-py3.7-linux-x86_64.egg (from matplotlib==3.2.2) (1.17.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in ./.local/lib/python3.7/site-packages (from matplotlib==3.2.2) (2.3.1)
Requirement already satisfied: python-dateutil>=2.1 in ./.local/lib/python3.7/site-packages (from matplotlib==3.2.2) (2.8.0)
Requirement already satisfied: six in ./.local/lib/python3.7/site-packages (from cycler>=0.10->matplotlib==3.2.2) (1.12.0)
Installing collected packages: matplotlib
Running setup.py install for matplotlib ... done
Successfully installed matplotlib-3.2.2
Matplotlib version
- Operating system: CentOS 7.6.1810
- Matplotlib version: 3.3.0
- Matplotlib backend (
print(matplotlib.get_backend())
): NA - Python version: Python 3.7.1 (default, Jan 2 2019, 16:05:34)
- Jupyter version (if applicable): NA
- Other libraries: NA