Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1465117 Details for
Bug 1605300
ogmtools: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 14:46:34 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 14:46:34 UTC
Size:
32.00 KB
patch
obsolete
>ne OUTD(n) long2str(ix00+bl,n); bl+=4 > ~~~~^~~ >avilib.c:253:2: note: in expansion of macro 'OUTD' > OUTD(ch->aIndex[k].dwSize); > ^~~~ >avilib.c:115:13: note: expected 'unsigned char *' but argument is of type 'char *' > static void long2str(unsigned char *dst, int32_t n) > ^~~~~~~~ >avilib.c:256:27: warning: pointer targets in passing argument 2 of 'avi_add_chunk' differ in signedness [-Wpointer-sign] > avi_add_chunk (AVI, ch->fcc, ix00, max); > ~~^~~~~ >avilib.c:181:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_chunk(avi_t *AVI, unsigned char *tag, unsigned char *data, int length) > ^~~~~~~~~~~~~ >avilib.c:256:34: warning: pointer targets in passing argument 3 of 'avi_add_chunk' differ in signedness [-Wpointer-sign] > avi_add_chunk (AVI, ch->fcc, ix00, max); > ^~~~ >avilib.c:181:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_chunk(avi_t *AVI, unsigned char *tag, unsigned char *data, int length) > ^~~~~~~~~~~~~ >avilib.c: In function 'avi_add_odml_index_entry': >avilib.c:372:26: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] > int audio = (strchr (tag, 'w')?1:0); > ^~~ >In file included from avilib.h:38, > from avilib.c:30: >/usr/include/string.h:225:14: note: expected 'const char *' but argument is of type 'unsigned char *' > extern char *strchr (const char *__s, int __c) > ^~~~~~ >avilib.c:382:36: warning: pointer targets in passing argument 2 of 'avi_init_super_index' differ in signedness [-Wpointer-sign] > if (avi_init_super_index(AVI, "ix00", &AVI->video_superindex) < 0) return -1; > ^~~~~~ >avilib.c:268:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_init_super_index(avi_t *AVI, unsigned char *idxtag, avisuperindex_chunk **si) > ^~~~~~~~~~~~~~~~~~~~ >avilib.c:386:34: warning: pointer targets in passing argument 2 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, "ix00", "00db", AVI->video_superindex->stdindex[ cur_std_idx ]) < 0) > ^~~~~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:386:42: warning: pointer targets in passing argument 3 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, "ix00", "00db", AVI->video_superindex->stdindex[ cur_std_idx ]) < 0) > ^~~~~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:400:36: warning: pointer targets in passing argument 2 of 'avi_init_super_index' differ in signedness [-Wpointer-sign] > if (avi_init_super_index(AVI, fcc, &AVI->track[AVI->aptr].audio_superindex) < 0) return -1; > ^~~ >avilib.c:268:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_init_super_index(avi_t *AVI, unsigned char *idxtag, avisuperindex_chunk **si) > ^~~~~~~~~~~~~~~~~~~~ >avilib.c:406:34: warning: pointer targets in passing argument 2 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, fcc, tag, AVI->track[AVI->aptr].audio_superindex->stdindex[ > ^~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:447:23: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'int64_t' {aka 'long int'} [-Wformat=] > fprintf (stderr, "[avilib dump] cur_std_idx=%d NR_IXNN_CHUNKS=%d" > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >avilib.c:449:35: > cur_std_idx,NR_IXNN_CHUNKS, AVI->pos, towrite); > ~~~~~~~~ >avilib.c:448:15: note: format string is defined here > "POS=%lld towrite=%lld\n", > ~~~^ > %ld >avilib.c:447:23: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type 'int64_t' {aka 'long int'} [-Wformat=] > fprintf (stderr, "[avilib dump] cur_std_idx=%d NR_IXNN_CHUNKS=%d" > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >avilib.c:449:45: > cur_std_idx,NR_IXNN_CHUNKS, AVI->pos, towrite); > ~~~~~~~ >avilib.c:448:28: note: format string is defined here > "POS=%lld towrite=%lld\n", > ~~~^ > %ld >avilib.c:453:30: warning: pointer targets in passing argument 2 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, "ix00", "00db", AVI->video_superindex->stdindex[ cur_std_idx ]) < 0) > ^~~~~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:453:38: warning: pointer targets in passing argument 3 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, "ix00", "00db", AVI->video_superindex->stdindex[ cur_std_idx ]) < 0) > ^~~~~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:466:34: warning: pointer targets in passing argument 2 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, fcc, aud, AVI->track[audtr].audio_superindex->stdindex[ > ^~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:466:39: warning: pointer targets in passing argument 3 of 'avi_add_std_index' differ in signedness [-Wpointer-sign] > if (avi_add_std_index (AVI, fcc, aud, AVI->track[audtr].audio_superindex->stdindex[ > ^~~ >avilib.c:312:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_std_index(avi_t *AVI, unsigned char *idxtag, unsigned char *strtag, > ^~~~~~~~~~~~~~~~~ >avilib.c:503:50: warning: pointer targets in passing argument 3 of 'avi_add_chunk' differ in signedness [-Wpointer-sign] > avi_add_chunk(AVI, (unsigned char *)"RIFF", "AVIXLIST\0\0\0\0movi", 16); > ^~~~~~~~~~~~~~~~~~~~~~ >avilib.c:181:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_chunk(avi_t *AVI, unsigned char *tag, unsigned char *data, int length) > ^~~~~~~~~~~~~ >avilib.c: In function 'avi_parse_comments': >avilib.c:1083:18: warning: pointer targets in passing argument 1 of 'long2str' differ in signedness [-Wpointer-sign] > long2str(buf+len, k+1); len += 4; > ~~~^~~~ >avilib.c:115:13: note: expected 'unsigned char *' but argument is of type 'char *' > static void long2str(unsigned char *dst, int32_t n) > ^~~~~~~~ >avilib.c:1013:16: warning: variable 'readlen' set but not used [-Wunused-but-set-variable] > int len=0, readlen=0, k; > ^~~~~~~ >avilib.c: In function 'avi_close_output_file': >avilib.c:1600:62: warning: pointer targets in passing argument 2 of 'avi_parse_comments' differ in signedness [-Wpointer-sign] > info_len = avi_parse_comments (AVI->comment_fd, AVI_header+nhb, HEADERBYTES - nhb - 8 - 12); > ~~~~~~~~~~^~~~ >avilib.c:1011:12: note: expected 'char *' but argument is of type 'unsigned char *' > static int avi_parse_comments (int fd, char *buf, int space_left) > ^~~~~~~~~~~~~~~~~~ >avilib.c:1669:15: warning: pointer targets in passing argument 1 of 'long2str' differ in signedness [-Wpointer-sign] > long2str(f, len); > ^ >avilib.c:115:13: note: expected 'unsigned char *' but argument is of type 'char *' > static void long2str(unsigned char *dst, int32_t n) > ^~~~~~~~ >avilib.c:1675:15: warning: pointer targets in passing argument 1 of 'long2str' differ in signedness [-Wpointer-sign] > long2str(f, len); > ^ >avilib.c:115:13: note: expected 'unsigned char *' but argument is of type 'char *' > static void long2str(unsigned char *dst, int32_t n) > ^~~~~~~~ >avilib.c: In function 'avi_write_data': >avilib.c:1733:50: warning: pointer targets in passing argument 3 of 'avi_add_chunk' differ in signedness [-Wpointer-sign] > n = avi_add_chunk(AVI,(unsigned char *)astr,data,length); > ^~~~ >avilib.c:181:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_chunk(avi_t *AVI, unsigned char *tag, unsigned char *data, int length) > ^~~~~~~~~~~~~ >avilib.c:1735:52: warning: pointer targets in passing argument 3 of 'avi_add_chunk' differ in signedness [-Wpointer-sign] > n = avi_add_chunk(AVI,(unsigned char *)"00db",data,length); > ^~~~ >avilib.c:181:12: note: expected 'unsigned char *' but argument is of type 'char *' > static int avi_add_chunk(avi_t *AVI, unsigned char *tag, unsigned char *data, int length) > ^~~~~~~~~~~~~ >avidump.c:336:32: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] > printf("\t%-12s = 0x%016llx\n",names[i].name,val64); > ~~~~~~^ ~~~~~ > %016lx >avidump.c: In function 'ProcessChunk': >avidump.c:623:34: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] > printf("\t\t [%6ld] 0x%016llx 0x%08lx %8d\n", u++, offset, size, > ~~~~~~^ ~~~~~~ > %016lx >avidump.c:474:11: warning: variable 'tt' set but not used [-Wunused-but-set-variable] > off_t tt; > ^~ >avilib.c: In function 'avi_parse_input_file': >avilib.c:2359:41: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > else if (strncasecmp (hdrl_data+i,"iavs",4) ==0 && ! auds_strh_seen) { > ~~~~~~~~~^~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:2367:36: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > else if(strncasecmp(hdrl_data+i,"dmlh",4) == 0) { > ~~~~~~~~~^~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:2444:36: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > else if(strncasecmp(hdrl_data+i,"indx",4) == 0) { > ~~~~~~~~~^~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:2451:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] > a = hdrl_data+i; > ^ >avilib.c:2455:48: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->video_superindex->dwSize = str2ulong(a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2456:57: warning: pointer targets in passing argument 1 of 'str2ushort' differ in signedness [-Wpointer-sign] > AVI->video_superindex->wLongsPerEntry = str2ushort(a); a += 2; > ^ >avilib.c:145:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ushort(unsigned char *str) > ^~~~~~~~~~ >avilib.c:2459:55: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->video_superindex->nEntriesInUse = str2ulong(a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2472:65: warning: pointer targets in passing argument 1 of 'str2ullong' differ in signedness [-Wpointer-sign] > AVI->video_superindex->aIndex[j].qwOffset = str2ullong (a); a += 8; > ^ >avilib.c:134:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint64_t str2ullong(unsigned char *str) > ^~~~~~~~~~ >avilib.c:2473:62: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->video_superindex->aIndex[j].dwSize = str2ulong (a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2474:66: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->video_superindex->aIndex[j].dwDuration = str2ulong (a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2504:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] > a = hdrl_data+i; > ^ >avilib.c:2508:65: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->track[AVI->aptr].audio_superindex->dwSize = str2ulong(a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2509:74: warning: pointer targets in passing argument 1 of 'str2ushort' differ in signedness [-Wpointer-sign] > AVI->track[AVI->aptr].audio_superindex->wLongsPerEntry = str2ushort(a); a += 2; > ^ >avilib.c:145:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ushort(unsigned char *str) > ^~~~~~~~~~ >avilib.c:2512:72: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->track[AVI->aptr].audio_superindex->nEntriesInUse = str2ulong(a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2526:82: warning: pointer targets in passing argument 1 of 'str2ullong' differ in signedness [-Wpointer-sign] > AVI->track[AVI->aptr].audio_superindex->aIndex[j].qwOffset = str2ullong (a); a += 8; > ^ >avilib.c:134:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint64_t str2ullong(unsigned char *str) > ^~~~~~~~~~ >avilib.c:2527:79: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->track[AVI->aptr].audio_superindex->aIndex[j].dwSize = str2ulong (a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2528:83: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->track[AVI->aptr].audio_superindex->aIndex[j].dwDuration = str2ulong (a); a += 4; > ^ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2552:37: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > else if((strncasecmp(hdrl_data+i,"JUNK",4) == 0) || > ~~~~~~~~~^~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:2553:37: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > (strncasecmp(hdrl_data+i,"strn",4) == 0) || > ~~~~~~~~~^~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:2554:37: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > (strncasecmp(hdrl_data+i,"vprp",4) == 0)){ > ~~~~~~~~~^~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:2724:28: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > nrEntries = str2ulong(en + 12); > ~~~^~~~ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2728:26: warning: pointer targets in passing argument 1 of 'str2ullong' differ in signedness [-Wpointer-sign] > offset = str2ullong(en + 20); > ~~~^~~~ >avilib.c:134:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint64_t str2ullong(unsigned char *str) > ^~~~~~~~~~ >avilib.c:2741:51: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->video_index[k].pos = offset + str2ulong(en); en += 4; > ^~ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2742:46: warning: pointer targets in passing argument 1 of 'str2ulong_len' differ in signedness [-Wpointer-sign] > AVI->video_index[k].len = str2ulong_len(en); > ^~ >avilib.c:151:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong_len (unsigned char *str) > ^~~~~~~~~~~~~ >avilib.c:2743:46: warning: pointer targets in passing argument 1 of 'str2ulong_key' differ in signedness [-Wpointer-sign] > AVI->video_index[k].key = str2ulong_key(en); en += 4; > ^~ >avilib.c:158:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong_key (unsigned char *str) > ^~~~~~~~~~~~~ >avilib.c:2803:31: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > nrEntries = str2ulong(en + 12); > ~~~^~~~ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2808:29: warning: pointer targets in passing argument 1 of 'str2ullong' differ in signedness [-Wpointer-sign] > offset = str2ullong(en + 20); > ~~~^~~~ >avilib.c:134:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint64_t str2ullong(unsigned char *str) > ^~~~~~~~~~ >avilib.c:2817:67: warning: pointer targets in passing argument 1 of 'str2ulong' differ in signedness [-Wpointer-sign] > AVI->track[audtr].audio_index[k].pos = offset + str2ulong(en); en += 4; > ^~ >avilib.c:141:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong(unsigned char *str) > ^~~~~~~~~ >avilib.c:2818:62: warning: pointer targets in passing argument 1 of 'str2ulong_len' differ in signedness [-Wpointer-sign] > AVI->track[audtr].audio_index[k].len = str2ulong_len(en); en += 4; > ^~ >avilib.c:151:17: note: expected 'unsigned char *' but argument is of type 'char *' > static uint32_t str2ulong_len (unsigned char *str) > ^~~~~~~~~~~~~ >avilib.c: In function 'AVI_read_audio': >avilib.c:3292:33: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int64_t' {aka 'long int'} [-Wformat=] > fprintf(stderr, "XXX pos = %lld, ret = %lld, todo = %ld\n", pos, ret, todo); > ~~~^ ~~~ > %ld >avilib.c:3292:45: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'int64_t' {aka 'long int'} [-Wformat=] > fprintf(stderr, "XXX pos = %lld, ret = %lld, todo = %ld\n", pos, ret, todo); > ~~~^ ~~~ > %ld >avilib.c: In function 'AVI_read_wave_header': >avilib.c:3527:31: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > if( strncasecmp(wave->riff.id , "RIFF",4) != 0 || > ~~~~~~~~~~^~~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:3528:24: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > strncasecmp(wave->riff.wave_id, "WAVE",4) != 0 || > ~~~~~~~~~~^~~~~~~~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c:3529:26: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] > strncasecmp(wave->format.id , "fmt ",4) != 0 ) > ~~~~~~~~~~~~^~~ >In file included from /usr/include/string.h:431, > from avilib.h:38, > from avilib.c:30: >/usr/include/strings.h:120:12: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} > extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~~~~~ >avilib.c: In function 'avi_parse_index_from_file': >avilib.c:2112:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] > fgets(data, 100, fd); > ^~~~~~~~~~~~~~~~~~~~ >avilib.c:2120:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] > fgets(data, 100, fd); > ^~~~~~~~~~~~~~~~~~~~ >avilib.c: In function 'avi_add_odml_index_entry.isra.4': >avilib.c:405:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size 3 [-Wformat-overflow=] > sprintf(fcc, "ix%02d", AVI->aptr+1); > ^~~~ >avilib.c:405:19: note: directive argument in the range [-2147483647, 2147483647] > sprintf(fcc, "ix%02d", AVI->aptr+1); > ^~~~~~~~ >In file included from /usr/include/stdio.h:873, > from avilib.h:30, > from avilib.c:30: >/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 5 > return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ogmtools\" -DVERSION=\"1.5\" -DHAVE_LIBDVDREAD=1 -DHAVE_LIBDVDREAD_INC=1 -DHAVE_FSEEKO=1 -DSTDC_HEADERS=1 -I.. -I. -I.. -I. -I./ -O3 -funroll-loops -ffast-math -DLINUX -Wall -Wall -Wno-sign-compare -I/usr/include -I/usr/include -Iavilib -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c `test -f 'avimisc.c' || echo './'`avimisc.c >gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ogmtools\" -DVERSION=\"1.5\" -DHAVE_LIBDVDREAD=1 -DHAVE_LIBDVDREAD_INC=1 -DHAVE_FSEEKO=1 -DSTDC_HEADERS=1 -I.. -I. -I.. -I. -I./ -O3 -funroll-loops -ffast-math -DLINUX -Wall -Wall -Wno-sign-compare -I/usr/include -I/usr/include -Iavilib -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c `test -f 'xio.c' || echo './'`xio.c >avilib.c: In function 'AVI_write_frame': >avilib.c:1718:28: warning: '%1d' directive writing between 1 and 11 bytes into a region of size 4 [-Wformat-overflow=] > sprintf((char *)astr, "0%1dwb", (int)(AVI->aptr+1)); > ^~~ >avilib.c:1718:26: note: directive argument in the range [-2147483647, 2147483647] > sprintf((char *)astr, "0%1dwb", (int)(AVI->aptr+1)); > ^~~~~~~~ >In file included from /usr/include/stdio.h:873, > from avilib.h:30, > from avilib.c:30: >/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 15 bytes into a destination of size 5 > return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >avilib.c: In function 'AVI_write_audio': >avilib.c:1718:28: warning: '%1d' directive writing between 1 and 11 bytes into a region of size 4 [-Wformat-overflow=] > sprintf((char *)astr, "0%1dwb", (int)(AVI->aptr+1)); > ^~~ >avilib.c:1718:26: note: directive argument in the range [-2147483647, 2147483647] > sprintf((char *)astr, "0%1dwb", (int)(AVI->aptr+1)); > ^~~~~~~~ >In file included from /usr/include/stdio.h:873, > from avilib.h:30, > from avilib.c:30: >/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 15 bytes into a destination of size 5 > return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >rm -f libavi.a >ar cru libavi.a avilib.o avidump.o avimisc.o xio.o >ranlib libavi.a >make[1]: Leaving directory '/builddir/build/BUILD/ogmtools-1.5/avilib' >make[1]: Entering directory '/builddir/build/BUILD/ogmtools-1.5' >g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ogmtools\" -DVERSION=\"1.5\" -DHAVE_LIBDVDREAD=1 -DHAVE_LIBDVDREAD_INC=1 -DHAVE_FSEEKO=1 -DSTDC_HEADERS=1 -I. -I. -I/usr/include -I/usr/local/include -Wall -Wno-sign-compare -I/usr/include -I/usr/include -Iavilib -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ogmmerge.o `test -f 'ogmmerge.cpp' || echo './'`ogmmerge.cpp >g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ogmtools\" -DVERSION=\"1.5\" -DHAVE_LIBDVDREAD=1 -DHAVE_LIBDVDREAD_INC=1 -DHAVE_FSEEKO=1 -DSTDC_HEADERS=1 -I. -I. -I/usr/include -I/usr/local/include -Wall -Wno-sign-compare -I/usr/include -I/usr/include -Iavilib -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o r_avi.o `test -f 'r_avi.cpp' || echo './'`r_avi.cpp >/bin/sh: g++: command not found >/bin/sh: g++: command not found >make[1]: Leaving directory '/builddir/build/BUILD/ogmtools-1.5' >make[1]: *** [Makefile:389: ogmmerge.o] Error 127 >make[1]: *** Waiting for unfinished jobs.... >make[1]: *** [Makefile:389: r_avi.o] Error 127 >make: *** [Makefile:449: all-recursive] Error 1 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.GOyXGU (%build) > Bad exit status from /var/tmp/rpm-tmp.GOyXGU (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/ogmtools.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1605300
: 1465117 |
1465118
|
1465119