Andreas Stieger changed bug 1050774
What Removed Added
CC   astieger@suse.com, crrodriguez@opensuse.org, pgajdos@suse.com
Component Other Other
Version Leap 42.3 Current
Assignee bnc-team-screening@forge.provo.novell.com pgajdos@suse.com
Product openSUSE Distribution openSUSE Tumbleweed
Target Milestone --- Current

Comment # 1 on bug 1050774 from
> [  726s] ++ ldd sapi/cli/php
> [  726s] ++ grep libcrypt.so
> [  726s] + '[' -z '	libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f46372aa000)' ']'
> [  726s] + set +x
> [  726s] /var/tmp/rpm-tmp.s2y4Ci: line 41: fg: no job control
> [  726s] error: Bad exit status from /var/tmp/rpm-tmp.s2y4Ci (%check)

NEW code in spec:

> %check
> cd build-cli
> # check if we link against system libcrypt
> if [ -z "$(ldd sapi/cli/php | grep libcrypt.so)" ]; then
>     echo 'php does not link against system libcrypt.'
>     exit 1
> fi
> 
> # Run tests, using the CLI SAPI
> %if %{with make_test}
> export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 LANG=POSIX LC_ALL=POSIX
> unset TZ
> %{__make} test || true
> set +x

fg: no job control... means you are using a macro that is no longer defined in
42.3, and which is now interpreted as shell meta.

Not really distribution bug, I guess it's "%{__make}"


You are receiving this mail because: