﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4366	Error from make in omlibrary-core	nils.henkel@…	Martin Sjölund	"Hi,

I am trying to build OpenModelica on RedHat 6.

""make -j4 --debug"" terminates with (I will attach the full output):
{{{
make[2]: Leaving directory `/appl/tools/openmodelica/nils-git5/OpenModelica/libraries'
make[1]: *** [/appl/tools/openmodelica/nils-git5/OpenModelica/build/lib/omlibrary/20170323_190637.core] Error 2
make[1]: Leaving directory `/appl/tools/openmodelica/nils-git5/OpenModelica/libraries'
make: *** [omlibrary-core] Error 2
}}}

and before that I get errors like this:

{{{
error:  while accessing https://openmodelica.org/git/SiemensPower.git/info/refs

fatal: HTTP request failed
make[2]: *** [SiemensPower] Error 1
make[2]: *** Waiting for unfinished jobs....
}}}
(but afterwards, stuff continued to be checked out so I am not sure that this is relevant). The failed http requests might very well result from me sitting behind a proxy. However, I was (and am) able to clone the project from Github without a problem by using
{{{
git config --global https.proxy <myproxy>
git config --global http.proxy <myproxy>
git clone --recursive https://github.com/OpenModelica/OpenModelica.git
}}}
Of course, this is from Github, not openmodelica.org. Maybe that's the relevant point. If so, my question is simply: how do I tell make to pull whatever else it needs from Github?"	discussion	closed	high		Build Environment	v1.12.0	worksforme		Adrian Pop Patrick Täuber
