D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead warning: %make is deprecated, use %make_build instead warning: %make is deprecated, use %make_build instead warning: %make is deprecated, use %make_build instead warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/dvbstream-0.5-10.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HL7mQx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf dvbstream-0.5 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/dvbstream-0.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dvbstream-0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SrOR9x + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dvbstream-0.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 INCS=-I/usr/src/linux/include gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -c -o rtp.o rtp.c gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -c -o tune.o tune.c In file included from tune.h:25, from tune.c:41: dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.h [-Wcpp] 83 | #warning No DVB-T country defined in dvb_defaults.h | ^~~~~~~ dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp] 84 | #warning defaulting to UK | ^~~~~~~ dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cable [-Wcpp] 85 | #warning Ignore this if using Satellite or Cable | ^~~~~~~ tune.c: In function 'check_status': tune.c:252:21: warning: 'fe_info.type' may be used uninitialized in this function [-Wmaybe-uninitialized] 252 | switch(fe_info.type) { | ~~~~~~~^~~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -o ts_filter ts_filter.c ts_filter.c: In function 'main': ts_filter.c:37:7: warning: statement with no effect [-Wunused-value] 37 | exit; | ^~~~ ts_filter.c:52:9: warning: statement with no effect [-Wunused-value] 52 | exit; | ^~~~ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -c -o mpegtools/ringbuffy.o mpegtools/ringbuffy.c mpegtools/ringbuffy.c: In function 'ring_write': mpegtools/ringbuffy.c:62:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 62 | memcpy (rbuf->buffy+pos, data, rest); | ^~~~~~ mpegtools/ringbuffy.c:62:3: warning: incompatible implicit declaration of built-in function 'memcpy' mpegtools/ringbuffy.c:22:1: note: include '' or provide a declaration of 'memcpy' 21 | #include "ringbuffy.h" +++ |+#include 22 | mpegtools/ringbuffy.c:67:3: warning: incompatible implicit declaration of built-in function 'memcpy' 67 | memcpy (rbuf->buffy+pos, data, count); | ^~~~~~ mpegtools/ringbuffy.c:67:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_peek': mpegtools/ringbuffy.c:92:3: warning: incompatible implicit declaration of built-in function 'memcpy' 92 | memcpy(data, rbuf->buffy+pos, count); | ^~~~~~ mpegtools/ringbuffy.c:92:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c:94:3: warning: incompatible implicit declaration of built-in function 'memcpy' 94 | memcpy(data, rbuf->buffy+pos, rest); | ^~~~~~ mpegtools/ringbuffy.c:94:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_read': mpegtools/ringbuffy.c:117:3: warning: incompatible implicit declaration of built-in function 'memcpy' 117 | memcpy(data, rbuf->buffy+pos, count); | ^~~~~~ mpegtools/ringbuffy.c:117:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c:120:3: warning: incompatible implicit declaration of built-in function 'memcpy' 120 | memcpy(data, rbuf->buffy+pos, rest); | ^~~~~~ mpegtools/ringbuffy.c:120:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_rest': mpegtools/ringbuffy.c:193:30: warning: variable 'rest' set but not used [-Wunused-but-set-variable] 193 | int diff, free, pos, rest; | ^~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -o dumprtp dumprtp.c rtp.o gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -o rtpfeed rtpfeed.c rtp.o gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -c -o mpegtools/remux.o mpegtools/remux.c mpegtools/remux.c: In function 'write_video_pes': mpegtools/remux.c:748:11: warning: variable 'dts' set but not used [-Wunused-but-set-variable] 748 | uint32_t dts = 0; | ^~~ mpegtools/remux.c: In function 'get_video_info': mpegtools/remux.c:468:12: warning: array subscript 3 is above array bounds of 'uint8_t[3]' {aka 'unsigned char[3]'} [-Warray-bounds] 468 | && b[3] == 0xb3) found = 4; | ~^~~ mpegtools/remux.c:464:11: note: while referencing 'b' 464 | uint8_t b[3]; | ^ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -c -o mpegtools/ctools.o mpegtools/ctools.c mpegtools/ctools.c: In function 'find_length': mpegtools/ctools.c:288:11: warning: variable 'p' set but not used [-Wunused-but-set-variable] 288 | uint64_t p = 0; | ^ mpegtools/ctools.c: In function 'filter': mpegtools/ctools.c:1321:5: warning: variable 'flag' set but not used [-Wunused-but-set-variable] 1321 | u8 flag,flags; | ^~~~ mpegtools/ctools.c: In function 'seek_mpg_start': mpegtools/ctools.c:1928:6: warning: variable 'mpeg' set but not used [-Wunused-but-set-variable] 1928 | int mpeg = 0; | ^~~~ mpegtools/ctools.c: In function 'write_mpg': mpegtools/ctools.c:2010:6: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 2010 | buf = (char *) alloca (buf_size + sizeof (int)); | ^ mpegtools/ctools.c: In function 'url2host': mpegtools/ctools.c:2235:16: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 2235 | if (!(strncmp(url, "http://", 7))) | ^~~ | | | uint8_t * {aka unsigned char *} In file included from mpegtools/ctools.h:35, from mpegtools/ctools.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ mpegtools/ctools.c:2238:17: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 2238 | *name = strdup(url); | ^~~ | | | uint8_t * {aka unsigned char *} In file included from mpegtools/ctools.h:35, from mpegtools/ctools.c:30: /usr/include/string.h:171:34: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 171 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ mpegtools/ctools.c:2264:10: warning: pointer targets in returning 'uint8_t *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] 2264 | return (murl); | ^ mpegtools/ctools.c:2266:15: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] 2266 | *port = atoi(++murl); | ^~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mpegtools/ctools.h:30, from mpegtools/ctools.c:30: /usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 361 | __NTH (atoi (const char *__nptr)) | ^~~~~ mpegtools/ctools.c:2270:9: warning: pointer targets in returning 'uint8_t *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] 2270 | return (murl); | ^ mpegtools/ctools.c: In function 'http_open': mpegtools/ctools.c:2291:25: warning: pointer targets in passing argument 1 of 'url2host' differ in signedness [-Wpointer-sign] 2291 | if (!(sptr = url2host(purl, &host, &ip, &port))) { | ^~~~ | | | char * mpegtools/ctools.c:2228:26: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2228 | char *url2host (uint8_t *url, char **name, uint32_t *ip, uint32_t *port) | ~~~~~~~~~^~~ mpegtools/ctools.c:2323:20: warning: pointer targets in passing argument 2 of 'write_all' differ in signedness [-Wpointer-sign] 2323 | write_all (sock, req, strlen(req)); | ^~~ | | | char * mpegtools/ctools.c:2193:34: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2193 | void write_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c:2330:18: warning: pointer targets in passing argument 2 of 'read_all' differ in signedness [-Wpointer-sign] 2330 | read_all (mfd, req, 1023); | ^~~ | | | char * mpegtools/ctools.c:2207:33: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2207 | void read_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c:2344:18: warning: pointer targets in passing argument 2 of 'read_all' differ in signedness [-Wpointer-sign] 2344 | read_all (mfd,req, 1023); | ^~~ | | | char * mpegtools/ctools.c:2207:33: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2207 | void read_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c: In function 'break_up_filename': mpegtools/ctools.c:1880:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 1880 | strncpy(base_name, name+sstart, sstop-sstart); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpegtools/ctools.c:1871:6: note: length computed here 1871 | l = strlen(name); | ^~~~~~~~~~~~ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -c -o mpegtools/transform.o mpegtools/transform.c gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -o dvbstream dvbstream.c rtp.o tune.o mpegtools/ctools.o mpegtools/remux.o mpegtools/transform.o mpegtools/ringbuffy.o In file included from tune.h:25, from dvbstream.c:59: dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.h [-Wcpp] 83 | #warning No DVB-T country defined in dvb_defaults.h | ^~~~~~~ dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp] 84 | #warning defaulting to UK | ^~~~~~~ dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cable [-Wcpp] 85 | #warning Ignore this if using Satellite or Cable | ^~~~~~~ dvbstream.c: In function 'process_telnet': dvbstream.c:234:60: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 234 | if ((ns = accept(socketIn, (struct sockaddr *)&fsin, &fromlen)) > 0) { | ^~~~~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/resolv.h:59, from dvbstream.c:35: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dvbstream.c: In function 'my_write_out': dvbstream.c:383:38: warning: pointer targets in passing argument 4 of 'sendrtp2' differ in signedness [-Wpointer-sign] 383 | sendrtp2(socketOut,&sOut,&hdr,&out_buffer[i],MAX_RTP_SIZE); | ^~~~~~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from dvbstream.c:55: rtp.h:28:82: note: expected 'char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 28 | int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len); | ~~~~~~^~~~ dvbstream.c: In function 'main': dvbstream.c:732:5: warning: statement with no effect [-Wunused-value] 732 | exit; | ^~~~ dvbstream.c:791:8: warning: #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ? [-Wcpp] 791 | #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ? | ^~~~~~~ dvbstream.c:871:43: warning: pointer targets in passing argument 4 of 'sendrtp2' differ in signedness [-Wpointer-sign] 871 | sendrtp2(socketOut,&sOut,&hdr,buf,free_bytes-buf); | ^~~ | | | unsigned char * In file included from dvbstream.c:55: rtp.h:28:82: note: expected 'char *' but argument is of type 'unsigned char *' 28 | int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len); | ~~~~~~^~~~ + install -m 755 dvbstream dvbstream-uk + install -m 755 dumprtp dvb_dumprtp-uk + install -m 755 rtpfeed dvb_rtpfeed-uk + install -m 755 ts_filter dvb_ts_filter-uk + /usr/bin/make -O -j8 clean rm -f *.o mpegtools/*.o *~ dvbstream dumprtp ts_filter rtpfeed rtp.o + /usr/bin/make -O -j8 INCS=-I/usr/src/linux/include FINLAND=1 gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -c -o rtp.o rtp.c gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -o ts_filter ts_filter.c ts_filter.c: In function 'main': ts_filter.c:37:7: warning: statement with no effect [-Wunused-value] 37 | exit; | ^~~~ ts_filter.c:52:9: warning: statement with no effect [-Wunused-value] 52 | exit; | ^~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -c -o tune.o tune.c tune.c: In function 'check_status': tune.c:252:21: warning: 'fe_info.type' may be used uninitialized in this function [-Wmaybe-uninitialized] 252 | switch(fe_info.type) { | ~~~~~~~^~~~~ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -c -o mpegtools/ringbuffy.o mpegtools/ringbuffy.c mpegtools/ringbuffy.c: In function 'ring_write': mpegtools/ringbuffy.c:62:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 62 | memcpy (rbuf->buffy+pos, data, rest); | ^~~~~~ mpegtools/ringbuffy.c:62:3: warning: incompatible implicit declaration of built-in function 'memcpy' mpegtools/ringbuffy.c:22:1: note: include '' or provide a declaration of 'memcpy' 21 | #include "ringbuffy.h" +++ |+#include 22 | mpegtools/ringbuffy.c:67:3: warning: incompatible implicit declaration of built-in function 'memcpy' 67 | memcpy (rbuf->buffy+pos, data, count); | ^~~~~~ mpegtools/ringbuffy.c:67:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_peek': mpegtools/ringbuffy.c:92:3: warning: incompatible implicit declaration of built-in function 'memcpy' 92 | memcpy(data, rbuf->buffy+pos, count); | ^~~~~~ mpegtools/ringbuffy.c:92:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c:94:3: warning: incompatible implicit declaration of built-in function 'memcpy' 94 | memcpy(data, rbuf->buffy+pos, rest); | ^~~~~~ mpegtools/ringbuffy.c:94:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_read': mpegtools/ringbuffy.c:117:3: warning: incompatible implicit declaration of built-in function 'memcpy' 117 | memcpy(data, rbuf->buffy+pos, count); | ^~~~~~ mpegtools/ringbuffy.c:117:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c:120:3: warning: incompatible implicit declaration of built-in function 'memcpy' 120 | memcpy(data, rbuf->buffy+pos, rest); | ^~~~~~ mpegtools/ringbuffy.c:120:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_rest': mpegtools/ringbuffy.c:193:30: warning: variable 'rest' set but not used [-Wunused-but-set-variable] 193 | int diff, free, pos, rest; | ^~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -o dumprtp dumprtp.c rtp.o gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -o rtpfeed rtpfeed.c rtp.o gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -c -o mpegtools/remux.o mpegtools/remux.c mpegtools/remux.c: In function 'write_video_pes': mpegtools/remux.c:748:11: warning: variable 'dts' set but not used [-Wunused-but-set-variable] 748 | uint32_t dts = 0; | ^~~ mpegtools/remux.c: In function 'get_video_info': mpegtools/remux.c:468:12: warning: array subscript 3 is above array bounds of 'uint8_t[3]' {aka 'unsigned char[3]'} [-Warray-bounds] 468 | && b[3] == 0xb3) found = 4; | ~^~~ mpegtools/remux.c:464:11: note: while referencing 'b' 464 | uint8_t b[3]; | ^ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -c -o mpegtools/ctools.o mpegtools/ctools.c mpegtools/ctools.c: In function 'find_length': mpegtools/ctools.c:288:11: warning: variable 'p' set but not used [-Wunused-but-set-variable] 288 | uint64_t p = 0; | ^ mpegtools/ctools.c: In function 'filter': mpegtools/ctools.c:1321:5: warning: variable 'flag' set but not used [-Wunused-but-set-variable] 1321 | u8 flag,flags; | ^~~~ mpegtools/ctools.c: In function 'seek_mpg_start': mpegtools/ctools.c:1928:6: warning: variable 'mpeg' set but not used [-Wunused-but-set-variable] 1928 | int mpeg = 0; | ^~~~ mpegtools/ctools.c: In function 'write_mpg': mpegtools/ctools.c:2010:6: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 2010 | buf = (char *) alloca (buf_size + sizeof (int)); | ^ mpegtools/ctools.c: In function 'url2host': mpegtools/ctools.c:2235:16: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 2235 | if (!(strncmp(url, "http://", 7))) | ^~~ | | | uint8_t * {aka unsigned char *} In file included from mpegtools/ctools.h:35, from mpegtools/ctools.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ mpegtools/ctools.c:2238:17: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 2238 | *name = strdup(url); | ^~~ | | | uint8_t * {aka unsigned char *} In file included from mpegtools/ctools.h:35, from mpegtools/ctools.c:30: /usr/include/string.h:171:34: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 171 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ mpegtools/ctools.c:2264:10: warning: pointer targets in returning 'uint8_t *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] 2264 | return (murl); | ^ mpegtools/ctools.c:2266:15: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] 2266 | *port = atoi(++murl); | ^~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mpegtools/ctools.h:30, from mpegtools/ctools.c:30: /usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 361 | __NTH (atoi (const char *__nptr)) | ^~~~~ mpegtools/ctools.c:2270:9: warning: pointer targets in returning 'uint8_t *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] 2270 | return (murl); | ^ mpegtools/ctools.c: In function 'http_open': mpegtools/ctools.c:2291:25: warning: pointer targets in passing argument 1 of 'url2host' differ in signedness [-Wpointer-sign] 2291 | if (!(sptr = url2host(purl, &host, &ip, &port))) { | ^~~~ | | | char * mpegtools/ctools.c:2228:26: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2228 | char *url2host (uint8_t *url, char **name, uint32_t *ip, uint32_t *port) | ~~~~~~~~~^~~ mpegtools/ctools.c:2323:20: warning: pointer targets in passing argument 2 of 'write_all' differ in signedness [-Wpointer-sign] 2323 | write_all (sock, req, strlen(req)); | ^~~ | | | char * mpegtools/ctools.c:2193:34: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2193 | void write_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c:2330:18: warning: pointer targets in passing argument 2 of 'read_all' differ in signedness [-Wpointer-sign] 2330 | read_all (mfd, req, 1023); | ^~~ | | | char * mpegtools/ctools.c:2207:33: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2207 | void read_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c:2344:18: warning: pointer targets in passing argument 2 of 'read_all' differ in signedness [-Wpointer-sign] 2344 | read_all (mfd,req, 1023); | ^~~ | | | char * mpegtools/ctools.c:2207:33: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2207 | void read_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c: In function 'break_up_filename': mpegtools/ctools.c:1880:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 1880 | strncpy(base_name, name+sstart, sstop-sstart); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpegtools/ctools.c:1871:6: note: length computed here 1871 | l = strlen(name); | ^~~~~~~~~~~~ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -c -o mpegtools/transform.o mpegtools/transform.c gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND -o dvbstream dvbstream.c rtp.o tune.o mpegtools/ctools.o mpegtools/remux.o mpegtools/transform.o mpegtools/ringbuffy.o dvbstream.c: In function 'process_telnet': dvbstream.c:234:60: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 234 | if ((ns = accept(socketIn, (struct sockaddr *)&fsin, &fromlen)) > 0) { | ^~~~~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/resolv.h:59, from dvbstream.c:35: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dvbstream.c: In function 'my_write_out': dvbstream.c:383:38: warning: pointer targets in passing argument 4 of 'sendrtp2' differ in signedness [-Wpointer-sign] 383 | sendrtp2(socketOut,&sOut,&hdr,&out_buffer[i],MAX_RTP_SIZE); | ^~~~~~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from dvbstream.c:55: rtp.h:28:82: note: expected 'char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 28 | int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len); | ~~~~~~^~~~ dvbstream.c: In function 'main': dvbstream.c:732:5: warning: statement with no effect [-Wunused-value] 732 | exit; | ^~~~ dvbstream.c:791:8: warning: #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ? [-Wcpp] 791 | #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ? | ^~~~~~~ dvbstream.c:871:43: warning: pointer targets in passing argument 4 of 'sendrtp2' differ in signedness [-Wpointer-sign] 871 | sendrtp2(socketOut,&sOut,&hdr,buf,free_bytes-buf); | ^~~ | | | unsigned char * In file included from dvbstream.c:55: rtp.h:28:82: note: expected 'char *' but argument is of type 'unsigned char *' 28 | int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len); | ~~~~~~^~~~ + install -m 755 dvbstream dvbstream-fin + install -m 755 dumprtp dvb_dumprtp-fin + install -m 755 rtpfeed dvb_rtpfeed-fin + install -m 755 ts_filter dvb_ts_filter-fin + /usr/bin/make -O -j8 clean rm -f *.o mpegtools/*.o *~ dvbstream dumprtp ts_filter rtpfeed rtp.o + /usr/bin/make -O -j8 INCS=-I/usr/src/linux/include FINLAND2=1 gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -c -o mpegtools/ringbuffy.o mpegtools/ringbuffy.c mpegtools/ringbuffy.c: In function 'ring_write': mpegtools/ringbuffy.c:62:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 62 | memcpy (rbuf->buffy+pos, data, rest); | ^~~~~~ mpegtools/ringbuffy.c:62:3: warning: incompatible implicit declaration of built-in function 'memcpy' mpegtools/ringbuffy.c:22:1: note: include '' or provide a declaration of 'memcpy' 21 | #include "ringbuffy.h" +++ |+#include 22 | mpegtools/ringbuffy.c:67:3: warning: incompatible implicit declaration of built-in function 'memcpy' 67 | memcpy (rbuf->buffy+pos, data, count); | ^~~~~~ mpegtools/ringbuffy.c:67:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_peek': mpegtools/ringbuffy.c:92:3: warning: incompatible implicit declaration of built-in function 'memcpy' 92 | memcpy(data, rbuf->buffy+pos, count); | ^~~~~~ mpegtools/ringbuffy.c:92:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c:94:3: warning: incompatible implicit declaration of built-in function 'memcpy' 94 | memcpy(data, rbuf->buffy+pos, rest); | ^~~~~~ mpegtools/ringbuffy.c:94:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_read': mpegtools/ringbuffy.c:117:3: warning: incompatible implicit declaration of built-in function 'memcpy' 117 | memcpy(data, rbuf->buffy+pos, count); | ^~~~~~ mpegtools/ringbuffy.c:117:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c:120:3: warning: incompatible implicit declaration of built-in function 'memcpy' 120 | memcpy(data, rbuf->buffy+pos, rest); | ^~~~~~ mpegtools/ringbuffy.c:120:3: note: include '' or provide a declaration of 'memcpy' mpegtools/ringbuffy.c: In function 'ring_rest': mpegtools/ringbuffy.c:193:30: warning: variable 'rest' set but not used [-Wunused-but-set-variable] 193 | int diff, free, pos, rest; | ^~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -c -o rtp.o rtp.c gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -c -o tune.o tune.c tune.c: In function 'check_status': tune.c:252:21: warning: 'fe_info.type' may be used uninitialized in this function [-Wmaybe-uninitialized] 252 | switch(fe_info.type) { | ~~~~~~~^~~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -o ts_filter ts_filter.c ts_filter.c: In function 'main': ts_filter.c:37:7: warning: statement with no effect [-Wunused-value] 37 | exit; | ^~~~ ts_filter.c:52:9: warning: statement with no effect [-Wunused-value] 52 | exit; | ^~~~ gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -o dumprtp dumprtp.c rtp.o gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -o rtpfeed rtpfeed.c rtp.o gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -c -o mpegtools/remux.o mpegtools/remux.c mpegtools/remux.c: In function 'write_video_pes': mpegtools/remux.c:748:11: warning: variable 'dts' set but not used [-Wunused-but-set-variable] 748 | uint32_t dts = 0; | ^~~ mpegtools/remux.c: In function 'get_video_info': mpegtools/remux.c:468:12: warning: array subscript 3 is above array bounds of 'uint8_t[3]' {aka 'unsigned char[3]'} [-Warray-bounds] 468 | && b[3] == 0xb3) found = 4; | ~^~~ mpegtools/remux.c:464:11: note: while referencing 'b' 464 | uint8_t b[3]; | ^ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -c -o mpegtools/ctools.o mpegtools/ctools.c mpegtools/ctools.c: In function 'find_length': mpegtools/ctools.c:288:11: warning: variable 'p' set but not used [-Wunused-but-set-variable] 288 | uint64_t p = 0; | ^ mpegtools/ctools.c: In function 'filter': mpegtools/ctools.c:1321:5: warning: variable 'flag' set but not used [-Wunused-but-set-variable] 1321 | u8 flag,flags; | ^~~~ mpegtools/ctools.c: In function 'seek_mpg_start': mpegtools/ctools.c:1928:6: warning: variable 'mpeg' set but not used [-Wunused-but-set-variable] 1928 | int mpeg = 0; | ^~~~ mpegtools/ctools.c: In function 'write_mpg': mpegtools/ctools.c:2010:6: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 2010 | buf = (char *) alloca (buf_size + sizeof (int)); | ^ mpegtools/ctools.c: In function 'url2host': mpegtools/ctools.c:2235:16: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 2235 | if (!(strncmp(url, "http://", 7))) | ^~~ | | | uint8_t * {aka unsigned char *} In file included from mpegtools/ctools.h:35, from mpegtools/ctools.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ mpegtools/ctools.c:2238:17: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 2238 | *name = strdup(url); | ^~~ | | | uint8_t * {aka unsigned char *} In file included from mpegtools/ctools.h:35, from mpegtools/ctools.c:30: /usr/include/string.h:171:34: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 171 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ mpegtools/ctools.c:2264:10: warning: pointer targets in returning 'uint8_t *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] 2264 | return (murl); | ^ mpegtools/ctools.c:2266:15: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] 2266 | *port = atoi(++murl); | ^~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mpegtools/ctools.h:30, from mpegtools/ctools.c:30: /usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 361 | __NTH (atoi (const char *__nptr)) | ^~~~~ mpegtools/ctools.c:2270:9: warning: pointer targets in returning 'uint8_t *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [-Wpointer-sign] 2270 | return (murl); | ^ mpegtools/ctools.c: In function 'http_open': mpegtools/ctools.c:2291:25: warning: pointer targets in passing argument 1 of 'url2host' differ in signedness [-Wpointer-sign] 2291 | if (!(sptr = url2host(purl, &host, &ip, &port))) { | ^~~~ | | | char * mpegtools/ctools.c:2228:26: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2228 | char *url2host (uint8_t *url, char **name, uint32_t *ip, uint32_t *port) | ~~~~~~~~~^~~ mpegtools/ctools.c:2323:20: warning: pointer targets in passing argument 2 of 'write_all' differ in signedness [-Wpointer-sign] 2323 | write_all (sock, req, strlen(req)); | ^~~ | | | char * mpegtools/ctools.c:2193:34: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2193 | void write_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c:2330:18: warning: pointer targets in passing argument 2 of 'read_all' differ in signedness [-Wpointer-sign] 2330 | read_all (mfd, req, 1023); | ^~~ | | | char * mpegtools/ctools.c:2207:33: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2207 | void read_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c:2344:18: warning: pointer targets in passing argument 2 of 'read_all' differ in signedness [-Wpointer-sign] 2344 | read_all (mfd,req, 1023); | ^~~ | | | char * mpegtools/ctools.c:2207:33: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 2207 | void read_all (int fd, uint8_t *data, int length) | ~~~~~~~~~^~~~ mpegtools/ctools.c: In function 'break_up_filename': mpegtools/ctools.c:1880:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 1880 | strncpy(base_name, name+sstart, sstop-sstart); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpegtools/ctools.c:1871:6: note: length computed here 1871 | l = strlen(name); | ^~~~~~~~~~~~ gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -c -o mpegtools/transform.o mpegtools/transform.c gcc -I/usr/src/linux/include -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNEWSTRUCT -DFINLAND2 -o dvbstream dvbstream.c rtp.o tune.o mpegtools/ctools.o mpegtools/remux.o mpegtools/transform.o mpegtools/ringbuffy.o dvbstream.c: In function 'process_telnet': dvbstream.c:234:60: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 234 | if ((ns = accept(socketIn, (struct sockaddr *)&fsin, &fromlen)) > 0) { | ^~~~~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/resolv.h:59, from dvbstream.c:35: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dvbstream.c: In function 'my_write_out': dvbstream.c:383:38: warning: pointer targets in passing argument 4 of 'sendrtp2' differ in signedness [-Wpointer-sign] 383 | sendrtp2(socketOut,&sOut,&hdr,&out_buffer[i],MAX_RTP_SIZE); | ^~~~~~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from dvbstream.c:55: rtp.h:28:82: note: expected 'char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 28 | int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len); | ~~~~~~^~~~ dvbstream.c: In function 'main': dvbstream.c:732:5: warning: statement with no effect [-Wunused-value] 732 | exit; | ^~~~ dvbstream.c:791:8: warning: #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ? [-Wcpp] 791 | #warning WHAT SHOULD THE PAYLOAD TYPE BE FOR "MPEG-2 PS" ? | ^~~~~~~ dvbstream.c:871:43: warning: pointer targets in passing argument 4 of 'sendrtp2' differ in signedness [-Wpointer-sign] 871 | sendrtp2(socketOut,&sOut,&hdr,buf,free_bytes-buf); | ^~~ | | | unsigned char * In file included from dvbstream.c:55: rtp.h:28:82: note: expected 'char *' but argument is of type 'unsigned char *' 28 | int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len); | ~~~~~~^~~~ + install -m 755 dvbstream dvbstream-fin2 + install -m 755 dumprtp dvb_dumprtp-fin2 + install -m 755 rtpfeed dvb_rtpfeed-fin2 + install -m 755 ts_filter dvb_ts_filter-fin2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MGEv8A + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64 + cd dvbstream-0.5 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin + install -m 755 dvbstream-fin dvbstream-fin2 dvbstream-uk /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/ + install -m 755 dvb_dumprtp-fin dvb_dumprtp-fin2 dvb_dumprtp-uk /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/ + install -m 755 dvb_rtpfeed-fin dvb_rtpfeed-fin2 dvb_rtpfeed-uk /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/ + install -m 755 dvb_ts_filter-fin dvb_ts_filter-fin2 dvb_ts_filter-uk /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/ + mkdir -p /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib64/dvbstream + install -m 755 TELNET/cnn.sh TELNET/itn.sh TELNET/virgin.sh TELNET/xfm.sh /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib64/dvbstream/ + install -m 755 TELNET/svdrpsend.pl /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib64/dvbstream/ + echo 'update-alternatives --install /usr/bin/dvbstream dvbstream /usr/bin/dvbstream-uk 30 \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_dumprtp dvb_dumprtp /usr/bin/dvb_dumprtp-uk \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_rtpfeed dvb_rtpfeed /usr/bin/dvb_rtpfeed-uk \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_ts_filter dvb_ts_filter /usr/bin/dvb_ts_filter-uk \' + echo + echo 'update-alternatives --install /usr/bin/dvbstream dvbstream /usr/bin/dvbstream-fin 20 \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_dumprtp dvb_dumprtp /usr/bin/dvb_dumprtp-fin \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_rtpfeed dvb_rtpfeed /usr/bin/dvb_rtpfeed-fin \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_ts_filter dvb_ts_filter /usr/bin/dvb_ts_filter-fin \' + echo + echo 'update-alternatives --install /usr/bin/dvbstream dvbstream /usr/bin/dvbstream-fin2 10 \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_dumprtp dvb_dumprtp /usr/bin/dvb_dumprtp-fin2 \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_rtpfeed dvb_rtpfeed /usr/bin/dvb_rtpfeed-fin2 \' + for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter + echo '--slave /usr/bin/dvb_ts_filter dvb_ts_filter /usr/bin/dvb_ts_filter-fin2 \' + echo + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.5-10.mga8 --unique-debug-suffix -0.5-10.mga8.aarch64 --unique-debug-src-base dvbstream-0.5-10.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dvbstream-0.5 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-uk explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-uk extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-uk explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-uk explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-uk extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-uk explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvbstream-fin extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvbstream-fin explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvbstream-fin2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvbstream-fin2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvbstream-uk extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvbstream-uk original debug info size: 1284kB, size after compression: 1148kB /usr/lib/rpm/sepdebugcrcfix: Updated 12 CRC32s, 0 CRC32s did match. 409 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib64/dvbstream/cnn.sh is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/dvbstream/itn.sh is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/dvbstream/xfm.sh is executable but has no shebang, removing executable bit *** WARNING: ./usr/lib64/dvbstream/virgin.sh is executable but has no shebang, removing executable bit Processing files: dvbstream-0.5-10.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pdyx1B + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dvbstream-0.5 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/share/doc/dvbstream + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/share/doc/dvbstream + cp -pr README /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/share/doc/dvbstream + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/share/doc/dvbstream + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/share/doc/dvbstream + RPM_EC=0 ++ jobs -p + exit 0 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin2 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-fin and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_dumprtp-uk warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin2 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-fin and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_rtpfeed-uk warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin2 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-fin and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/bin/dvb_ts_filter-uk Provides: dvbstream = 0.5-10.mga8 dvbstream(aarch-64) = 0.5-10.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh update-alternatives Requires(postun): /bin/sh update-alternatives Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) perl(Getopt::Std) perl(Socket) perl-base >= 2:5.32.0 Processing files: dvbstream-debugsource-0.5-10.mga8.aarch64 Provides: dvbstream-debugsource = 0.5-10.mga8 dvbstream-debugsource(aarch-64) = 0.5-10.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dvbstream-debuginfo-0.5-10.mga8.aarch64 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_dumprtp-fin-0.5-10.mga8.aarch64.debug and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_dumprtp-fin2-0.5-10.mga8.aarch64.debug warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_dumprtp-fin-0.5-10.mga8.aarch64.debug and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_dumprtp-uk-0.5-10.mga8.aarch64.debug warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_rtpfeed-fin-0.5-10.mga8.aarch64.debug and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_rtpfeed-fin2-0.5-10.mga8.aarch64.debug warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_rtpfeed-fin-0.5-10.mga8.aarch64.debug and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_rtpfeed-uk-0.5-10.mga8.aarch64.debug warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_ts_filter-fin-0.5-10.mga8.aarch64.debug and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_ts_filter-fin2-0.5-10.mga8.aarch64.debug warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_ts_filter-fin-0.5-10.mga8.aarch64.debug and /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64/usr/lib/debug/usr/bin/dvb_ts_filter-uk-0.5-10.mga8.aarch64.debug Provides: debuginfo(build-id) = 2c8014eddcf24fe030def75b43d14718cb694f0d debuginfo(build-id) = 2e51055acdf83656025b3eddbf98ff75771f4d82 debuginfo(build-id) = 6d7923ec244321ff66962c960bd70f25f0229e02 debuginfo(build-id) = a57256b546bb3175ea52bbbb45cac0cefae3ac00 debuginfo(build-id) = e3dee348256652e6f106da1529dc432a410ca83d debuginfo(build-id) = eb93ba8f5d9d5df3c5f69e241ab59d3c7ae11cc7 debuginfo(build-id) = nilnil dvbstream-debuginfo = 0.5-10.mga8 dvbstream-debuginfo(aarch-64) = 0.5-10.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dvbstream-debugsource(aarch-64) = 0.5-10.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dvbstream-debugsource-0.5-10.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dvbstream-0.5-10.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dvbstream-debuginfo-0.5-10.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eamk9x + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dvbstream-0.5 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dvbstream-0.5-10.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PWjHyz + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf dvbstream-0.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!