#40947: clamav 0.98 build fails under Mavericks ---------------------------+---------------------- Reporter: disposable@… | Owner: dluke@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: clamav | ---------------------------+---------------------- Comment (by dluke@…): A couple of things I noticed: You have some dependencies that aren't build universal (libiconv, zlib, bzip2, ncurses). You're configure run also has some differences that I'll need to look at the configure script to explain (yours are - in the diff, mine are +): {{{ -checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -checking the name lister (/opt/local/bin/nm) interface... BSD nm +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm +checking the name lister (/usr/bin/nm) interface... BSD nm ... -checking command to parse /opt/local/bin/nm output from /usr/bin/clang object... ok +checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok ... -checking dependency style of /usr/bin/clang++... gcc3 +checking dependency style of /usr/bin/clang++... none ... -checking dependency style of /usr/bin/clang... gcc3 +checking dependency style of /usr/bin/clang... none ... -checking for BSD-compatible nm... /opt/local/bin/nm +checking for BSD-compatible nm... /usr/bin/nm ... -checking for as... /opt/local/bin/as -checking for linker version... 136 +checking for as... /usr/bin/as +checking for linker version... 224.1 ... -checking command to parse /opt/local/bin/nm output from object... ok +checking command to parse /usr/bin/nm output from object... ok }}} Can you tell me what `port provides /opt/local/bin/nm` and `port provides /opt/local/bin/as` say? I'm mostly suspicious of that. -- Ticket URL: <https://trac.macports.org/ticket/40947#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X