No job control

   30s] + %make_install
   30s] /var/tmp/rpm-tmp.68687: line 28: fg: no job control
   30s] error: Bad exit status from /var/tmp/rpm-tmp.68687 (%install)

I’m getting this error on some systems. https://build.opensuse.org/package/show?package=pbscache&project=home%3ALet_Me_Be

Any idea what it means?

Hi
The macro needs changing, to %makeinstall

Will that work for all the distributions or just those that are failing?

Hi
It should work against any distro, look at the macro to see what it does (/usr/lib/rpm) in the build-root?

Heh, this actually failed everywhere except for OpenSuSe. I have reverted back to %make_install

On Tue 23 Apr 2013 02:46:01 PM CDT, Let Me Be wrote:

Heh, this actually failed everywhere except for OpenSuSe. I have
reverted back to %make_install

Hi
So add a wrapper around it?


%if 0%{?suse_version}
%makeinstall
%else
%make_install
%endif


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.3 (x86_64) Kernel 3.7.10-1.1-desktop
up 13:01, 4 users, load average: 0.15, 0.07, 0.06
CPU Intel® i5 CPU M520@2.40GHz | GPU Intel® Arrandale

Check the current state, I need to get the non-working systems working. OpenSuSe works with both directives:

https://build.opensuse.org/package/show?package=pbscache&project=home%3ALet_Me_Be