Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scons: fix configure with XML2_INCLUDES or XML2_LIBS #4138

Open
wants to merge 1 commit into
base: v3.0.x
Choose a base branch
from

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented May 4, 2020

Checking if boost_regex was built with ICU unicode support... (cached) yes
ValueError: not enough values to unpack (expected 5, got 4):
File "/var/tmp/portage/sci-geosciences/mapnik-3.0.23/work/mapnik-v3.0.23/SConstruct", line 1585:
for libname, headers, required, lang, define in OPTIONAL_LIBSHEADERS:

HAVE_LIBXML2 is defined in src/build.py based on HAS_LIBXML2.

@codecov
Copy link

codecov bot commented May 4, 2020

Codecov Report

Merging #4138 into v3.0.x will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           v3.0.x    #4138      +/-   ##
==========================================
- Coverage   68.96%   68.92%   -0.05%     
==========================================
  Files         446      446              
  Lines       22984    22984              
==========================================
- Hits        15851    15841      -10     
- Misses       7133     7143      +10     
Impacted Files Coverage Δ
plugins/input/gdal/gdal_featureset.cpp 81.65% <0.00%> (-2.52%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8346dd...d5b2239. Read the comment docs.

Checking if boost_regex was built with ICU unicode support... (cached) yes
ValueError: not enough values to unpack (expected 5, got 4):
  File "/var/tmp/portage/sci-geosciences/mapnik-3.0.23/work/mapnik-v3.0.23/SConstruct", line 1585:
    for libname, headers, required, lang, define in OPTIONAL_LIBSHEADERS:

HAVE_LIBXML2 is defined in src/build.py based on HAS_LIBXML2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant