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

fix pg_config error for darwin os #4171

Merged
merged 1 commit into from Sep 4, 2020
Merged

Conversation

msitu
Copy link

@msitu msitu commented Aug 27, 2020

Issue: #4170

Fixes the following error when trying to run ./configure on mac OSX 10.15.6:

Checking for requested plugins dependencies...
Checking for pg_config... yes
Checking for pg_config... yes
TypeError: a bytes-like object is required, not 'str':
  File "/Users/msitu/src/improc/icin/geotizzler/mapnik/SConstruct", line 1652:
    if conf.parse_config('GDAL_CONFIG',checks='--libs'):
  File "/Users/msitu/src/improc/icin/geotizzler/mapnik/scons/scons-local-3.0.1/SCons/SConf.py", line 659:
    ret = self.test(context, *args, **kw)
  File "/Users/msitu/src/improc/icin/geotizzler/mapnik/SConstruct", line 619:
    if value and '-framework GDAL' in value:
Checking for gdal-config --libs... %   

@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #4171 into v3.0.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           v3.0.x    #4171   +/-   ##
=======================================
  Coverage   67.02%   67.02%           
=======================================
  Files         446      446           
  Lines       22324    22324           
=======================================
  Hits        14963    14963           
  Misses       7361     7361           

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...a103f5e. Read the comment docs.

@artemp artemp self-assigned this Sep 4, 2020
@artemp artemp merged commit 23b8ecc into mapnik:v3.0.x Sep 4, 2020
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

2 participants