+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libgle.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ci8URF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gle-3.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gle-3.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gle-3.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libgle-examples-makefile.patch):' Patch #0 (libgle-examples-makefile.patch): + /usr/bin/patch --no-backup-if-mismatch -p5 --fuzz=0 patching file examples/Makefile.examples + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uRGoge + umask 022 + cd /builddir/build/BUILD + cd gle-3.1.0 + CFLAGS='-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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib ) checking command to parse nm output... ok checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for riscv64-redhat-linux-gnu-file... no checking for file... /usr/bin/file checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether -lc should be explicitly linked in... no creating libtool checking for strerror in -lcposix... no checking whether make sets $(MAKE)... (cached) yes checking for ANSI C header files... (cached) yes checking for memcpy... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for glGetError in -lGL... yes checking for gluNewQuadric in -lGLU... yes checking for XmuLookupStandardColormap in -lXmu... yes checking for XListInputDevices in -lXi... yes checking for glutSwapBuffers in -lglut... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating examples/Makefile config.status: creating man/Makefile config.status: creating ms-visual-c/Makefile config.status: creating ms-visual-c/gle/Makefile config.status: creating swig/Makefile config.status: creating config.h config.status: executing default-1 commands config.status: executing default commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0' Making all in src make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/src' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_alpha.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_angle.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_cut_round.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_raw.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_alpha.c -fPIC -DPIC -o ex_alpha.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_angle.c -fPIC -DPIC -o ex_angle.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_cut_round.c -fPIC -DPIC -o ex_cut_round.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c ex_raw.c -fPIC -DPIC -o ex_raw.lo ex_angle.c: In function 'draw_angle_style_front_cap': ex_angle.c:114:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_angle.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_angle.c:115:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_angle.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_alpha.c:52:0: ex_angle.c: In function 'extrusion_angle_join_c4f': ex_angle.c:298:38: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (2 * 3 * ncp * sizeof(double) ^ ex_angle.c:299:38: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] + 2 * 3 * ncp * sizeof(gleDouble)); ^ ex_angle.c: In function 'draw_angle_style_back_cap': ex_angle.c:193:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_angle.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_angle.c:194:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_angle.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_angle.c: In function 'extrusion_angle_join': ex_angle.c:298:38: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (2 * 3 * ncp * sizeof(double) ^ ex_angle.c:299:38: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] + 2 * 3 * ncp * sizeof(gleDouble)); ^ In file included from ex_angle.c:31:0, from ex_alpha.c:52: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_angle.c:432:10: note: in expansion of macro 'INNERSECT' INNERSECT ((&front_loop[3*j]), /* intersection point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_angle.c:451:10: note: in expansion of macro 'INNERSECT' INNERSECT ((&back_loop[3*j]), /* intersection point (returned) */ ^~~~~~~~~ ex_raw.c: In function 'draw_raw_style_end_cap': ex_raw.c:150:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] pts = (double *) malloc (3*ncp*sizeof(double)); ^ ex_raw.c:152:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_raw.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_raw.c:153:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_raw.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_raw.c: In function 'draw_front_contour_cap': ex_raw.c:212:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_raw.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_raw.c:213:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_raw.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_raw.c: In function 'draw_back_contour_cap': ex_raw.c:258:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_raw.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_raw.c:259:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_raw.c:28: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_alpha.c:53:0: ex_cut_round.c: In function 'draw_cut_style_cap_callback': ex_cut_round.c:135:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_alpha.c:16: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_alpha.c:53:0: ex_cut_round.c:136:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_alpha.c:16: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_angle.c:31:0: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_angle.c:432:10: note: in expansion of macro 'INNERSECT' INNERSECT ((&front_loop[3*j]), /* intersection point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_angle.c:451:10: note: in expansion of macro 'INNERSECT' INNERSECT ((&back_loop[3*j]), /* intersection point (returned) */ ^~~~~~~~~ In file included from ex_alpha.c:53:0: ex_cut_round.c: In function 'draw_fillets_and_join_plain': ex_cut_round.c:403:43: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] cap_loop = (double *) malloc ((ncp+3)*3*sizeof (double)); ^ In file included from ex_angle.c:31:0, from ex_alpha.c:52: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:423:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ ex_raw.c: In function 'extrusion_raw_join': ex_raw.c:789:40: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (4 * ncp * 3 * sizeof(gleDouble)); ^ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:487:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:522:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:563:7: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ In file included from ex_alpha.c:53:0: ex_cut_round.c: In function 'draw_fillets_and_join_n_norms': ex_cut_round.c:620:45: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] cap_loop = (double *) malloc ((ncp+3)*3*2*sizeof (double)); ^ In file included from ex_angle.c:31:0, from ex_alpha.c:52: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:640:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:707:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ ex_cut_round.c: In function 'draw_cut_style_cap_callback': ex_cut_round.c:135:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_cut_round.c:30: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ ex_cut_round.c:136:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_cut_round.c:30: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:746:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:801:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ In file included from ex_alpha.c:53:0: ex_cut_round.c: In function 'extrusion_round_or_cut_join_c4f': ex_cut_round.c:911:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (4 * 3*ncp*sizeof(gleDouble) ^ ex_cut_round.c:912:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] + 2 * 3*ncp*sizeof(double) ^ ex_cut_round.c:913:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] + 2 * 1*ncp*sizeof(int)); ^ ex_cut_round.c: In function 'draw_fillets_and_join_plain': ex_cut_round.c:403:43: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] cap_loop = (double *) malloc ((ncp+3)*3*sizeof (double)); ^ In file included from ex_cut_round.c:33:0: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:423:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:487:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:522:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:563:7: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ ex_cut_round.c: In function 'draw_fillets_and_join_n_norms': ex_cut_round.c:620:45: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] cap_loop = (double *) malloc ((ncp+3)*3*2*sizeof (double)); ^ In file included from ex_angle.c:31:0, from ex_alpha.c:52: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1052:14: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* isect point (returned) */ ^~~~~~~~~ In file included from ex_cut_round.c:33:0: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:640:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1075:10: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* intersection point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:707:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1114:13: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* isect point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1133:10: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* intersection point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:746:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:801:10: note: in expansion of macro 'INNERSECT' INNERSECT (sect, ^~~~~~~~~ ex_cut_round.c: In function 'extrusion_round_or_cut_join': ex_cut_round.c:911:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (4 * 3*ncp*sizeof(gleDouble) ^ ex_cut_round.c:912:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] + 2 * 3*ncp*sizeof(double) ^ ex_cut_round.c:913:34: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] + 2 * 1*ncp*sizeof(int)); ^ In file included from ex_alpha.c:54:0: ex_raw.c: In function 'draw_front_contour_cap': ex_raw.c:212:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_alpha.c:16: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_alpha.c:54:0: ex_raw.c:213:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_alpha.c:16: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_alpha.c:54:0: ex_raw.c: In function 'draw_back_contour_cap': ex_raw.c:258:38: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_BEGIN, glBegin); ^~~~~~~ In file included from port.h:200:0, from ex_alpha.c:16: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(GLenum) {aka void (*)(unsigned int)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_alpha.c:54:0: ex_raw.c:259:39: warning: passing argument 3 of 'gluTessCallback' from incompatible pointer type [-Wincompatible-pointer-types] gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); ^~~~~~~~~~~ In file included from port.h:200:0, from ex_alpha.c:16: /usr/include/GL/glu.h:340:23: note: expected '_GLUfuncptr {aka void (*)(void)}' but argument is of type 'void (*)(const GLdouble *) {aka void (*)(const double *)}' GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); ^~~~~~~~~~~~~~~ In file included from ex_cut_round.c:33:0: extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1052:14: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* isect point (returned) */ ^~~~~~~~~ In file included from ex_alpha.c:54:0: ex_raw.c: In function 'extrusion_raw_join_c4f': ex_raw.c:789:40: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (4 * ncp * 3 * sizeof(gleDouble)); ^ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1075:10: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* intersection point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1114:13: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* isect point (returned) */ ^~~~~~~~~ extrude.h:25:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } ^ ex_cut_round.c:1133:10: note: in expansion of macro 'INNERSECT' INNERSECT (isect_point, /* intersection point (returned) */ ^~~~~~~~~ In file included from ex_alpha.c:55:0: extrude.c: In function 'glePolyCone_c4f': extrude.c:206:43: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] xforms = (gleAffine *) malloc (npoints * sizeof(gleAffine)); ^ extrude.c: In function 'gleTwistExtrusion_c4f': extrude.c:240:43: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] xforms = (gleAffine *) malloc (npoints * sizeof(gleAffine)); ^ In file included from ex_alpha.c:56:0: round_cap.c: In function 'draw_round_style_cap_callback_c4f': round_cap.c:111:40: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] malloced_area = malloc ((4*3+1) *ncp*sizeof (double)); ^ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c extrude.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c extrude.c -fPIC -DPIC -o extrude.lo In file included from ex_cut_round.c:31:0: vvector.h:66:11: warning: 'isect_point[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] (b)[2] = (a)[2]; \ ^ ex_cut_round.c:859:14: note: 'isect_point[2]' was declared here gleDouble isect_point[3]; ^~~~~~~~~~~ In file included from ex_cut_round.c:31:0: vvector.h:65:11: warning: 'isect_point[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] (b)[1] = (a)[1]; \ ^ ex_cut_round.c:859:14: note: 'isect_point[1]' was declared here gleDouble isect_point[3]; ^~~~~~~~~~~ In file included from ex_cut_round.c:31:0: vvector.h:64:11: warning: 'isect_point[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] (b)[0] = (a)[0]; \ ^ ex_cut_round.c:859:14: note: 'isect_point[0]' was declared here gleDouble isect_point[3]; ^~~~~~~~~~~ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c intersect.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c intersect.c -fPIC -DPIC -o intersect.lo extrude.c: In function 'glePolyCone': extrude.c:206:43: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] xforms = (gleAffine *) malloc (npoints * sizeof(gleAffine)); ^ extrude.c: In function 'gleTwistExtrusion': extrude.c:240:43: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] xforms = (gleAffine *) malloc (npoints * sizeof(gleAffine)); ^ extrude.c: In function 'gleSpiral': extrude.c:322:38: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc (3*npoints * sizeof (gleDouble)); ^ extrude.c:326:45: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] mem_anchor = malloc ((1+2)* 3*npoints * sizeof (gleDouble)); ^ extrude.c: In function 'gleScrew': extrude.c:742:41: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] path = (gleVector *) malloc (numsegs * sizeof (gleVector)); ^ extrude.c:743:42: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] twarr = (gleDouble *) malloc (numsegs * sizeof (gleDouble)); ^ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c qmesh.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c qmesh.c -fPIC -DPIC -o qmesh.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c rot_prince.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c rotate.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c round_cap.c In file included from ex_angle.c:29:0, from ex_alpha.c:52: ex_cut_round.c: In function 'extrusion_round_or_cut_join_c4f': vvector.h:66:11: warning: 'isect_point[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] (b)[2] = (a)[2]; \ ^ In file included from ex_alpha.c:53:0: ex_cut_round.c:859:14: note: 'isect_point[2]' was declared here gleDouble isect_point[3]; ^~~~~~~~~~~ In file included from ex_angle.c:29:0, from ex_alpha.c:52: vvector.h:65:11: warning: 'isect_point[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] (b)[1] = (a)[1]; \ ^ In file included from ex_alpha.c:53:0: ex_cut_round.c:859:14: note: 'isect_point[1]' was declared here gleDouble isect_point[3]; ^~~~~~~~~~~ In file included from ex_angle.c:29:0, from ex_alpha.c:52: vvector.h:64:11: warning: 'isect_point[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] (b)[0] = (a)[0]; \ ^ In file included from ex_alpha.c:53:0: ex_cut_round.c:859:14: note: 'isect_point[0]' was declared here gleDouble isect_point[3]; ^~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c rot_prince.c -fPIC -DPIC -o rot_prince.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c rotate.c -fPIC -DPIC -o rotate.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c round_cap.c -fPIC -DPIC -o round_cap.lo rot_prince.c:119:6: warning: 'rot_cs' defined but not used [-Wunused-function] void rot_cs (gleDouble cosine, /* input */ ^~~~~~ rot_prince.c:77:6: warning: 'rotz_cs' defined but not used [-Wunused-function] void rotz_cs (gleDouble cosine, /* input */ ^~~~~~~ rot_prince.c:53:6: warning: 'roty_cs' defined but not used [-Wunused-function] void roty_cs (gleDouble cosine, /* input */ ^~~~~~~ rot_prince.c:28:6: warning: 'rotx_cs' defined but not used [-Wunused-function] void rotx_cs (gleDouble cosine, /* input */ ^~~~~~~ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c segment.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c texgen.c round_cap.c: In function 'draw_round_style_cap_callback': round_cap.c:111:40: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] malloced_area = malloc ((4*3+1) *ncp*sizeof (double)); ^ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c urotate.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c segment.c -fPIC -DPIC -o segment.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c texgen.c -fPIC -DPIC -o texgen.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c urotate.c -fPIC -DPIC -o urotate.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c view.c texgen.c: In function 'setup_circle': texgen.c:99:62: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] sizeof(gleTwoVec)*2*nslices); ^ gcc -DHAVE_CONFIG_H -I. -I. -I.. -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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -c view.c -fPIC -DPIC -o view.lo /bin/sh ../libtool --mode=link 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 -Wall -Wall -pedantic -Wstrict-prototypes -Wconversion -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgle.la -rpath /usr/lib64 -version-info 4:0:1 ex_alpha.lo ex_angle.lo ex_cut_round.lo ex_raw.lo extrude.lo intersect.lo qmesh.lo rot_prince.lo rotate.lo round_cap.lo segment.lo texgen.lo urotate.lo view.lo -lm mkdir .libs rm -fr .libs/libgle.la .libs/libgle.* .libs/libgle.* *** Warning: This library needs some functionality provided by -lm. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. (cd . && ln -s ex_alpha.lo ex_alpha.o) (cd . && ln -s ex_angle.lo ex_angle.o) (cd . && ln -s ex_cut_round.lo ex_cut_round.o) (cd . && ln -s ex_raw.lo ex_raw.o) (cd . && ln -s extrude.lo extrude.o) (cd . && ln -s intersect.lo intersect.o) (cd . && ln -s qmesh.lo qmesh.o) (cd . && ln -s rot_prince.lo rot_prince.o) (cd . && ln -s rotate.lo rotate.o) (cd . && ln -s round_cap.lo round_cap.o) (cd . && ln -s segment.lo segment.o) (cd . && ln -s texgen.lo texgen.o) (cd . && ln -s urotate.lo urotate.o) (cd . && ln -s view.lo view.o) gcc -shared ex_alpha.lo ex_angle.lo ex_cut_round.lo ex_raw.lo extrude.lo intersect.lo qmesh.lo rot_prince.lo rotate.lo round_cap.lo segment.lo texgen.lo urotate.lo view.lo -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libgle.so.3 -o .libs/libgle.so.3.1.0 (cd .libs && rm -f libgle.so.3 && ln -s libgle.so.3.1.0 libgle.so.3) (cd .libs && rm -f libgle.so && ln -s libgle.so.3.1.0 libgle.so) creating libgle.la (cd .libs && rm -f libgle.la && ln -s ../libgle.la libgle.la) make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/src' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc' Making all in html make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc/html' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc/html' make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/examples' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c alpha.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c mainjoin.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c beam.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c mainsimple.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c candlestick.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c cone.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c cylinder.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c helix.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c helix2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c helix3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c helix4.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c helixtex.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c texture.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c maintex.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c horn.c texture.c: In function 'iterate_reaction_texture': texture.c:308:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pixmap = reaction_texture -> pixmap; ^ /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o joincone cone.o mainjoin.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c joinoffset.c /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o joinstyle cylinder.o mainjoin.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c screw.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c taper.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c texas.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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/joincone cone.o mainjoin.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/joinstyle cylinder.o mainjoin.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating joincone gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c transport.c creating joinstyle gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c twoid.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -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 -Wall -c twistoid.c /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o alpha alpha.o mainjoin.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm twoid.c: In function 'init_tripples': twoid.c:86:21: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations] twistation[i][0] = SCALE * (x); \ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ twoid.c:123:7: note: in expansion of macro 'TWIST' TWIST ((-9.5 +(double) i), 1.0); ^~~~~ twoid.c:121:10: note: within this loop while (i< NUM_TWIS_PTS) { ^ /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o beam beam.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm twistoid.c: In function 'init_tripples': twistoid.c:83:21: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations] twistation[i][0] = SCALE * (x); \ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ twistoid.c:120:7: note: in expansion of macro 'TWIST' TWIST ((-9.5 +(double) i), 1.0); ^~~~~ twistoid.c:118:10: note: within this loop while (i< NUM_TWIS_PTS) { ^ /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o candlestick candlestick.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cone cone.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/alpha alpha.o mainjoin.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating alpha /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cylinder cylinder.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/beam beam.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/candlestick candlestick.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating beam 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/cone cone.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o helix helix.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm creating candlestick creating cone /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o helix2 helix2.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o helix3 helix3.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/cylinder cylinder.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating cylinder /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o helix4 helix4.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/helix helix.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/helix2 helix2.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating helix 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/helix3 helix3.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o helixtex helixtex.o texture.o maintex.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm creating helix3 creating helix2 /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o horn horn.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o joinoffset joinoffset.o mainjoin.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/helix4 helix4.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating helix4 /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o screw screw.o texture.o maintex.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/helixtex helixtex.o texture.o maintex.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/horn horn.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/joinoffset joinoffset.o mainjoin.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating helixtex /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o taper taper.o mainsimple.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm creating horn creating joinoffset /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o texas texas.o mainjoin.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o transport transport.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/screw screw.o texture.o maintex.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating screw /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o twistoid twoid.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/taper taper.o mainsimple.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/texas texas.o mainjoin.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/transport transport.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating taper /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o twistex twistoid.o texture.o maintex.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm creating texas creating transport /bin/sh ../libtool --mode=link 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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o twoid twoid.o -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L../src/ -lm 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/twistoid twoid.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating twistoid 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/twistex twistoid.o texture.o maintex.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/twoid twoid.o /builddir/build/BUILD/gle-3.1.0/src/.libs/libgle.so -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 -L/builddir/build/BUILD/gle-3.1.0/src -lm -Wl,--rpath -Wl,/usr/lib64 creating twistex creating twoid make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/examples' Making all in man make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/man' cp -p gle.man gle.3gle cp -p gleExtrusion.man gleExtrusion.3gle cp -p gleHelicoid.man gleHelicoid.3gle cp -p gleLathe.man gleLathe.3gle cp -p glePolyCone.man glePolyCone.3gle cp -p glePolyCylinder.man glePolyCylinder.3gle cp -p gleScrew.man gleScrew.3gle cp -p gleSetJoinStyle.man gleSetJoinStyle.3gle cp -p gleSetNumSides.man gleSetNumSides.3gle cp -p gleSpiral.man gleSpiral.3gle cp -p gleSuperExtrusion.man gleSuperExtrusion.3gle cp -p gleTextureMode.man gleTextureMode.3gle cp -p gleToroid.man gleToroid.3gle cp -p gleTwistExtrusion.man gleTwistExtrusion.3gle make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/man' Making all in ms-visual-c make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' Making all in gle make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c/gle' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c/gle' make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' Making all in swig make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/swig' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/swig' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.06xYeq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 + cd gle-3.1.0 + rm -rf /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 Making install in src make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0/src' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/src' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64 mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64 /bin/sh ../libtool --mode=install /usr/bin/install -c libgle.la /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64/libgle.la /usr/bin/install -c .libs/libgle.so.3.1.0 /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64/libgle.so.3.1.0 (cd /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64 && rm -f libgle.so.3 && ln -s libgle.so.3.1.0 libgle.so.3) (cd /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64 && rm -f libgle.so && ln -s libgle.so.3.1.0 libgle.so) /usr/bin/install -c .libs/libgle.lai /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/lib64/libgle.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/include/GL mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/include mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/include/GL /usr/bin/install -c -m 644 ./gle.h /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/include/GL/gle.h /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/ mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle /usr/bin/install -c -m 644 ./COPYING.src /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle//COPYING.src make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/src' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc' Making install in html make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc/html' make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc/html' make[3]: Nothing to be done for 'install-exec-am'. /bin/sh ../../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html /usr/bin/install -c -m 644 ./blurb.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/blurb.html /usr/bin/install -c -m 644 ./build.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/build.html /usr/bin/install -c -m 644 ./index.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/index.html /usr/bin/install -c -m 644 ./join.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/join.html /usr/bin/install -c -m 644 ./texture.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/texture.html /usr/bin/install -c -m 644 ./tube.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/tube.html /usr/bin/install -c -m 644 ./vrml.html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/vrml.html /usr/bin/install -c -m 644 ./angle.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/angle.gif /usr/bin/install -c -m 644 ./basic.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/basic.gif /usr/bin/install -c -m 644 ./candle.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/candle.gif /usr/bin/install -c -m 644 ./cone.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/cone.gif /usr/bin/install -c -m 644 ./cut.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/cut.gif /usr/bin/install -c -m 644 ./edge.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/edge.gif /usr/bin/install -c -m 644 ./edgenorm.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/edgenorm.gif /usr/bin/install -c -m 644 ./edgesweep.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/edgesweep.gif /usr/bin/install -c -m 644 ./endcap.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/endcap.gif /usr/bin/install -c -m 644 ./facenorm.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/facenorm.gif /usr/bin/install -c -m 644 ./facesweep.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/facesweep.gif /usr/bin/install -c -m 644 ./facet.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/facet.gif /usr/bin/install -c -m 644 ./gle.jpg /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/gle.jpg /usr/bin/install -c -m 644 ./helix.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix.gif /usr/bin/install -c -m 644 ./helix1.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix1.gif /usr/bin/install -c -m 644 ./helix2.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix2.gif /usr/bin/install -c -m 644 ./helix3.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix3.gif /usr/bin/install -c -m 644 ./helix4.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix4.gif /usr/bin/install -c -m 644 ./helix5.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix5.gif /usr/bin/install -c -m 644 ./helix6.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix6.gif /usr/bin/install -c -m 644 ./helixtex.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helixtex.gif /usr/bin/install -c -m 644 ./offround.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/offround.gif /usr/bin/install -c -m 644 ./ogla.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/ogla.gif /usr/bin/install -c -m 644 ./ogla_sm.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/ogla_sm.gif /usr/bin/install -c -m 644 ./opencontour.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/opencontour.gif /usr/bin/install -c -m 644 ./raw.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/raw.gif /usr/bin/install -c -m 644 ./round.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/round.gif /usr/bin/install -c -m 644 ./screw0.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screw0.gif /usr/bin/install -c -m 644 ./screw1.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screw1.gif /usr/bin/install -c -m 644 ./screw2.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screw2.gif /usr/bin/install -c -m 644 ./screwn.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screwn.gif /usr/bin/install -c -m 644 ./shear.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/shear.gif /usr/bin/install -c -m 644 ./texas.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/texas.gif /usr/bin/install -c -m 644 ./texscr.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/texscr.gif /usr/bin/install -c -m 644 ./texscr2.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/texscr2.gif /usr/bin/install -c -m 644 ./textwi.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/textwi.gif /usr/bin/install -c -m 644 ./textwi2.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/textwi2.gif /usr/bin/install -c -m 644 ./twist1.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/twist1.gif /usr/bin/install -c -m 644 ./twist2.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/twist2.gif /usr/bin/install -c -m 644 ./twist3.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/twist3.gif /usr/bin/install -c -m 644 ./angle.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/angle.orig.gif /usr/bin/install -c -m 644 ./basic.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/basic.orig.gif /usr/bin/install -c -m 644 ./candle.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/candle.orig.gif /usr/bin/install -c -m 644 ./cone.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/cone.orig.gif /usr/bin/install -c -m 644 ./cut.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/cut.orig.gif /usr/bin/install -c -m 644 ./edge.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/edge.orig.gif /usr/bin/install -c -m 644 ./edgenorm.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/edgenorm.orig.gif /usr/bin/install -c -m 644 ./edgesweep.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/edgesweep.orig.gif /usr/bin/install -c -m 644 ./endcap.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/endcap.orig.gif /usr/bin/install -c -m 644 ./facenorm.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/facenorm.orig.gif /usr/bin/install -c -m 644 ./facesweep.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/facesweep.orig.gif /usr/bin/install -c -m 644 ./facet.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/facet.orig.gif /usr/bin/install -c -m 644 ./helix3.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix3.orig.gif /usr/bin/install -c -m 644 ./helix5.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix5.orig.gif /usr/bin/install -c -m 644 ./helix6.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/helix6.orig.gif /usr/bin/install -c -m 644 ./offround.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/offround.orig.gif /usr/bin/install -c -m 644 ./opencontour.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/opencontour.orig.gif /usr/bin/install -c -m 644 ./raw.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/raw.orig.gif /usr/bin/install -c -m 644 ./round.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/round.orig.gif /usr/bin/install -c -m 644 ./screw0.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screw0.orig.gif /usr/bin/install -c -m 644 ./screw1.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screw1.orig.gif /usr/bin/install -c -m 644 ./screw2.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screw2.orig.gif /usr/bin/install -c -m 644 ./screwn.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/screwn.orig.gif /usr/bin/install -c -m 644 ./shear.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/shear.orig.gif /usr/bin/install -c -m 644 ./texas.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/texas.orig.gif /usr/bin/install -c -m 644 ./twist1.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/twist1.orig.gif /usr/bin/install -c -m 644 ./twist2.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/twist2.orig.gif /usr/bin/install -c -m 644 ./twist3.orig.gif /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/twist3.orig.gif /usr/bin/install -c -m 644 ./README /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/html/README make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc/html' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc/html' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc' make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/ /usr/bin/install -c -m 644 ./COPYING.artistic /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle//COPYING.artistic /usr/bin/install -c -m 644 ./gle-3.0.lsm /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle//gle-3.0.lsm make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/doc' Making install in examples make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0/examples' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/examples' make[2]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples /usr/bin/install -c -m 644 ./COPYING /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/COPYING /usr/bin/install -c -m 644 ./Makefile.examples /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/Makefile.examples /usr/bin/install -c -m 644 ./README /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/README /usr/bin/install -c -m 644 ./rundemo /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/rundemo /usr/bin/install -c -m 644 ./main.h /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/main.h /usr/bin/install -c -m 644 ./texture.h /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/texture.h /usr/bin/install -c -m 644 ./alpha.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/alpha.c /usr/bin/install -c -m 644 ./beam.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/beam.c /usr/bin/install -c -m 644 ./candlestick.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/candlestick.c /usr/bin/install -c -m 644 ./cone.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/cone.c /usr/bin/install -c -m 644 ./cylinder.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/cylinder.c /usr/bin/install -c -m 644 ./helix.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/helix.c /usr/bin/install -c -m 644 ./helix2.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/helix2.c /usr/bin/install -c -m 644 ./helix3.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/helix3.c /usr/bin/install -c -m 644 ./helix4.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/helix4.c /usr/bin/install -c -m 644 ./helixtex.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/helixtex.c /usr/bin/install -c -m 644 ./horn.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/horn.c /usr/bin/install -c -m 644 ./joinoffset.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/joinoffset.c /usr/bin/install -c -m 644 ./mainjoin.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/mainjoin.c /usr/bin/install -c -m 644 ./mainsimple.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/mainsimple.c /usr/bin/install -c -m 644 ./maintex.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/maintex.c /usr/bin/install -c -m 644 ./screw.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/screw.c /usr/bin/install -c -m 644 ./taper.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/taper.c /usr/bin/install -c -m 644 ./texas.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/texas.c /usr/bin/install -c -m 644 ./texture.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/texture.c /usr/bin/install -c -m 644 ./transport.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/transport.c /usr/bin/install -c -m 644 ./twoid.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/twoid.c /usr/bin/install -c -m 644 ./twistoid.c /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/examples/twistoid.c make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/examples' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/examples' Making install in man make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0/man' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/man' make[2]: Nothing to be done for 'install-exec-am'. make install-man3 make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/man' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3 mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man mkdir /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3 /usr/bin/install -c -m 644 ./gle.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gle.3gle /usr/bin/install -c -m 644 ./gleExtrusion.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleExtrusion.3gle /usr/bin/install -c -m 644 ./gleHelicoid.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleHelicoid.3gle /usr/bin/install -c -m 644 ./gleLathe.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleLathe.3gle /usr/bin/install -c -m 644 ./glePolyCone.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/glePolyCone.3gle /usr/bin/install -c -m 644 ./glePolyCylinder.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/glePolyCylinder.3gle /usr/bin/install -c -m 644 ./gleScrew.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleScrew.3gle /usr/bin/install -c -m 644 ./gleSetJoinStyle.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleSetJoinStyle.3gle /usr/bin/install -c -m 644 ./gleSetNumSides.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleSetNumSides.3gle /usr/bin/install -c -m 644 ./gleSpiral.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleSpiral.3gle /usr/bin/install -c -m 644 ./gleSuperExtrusion.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleSuperExtrusion.3gle /usr/bin/install -c -m 644 ./gleTextureMode.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleTextureMode.3gle /usr/bin/install -c -m 644 ./gleToroid.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleToroid.3gle /usr/bin/install -c -m 644 ./gleTwistExtrusion.3gle /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/man/man3/gleTwistExtrusion.3gle make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/man' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/man' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/man' Making install in ms-visual-c make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' Making install in gle make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c/gle' make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c/gle' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c/gle' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c/gle' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' make[3]: Entering directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/ms-visual-c' Making install in swig make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0/swig' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0/swig' 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/gle-3.1.0/swig' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0/swig' make[1]: Entering directory '/builddir/build/BUILD/gle-3.1.0' make[2]: Entering directory '/builddir/build/BUILD/gle-3.1.0' make[2]: Nothing to be done for 'install-exec-am'. /bin/sh ./mkinstalldirs /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle/ /usr/bin/install -c -m 644 ./AUTHORS /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle//AUTHORS /usr/bin/install -c -m 644 ./README /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle//README /usr/bin/install -c -m 644 ./COPYING /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle//COPYING make[2]: Leaving directory '/builddir/build/BUILD/gle-3.1.0' make[1]: Leaving directory '/builddir/build/BUILD/gle-3.1.0' + find /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 -name '*.la' -exec rm -f '{}' ';' + mv /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/gle docs + /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libgle-3.1.0-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XLMEXF + umask 022 + cd /builddir/build/BUILD + cd gle-3.1.0 + DOCDIR=/builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle + cp -pr docs/AUTHORS /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle + cp -pr docs/COPYING /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle + cp -pr docs/README /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle + exit 0 Provides: libgle = 3.1.0-16.fc28 libgle(riscv-64) = 3.1.0-16.fc28 libgle.so.3()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig /sbin/ldconfig Requires(postun): /sbin/ldconfig /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: libgle-devel-3.1.0-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OstGCj + umask 022 + cd /builddir/build/BUILD + cd gle-3.1.0 + DOCDIR=/builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle-devel + cp -pr docs/examples /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle-devel + cp -pr docs/html /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64/usr/share/doc/libgle-devel + exit 0 Provides: libgle-devel = 3.1.0-16.fc28 libgle-devel(riscv-64) = 3.1.0-16.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libgle.so.3()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/libgle-3.1.0-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libgle-3.1.0-16.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libgle-devel-3.1.0-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1300eV + umask 022 + cd /builddir/build/BUILD + cd gle-3.1.0 + rm -rf /builddir/build/BUILDROOT/libgle-3.1.0-16.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff