Changes between Initial Version and Version 1 of Ticket #32851


Ignore:
Timestamp:
Jan 11, 2012, 3:36:52 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The problem is:

:info:install dyld: Library not loaded: /sw/lib/libbz2.1.dylib
:info:install   Referenced from: /sw/bin/bzip2
:info:install   Reason: Incompatible library version: bzip2 requires version 1.0.1 or later, but libbz2.1.dylib provides version 1.0.0

You have Fink installed. (Specifically, you have Fink's bzip2 program, but not Fink's bzip2 library, therefore Fink's bzip2 program doesn't work.) It is not supported to have another package manager or files installed by it installed while using MacPorts. Please decide whether you would like to use MacPorts or Fink, and uninstall the other and all software installed by it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32851

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Summary changed from logrotate fails to build to logrotate fails to build when broken bzip2 from Fink is installed
    • Property Resolution changed from to invalid
    • Property Port logrotate added
  • Ticket #32851 – Description

    initial v1  
    1 ld exits with message 'ld: library not found for -lpopt' and a ls returns:
     1ld exits with message '`ld: library not found for -lpopt`' and a ls returns:
    22
     3{{{
    34steve-mini:~ root# ls /opt/local/lib/*popt*
    45/opt/local/lib/libpopt.0.dylib  /opt/local/lib/libpopt.dylib
    56/opt/local/lib/libpopt.a        /opt/local/lib/libpopt.la
     7}}}