#34746: scamp 1.6.2 configure error - build failure ---------------------------------------+------------------------------------ Reporter: abraham@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: scamp ---------------------------------------+------------------------------------ Hi, I'm attempting to build scamp 1.6.2 on Mac OS X Lion (10.7.4). I currently have XCode 4.1 installed. I've been using MacPorts successfully for quite some time and this appears to be an isolated problem. I tried building with clang in addition to llvm but neither compiler worked. Looking through the build log file reveals the following build error which I think might indicate a missing dependency: {{{ :info:build Undefined symbols for architecture x86_64: :info:build "_plcol", referenced from: :info:build _cplot_allsky in astrcplot.o :info:build _cplot_astrefprop in astrcplot.o :info:build _cplot_astrcolshift1d in astrcplot.o :info:build _cplot_referrhisto2d in astrcplot.o :info:build _cplot_referrhisto1d in astrcplot.o :info:build _cplot_aderrhisto2d in astrcplot.o :info:build _cplot_aderrhisto1d in astrcplot.o :info:build ... :info:build (maybe you meant: _c_plcol0, _c_plcol1 ) :info:build ld: symbol(s) not found for architecture x86_64 }}} Here is what is reported on the command line (after removing the messages regarding installation of dependencies, which appeared to install fine): {{{ ---> Fetching archive for scamp ---> Attempting to fetch scamp-1.6.2_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/scamp ---> Fetching distfiles for scamp ---> Attempting to fetch scamp-1.6.2.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/scamp ---> Verifying checksum(s) for scamp ---> Extracting scamp ---> Configuring scamp ---> Building scamp Error: org.macports.build for port scamp returned: command execution failed To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port scamp failed }}} -- Ticket URL: <https://trac.macports.org/ticket/34746> MacPorts <http://www.macports.org/> Ports system for Mac OS