Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#32851 closed defect (fixed)

logrotate fails to build when broken bzip2 from Fink is installed — at Version 1

Reported by: steve@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: clang Cc: ryandesign@…
Port: logrotate

Description (last modified by ryandesign (Ryan Carsten Schmidt))

ld exits with message 'ld: library not found for -lpopt' and a ls returns:

steve-mini:~ root# ls /opt/local/lib/*popt*
/opt/local/lib/libpopt.0.dylib	/opt/local/lib/libpopt.dylib
/opt/local/lib/libpopt.a	/opt/local/lib/libpopt.la

Change History (2)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Port: logrotate added
Resolution: invalid
Status: newclosed
Summary: logrotate fails to buildlogrotate fails to build when broken bzip2 from Fink is installed

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.

Changed 13 years ago by steve@…

Attachment: main.log added

Other build log was incorrect.

Note: See TracTickets for help on using tickets.