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 1462659 Details for
Bug 1604259
grads: 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-19 21:47:35 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 21:47:35 UTC
Size:
32.00 KB
patch
obsolete
>%s -- Changing size of Z axis from %d to 1 \n", > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/stdio.h:873, > from /usr/include/malloc.h:24, > from ./gaddes.c:11: >/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 74 and 4179 bytes into a destination of size 255 > return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >./gaddes.c:862:53: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 223 [-Wformat-truncation=] > snprintf(pout,255,"Warning: Invalid YDEF syntax in %s -- Changing size of Y axis from %d to 1 \n", > ^~ >./gaddes.c:862:20: note: directive argument in the range [-2147483648, 0] > snprintf(pout,255,"Warning: Invalid YDEF syntax in %s -- Changing size of Y axis from %d to 1 \n", > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/stdio.h:873, > from /usr/include/malloc.h:24, > from ./gaddes.c:11: >/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 74 and 4179 bytes into a destination of size 255 > return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >./gaddes.c:833:53: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 223 [-Wformat-truncation=] > snprintf(pout,255,"Warning: Invalid XDEF syntax in %s -- Changing size of X axis from %d to 1 \n", > ^~ >./gaddes.c:833:20: note: directive argument in the range [-2147483648, 0] > snprintf(pout,255,"Warning: Invalid XDEF syntax in %s -- Changing size of X axis from %d to 1 \n", > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/stdio.h:873, > from /usr/include/malloc.h:24, > from ./gaddes.c:11: >/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 74 and 4179 bytes into a destination of size 255 > return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >./gaddes.c:812:59: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 227 [-Wformat-truncation=] > snprintf(pout,255, " Error opening pdef file: %s\n",pdefnm); > ^~ ~~~~~~ >In file included from /usr/include/stdio.h:873, > from /usr/include/malloc.h:24, > from ./gaddes.c:11: >/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 285 bytes into a destination of size 255 > return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >./gautil.c: In function 'nxrdln': >./gautil.c:85:12: warning: variable 'ch2' set but not used [-Wunused-but-set-variable] > char *ch, *ch2; > ^~~ >./gautil.c: In function 'adtprs': >./gautil.c:408:7: warning: variable 'pos' set but not used [-Wunused-but-set-variable] > char *pos; > ^~~ >./gautil.c: In function 'rdtprs': >./gautil.c:530:7: warning: variable 'pos' set but not used [-Wunused-but-set-variable] > char *pos; > ^~~ >./gautil.c: In function 'getwrd': >./gautil.c:1080:7: warning: variable 'ch' set but not used [-Wunused-but-set-variable] > char *ch; > ^~ >./gautil.c: In function 'gafndt': >./gautil.c:1566:11: warning: variable 'stim' set but not used [-Wunused-but-set-variable] > struct dt stim; > ^~~~ >./gautil.c: In function 'dimprs': >./gautil.c:914:14: warning: 'v' may be used uninitialized in this function [-Wmaybe-uninitialized] > *d = v + pfi->dimoff[*dim]; /* straight override of fixed dimension value */ > ~~^~~~~~~~~~~~~~~~~~~ >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 gxeps.o gxeps.c >gxeps.c: In function 'drawline': >gxeps.c:1214:22: warning: variable 'j' set but not used [-Wunused-but-set-variable] > register int i,im,j,colum; > ^ >gxeps.c: In function 'fillline': >gxeps.c:1376:10: warning: variable 'j' set but not used [-Wunused-but-set-variable] > int j,colum; > ^ >gxeps.c: In function 'main': >gxeps.c:519:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread (&cmd , sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:524:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,2) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:556:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,2) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:577:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,2) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:594:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,1) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:605:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,1) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:623:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,4) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:657:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,2); > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:680:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(&cmd,1) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:701:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,4); > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:727:2: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,1) > ^~~~~~~~ >gxeps.c:732:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread (pnts2, sizeof(struct point), i, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:755:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,4) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:794:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,8) > ^~~~~~~~ >gxeps.c:804:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread(string,sizeof(short),(opts[0])/sizeof(short)+2,infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:849:2: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,1) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:864:2: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,5) > ^~~~~~~~ >gxeps.c:367:28: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > #define RDSTREAM(var,num) fread (var , sizeof(short), num, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxeps.c:885:7: note: in expansion of macro 'RDSTREAM' > RDSTREAM(opts,1) > ^~~~~~~~ >gxeps.c: In function 'initepsf': >gxeps.c:986:11: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] > fgets(buf,130,stdin); > ^~~~~~~~~~~~~~~~~~~~ >gxeps.c: In function 'init_newpage': >gxeps.c:1195:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] > fgets(buf,130,stdin); > ^~~~~~~~~~~~~~~~~~~~ >gxeps.c: In function 'openfiles': >gxeps.c:1619:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] > fgets(*fin,150,stdin); > ^~~~~~~~~~~~~~~~~~~~~ >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 gxps.o gxps.c >gxps.c: In function 'main': >gxps.c:64:14: warning: variable 'lwide' set but not used [-Wunused-but-set-variable] > int lcolor=0,lwide,sflag=0,fflag=0,fcnt,ccnt,filflg=0,scnt=0,a4flag,bdflag; > ^~~~~ >gxps.c:165:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread (opts , sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:182:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:222:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:246:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:258:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 4, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:288:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 4, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:333:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:366:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:383:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread (opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxps.c:416:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 stnmap.o stnmap.c >stnmap.c: In function 'skstn': >stnmap.c:394:55: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] > printf (" Error occurred when seeking to byte %lld \n",fpos); > ~~~^ ~~~~ > %ld >stnmap.c: In function 'rdstn': >stnmap.c:408:54: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] > printf (" Error reading %i bytes at location %lld \n", siz, fpos); > ~~~^ ~~~~ > %ld >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 wgrib.o wgrib.c >wgrib.c: In function 'main': >wgrib.c:1059:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] > else if (gds && GDS_Harmonic(gds)) > ^~ >wgrib.c:1063:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' > if (gds && GDS_Harmonic_type(gds) == 1) > ^~ >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 gribscan.o gribscan.c >wgrib.c: In function 'EC_ext': >gribscan.c: In function 'main': >wgrib.c:10838:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation] > else > ^~~~ >wgrib.c:10839:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' > strcpy(string, "Perturbed forecasts"); break; > ^~~~~ >gribscan.c:385:41: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] > if (verb) printf("the header is %lld bytes long\n",fpos); > ~~~^ ~~~~ > %ld >gribscan.c: In function 'gribhdr': >gribscan.c:998:29: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] > printf(",BDS,%d,%10g,%d,%lld,%d",ghdr->bnum,ghdr->ref,npts,cposis,ghdr->len); > ~~~^ ~~~~~~ > %ld >gribscan.c:1000:37: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] > printf(" BDS % 3d %10g % 10d % 10lld % 10d",ghdr->bnum,ghdr->ref,npts,cposis,ghdr->len); > ~~~~~~^ ~~~~~~ > % 10ld >gribscan.c:1003:33: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] > printf(", B ,%2d,%g,%d,%lld,%d",ghdr->bnum,ghdr->ref,npts,cposis,ghdr->len); > ~~~^ ~~~~~~ > %ld >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 bufrscan.o bufrscan.c >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 gxtran.o gxtran.c >gxtran.c: In function 'main': >gxtran.c:48:27: warning: variable 'fcnt' set but not used [-Wunused-but-set-variable] > int cont,xyc,lcolor,fflag,fcnt; > ^~~~ >gxtran.c:123:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:146:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:171:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:181:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 4, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:191:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 4, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:203:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:221:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:235:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 2, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gxtran.c:247:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread ((char *)opts, sizeof(short), 1, infile); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/libgeotiff -I/usr/include -I/usr/include/hdf -I/usr/include/libshp -I/usr/include/udunits2 -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 -DSTNDALN -o gxmeta.sa.o -c ./gxmeta.c >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o grads grads.o gxsubs.o gxmeta.o gxchpl.o gxcntr.o gxstrm.o gxwmap.o gxshad.o gxshad2.o gaexpr.o gafunc.o gautil.o gagx.o gscrpt.o gamach.o bufrstn.o gabufr.o gabufrtbl.o gxX.o gxdxwd.o galloc.o gaddes.o gaio.o gacfg.o gauser.o gasdf.o gatxt.o -L..//lib -lX11 -lgd -lgd -lm -lz -lpng16 -lz -lfreetype -lfontconfig -lfreetype -ljpeg -lXpm -lX11 -L/usr/lib -ltiff -lwebp -lhdf5 -ljpeg -lz -lsz -lnetcdf -ludunits2 -lgeotiff -ltiff -lshp -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o gribmap gribmap.o gagmap.o gamach.o galloc.o gaddes.sa.o gautil.sa.o gatxt.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o gxeps gxeps.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o gxps gxps.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o stnmap stnmap.o gamach.o galloc.o gaddes.sa.o gautil.sa.o gatxt.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o wgrib wgrib.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o gribscan gribscan.o gamach.o galloc.o gautil.sa.o gatxt.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o bufrscan bufrscan.o gabufr.o gabufrtbl.o gamach.o -L..//lib -lm -lreadline >gcc -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 -L/usr/lib64/hdf/ -L/usr/lib64 -o gxtran gxtran.o gxsubs.o gxchpl.o gxX.o gxdxwd.o galloc.o gxmeta.sa.o -L..//lib -lgd -lgd -lm -lz -lpng16 -lz -lfreetype -lfontconfig -lfreetype -ljpeg -lXpm -lX11 -L/usr/lib -ltiff -lwebp -lX11 -lm -lreadline >make[2]: Leaving directory '/builddir/build/BUILD/grads-2.0.2/src' >make[1]: Leaving directory '/builddir/build/BUILD/grads-2.0.2/src' >make[1]: Entering directory '/builddir/build/BUILD/grads-2.0.2' >make[1]: Nothing to be done for 'all-am'. >make[1]: Leaving directory '/builddir/build/BUILD/grads-2.0.2' >+ rm -rf __dist_docs >+ mkdir __dist_docs >+ cp -a doc __dist_docs/html >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fAYGfB >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x >++ dirname /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x >+ cd grads-2.0.2 >+ rm -rf /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x >+ make install DESTDIR=/builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x >Making install in src >make[1]: Entering directory '/builddir/build/BUILD/grads-2.0.2/src' >make[2]: Entering directory '/builddir/build/BUILD/grads-2.0.2/src' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin' > /usr/bin/install -c grads gribmap gxeps gxps stnmap wgrib gribscan bufrscan gxtran '/builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin' >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/builddir/build/BUILD/grads-2.0.2/src' >make[1]: Leaving directory '/builddir/build/BUILD/grads-2.0.2/src' >make[1]: Entering directory '/builddir/build/BUILD/grads-2.0.2' >make[2]: Entering directory '/builddir/build/BUILD/grads-2.0.2' >make[2]: Nothing to be done for 'install-exec-am'. >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/builddir/build/BUILD/grads-2.0.2' >make[1]: Leaving directory '/builddir/build/BUILD/grads-2.0.2' >+ /usr/bin/install -d -m755 /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/share/grads >+ /usr/bin/install -p -m644 data/font0.dat data/font1.dat data/font2.dat data/font3.dat data/font5.dat data/udunits.dat data/hires data/lowres data/mres /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/share/grads >+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 2.0.2-26.fc29 --unique-debug-suffix -2.0.2-26.fc29.s390x --unique-debug-src-base grads-2.0.2-26.fc29.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/grads-2.0.2 >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/grads >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/gribmap >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/gxeps >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/gxps >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/stnmap >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/wgrib >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/gribscan >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/bufrscan >extracting debug info from /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/gxtran >/usr/lib/rpm/sepdebugcrcfix: Updated 9 CRC32s, 0 CRC32s did match. >5152 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Processing files: grads-2.0.2-26.fc29.s390x >error: File not found: /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/grib2scan >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.E9QVkA >+ umask 022 >+ cd /builddir/build/BUILD >+ cd grads-2.0.2 >+ DOCDIR=/builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/share/doc/grads >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/share/doc/grads >+ cp -pr COPYRIGHT /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/share/doc/grads >+ cp -pr __dist_docs/html /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/share/doc/grads >+ exit 0 >RPM build errors: > File not found: /builddir/build/BUILDROOT/grads-2.0.2-26.fc29.s390x/usr/bin/grib2scan >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/grads.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 1604259
: 1462659 |
1462660
|
1462661