error: rpm build with "fg: no job control"
Solution:
# emacs rpm/test.spec
%build
%make_build
replace to:
%build
+make %{?_smp_mflags}
%make_build
Similar Posts:
- :make: *** No rule to make target `install’
- [Solved] JSON check syntax error: json.decoder.JSONDecodeError: Invalid control character at: line 1 column
- [Solved] Python OSError: Could not find lib geos_c.dll or load any of its variants
- CentOS8 Install redis-6.0.6 make test:“ You need tcl 8.5 or newer in order to run the Redis test“
- [Solved] Pyinstaller package Error: AttributeError: ‘str’ object has no attribute ‘decode’
- [Solved] Possible reasons why NPM run build cannot package NPM err! missing script: build
- [Hyper-V] Virtual Machine the image’s hash and certificate are not allowed [How to Solve]
- [Solved] pycurl.error: (35, ‘gnutls_handshake() failed: An unexpected TLS packet was received.’)
- Sublime text install Emmet (Zen coding) plug in
- Makefile:xxx: recipe for target ‘xxx’ failed