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 1469340 Details for
Bug 1606820
sar2: 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 21:47:55 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 21:47:55 UTC
Size:
32.00 KB
patch
obsolete
>_max, scroll_y_max; > ^~~~~~~~~~~~ >src/menumap.c:896:10: warning: variable 'scroll_x_min' set but not used [-Wunused-but-set-variable] > int scroll_x_min, scroll_y_min, scroll_x_max, scroll_y_max; > ^~~~~~~~~~~~ >gcc -o build/v3dmp.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/v3dmp.c >src/v3dmp.c: In function 'V3DMPDestroy': >src/v3dmp.c:844:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > list = (GLuint)heightfield_load->gl_list; > ^ >gcc -o build/textinput.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/textinput.c >src/textinput.c: In function 'SARTextInputHandleKey': >src/textinput.c:294:10: warning: variable 'ctrl' set but not used [-Wunused-but-set-variable] > Boolean ctrl, shift; > ^~~~ >gcc -o build/sound.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sound.c >src/sound.c: In function 'SoundInit': >src/sound.c:121:30: warning: variable 'opt' set but not used [-Wunused-but-set-variable] > const sar_option_struct *opt; > ^~~ >gcc -o build/sardrawpm_controltower.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawpm_controltower.c >gcc -o build/sardrawrunway.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawrunway.c >gcc -o build/objutils.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/objutils.c >src/objutils.c: In function 'SARVisualModelNewList': >src/objutils.c:843:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > list = (GLuint)vmodel->data; > ^ >src/objutils.c:860:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > vmodel->data = (void *)list; > ^ >src/objutils.c:862:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > return((void *)list); > ^ >src/objutils.c: In function 'SARVisualModelCallList': >src/objutils.c:960:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (vmodel != NULL) ? (GLuint)vmodel->data : 0; > ^ >src/objutils.c: In function 'SARVisualModelDelete': >src/objutils.c:988:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > list = (GLuint)vmodel->data; > ^ >src/objutils.c: In function 'SARCloudLayerNew': >src/objutils.c:1068:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > list = (GLuint)SARVisualModelNewList(*vmodel); > ^ >gcc -o build/weatherio.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/weatherio.c >gcc -o build/simmanage.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/simmanage.c >src/simmanage.c: In function 'SARSimUpdateScene': >src/simmanage.c:158:6: warning: variable 'prev_tod_code' set but not used [-Wunused-but-set-variable] > int prev_tod_code, new_tod_code; > ^~~~~~~~~~~~~ >gcc -o build/menu.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/menu.c >src/menu.c: In function 'SARMenuObjectDelete': >src/menu.c:2411:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (GLuint)objview->obj_list; > ^ >src/menu.c: In function 'SARMenuDoDrawObject': >src/menu.c:3258:28: warning: variable 'y_max' set but not used [-Wunused-but-set-variable] > int x_min, x_max, y_min, y_max; > ^~~~~ >src/menu.c:3258:14: warning: variable 'x_max' set but not used [-Wunused-but-set-variable] > int x_min, x_max, y_min, y_max; > ^~~~~ >src/menu.c:3410:36: warning: variable 'scroll_width' set but not used [-Wunused-but-set-variable] > lines_visable, columns_visable, scroll_width; > ^~~~~~~~~~~~ >src/menu.c: In function 'SARMenuManagePointer': >src/menu.c:4659:17: warning: variable 'scroll_width' set but not used [-Wunused-but-set-variable] > total_lines, scroll_width; > ^~~~~~~~~~~~ >src/menu.c: In function 'SARMenuManageKey': >src/menu.c:5735:19: warning: variable 'scroll_width' set but not used [-Wunused-but-set-variable] > lines_visable, scroll_width; > ^~~~~~~~~~~~ >gcc -o build/matrixmath.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/matrixmath.c >gcc -o build/cmdoption.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cmdoption.c >gcc -o build/optionio.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/optionio.c >gcc -o build/sardrawpm_tower.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawpm_tower.c >gcc -o build/cpins.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cpins.c >src/cpins.c: In function 'CPInsNew': >src/cpins.c:560:45: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] > "CPInsNew(): Error: Instrument \"%s\" size %i is less than required size %i.\n", > ~^ > %li > name, s, sizeof(CPIns) > ~ >src/cpins.c:560:75: warning: format '%i' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=] > "CPInsNew(): Error: Instrument \"%s\" size %i is less than required size %i.\n", > ~^ > %li > name, s, sizeof(CPIns) > ~~~~~~~~~~~~~ >gcc -o build/sarmenubuild.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarmenubuild.c >src/sarmenubuild.c: In function 'SARBuildMenus': >src/sarmenubuild.c:763:15: warning: variable 'map_num' set but not used [-Wunused-but-set-variable] > slider_num, map_num; > ^~~~~~~ >src/sarmenubuild.c:762:36: warning: variable 'switch_num' set but not used [-Wunused-but-set-variable] > int label_num, btn_num, list_num, switch_num, spin_num, > ^~~~~~~~~~ >src/sarmenubuild.c:762:17: warning: variable 'btn_num' set but not used [-Wunused-but-set-variable] > int label_num, btn_num, list_num, switch_num, spin_num, > ^~~~~~~ >gcc -o build/sarmemory.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarmemory.c >gcc -o build/sarfioopen.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarfioopen.c >gcc -o build/sardrawutils.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawutils.c >gcc -o build/objio.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/objio.c >src/objio.c: In function 'SARObjLoadPostLoadCheck': >src/objio.c:621:28: warning: variable 'ground' set but not used [-Wunused-but-set-variable] > sar_object_ground_struct *ground; > ^~~~~~ >src/objio.c: In function 'SARObjLoadX3DDataVisualModel': >src/objio.c:749:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (GLuint)SARVisualModelNewList(vmodel); > ^ >src/objio.c: In function 'SARObjLoadTextVisualModel': >src/objio.c:794:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (GLuint)SARVisualModelNewList(vmodel); > ^ >src/objio.c: In function 'SARObjLoadHeightField': >src/objio.c:1805:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > (void *)list, /* GL display list */ > ^ >src/objio.c: In function 'SARObjLoadProcessVisualModel': >src/objio.c:2207:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (GLuint)vmodel->data; > ^ >src/objio.c:2265:37: warning: variable 'mp_heightfield_load' set but not used [-Wunused-but-set-variable] > const mp_heightfield_load_struct *mp_heightfield_load; > ^~~~~~~~~~~~~~~~~~~ >src/objio.c:2259:35: warning: variable 'mp_comment' set but not used [-Wunused-but-set-variable] > const mp_comment_struct *mp_comment; > ^~~~~~~~~~ >src/objio.c: In function 'SARObjLoadFromFile': >src/objio.c:4885:40: warning: variable 'mh_color_spec' set but not used [-Wunused-but-set-variable] > const mh_color_specification_struct *mh_color_spec; > ^~~~~~~~~~~~~ >src/objio.c:4883:43: warning: variable 'mh_tbd' set but not used [-Wunused-but-set-variable] > const mh_texture_base_directory_struct *mh_tbd; > ^~~~~~ >src/objio.c:4882:28: warning: variable 'mh_comment' set but not used [-Wunused-but-set-variable] > const mh_comment_struct *mh_comment; > ^~~~~~~~~~ >src/objio.c:5387:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (GLuint)SARVisualModelNewList(vmodel); > ^ >src/objio.c:5434:38: warning: variable 'mp_heightfield_load' set but not used [-Wunused-but-set-variable] > const mp_heightfield_load_struct *mp_heightfield_load; > ^~~~~~~~~~~~~~~~~~~ >src/objio.c:5477:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > GLuint list = (GLuint)SARVisualModelNewList(vmodel); > ^ >src/objio.c:4706:23: warning: variable 'pos' set but not used [-Wunused-but-set-variable] > sar_position_struct *pos; > ^~~ >src/objio.c:4705:24: warning: variable 'dir' set but not used [-Wunused-but-set-variable] > sar_direction_struct *dir; > ^~~ >gcc -o build/fire.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/fire.c >gcc -o build/cmd.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cmd.c >gcc -o build/sarmenucb.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarmenucb.c >src/sarmenucb.c: In function 'SARMenuCBBeginFreeFlight': >src/sarmenucb.c:250:24: warning: variable 'spin_ptr' set but not used [-Wunused-but-set-variable] > sar_menu_spin_struct *spin_ptr; > ^~~~~~~~ >src/sarmenucb.c: In function 'SARMenuCBMapOp': >src/sarmenucb.c:421:17: warning: variable 'scroll_y_max' set but not used [-Wunused-but-set-variable] > scroll_y_min, scroll_y_max; > ^~~~~~~~~~~~ >src/sarmenucb.c:421:3: warning: variable 'scroll_y_min' set but not used [-Wunused-but-set-variable] > scroll_y_min, scroll_y_max; > ^~~~~~~~~~~~ >src/sarmenucb.c:420:17: warning: variable 'scroll_x_max' set but not used [-Wunused-but-set-variable] > scroll_x_min, scroll_x_max, > ^~~~~~~~~~~~ >src/sarmenucb.c:420:3: warning: variable 'scroll_x_min' set but not used [-Wunused-but-set-variable] > scroll_x_min, scroll_x_max, > ^~~~~~~~~~~~ >src/sarmenucb.c: In function 'SARMenuCBPlayerEditCB': >src/sarmenucb.c:79:45: warning: comparison between pointer and zero character constant [-Wpointer-compare] > #define ISSTREMPTY(s) (((s) != NULL) ? ((s) == '\0') : True) > ^~ >src/sarmenucb.c:685:6: note: in expansion of macro 'ISSTREMPTY' > if(!ISSTREMPTY(v)) > ^~~~~~~~~~ >src/sarmenucb.c:79:41: note: did you mean to dereference the pointer? > #define ISSTREMPTY(s) (((s) != NULL) ? ((s) == '\0') : True) > ^ >src/sarmenucb.c:685:6: note: in expansion of macro 'ISSTREMPTY' > if(!ISSTREMPTY(v)) > ^~~~~~~~~~ >src/sarmenucb.c: In function 'SARMenuListActivateCB': >src/sarmenucb.c:1283:21: warning: variable 'opt' set but not used [-Wunused-but-set-variable] > sar_option_struct *opt; > ^~~ >src/sarmenucb.c:1278:21: warning: variable 'display' set but not used [-Wunused-but-set-variable] > gw_display_struct *display; > ^~~~~~~ >gcc -o build/sardraw.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardraw.c >src/sardraw.c: In function 'SARDrawSceneFoundations': >src/sardraw.c:4715:8: warning: variable 'fovx' set but not used [-Wunused-but-set-variable] > float fovx, fovz; /* Field of view x and z, in radians */ > ^~~~ >src/sardraw.c: In function 'SARDrawSceneHorizon': >src/sardraw.c:5205:12: warning: variable 'n_theta' set but not used [-Wunused-but-set-variable] > float n_theta; > ^~~~~~~ >src/sardraw.c: In function 'SARDraw': >src/sardraw.c:5740:23: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] > sar_object_struct ***ptr, *obj_ptr; > ^~~ >src/sardraw.c:5733:13: warning: variable 'total' set but not used [-Wunused-but-set-variable] > int i, n, *total; > ^~~~~ >gcc -o build/cp.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cp.c >gcc -o build/sardrawhuman.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawhuman.c >gcc -o build/sarutils.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarutils.c >gcc -o build/text3d.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/text3d.c >gcc -o build/sceneio.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sceneio.c >src/sceneio.c: In function 'SARSceneLoadFromFile': >src/sceneio.c:1160:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > list = (GLuint)SARVisualModelNewList(*vmodel); > ^ >src/sceneio.c:1207:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > list = (GLuint)SARVisualModelNewList(*vmodel); > ^ >src/sceneio.c:505:30: warning: variable 'p_passengers' set but not used [-Wunused-but-set-variable] > sar_parm_passengers_struct *p_passengers; > ^~~~~~~~~~~~ >src/sceneio.c:501:42: warning: variable 'p_object_map_description' set but not used [-Wunused-but-set-variable] > sar_parm_object_map_description_struct *p_object_map_description; > ^~~~~~~~~~~~~~~~~~~~~~~~ >src/sceneio.c:494:33: warning: variable 'p_no_depth_test' set but not used [-Wunused-but-set-variable] > sar_parm_no_depth_test_struct *p_no_depth_test; > ^~~~~~~~~~~~~~~ >src/sceneio.c:492:36: warning: variable 'p_translate_random' set but not used [-Wunused-but-set-variable] > sar_parm_translate_random_struct *p_translate_random; > ^~~~~~~~~~~~~~~~~~ >src/sceneio.c:479:42: warning: variable 'p_texture_base_directory' set but not used [-Wunused-but-set-variable] > sar_parm_texture_base_directory_struct *p_texture_base_directory; > ^~~~~~~~~~~~~~~~~~~~~~~~ >src/sceneio.c:474:29: warning: variable 'p_scene_map' set but not used [-Wunused-but-set-variable] > sar_parm_scene_map_struct *p_scene_map; > ^~~~~~~~~~~ >src/sceneio.c:472:37: warning: variable 'p_register_location' set but not used [-Wunused-but-set-variable] > sar_parm_register_location_struct *p_register_location; > ^~~~~~~~~~~~~~~~~~~ >src/sceneio.c:471:27: warning: variable 'p_weather' set but not used [-Wunused-but-set-variable] > sar_parm_weather_struct *p_weather; > ^~~~~~~~~ >src/sceneio.c:470:37: warning: variable 'p_player_model_file' set but not used [-Wunused-but-set-variable] > sar_parm_player_model_file_struct *p_player_model_file; > ^~~~~~~~~~~~~~~~~~~ >src/sceneio.c:469:31: warning: variable 'p_description' set but not used [-Wunused-but-set-variable] > sar_parm_description_struct *p_description; > ^~~~~~~~~~~~~ >src/sceneio.c:468:24: warning: variable 'p_name' set but not used [-Wunused-but-set-variable] > sar_parm_name_struct *p_name; > ^~~~~~ >src/sceneio.c:463:26: warning: variable 'obj_fire_ptr' set but not used [-Wunused-but-set-variable] > sar_object_fire_struct *obj_fire_ptr = NULL; > ^~~~~~~~~~~~ >src/sceneio.c:462:27: warning: variable 'obj_smoke_ptr' set but not used [-Wunused-but-set-variable] > sar_object_smoke_struct *obj_smoke_ptr = NULL; > ^~~~~~~~~~~~~ >src/sceneio.c:459:29: warning: variable 'obj_helipad_ptr' set but not used [-Wunused-but-set-variable] > sar_object_helipad_struct *obj_helipad_ptr = NULL; > ^~~~~~~~~~~~~~~ >gcc -o build/sarscreenshot.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarscreenshot.c >src/sarscreenshot.c: In function 'SARScreenShotRect': >src/sarscreenshot.c:276:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] > int status; > ^~~~~~ >gcc -o build/image.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/image.c >gcc -o build/sardrawselect.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawselect.c >gcc -o build/sfmmodel.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sfmmodel.c >gcc -o build/cmdset.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cmdset.c >gcc -o build/smoke.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/smoke.c >gcc -o build/sardrawpm_radiotower.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawpm_radiotower.c >gcc -o build/musiclistio.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/musiclistio.c >gcc -o build/v3dtex.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/v3dtex.c >src/v3dtex.c: In function 'V3DTextureSelectFrame': >src/v3dtex.c:287:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > gl_texture_id = (GLuint)(t->data[frame_num]); > ^ >src/v3dtex.c: In function 'V3DTextureLoadFromFile2D': >src/v3dtex.c:675:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > t->data[i] = (void *)gl_texture_id; > ^ >src/v3dtex.c:357:19: warning: variable 'ptrend8' set but not used [-Wunused-but-set-variable] > u_int8_t *ptr8, *ptrend8; > ^~~~~~~ >src/v3dtex.c: In function 'V3DTextureLoadFromFile2DPreempt': >src/v3dtex.c:999:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > t->data[i] = (void *)gl_texture_id; > ^ >src/v3dtex.c:721:19: warning: variable 'ptrend8' set but not used [-Wunused-but-set-variable] > u_int8_t *ptr8, *ptrend8; > ^~~~~~~ >src/v3dtex.c: In function 'V3DTextureLoadFromData1D': >src/v3dtex.c:1055:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > (unsigned int)data > ^ >src/v3dtex.c:1091:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > (unsigned int)data > ^ >src/v3dtex.c:1169:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > t->data[i] = (void *)gl_texture_id; > ^ >src/v3dtex.c: In function 'V3DTextureLoadFromData2D': >src/v3dtex.c:1226:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > (unsigned int)data > ^ >src/v3dtex.c:1231:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > (unsigned int)data > ^ >src/v3dtex.c:1335:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > (unsigned int)cur_data_ptr > ^ >src/v3dtex.c:1410:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > t->data[i] = (void *)gl_texture_id; > ^ >src/v3dtex.c: In function 'V3DTexturePriority': >src/v3dtex.c:1465:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > tex_id_list[0] = (GLuint)t->data[i]; > ^ >src/v3dtex.c: In function 'V3DTextureDestroy': >src/v3dtex.c:1494:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > gl_texture_id = (GLuint)(t->data[i]); > ^ >gcc -o build/cmdfire.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cmdfire.c >gcc -o build/sarfiosave.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sarfiosave.c >gcc -o build/sardrawhelipad.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/sardrawhelipad.c >gcc -o build/objiopremodeled.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/objiopremodeled.c >gcc -o build/cpfio.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/cpfio.c >g++ -o build/tga.o -c -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 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_LIBXPM src/tga.cpp >sh: g++: command not found >scons: *** [build/tga.o] Error 127 >scons: building terminated because of errors. >error: Bad exit status from /var/tmp/rpm-tmp.RghAaG (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.RghAaG (%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 ppc64 --nodeps /builddir/build/SPECS/sar2.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 1606820
: 1469340 |
1469341
|
1469342