On 3/27/14, 5:54 AM, Darrell Hyde wrote: > I am getting the following error which I cannot get past. I have also > tried the recommendations in the error message and this did not fix it > either. > > I am trying to install OpenNMS on a Mac OS X 10.9 machine. > > I have installed the latest versions of Xcode and command line tools. > > checking for gcc... gcc > > checking whether the C compiler works... no > > configure: error: in `/sw/src/fink.build/libxslt-1.1.28-2/libxslt-1.1.28': > > configure: error: C compiler cannot create executables > > See `config.log' for more details > > ### execution of ./configure failed, exit code 77 > > ### execution of /tmp/fink.02N_g failed, exit code 77 > > Removing runtime build-lock... > > Removing build-lock package... > > /sw/bin/dpkg-lockwait -r fink-buildlock-libxslt-1.1.28-2 > > (Reading database ... 8800 files and directories currently installed.) > > Removing fink-buildlock-libxslt-1.1.28-2 ... > > Failed: phase compiling: libxslt-1.1.28-2 failed > > > Before reporting any errors, please run "fink selfupdate" and try again. > > > If you continue to have issues, please check to see if the FAQ on Fink's > > website solves the problem. If not, ask on one (not both, please) of > > these mailing lists: > > > The Fink Users List <[email protected]> > > The Fink Beginners List <[email protected]>. > > > Please try to include the complete error message in your report. This > > generally consists of a compiler line starting with e.g. "gcc" or "g++" > > followed by the actual error output from the compiler. > > > Also include the following system information: > > Package manager version: 0.36.3.1 > > Distribution version: selfupdate-rsync Tue Mar 25 16:46:55 2014, 10.9, > x86_64 > > Trees: local/main stable/main unstable/main > > Xcode.app: 5.1 > > Xcode command-line tools: 5.1.0.0.1.1393561416 > > Max. Fink build jobs: 1 > > > Thank you for you guidance. > > > Darrell Hyde > Smyth Jewelers > > >
This is in fact due to using the latest command-line tools, and was fixed about a week ago. Unfortunately, the main rsync mirror is stuck--which propagates to most of the others. I attempted to contact the administrator there, but I haven't seen a reply yet. I can suggest the following options for you: 1) Edit your /sw/etc/fink.conf file and switch your rsync mirror to rsync://ber.de.eu.finkmirrors.net/finkinfo/ 2) Use "fink selfupdate-cvs", since cvs currently works. I'd also suggest enabling the binary distribution: 1) Edit /sw/etc/apt/sources.list as an administrator and add deb http://bindist.finkproject.org/10.9 stable main to it. 2) Run "sudo apt-get update" 3) Use "sudo apt-get install <package>" You will probably also want to edit your /sw/etc/fink.conf as an administrator and change "UseBinaryDist: false" to "UseBinaryDist: true". If you do that then "fink install" will also install prebuilt binaries, provided that the binary distribution contains the newest version that fink knows about. Unfortunately, it appears that opennms isn't available from our binary distribution yet. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
