Thanks!
it’s a branch from another project, I just search the whole package and there is no reference, unless is a macro related to OBS (I really have no clue )
but I will contact the owner of it
apparently it is missing in the distribution you are building for. This is standard cross-distribution problem. Check what you are building for and use appropriate macros/command invocations suitable for your distribution.
yea!! that was ! the link you posted is the darn solution!!
MANY THANKS Andei, you rock!
the original %build macro was
%build %cmake %make_jobs
it is working when changing the %make_jobs to %make_build !
for sure, lesson learnt for me : lot’s of outdated code into the OBS
you can imagine I had a brain f*ck with that, it worked local (manual build/install) but not on OBS!