[MacPorts] #25758: Ports using poppler need a revbump
MacPorts
noreply at macports.org
Tue Jul 20 15:50:00 PDT 2010
#25758: Ports using poppler need a revbump
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: devans@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: poppler
-------------------------------------+--------------------------------------
poppler was updated from version 0.12.4 to version 0.14.1 in r69362. This
caused the version of the poppler library to increase from 5 to 6:
{{{
$ port installed poppler
The following ports are currently installed:
poppler @0.12.4_0+universal (active)
$ otool -D /opt/local/lib/libpoppler.dylib
/opt/local/lib/libpoppler.dylib:
/opt/local/lib/libpoppler.5.dylib
$ sudo port upgrade poppler
---> Computing dependencies for poppler
---> Fetching poppler
---> Verifying checksum(s) for poppler
---> Extracting poppler
---> Configuring poppler
---> Building poppler
---> Staging poppler into destroot
---> Computing dependencies for poppler
---> Installing poppler @0.14.0_1+universal
---> Deactivating poppler @0.12.4_0+universal
---> Activating poppler @0.14.0_1+universal
---> Cleaning poppler
$ otool -D /opt/local/lib/libpoppler.dylib
/opt/local/lib/libpoppler.dylib:
/opt/local/lib/libpoppler.6.dylib
}}}
This means all ports the user has installed that link with poppler are now
broken because they are expecting to find version 5 of the library which
no longer exists, e.g.
{{{
dyld: Library not loaded: /opt/local/lib/libpoppler.5.dylib Referenced
from:
/opt/local/bin/pdflatex
Reason: image not found
Trace/BPT trap
}}}
Therefore all software that links with poppler needs to have its revision
increased (if it has not already had its revision or version or epoch
increased since r69362).
This problem was [http://lists.macosforge.org/pipermail/macports-
users/2010-July/021106.html reported on the mailing list] and in #25495.
--
Ticket URL: <http://trac.macports.org/ticket/25758>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list