Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@JUPITER bates-label-a-pdf % virtualenv --version
- virtualenv 20.10.0 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
- user@JUPITER bates-label-a-pdf % cd ~
- user@JUPITER ~ % mkdir pyViutualEnv
- user@JUPITER ~ % cd ~/pyViutualEnv
- user@JUPITER pyViutualEnv % virtualenv marisol
- created virtual environment CPython3.9.8.final.0-64 in 893ms
- creator CPython3Posix(dest=/Users/user/pyViutualEnv/marisol, clear=False, no_vcs_ignore=False, global=False)
- seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/user/Library/Application Support/virtualenv)
- added seed packages: pip==21.3.1, setuptools==58.3.0, wheel==0.37.0
- activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
- user@JUPITER pyViutualEnv % source marisol/bin/activate
- (marisol) user@JUPITER pyViutualEnv % pip3 install marisol
- Collecting marisol
- Using cached Marisol-0.3.0-py2.py3-none-any.whl (6.2 kB)
- Collecting reportlab==3.3.0
- Using cached reportlab-3.3.0.tar.gz (2.0 MB)
- Preparing metadata (setup.py) ... done
- Collecting pypdf2==1.26.0
- Using cached PyPDF2-1.26.0-py3-none-any.whl
- Collecting pillow>=2.4.0
- Using cached Pillow-8.4.0-cp39-cp39-macosx_10_10_x86_64.whl (3.0 MB)
- Requirement already satisfied: pip>=1.4.1 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (21.3.1)
- Requirement already satisfied: setuptools>=2.2 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (58.3.0)
- Building wheels for collected packages: reportlab
- Building wheel for reportlab (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-wheel-s_xiwi84
- cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/
- Complete output (369 lines):
- ################################################
- #Attempting install of _rl_accel & pyHnj
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel'
- ################################################
- ################################################
- #Attempting install of _renderPM
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM'
- will use package libart 2.3.12
- # installing with freetype version 21
- ################################################
- Standard T1 font curves already downloaded
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.15-x86_64-3.9
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- running build_ext
- building 'reportlab.lib._rl_accel' extension
- creating build/temp.macosx-10.15-x86_64-3.9
- creating build/temp.macosx-10.15-x86_64-3.9/private
- creating build/temp.macosx-10.15-x86_64-3.9/private/var
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- encStr = PyUnicode_AsUTF8(_o2);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op) : \
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
- ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- b = PyUnicode_AS_UNICODE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
- PyUnicode_AsUnicode(_PyObject_CAST(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 9 warnings generated.
- clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
- building 'reportlab.graphics._renderPM' extension
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^
- /* DISABLES CODE */ ( )
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
- result = PyEval_CallObject(reader, arglist);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
- PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
- Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 6 warnings generated.
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.o
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
- len = strlen (s);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
- memcpy (new, s, len);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
- if (!strcmp (nc->table[i & mask].name, name))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
- 3 errors generated.
- error: command '/usr/bin/clang' failed with exit code 1
- ----------------------------------------
- ERROR: Failed building wheel for reportlab
- Running setup.py clean for reportlab
- Failed to build reportlab
- Installing collected packages: pillow, reportlab, pypdf2, marisol
- Running setup.py install for reportlab ... error
- ERROR: Command errored out with exit status 1:
- command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-q8zjltou/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab
- cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/
- Complete output (371 lines):
- ################################################
- #Attempting install of _rl_accel & pyHnj
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel'
- ################################################
- ################################################
- #Attempting install of _renderPM
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM'
- will use package libart 2.3.12
- # installing with freetype version 21
- ################################################
- Standard T1 font curves already downloaded
- running install
- /Users/user/pyViutualEnv/marisol/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
- warnings.warn(
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.15-x86_64-3.9
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- running build_ext
- building 'reportlab.lib._rl_accel' extension
- creating build/temp.macosx-10.15-x86_64-3.9
- creating build/temp.macosx-10.15-x86_64-3.9/private
- creating build/temp.macosx-10.15-x86_64-3.9/private/var
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- encStr = PyUnicode_AsUTF8(_o2);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op) : \
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
- ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- b = PyUnicode_AS_UNICODE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
- PyUnicode_AsUnicode(_PyObject_CAST(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 9 warnings generated.
- clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
- building 'reportlab.graphics._renderPM' extension
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^
- /* DISABLES CODE */ ( )
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
- result = PyEval_CallObject(reader, arglist);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
- PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
- Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 6 warnings generated.
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.o
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
- len = strlen (s);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
- memcpy (new, s, len);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
- if (!strcmp (nc->table[i & mask].name, name))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
- 3 errors generated.
- error: command '/usr/bin/clang' failed with exit code 1
- ----------------------------------------
- ERROR: Command errored out with exit status 1: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-q8zjltou/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab Check the logs for full command output.
- (marisol) user@JUPITER pyViutualEnv %
- (marisol) user@JUPITER pyViutualEnv % pip3 install wheel
- Requirement already satisfied: wheel in ./marisol/lib/python3.9/site-packages (0.37.0)
- (marisol) user@JUPITER pyViutualEnv % pip3 install marisol
- Collecting marisol
- Using cached Marisol-0.3.0-py2.py3-none-any.whl (6.2 kB)
- Collecting reportlab==3.3.0
- Using cached reportlab-3.3.0.tar.gz (2.0 MB)
- Preparing metadata (setup.py) ... done
- Collecting pypdf2==1.26.0
- Using cached PyPDF2-1.26.0-py3-none-any.whl
- Requirement already satisfied: pillow>=2.4.0 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (8.4.0)
- Requirement already satisfied: pip>=1.4.1 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (21.3.1)
- Requirement already satisfied: setuptools>=2.2 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (58.3.0)
- Building wheels for collected packages: reportlab
- Building wheel for reportlab (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-wheel-fs0ucvdf
- cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/
- Complete output (369 lines):
- ################################################
- #Attempting install of _rl_accel & pyHnj
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel'
- ################################################
- ################################################
- #Attempting install of _renderPM
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM'
- will use package libart 2.3.12
- # installing with freetype version 21
- ################################################
- Standard T1 font curves already downloaded
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.15-x86_64-3.9
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- running build_ext
- building 'reportlab.lib._rl_accel' extension
- creating build/temp.macosx-10.15-x86_64-3.9
- creating build/temp.macosx-10.15-x86_64-3.9/private
- creating build/temp.macosx-10.15-x86_64-3.9/private/var
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- encStr = PyUnicode_AsUTF8(_o2);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op) : \
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
- ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- b = PyUnicode_AS_UNICODE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
- PyUnicode_AsUnicode(_PyObject_CAST(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 9 warnings generated.
- clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
- building 'reportlab.graphics._renderPM' extension
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^
- /* DISABLES CODE */ ( )
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
- result = PyEval_CallObject(reader, arglist);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
- PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
- Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 6 warnings generated.
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.o
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
- len = strlen (s);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
- memcpy (new, s, len);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
- if (!strcmp (nc->table[i & mask].name, name))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
- 3 errors generated.
- error: command '/usr/bin/clang' failed with exit code 1
- ----------------------------------------
- ERROR: Failed building wheel for reportlab
- Running setup.py clean for reportlab
- Failed to build reportlab
- Installing collected packages: reportlab, pypdf2, marisol
- Running setup.py install for reportlab ... error
- ERROR: Command errored out with exit status 1:
- command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-9di704ki/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab
- cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/
- Complete output (371 lines):
- ################################################
- #Attempting install of _rl_accel & pyHnj
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel'
- ################################################
- ################################################
- #Attempting install of _renderPM
- #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM'
- will use package libart 2.3.12
- # installing with freetype version 21
- ################################################
- Standard T1 font curves already downloaded
- running install
- /Users/user/pyViutualEnv/marisol/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
- warnings.warn(
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.15-x86_64-3.9
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
- copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
- creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
- copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
- running build_ext
- building 'reportlab.lib._rl_accel' extension
- creating build/temp.macosx-10.15-x86_64-3.9
- creating build/temp.macosx-10.15-x86_64-3.9/private
- creating build/temp.macosx-10.15-x86_64-3.9/private/var
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(_o1);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
- inData = PyBytes_AsString(inObj);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- encStr = PyUnicode_AsUTF8(_o2);
- ^ ~~~~~~~~~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op) : \
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
- ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
- n = PyUnicode_GET_SIZE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
- PyUnicode_WSTR_LENGTH(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
- #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- b = PyUnicode_AS_UNICODE(text);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
- PyUnicode_AsUnicode(_PyObject_CAST(op)))
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 9 warnings generated.
- clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
- building 'reportlab.graphics._renderPM' extension
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1
- creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^~~~~~~~~~~~~~
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
- if(0 && vpReverse) _vpath_reverse(vpath);
- ^
- /* DISABLES CODE */ ( )
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
- textlen = PyUnicode_GetSize(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
- utext = PyUnicode_AsUnicode(obj0);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
- Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
- result = PyEval_CallObject(reader, arglist);
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
- PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
- Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- ^
- /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
- #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
- ^
- 6 warnings generated.
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.o
- clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.o
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
- len = strlen (s);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
- memcpy (new, s, len);
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
- if (!strcmp (nc->table[i & mask].name, name))
- ^
- /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
- 3 errors generated.
- error: command '/usr/bin/clang' failed with exit code 1
- ----------------------------------------
- ERROR: Command errored out with exit status 1: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-9di704ki/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab Check the logs for full command output.
- (marisol) user@JUPITER pyViutualEnv %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement