Skip to content

Instantly share code, notes, and snippets.

@raybsmith
Created May 31, 2016 14:01
Show Gist options
  • Save raybsmith/1a726d2b0c5dfda0f0d52be5f647302d to your computer and use it in GitHub Desktop.
Save raybsmith/1a726d2b0c5dfda0f0d52be5f647302d to your computer and use it in GitHub Desktop.
daetools compile error
raymond@arch:~/builds/mine_python-daetools-svn/tmp/daetools-code$ sh compile_linux.sh --with-python-version 3.5 dae superlu superlu_mt trilinos ipopt bonmin nlopt
###############################################################################
Proceed with the following options:
- Qmake-spec: linux-g++
- Python: /usr/bin/python3.5
- Platform: Linux
- Architecture: x86_64
- Number of threads: 5
- Projects to compile: dae superlu superlu_mt trilinos ipopt bonmin nlopt
###############################################################################
*******************************************************************************
Build the project: dae
*******************************************************************************
[*] Configuring the project with (-j5, )...
qmake-qt4 -makefile dae.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core/Core.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting/DataReporting.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity/Activity.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver/IDAS_DAESolver.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units/Units.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore/pyCore.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity/pyActivity.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting/pyDataReporting.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS/pyIDAS.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits/pyUnits.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader/simulation_loader.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi/fmi.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
[*] Cleaning the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
cd Core/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
Makefile:1088: warning: overriding recipe for target 'release/stdafx.o'
Makefile:469: warning: ignoring old recipe for target 'release/stdafx.o'
Makefile:1091: warning: overriding recipe for target 'release/dllmain.o'
Makefile:815: warning: ignoring old recipe for target 'release/dllmain.o'
rm -f release/xmlreadstream.o release/xmlfunctions.o release/xmlfile.o release/variablearray.o release/variable_types.o release/variable.o release/stn.o release/if.o release/state.o release/stdafx.o release/ports.o release/event_port.o release/action.o release/on_event_actions.o release/on_condition_actions.o release/partial.o release/parameter.o release/object.o release/nodes.o release/model_port_arrays.o release/model.o release/finite_element_model.o release/equation.o release/domain.o release/dllmain.o release/distributed_variable_array.o release/condnode.o release/condition.o release/class_factory.o release/block.o release/adouble.o release/setup_nodes.o release/xmltag.o release/io_impl.o release/adouble_array.o release/nodes_array.o release/setup_node_array.o release/base_logging.o release/stdafx.o release/dllmain.o release/global_functions.o release/tcpiplog.o release/objfun_constraints.o release/external_function.o release/event_handling.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
cd DataReporting/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting'
rm -f release/text_file_reporter.o release/stdafx.o release/html_file_reporter.o release/filereporter.o release/dllmain.o release/data_reporter_local.o release/class_factory.o release/base_data_reporters_receivers.o release/hybrid_data_reporter_receiver.o release/delegate_data_reporter.o release/tcpip_data_reporter.o release/data_reporter_remote.o release/tcpip_data_receiver.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting'
cd Activity/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity'
rm -f release/stdafx.o release/simulation.o release/dllmain.o release/class_factory.o release/base_activities.o release/optimization.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity'
cd IDAS_DAESolver/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver'
rm -f release/stdafx.o release/ida_solver.o release/daesolver.o release/class_factory.o release/base_solvers.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver'
cd Units/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units'
rm -f release/dllmain.o release/units.o release/stdafx.o release/quantity.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units'
cd pyCore/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore'
cd pyActivity/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity'
cd pyDataReporting/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting'
cd pyIDAS/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS'
cd pyUnits/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits'
rm -f release/dllmain.o release/stdafx.o release/dae_python.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits'
cd simulation_loader/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader'
rm -f release/dllmain.o release/simulation_loader.o release/simulation_loader_c.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader'
cd fmi/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi'
rm -f release/dllmain.o release/daetools_fmi_cs.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi'
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
[*] Compiling the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
cd Core/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
Makefile:1088: warning: overriding recipe for target 'release/stdafx.o'
Makefile:469: warning: ignoring old recipe for target 'release/stdafx.o'
Makefile:1091: warning: overriding recipe for target 'release/dllmain.o'
Makefile:815: warning: ignoring old recipe for target 'release/dllmain.o'
compiling xmlfunctions.cpp
compiling xmlreadstream.cpp
compiling variable_types.cpp
compiling variablearray.cpp
compiling xmlfile.cpp
compiling variable.cpp
compiling stn.cpp
compiling if.cpp
compiling state.cpp
compiling stdafx.cpp
compiling ports.cpp
compiling event_port.cpp
compiling action.cpp
compiling on_event_actions.cpp
compiling on_condition_actions.cpp
compiling partial.cpp
compiling parameter.cpp
compiling object.cpp
compiling nodes.cpp
compiling model_port_arrays.cpp
compiling model.cpp
compiling finite_element_model.cpp
compiling domain.cpp
compiling equation.cpp
compiling dllmain.cpp
compiling distributed_variable_array.cpp
compiling condnode.cpp
compiling condition.cpp
compiling class_factory.cpp
compiling block.cpp
compiling adouble.cpp
compiling setup_nodes.cpp
compiling xmltag.cpp
compiling io_impl.cpp
compiling adouble_array.cpp
compiling nodes_array.cpp
compiling setup_node_array.cpp
compiling base_logging.cpp
compiling global_functions.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
Makefile:689: recipe for target 'release/nodes.o' failed
make[1]: *** [release/nodes.o] Error 4
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
Makefile:50: recipe for target 'sub-Core-make_default-ordered' failed
make: *** [sub-Core-make_default-ordered] Error 2
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment