#42118: failed to configure avarice ----------------------------+-------------------------------- Reporter: jud.leonard@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: avarice | ----------------------------+-------------------------------- Changes (by dwb@…): * status: closed => reopened * resolution: invalid => Comment: I'm seeing the same problem and I >have< correctly installed the command line tools. Looking at config.log: {{{ configure:2942: /usr/bin/clang++ -pipe -Os -arch x86_64 -I/opt/local/include -I\ /opt/local/avr/host/include -DPACKAGE=avarice -DPACKAGE_VERSION=2.13 -L/opt/loc\ al/lib -Wl,-headerpad_max_install_names -lz -L/opt/local/avr/host/lib -lbfd -li\ berty -arch x86_64 conftest.cpp >&5 conftest.cpp:4:9: warning: 'PACKAGE_VERSION' macro redefined #define PACKAGE_VERSION "2.13" ^ <command line>:2:9: note: previous definition is here #define PACKAGE_VERSION 2.13 ^ conftest.cpp:8:9: warning: 'PACKAGE' macro redefined #define PACKAGE "avarice" ^ <command line>:1:9: note: previous definition is here #define PACKAGE avarice ^ 2 warnings generated. ld: library not found for -liberty clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:2946: $? = 1 configure:2984: result: no configure: failed program was: | /* confdefs.h */ }}} It seems like there's a missing dependency on liberty. -- Ticket URL: <https://trac.macports.org/ticket/42118#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X