Skip to content

Instantly share code, notes, and snippets.

@murrayE
Created April 13, 2018 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murrayE/020c3761c92d3ae76f757ca2003425f5 to your computer and use it in GitHub Desktop.
Save murrayE/020c3761c92d3ae76f757ca2003425f5 to your computer and use it in GitHub Desktop.
MacPorts openmodelica-devel config log from failed build 2018-04-12
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OpenModelica configure dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/opt/local --disable-python-interface --disable-modelica3d --with-lapack=-llapack -lblas --without-omc --without-omlibrary OMPCC=/opt/local/bin/gcc-mp-5 -fopenmp -mno-avx GNUCXX=/opt/local/bin/g++-mp-5 --with-omniORB=/opt/local
## --------- ##
## Platform. ##
## --------- ##
hostname = Blackstone.local
uname -m = x86_64
uname -r = 17.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 32.00 gigabytes
Default processor set: 447 tasks, 1898 threads, 8 processors
Load average: 2.57, Mach factor: 5.42
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/libexec/qt4/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1839: checking for gcc
configure:1866: result: /usr/bin/clang
configure:2095: checking for C compiler version
configure:2104: /usr/bin/clang --version >&5
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2115: $? = 0
configure:2104: /usr/bin/clang -v >&5
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2115: $? = 0
configure:2104: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2115: $? = 1
configure:2104: /usr/bin/clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2115: $? = 1
configure:2135: checking whether the C compiler works
configure:2157: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5
configure:2161: $? = 0
configure:2209: result: yes
configure:2212: checking for C compiler default output file name
configure:2214: result: a.out
configure:2220: checking for suffix of executables
configure:2227: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5
configure:2231: $? = 0
configure:2253: result:
configure:2275: checking whether we are cross compiling
configure:2283: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5
configure:2287: $? = 0
configure:2294: ./conftest
configure:2298: $? = 0
configure:2313: result: no
configure:2318: checking for suffix of object files
configure:2340: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
configure:2344: $? = 0
configure:2365: result: o
configure:2369: checking whether we are using the GNU C compiler
configure:2388: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
configure:2388: $? = 0
configure:2397: result: yes
configure:2406: checking whether /usr/bin/clang accepts -g
configure:2426: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
configure:2426: $? = 0
configure:2467: result: yes
configure:2484: checking for /usr/bin/clang option to accept ISO C89
configure:2547: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
configure:2547: $? = 0
configure:2560: result: none needed
configure:2651: checking build system type
configure:2665: result: x86_64-apple-darwin17.5.0
configure:2685: checking host system type
configure:2698: result: x86_64-apple-darwin17.5.0
configure:2718: checking target system type
configure:2731: result: x86_64-apple-darwin17.5.0
configure:2814: checking if cppruntime is requested
configure:2822: result: no
configure:2836: checking for omlibrary target
configure:2846: result: none
configure:2998: checking for /opt/local/bin/omniidl
configure:3029: result: /opt/local/bin/omniidl
configure:3056: checking for CORBA
configure:3058: result: omniorb
configure:3069: "Subproject OMOptim does not exist"
configure:3246: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by OpenModelica config.status dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Blackstone.local
config.status:752: creating Makefile
configure:4318: === configuring in OMCompiler (/opt/local/var/macports/build/_opt_local_var_macports_sources_build.openmodelica.org_macports_lang_openmodelica-devel/openmodelica-devel/work/openmodelica_1.13.0~dev-884-g9a6d20f/OMCompiler)
configure:4381: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local' '--disable-python-interface' '--disable-modelica3d' '--with-lapack=-llapack -lblas' '--without-omc' '--without-omlibrary' 'OMPCC=/opt/local/bin/gcc-mp-5 -fopenmp -mno-avx' 'GNUCXX=/opt/local/bin/g++-mp-5' '--with-omniORB=/opt/local' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -Os -arch x86_64' 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' 'CPPFLAGS=-I/opt/local/include' '--with-ombuilddir=/opt/local/var/macports/build/_opt_local_var_macports_sources_build.openmodelica.org_macports_lang_openmodelica-devel/openmodelica-devel/work/openmodelica_1.13.0~dev-884-g9a6d20f/build' --cache-file=/dev/null --srcdir=.
configure:4386: error: ./configure failed for OMCompiler
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin17.5.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/opt/local/include
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-apple-darwin17.5.0
ac_cv_objext=o
ac_cv_path_IDLPATH=/opt/local/bin/omniidl
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-apple-darwin17.5.0
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALL_TARGETS=' omc omplot omedit omnotebook omshell'
APP='.app'
CC='/usr/bin/clang'
CFLAGS='-pipe -Os -arch x86_64'
CMAKE_LDFLAGS='-Wl,-undefined -Wl,dynamic_lookup'
CORBACFLAGS='-I/opt/local/include'
CORBALIBS=' -lomniORB4 -lomnithread -lpthread'
CORBA_QMAKE_INCLUDES='/opt/local/include'
CPPFLAGS='-I/opt/local/include'
DEFS='-DPACKAGE_NAME=\"OpenModelica\" -DPACKAGE_TARNAME=\"openmodelica\" -DPACKAGE_VERSION=\"dev\" -DPACKAGE_STRING=\"OpenModelica\ dev\" -DPACKAGE_BUGREPORT=\"https://trac.openmodelica.org/OpenModelica\" -DPACKAGE_URL=\"https://openmodelica.org\"'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EXEEXT=''
IDLCMD='/opt/local/bin/omniidl -bcxx -Wbh=.h -Wbs=.cc'
IDLPATH='/opt/local/bin/omniidl'
LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
OMBUILDDIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_build.openmodelica.org_macports_lang_openmodelica-devel/openmodelica-devel/work/openmodelica_1.13.0~dev-884-g9a6d20f/build'
OMC_TARGET=''
OMLIBRARY_TARGET=''
OPENMODELICAHOME=''
PACKAGE_BUGREPORT='https://trac.openmodelica.org/OpenModelica'
PACKAGE_NAME='OpenModelica'
PACKAGE_STRING='OpenModelica dev'
PACKAGE_TARNAME='openmodelica'
PACKAGE_URL='https://openmodelica.org'
PACKAGE_VERSION='dev'
PATH_SEPARATOR=':'
QT_USE_CORBA='USE_OMNIORB'
RPATH_QMAKE='-Wl,-rpath,'\''@loader_path/../../../../lib/x86_64-darwin17.5.0/omc'\'',-rpath,'\''@loader_path/../../../../lib/'\'',-rpath,'\''/opt/local/lib/x86_64-darwin17.5.0/omc'\'',-rpath,'\''/opt/local/lib/'\'''
SHELL='/bin/sh'
SHREXT='.dylib'
USE_CORBA='-DUSE_CORBA -DUSE_OMNIORB'
ac_ct_CC='/usr/bin/clang'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin17.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin17.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin17.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin17.5.0'
host_short='x86_64-darwin17.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' OMCompiler OMPlot OMEdit OMNotebook OMShell OMOptim'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin17.5.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin17.5.0'
target_vendor='apple'
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment