Ubuntu Pastebin

Paste from morphis at Thu, 13 Apr 2017 10:00:15 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[  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] 
Download as text