+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/xlockmore.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.TLdVsE
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf xlockmore-5.55
+ /usr/bin/xz -dc /builddir/build/SOURCES/xlockmore-5.55.tar.xz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd xlockmore-5.55
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (xlockmore-5.40-fix_exitcode.patch):'
Patch #0 (xlockmore-5.40-fix_exitcode.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0
patching file xlock/xlock.c
Hunk #1 succeeded at 1063 (offset 11 lines).
Hunk #2 succeeded at 1080 (offset 11 lines).
Hunk #3 succeeded at 2897 (offset -57 lines).
+ /usr/bin/sed -i -e 's,/lib,/lib64,g;s,-Wno-format,,g;' configure
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zXkoaQ
+ umask 022
+ cd /builddir/build/BUILD
+ cd xlockmore-5.55
+ 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
+ ./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 --with-crypt --enable-pam --enable-syslog --disable-setuid --disable-mb
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking for riscv64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
Turning on GNU compiler warnings.
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking test -h... -h
checking for library containing strerror... none required
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for getenv declaration... yes
checking for gethostname... yes
checking for select... yes
checking for strdup... yes
checking for vfork... yes
checking for seteuid... 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 X app-defaults directory... /usr/lib64/X11/app-defaults
checking for Motif... libraries , headers /usr/include
checking for Editres... libraries , headers /usr/include
checking for XPM... no
checking for MAGICK... no Magick-config
checking for GLTT... no
checking for TTF... no
checking for FTGL... no
checking for FREETYPE2... no
checking for OpenGL (OK if this is Mesa)... libraries , headers /usr/include
checking for Mesa... ignored - using OpenGL
checking for GL >=1.1... yes
checking for DtSaver... no
checking for EXT... libraries , headers /usr/include
checking for DPMS... libraries , headers /usr/include
checking for XINERAMA... libraries , headers /usr/include
checking for DEF_PLAY... defining option DEF_PLAY = "play.sh"
checking for RPLAY... no
checking for ESOUND... no esd-config
checking for NAS... no
checking for CRYPT... no
checking for library containing crypt... -lcrypt
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0... 2.24.32
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for usleep... yes
checking how to call gettimeofday... two arguments
checking for tzset... yes
checking for timelocal... yes
checking for inline... inline
checking for srand48... yes
checking for srand48 declaration... yes
checking matherr support... no
checking struct sigset_t... no
checking whether wchar_t is defined internal to C++... no
defining option USE_VROOT
defining option ALWAYS_ALLOW_ROOT
defining option USE_SYSLOG
defining option USE_BOMB
defining option USE_PAM
checking for dlsym... no
using default language (English)
no setuid/setgid install
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xlock/Makefile
config.status: creating modes/Makefile
config.status: creating modes/glx/Makefile
config.status: creating xmlock/Makefile
config.status: creating xglock/Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-dependency-tracking
+ /usr/bin/make -j4
make[1]: Entering directory '/builddir/build/BUILD/xlockmore-5.55/xlock'
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xlock.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread passwd.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread resource.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread parsecmd.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread util.c
passwd.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)passwd.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
resource.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)resource.c 4.08 98/08/04 xlockmore";
                   ^~~~~~
xlock.c: In function 'finish':
xlock.c:1517:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
  (void) nice(0);
  ^~~~~~~~~~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread logout.c
xlock.c: In function 'main':
xlock.c:3239:2: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result]
  (void) setegid(rgid);
  ^~~~~~~~~~~~~~~~~~~~
xlock.c:3240:2: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result]
  (void) seteuid(ruid);
  ^~~~~~~~~~~~~~~~~~~~
xlock.c:3274:2: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result]
  (void) setegid(egid);
  ^~~~~~~~~~~~~~~~~~~~
xlock.c:3275:2: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result]
  (void) seteuid(euid);
  ^~~~~~~~~~~~~~~~~~~~
xlock.c:3332:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result]
   (void) setgid(rgid);
   ^~~~~~~~~~~~~~~~~~~
xlock.c:3333:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result]
   (void) setuid(ruid);
   ^~~~~~~~~~~~~~~~~~~
xlock.c:3914:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
  (void) nice(nicelevel);
  ^~~~~~~~~~~~~~~~~~~~~~
xlock.c:3942:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
    (void) system(startCmd);
    ^~~~~~~~~~~~~~~~~~~~~~~
xlock.c:3981:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
    (void) system(endCmd);
    ^~~~~~~~~~~~~~~~~~~~~
xlock.c: In function 'getPassword':
xlock.c:2277:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
  (void) nice(0);
  ^~~~~~~~~~~~~~
xlock.c:2722:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
  (void) nice(nicelevel);
  ^~~~~~~~~~~~~~~~~~~~~~
At top level:
xlock.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)xlock.c 5.34 2011/05/23 xlockmore";
                   ^~~~~~
util.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)util.c 4.10 98/04/23 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread mode.c
logout.c: In function 'logoutUser':
logout.c:396:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
    (void) system(logoutCmd);
    ^~~~~~~~~~~~~~~~~~~~~~~~
At top level:
logout.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)logout.c 4.02 97/04/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xlockimage.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread ras.c
xlockimage.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)xlockimage.c 4.19 00/10/26 xlockmore";
                   ^~~~~~
mode.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)mode.c 5.12 04/03/09 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xbm.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread vis.c
ras.c: In function 'RasterFileToImage':
ras.c:67:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  (void) fread((void *) xlockimage.header, 8, 4, file);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ras.c:115:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  (void) fread((void *) xlockimage.color, (int) xlockimage.colors, 3, file);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ras.c:116:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  (void) fread((void *) rasdata, read_width, (int) xlockimage.height, file);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
ras.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)ras.c 4.00 97/01/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread visgl.c
xbm.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)xbm.c 4.00 97/01/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread color.c
vis.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)vis.c 4.07 97/01/30 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread random.c
random.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)random.c 4.10 98/04/23 xlockmore";
                   ^~~~~~
visgl.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)visgl.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread iostuff.c
color.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)color.c 4.00 97/01/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread automata.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread spline.c
iostuff.c: In function 'getWords':
iostuff.c:855:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       (void) fgets(p, BUFSIZ - strlen(&buf[screen * BUFSIZ]), pp);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iostuff.c:857:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       (void) fgets(p, BUFSIZ - strlen(&buf[screen * BUFSIZ]), pp);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
iostuff.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)iostuff.c 5.03 2001/11/16 xlockmore";
                   ^~~~~~
automata.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)automata.c 4.10 98/04/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sound.c
sound.c: In function 'play_sound':
sound.c:35:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   (void) system(progrun);
   ^~~~~~~~~~~~~~~~~~~~~~
At top level:
sound.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sound.c 4.00 97/01/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread erase.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread magick.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xshm.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread thread_util.c
magick.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)magick.c     5.00 00/10/26 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread aligned_malloc.c
erase.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)erase.c 5.03 2001/10/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread vtlock.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread vtlock_proc.c
vtlock.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)vtlock.c 1.3 2000/01/28 xlockmore";
                   ^~~~~~
vtlock_proc.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)vtlock_proc.c 1.2 00/08/30 xlockmore";
                   ^~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/xlockmore-5.55/xlock'
make[1]: Entering directory '/builddir/build/BUILD/xlockmore-5.55/modes/glx'
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread cage.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread gears.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread moebius.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread morph3d.c
gears.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)gears.c 5.03 2001/11/28 xlockmore";
                   ^~~~~~
moebius.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)moebius.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
cage.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)cage.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
morph3d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)morph3d.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread noof.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread rubik.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sierpinski3d.c
noof.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)noof.c 5.04 2002/02/10 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread skewb.c
rubik.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)rubik.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
sierpinski3d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sierpinski3D.c 00.01 99/11/04 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread stairs.c
skewb.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)skewb.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
stairs.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)stairs.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread superquadrics.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xpm-ximage.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread pipeobjs.c
xpm-ximage.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)xpm-ximage.c       5.0 00/11/14 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread buildlwo.c
superquadrics.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)superquadrics.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sproingiewrap.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_b.c
pipeobjs.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)pipeobjs.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_1.c
buildlwo.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)buildlwo.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_2.c
sproingiewrap.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sproingiewrap.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_3.c
s1_b.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_b.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_4.c
s1_1.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_1.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_5.c
s1_2.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_2.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread s1_6.c
s1_3.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_3.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread dolphin.c
s1_4.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_4.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread shark.c
s1_5.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_5.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread swim.c
s1_6.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)s1_6.c 4.04 97/07/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread whale.c
dolphin.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)dolphin.c 5.01 2001/04/17 xlockmore";
                   ^~~~~~
shark.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)shark.c 5.01 2001/04/17 xlockmore";
                   ^~~~~~
swim.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)swim.c 1.4 2000/01/28 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread tunnel_draw.c
whale.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)whale.c 5.01 2001/04/17 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread b_draw.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread b_sphere.c
tunnel_draw.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)tunnel_draw.c 5.13 2004/07/19 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread b_lockglue.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread tube.c
b_draw.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)b_draw.c  4.11 98/06/16 xlockmore";
                   ^~~~~~
b_sphere.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)b_sphere.c  4.11 98/06/16 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sphere.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread rotator.c
b_lockglue.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)b_lockglue.c  5.01 2001/03/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread glxfonts.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread gltrackball.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread trackball.c
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_figureeight.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_linkage.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_sphere.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_spline.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_threejet.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_threejetvec.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_twojet.cc
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread i_twojetvec.cc
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread fire.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread lament.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sballs.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread molecule.c
fire.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)fire.c 5.02 2001/09/26 xlockmore";
                   ^~~~~~
lament.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)lament.c 5.03 2001/11/28 xlockmore";
                   ^~~~~~
sballs.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sballs.c 5.02 2001/03/10 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread pipes.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sproingies.c
molecule.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)molecule.c 5.01 2001/04/12 xlockmore";
                   ^~~~~~
pipes.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)pipes.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
sproingies.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sproingies.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread atlantis.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread atunnels.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bubble3d.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread glplanet.c
atlantis.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)atlantis.c 5.12 2004/03/03 xlockmore";
                   ^~~~~~
atunnels.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)atunnels.c 5.13 2004/07/19 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread juggler3d.c
bubble3d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bubble3d.c  4.11 98/06/16 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread invert.c
glplanet.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)glplanet.c 5.01 01/04/13 xlockmore";
                   ^~~~~~
invert.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)invert.c 5.01 2001/03/01 xlockmore";
                   ^~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/xlockmore-5.55/modes/glx'
make[1]: Entering directory '/builddir/build/BUILD/xlockmore-5.55/modes'
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread anemone.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread ant.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread ant3d.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread apollonian.c
anemone.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)anemone.c 5.22 2006/03/04 xlockmore";
                   ^~~~~~
apollonian.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)apollonian.c 5.02 2001/07/01 xlockmore";
                   ^~~~~~
ant3d.c:4:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)ant3d.c 5.13 2004/07/23 xlockmore";
                   ^~~~~~
ant.c:7:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)ant.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
apollonian.c: In function 'p':
apollonian.c:541:27: warning: '%g' directive writing between 1 and 13 bytes into a region of size 10 [-Wformat-overflow=]
   (void) sprintf(string, "%g", (g == 0.0) ? 0 : -g);
                           ^~
apollonian.c:541:26: note: assuming directive output of 12 bytes
   (void) sprintf(string, "%g", (g == 0.0) ? 0 : -g);
                          ^~~~
In file included from /usr/include/stdio.h:861:0,
                 from ../xlock/xlock.h:387,
                 from apollonian.c:79:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 14 bytes into a destination of size 10
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apollonian.c:601:27: warning: '%g' directive writing between 1 and 13 bytes into a region of size 10 [-Wformat-overflow=]
   (void) sprintf(string, "%g", g);
                           ^~
apollonian.c:601:26: note: assuming directive output of 12 bytes
   (void) sprintf(string, "%g", g);
                          ^~~~
In file included from /usr/include/stdio.h:861:0,
                 from ../xlock/xlock.h:387,
                 from apollonian.c:79:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 14 bytes into a destination of size 10
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread ball.c
ball.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)ball.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f bat.xbm ; ln -s ../bitmaps/l-xlock.xbm bat.xbm
rm -f bat.xpm ; ln -s ../pixmaps/l-xlock.xpm bat.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread blot.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bouboule.c
blot.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)blot.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f bounce.xbm ; ln -s ../bitmaps/l-xlock.xbm bounce.xbm
rm -f bounce.xpm ; ln -s ../pixmaps/l-xlock.xpm bounce.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread braid.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bubble.c
bouboule.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bouboule.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
braid.c:8:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)braid.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
bubble.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bubble.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bug.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread clock.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread coral.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread crystal.c
bug.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bug.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
clock.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)clock.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
coral.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)coral.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
crystal.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)crystal.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread daisy.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread dclock.c
daisy.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)daisy.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
dclock.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)dclock.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f decay.xbm ; ln -s ../bitmaps/l-xlock.xbm decay.xbm
rm -f decay.xpm ; ln -s ../pixmaps/l-xlock.xpm decay.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread deco.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread deluxe.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread demon.c
deco.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)deco.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
deluxe.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)deluxe.c 5.22 2006/03/07 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread dilemma.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread discrete.c
demon.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)demon.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread dragon.c
dilemma.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)dilemma.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
discrete.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)discrete.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
dragon.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)dragon.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread drift.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread euler2d.c
rm -f eyes.xbm ; ln -s ../bitmaps/m-grelb.xbm eyes.xbm
rm -f eyes2.xbm ; ln -s ../bitmaps/m-grelb-2.xbm eyes2.xbm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread fadeplot.c
drift.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)drift.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
euler2d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)euler2d.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread fiberlamp.c
fadeplot.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)fadeplot.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f flag.xbm ; ln -s ../bitmaps/m-linux.xbm flag.xbm
rm -f flag.xpm ; ln -s ../pixmaps/m-linux.xpm flag.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread flame.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread flow.c
fiberlamp.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)fiberlamp.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread forest.c
flame.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)flame.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
flow.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)flow.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread fzort.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread galaxy.c
forest.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)forest.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread goop.c
galaxy.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)galaxy.c 5.01 2001/01/02 xlockmore";
                   ^~~~~~
fzort.c:1173:1: warning: 'x_error_handler' defined but not used [-Wunused-function]
 x_error_handler(Display *display, XErrorEvent *error)
 ^~~~~~~~~~~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread grav.c
goop.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)goop.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread helix.c
grav.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)grav.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
helix.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)helix.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread hop.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread hyper.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread ico.c
hop.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)hop.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
hyper.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)hyper.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
ico.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)ico.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread ifs.c
hyper.c: In function 'draw_hyper_step':
hyper.c:879:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 3 [-Wformat-overflow=]
     (void) sprintf(tmps, "%d", i);
                           ^~
hyper.c:879:26: note: directive argument in the range [0, 2147483647]
     (void) sprintf(tmps, "%d", i);
                          ^~~~
In file included from /usr/include/stdio.h:861:0,
                 from ../xlock/xlock.h:387,
                 from hyper.c:85:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 3
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f image.xbm ; ln -s ../bitmaps/m-linux.xbm image.xbm
rm -f image.xpm ; ln -s ../pixmaps/m-linux.xpm image.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread juggle.c
ifs.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)ifs.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread julia.c
juggle.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)juggle.c 5.10 2003/09/02 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread kaleid.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread kumppa.c
julia.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)julia.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread laser.c
kumppa.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)kumppa.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
kaleid.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)kaleid.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
laser.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)laser.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f life.xbm ; ln -s ../bitmaps/s-grelb.xbm life.xbm
rm -f life2.xbm ; ln -s ../bitmaps/s-grelb-2.xbm life2.xbm
rm -f life1d.xbm ; ln -s ../bitmaps/t-x11.xbm life1d.xbm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread life3d.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread lightning.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread lisa.c
lightning.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)lightning.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread lissie.c
lisa.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)lisa.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread loop.c
life3d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)life3d.c 5.27 2008/07/28 xlockmore";
                   ^~~~~~
lissie.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)lissie.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread lyapunov.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread mandelbrot.c
loop.c:307:18: warning: 'M9' defined but not used [-Wunused-const-variable=]
 static const int M9[]={1, 9, 81, 729, 6561, 59049, 531441, 4782969, 43046721,
                  ^~
loop.c:306:18: warning: 'M8' defined but not used [-Wunused-const-variable=]
 static const int M8[]={1, 8, 64, 512, 4096, 32768, 262144, 2097152, 16777216};
                  ^~
loop.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)loop.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
lyapunov.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)lyapunov.c 5.09 2003/06/30 xlockmore";
                   ^~~~~~
mandelbrot.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)mandelbrot.c 5.09 2003/06/30 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread marquee.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread matrix.c
marquee.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)marquee.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f maze.xbm ; ln -s ../bitmaps/l-linux.xbm maze.xbm
rm -f maze.xpm ; ln -s ../pixmaps/m-linux.xpm maze.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread mountain.c
matrix.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)matrix.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread munch.c
mountain.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)mountain.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread nose.c
munch.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)munch.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread pacman.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread penrose.c
nose.c:8:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)nose.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
pacman.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)pacman.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
penrose.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)penrose.c 5.09 2003/07/08 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread petal.c
petal.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)petal.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread petri.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread polyominoes.c
rm -f puzzle.xbm ; ln -s ../bitmaps/l-xlock.xbm puzzle.xbm
rm -f puzzle.xpm ; ln -s ../pixmaps/l-xlock.xpm puzzle.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread pyro.c
petri.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)petri.c 5.04 2002/07/19 xlockmore";
                   ^~~~~~
pyro.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)pyro.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
rm -f pyro2.xbm ; ln -s ../bitmaps/l-xlock.xbm pyro2.xbm
rm -f pyro2.xpm ; ln -s ../pixmaps/l-xlock.xpm pyro2.xpm
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread qix.c
polyominoes.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)polyominoes.c 5.01 2000/12/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread rain.c
qix.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)qix.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread roll.c
rain.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)rain.c  1.00 2007/05/22 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread rotor.c
roll.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)roll.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread scooter.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread shape.c
rotor.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)rotor.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
scooter.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)scooter.c 5.01 2001/03/02 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sierpinski.c
shape.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)shape.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
sierpinski.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sierpinski.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread slip.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread space.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread sphere.c
slip.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)slip.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
space.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)space.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
sphere.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)sphere.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread spiral.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread spline.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread star.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread starfish.c
spiral.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)spiral.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
spline.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)spline.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
star.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)star.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread strange.c
starfish.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)starfish.c 5.03 2003/05/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread swarm.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread swirl.c
strange.c: In function 'init_strange':
strange.c:1236:11: warning: unused variable 'screen' [-Wunused-variable]
   Screen *screen = ScreenOfDisplay(display, MI_SCREEN(mi));
           ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread t3d.c
swarm.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)swarm.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread tetris.c
t3d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)t3d.c 5.0 2000/11/01 xlockmore";
                   ^~~~~~
swirl.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)swirl.c 5.09 2003/06/30 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread thornbird.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread tik_tak.c
tetris.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)tetris.c 5.01 2000/12/19 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread toneclock.c
thornbird.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)thornbird.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
tik_tak.c:6:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)tik_tak.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread triangle.c
toneclock.c:6:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)toneclock.c 5.00 2004/09/16 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread tube.c
triangle.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)triangle.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread turtle.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread vines.c
tube.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)tube.c 5.09 2003/06/30 xlockmore";
                   ^~~~~~
turtle.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)turtle.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread voters.c
vines.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)vines.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread wator.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread wire.c
voters.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)voters.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
wator.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)wator.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
wire.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)wire.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread world.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread worm.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xcl.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread xjack.c
world.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)world.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
worm.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)worm.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
g++ -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread solitaire.cc
xjack.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)xjack.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bomb.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread blank.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread random.c
bomb.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bomb.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
blank.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)blank.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bat.c
bomb.c: In function 'draw_bomb':
bomb.c:460:27: warning: '%0*d' directive writing between 2 and 8 bytes into a region of size 6 [-Wformat-overflow=]
   (void) sprintf(number, "%0*d:%02d", NDIGITS - 2,
                           ^~~~
bomb.c:460:26: note: directive argument in the range [0, 35791394]
   (void) sprintf(number, "%0*d:%02d", NDIGITS - 2,
                          ^~~~~~~~~~~
bomb.c:460:26: note: directive argument in the range [0, 59]
In file included from /usr/include/stdio.h:861:0,
                 from ../xlock/xlock.h:387,
                 from bomb.c:59:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 12 bytes into a destination of size 6
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
random.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)random.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread bounce.c
bat.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bat.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread decay.c
bounce.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)bounce.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
decay.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)decay.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread eyes.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread flag.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread image.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread life.c
eyes.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)eyes.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
flag.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)flag.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
image.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)image.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread life1d.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread maze.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread puzzle.c
life.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)life.c 5.24 2007/01/18 xlockmore";
                   ^~~~~~
life1d.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)life1d.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
maze.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)maze.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
puzzle.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)puzzle.c 5.00 2000/11/01 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib64/X11/app-defaults/%N%C%S:/usr/lib64/X11/app-defaults/%N%S\"   -I. -I.. -I.. -I../xlock/ -I../..  -I/usr/include -I/usr/include -I/usr/include -I/usr/include -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  -pthread pyro2.c
pyro2.c:5:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)pyro.c 5.26 2008/02/07 xlockmore";
                   ^~~~~~
g++ -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  -pthread -o ../xlock/xlock ../xlock/xlock.o ../xlock/passwd.o ../xlock/resource.o ../xlock/parsecmd.o  ../xlock/util.o ../xlock/logout.o ../xlock/mode.o ../xlock/xlockimage.o ../xlock/ras.o ../xlock/xbm.o  ../xlock/vis.o ../xlock/visgl.o ../xlock/color.o ../xlock/random.o ../xlock/iostuff.o ../xlock/automata.o  ../xlock/spline.o ../xlock/sound.o ../xlock/erase.o ../xlock/magick.o ../xlock/xshm.o  ../xlock/thread_util.o ../xlock/aligned_malloc.o ../xlock/vtlock.o ../xlock/vtlock_proc.o  anemone.o ant.o ant3d.o apollonian.o  ball.o bat.o blot.o  bouboule.o bounce.o braid.o bubble.o bug.o  clock.o coral.o crystal.o  daisy.o dclock.o decay.o deco.o deluxe.o demon.o  dilemma.o discrete.o dragon.o drift.o euler2d.o eyes.o  fadeplot.o fiberlamp.o flag.o flame.o flow.o forest.o  fzort.o galaxy.o goop.o grav.o  helix.o hop.o hyper.o  ico.o ifs.o image.o juggle.o julia.o kaleid.o kumppa.o  laser.o life.o life1d.o life3d.o  lightning.o lisa.o lissie.o loop.o lyapunov.o  mandelbrot.o marquee.o matrix.o maze.o  mountain.o munch.o nose.o  pacman.o penrose.o petal.o petri.o  polyominoes.o puzzle.o pyro.o pyro2.o  qix.o rain.o roll.o rotor.o  scooter.o shape.o sierpinski.o slip.o  space.o sphere.o spiral.o spline.o  star.o starfish.o strange.o swarm.o swirl.o  t3d.o tetris.o thornbird.o tik_tak.o toneclock.o  triangle.o tube.o turtle.o  vines.o voters.o  wator.o wire.o world.o worm.o xcl.o xjack.o   solitaire.o   glx/cage.o glx/gears.o  glx/moebius.o glx/morph3d.o glx/noof.o glx/rubik.o  glx/sierpinski3d.o glx/skewb.o glx/stairs.o glx/superquadrics.o       bomb.o blank.o random.o  glx/xpm-ximage.o glx/pipeobjs.o  glx/buildlwo.o glx/sproingiewrap.o glx/s1_b.o  glx/s1_1.o glx/s1_2.o glx/s1_3.o glx/s1_4.o glx/s1_5.o glx/s1_6.o glx/dolphin.o glx/shark.o glx/swim.o glx/whale.o glx/tunnel_draw.o  glx/b_draw.o glx/b_sphere.o glx/b_lockglue.o glx/tube.o glx/sphere.o glx/rotator.o  glx/glxfonts.o glx/gltrackball.o glx/trackball.o glx/i_figureeight.o  glx/i_linkage.o glx/i_sphere.o glx/i_spline.o  glx/i_threejet.o glx/i_threejetvec.o  glx/i_twojet.o glx/i_twojetvec.o glx/fire.o glx/lament.o glx/sballs.o glx/molecule.o  glx/pipes.o glx/sproingies.o glx/atlantis.o glx/atunnels.o  glx/bubble3d.o glx/glplanet.o glx/juggler3d.o glx/invert.o     -lSM -lICE   -lXmu -lGL -lGLU -lXinerama -lcrypt -lpam -ldl -lX11 -lXext -lm 
../xlock/xlock BUILD COMPLETE

make[1]: Leaving directory '/builddir/build/BUILD/xlockmore-5.55/modes'
make[1]: Entering directory '/builddir/build/BUILD/xlockmore-5.55/xmlock'
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H  -I/usr/include -I/usr/include -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  -pthread option.c
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H  -I/usr/include -I/usr/include -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  -pthread xmlock.c
option.c:2:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)option.c 4.00 97/01/01 xlockmore";
                   ^~~~~~
xmlock.c: In function 'callLocker':
xmlock.c:220:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  (void) system(command);
  ^~~~~~~~~~~~~~~~~~~~~~
At top level:
xmlock.c:3:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
 static const char sccsid[] = "@(#)xmlock.c 4.08 98/02/18 xlockmore";
                   ^~~~~~
gcc -Wnested-externs  -o xmlock option.o xmlock.o  -lXmu -lXm -lXt  -lX11
xmlock BUILD COMPLETE

make[1]: Leaving directory '/builddir/build/BUILD/xlockmore-5.55/xmlock'
make[1]: Entering directory '/builddir/build/BUILD/xlockmore-5.55/xglock'
gcc -Wnested-externs  -c  -DHAVE_CONFIG_H  -DXGLOCKRC_FILE=\"/usr/share/xlock/xglockrc\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread  -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  -pthread xglock.c
gcc -Wnested-externs  -o xglock xglock.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lX11
xglock BUILD COMPLETE

make[1]: Leaving directory '/builddir/build/BUILD/xlockmore-5.55/xglock'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dkK5Mj
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64
+ cd xlockmore-5.55
+ /usr/bin/install -D -m0755 xlock/xlock /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/bin/xlock
+ /usr/bin/install -D -m0755 xmlock/xmlock /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/bin/xmlock
+ /usr/bin/install -D -m0755 xglock/xglock /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/bin/xglock
+ /usr/bin/install -p -D -m0644 xlock/xlock.man /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/man/man1/xlock.1
+ /usr/bin/install -p -D -m0644 xlock/XLock.ad /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/lib64/X11/app-defaults/XLock
+ /usr/bin/install -p -D -m0644 xmlock/XmLock.ad /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/lib64/X11/app-defaults/XmLock
+ /usr/bin/chmod 644 README
+ /usr/bin/chmod 644 docs/Revisions
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/etc/pam.d
+ cat
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/applications
+ cat
+ desktop-file-install --dir /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/applications --delete-original --add-category X-Fedora --add-category Application --add-category Graphics /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/applications/xlockmore.desktop
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/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: xlockmore-5.55-1.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7uw91y
+ umask 022
+ cd /builddir/build/BUILD
+ cd xlockmore-5.55
+ DOCDIR=/builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/doc/xlockmore
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/doc/xlockmore
+ cp -pr README /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/doc/xlockmore
+ cp -pr docs/3d.howto docs/HACKERS.GUIDE docs/HACKERS.GUIDE.fr docs/Purify docs/Purify.sunos4 docs/Purify.sunos5 docs/Revisions docs/TODO docs/Valgrind.debian docs/cell_automata docs/suse.patch docs/xlock.hlp docs/xlock.html /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64/usr/share/doc/xlockmore
+ exit 0
Provides: application() application(xlockmore.desktop) config(xlockmore) = 5.55-1.fc28 xlockmore = 5.55-1.fc28 xlockmore(riscv-64) = 5.55-1.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libGL.so.1()(64bit) libGLU.so.1()(64bit) libICE.so.6()(64bit) libSM.so.6()(64bit) libX11.so.6()(64bit) libXext.so.6()(64bit) libXinerama.so.1()(64bit) libXmu.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypt.so.1()(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH)
Processing files: xlockmore-motif-5.55-1.fc28.riscv64
Provides: xlockmore-motif = 5.55-1.fc28 xlockmore-motif(riscv-64) = 5.55-1.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libXm.so.4()(64bit) libXmu.so.6()(64bit) libXt.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH)
Processing files: xlockmore-gtk-5.55-1.fc28.riscv64
Provides: xlockmore-gtk = 5.55-1.fc28 xlockmore-gtk(riscv-64) = 5.55-1.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xlockmore-5.55-1.fc28.riscv64
Wrote: /builddir/build/SRPMS/xlockmore-5.55-1.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/xlockmore-5.55-1.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/xlockmore-motif-5.55-1.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/xlockmore-gtk-5.55-1.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zoPtZu
+ umask 022
+ cd /builddir/build/BUILD
+ cd xlockmore-5.55
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/xlockmore-5.55-1.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