[MacPorts] #58538: diff-pdf @0.3: rebuild fails in configure
MacPorts
noreply at macports.org
Wed May 29 20:33:34 UTC 2019
#58538: diff-pdf @0.3: rebuild fails in configure
---------------------+------------------------------------
Reporter: dbevans | Owner: pietvo
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: diff-pdf wxWidgets-3.0
---------------------+------------------------------------
After updating poppler to version 0.76.0+, diff-pdf fails as follows:
{{{
dbevans$ diff-pdf
dyld: Library not loaded: /opt/local/lib/libpoppler.86.dylib
Referenced from: /opt/local/bin/diff-pdf
Reason: image not found
}}}
which implies that it needs to be rebuilt with latest poppler 0.77.0
providing /opt/local/lib/libpoppler.88.dylib.
The rebuild fails in configure as follows (from config.log):
{{{
configure:3573: checking for wx-config
configure:3576: result:
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin
/wx-config
configure:3628: checking for wxWidgets version >= 3.0.0
configure:3743: result: no
configure:3816: error: wxWidgets is required
}}}
although wxWidgets-3.0 is installed and active
{{{
dbevans$ port installed wxWidgets-3.0
The following ports are currently installed:
wxWidgets-3.0 @3.0.4_1 (active)
}}}
Apparently, wx-config is not returning the expected result. Not sure if
this is a problem with diff-pdf or wxWidgets-3.0 itself so notifying all
concerned. Log files attached.
--
Ticket URL: <https://trac.macports.org/ticket/58538>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list