homebrew-xgminer icon indicating copy to clipboard operation
homebrew-xgminer copied to clipboard

brew cross compile failure on kern.osversion 15.0.0

Open sudheesh001 opened this issue 8 years ago • 0 comments

Both the cgminer and bfgminer installation break after tapping homebrew nwoolls/homebrew-xgminer With the latest OS X 10.11, Warnings are shown about breaking but a cross compile failure is shown on ./configure --disable-silent-rules --prefix=/usr/local/Cellar/curl/7.43.0 -- Error thrown

checking whether we are cross compiling... configure: error: in `/private/tmp/curl20151004-4854-121xnyc/curl-7.43.0':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.

couldn't understand kern.osversion 15.0.0'.` It'd be great to have support for this. I don't know if this is a

Complete stacktrace

==> Installing bfgminer from nwoolls/homebrew-xgminer
==> Installing dependencies for nwoolls/xgminer/bfgminer: uthash, curl, j
==> Installing nwoolls/xgminer/bfgminer dependency: uthash
==> Downloading https://github.com/troydhanson/uthash/archive/58d5990617.zip
==> Downloading from https://codeload.github.com/troydhanson/uthash/zip/58d59906
######################################################################## 100.0%
🍺  /usr/local/Cellar/uthash/58d5990617: 7 files, 156K, built in 7 seconds
==> Installing nwoolls/xgminer/bfgminer dependency: curl
==> Downloading https://github.com/bagder/curl/releases/download/curl-7_43_0/cur
Already downloaded: /Library/Caches/Homebrew/curl-7.43.0.tar.bz2
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/curl/7.43.0 --
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/private/tmp/curl20151004-4854-121xnyc/curl-7.43.0':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
couldn't understand kern.osversion `15.0.0'

sudheesh001 avatar Oct 03 '15 20:10 sudheesh001