Sun Apr 10 12:01:41 2016: Request 113618 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Strange issue with not packing libperl.dylib
Broken in: 1.030
Severity: Important
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113618 >
On 2016-04-10 11:45:04, PHILKIME wrote:
> This must be the issue - otool on 10.6 and 10.5 (which is what my
> build machines are) doesn't have a "--version" option so it doesn't
> use otool to get dependencies which is why it's not finding
> libperl.dylib
The use of otool is completely new in PAR::Packer 1.30 - before it used
to guess (and often got it wrong). But if otool doesn't seem to be available
(tested with "otool --version"), it should fall back to the previous method.
OK, there are two issues here: detection of otool failed on your build
machine (easily fixed) and the fallback method isn't complete (needs some
thinking).
Cheers, Roderich