[MacPorts] #67547: mapserver @6.2.4: Undefined symbols "_yywrap" (was: mapserver : Undefined symbols "_yywrap")

MacPorts noreply at macports.org
Thu Jun 1 17:58:51 UTC 2023


#67547: mapserver @6.2.4: Undefined symbols "_yywrap"
------------------------+----------------------
  Reporter:  canonneo   |      Owner:  jea@…
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:
      Port:  mapserver  |
------------------------+----------------------

Comment (by ryandesign):

 Yes the config.log does say that, but are you sure that's a problem?

 This is part of the configure script's check for which lex library to use.
 As a result of the undefined `_yywrap` symbol error you pointed out, it
 determined that it should use the `l` lex library:

 {{{
 checking lex library... -ll
 }}}

 And the configure script proceeded. So this error in the config.log does
 not necessarily indicate a problem.

 configuration does eventually fail, for me (and presumably for you, though
 you did not attach the main.log which would have told us for sure) due to
 the message:

 {{{
 configure: error: gdlib-config not found in /opt/local (tried
 /opt/local/bin/gdlib-config)
 }}}

 That's already tracked in #64342.

 This might already be fixed in a newer version of mapserver. That's
 already tracked in #49485.

 A pull request was submitted 8 hours ago to address both issues and will
 hopefully be fixed and merged soon.

-- 
Ticket URL: <https://trac.macports.org/ticket/67547#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list