[ 175s] Checking ./libsnap-confine-private/string-utils.c ...
[ 175s] --- ./libsnap-confine-private/string-utils.c 2017-04-11 11:26:23.000000000 +0000
[ 175s] +++ /tmp/tmp.tN0WD0Xtna/string-utils.c.out 2017-04-13 09:57:03.870087610 +0000
[ 175s] @@ -174,9 +174,9 @@
[ 175s] for (unsigned char c; (c = *str) != 0; ++str) {
[ 175s] switch (c) {
[ 175s] // Pass ASCII letters and digits unmodified.
[ 175s] - case '0' ... '9':
[ 175s] - case 'A' ... 'Z':
[ 175s] - case 'a' ... 'z':
[ 175s] + case '0'...'9':
[ 175s] + case 'A'...'Z':
[ 175s] + case 'a'...'z':
[ 175s] // Pass most of the punctuation unmodified.
[ 175s] case ' ':
[ 175s] case '!':
[ 175s] make: *** [Makefile:2873: check-syntax-c] Error 1
[ 175s] make: Leaving directory '/home/abuild/rpmbuild/BUILD/snapd-2.24/cmd'
[ 175s] error: Bad exit status from /var/tmp/rpm-tmp.PwuZCh (%check)
[ 175s]
[ 175s]
[ 175s] RPM build errors:
[ 175s] Bad exit status from /var/tmp/rpm-tmp.PwuZCh (%check)
[ 175s]
[ 175s] linux-82h5.suse failed "build snapd.spec" at Thu Apr 13 09:57:03 UTC 2017.
[ 175s]