+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/xplanet.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 warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XYCoRn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xplanet-1.3.1 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/xplanet-1.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd xplanet-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (xplanet-1.3.1-giflib.patch):' Patch #0 (xplanet-1.3.1-giflib.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gif --fuzz=0 patching file src/libimage/gif.c + xargs sed -i.c++11 -e '\@inFile\.getline@s|\(inFile\.getline[ \t]*\)\((.*)\)[ \t]*!= NULL|static_cast (\1\2)|' -e '\@inFile\.getline@s|\(inFile\.getline[ \t]*\)\((.*)\)[ \t]*== NULL|(!(static_cast (\1\2)))|' + LANG=C + grep -rl 'inFile\.getline' . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pe7mgI + umask 022 + cd /builddir/build/BUILD + cd xplanet-1.3.1 + 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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for perl... no checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to run the C preprocessor... gcc -E 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 XOpenDisplay in -lX11... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for X11/extensions/scrnsaver.h... yes checking for XScreenSaverRegister in -lXext... no checking for XScreenSaverRegister in -lXss... yes checking for freetype-config... /usr/bin/freetype-config checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for pkg-config... (cached) /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking for PANGOFT2... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for DGifOpenFileName in -lgif... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_read_header in -ljpeg... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_create_read_struct in -lpng... yes checking pnm.h usability... no checking pnm.h presence... no checking for pnm.h... no configure: WARNING: *** Native PNM support will not be included *** checking tiff.h usability... yes checking tiff.h presence... yes checking for tiff.h... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for _TIFFmalloc in -ltiff... yes checking SpiceUsr.h usability... no checking SpiceUsr.h presence... no checking for SpiceUsr.h... no configure: WARNING: *** Xplanet will be built without SPICE support *** checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking localcharset.h usability... no checking localcharset.h presence... no checking for localcharset.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for unsetenv... yes checking for timegm... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xpDefines.h config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/libannotate/Makefile config.status: creating src/libdisplay/Makefile config.status: creating src/libephemeris/Makefile config.status: creating src/libephemeris/libmoons/Makefile config.status: creating src/libimage/Makefile config.status: creating src/libmultiple/Makefile config.status: creating src/libplanet/Makefile config.status: creating src/libprojection/Makefile config.status: creating src/libsgp4sdp4/Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 -k make all-recursive make[1]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1' Making all in src make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src' Making all in libannotate make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libannotate' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Annotation.o Annotation.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o addArcs.o addArcs.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o addMarkers.o addMarkers.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o addSatellites.o addSatellites.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o arrangeMarkers.o arrangeMarkers.cpp addSatellites.cpp: In function 'void readSatelliteFile(const char*, Planet*, View*, ProjectionBase*, PlanetProperties*, std::multimap&)': addSatellites.cpp:270:41: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] &trailInterval) == 3) ^~ addSatellites.cpp:269:17: note: add parentheses around left hand side expression to silence this warning if (!sscanf(++ptr, "%d,%d,%d", &trailStart, &trailEnd, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( &trailInterval) == 3) ~~~~~~~~~~~~~~~ ) addSatellites.cpp:270:41: warning: comparison of constant '3' with boolean expression is always false [-Wbool-compare] if (!sscanf(++ptr, "%d,%d,%d", &trailStart, &trailEnd, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &trailInterval) == 3) ~~~~~~~~~~~~~~~~^~~~ g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawArc.o drawArc.cpp drawArc.cpp: In function 'void drawArc(double, double, double, double, double, double, const unsigned char*, int, double, double, Planet*, View*, ProjectionBase*, std::multimap&)': drawArc.cpp:48:28: warning: variable 'Z1' set but not used [-Wunused-but-set-variable] double X1, Y1, Z1; ^~ drawArc.cpp:49:28: warning: variable 'Z2' set but not used [-Wunused-but-set-variable] double X2, Y2, Z2; ^~ g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawCircle.o drawCircle.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Icon.o Icon.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o LineSegment.o LineSegment.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Symbol.o Symbol.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Text.o Text.cpp rm -f libannotate.a ar cru libannotate.a Annotation.o addArcs.o addMarkers.o addSatellites.o arrangeMarkers.o drawArc.o drawCircle.o Icon.o LineSegment.o Symbol.o Text.o ranlib libannotate.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libannotate' Making all in libdisplay make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libdisplay' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o DisplayBase.o DisplayBase.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o DisplayOutput.o DisplayOutput.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o getDisplay.o getDisplay.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o TextRenderer.o TextRenderer.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o getTextRenderer.o getTextRenderer.cpp DisplayBase.cpp: In member function 'void DisplayBase::drawLabel(PlanetProperties**)': DisplayBase.cpp:227:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] putenv("TZ=UTC"); ^ g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o DisplayX11.o DisplayX11.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o TextRendererFT2.o TextRendererFT2.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o TextRendererPangoFT2.o TextRendererPangoFT2.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o getTimer.o getTimer.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Timer.o Timer.cpp In file included from DisplayX11.cpp:16:0: vroot.h: In function 'Window VirtualRootWindowOfScreen(Screen*)': vroot.h:115:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < numChildren; i++) { ~~^~~~~~~~~~~~~ DisplayX11.cpp: In constructor 'DisplayX11::DisplayX11(int)': DisplayX11.cpp:100:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] classHint.res_name = "xplanet"; ^~~~~~~~~ DisplayX11.cpp:101:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] classHint.res_class = "XPlanet"; ^~~~~~~~~ TextRendererPangoFT2.cpp: In constructor 'TextRendererPangoFT2::TextRendererPangoFT2(DisplayBase*)': TextRendererPangoFT2.cpp:14:17: warning: 'void g_type_init()' is deprecated [-Wdeprecated-declarations] g_type_init(); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/pango-1.0/pango/pango-types.h:26, from /usr/include/pango-1.0/pango/pango-font.h:26, from /usr/include/pango-1.0/pango/pango-attributes.h:25, from /usr/include/pango-1.0/pango/pango.h:25, from TextRendererPangoFT2.h:4, from TextRendererPangoFT2.cpp:7: /usr/include/glib-2.0/gobject/gtype.h:686:23: note: declared here void g_type_init (void); ^~~~~~~~~~~ TextRendererPangoFT2.cpp:25:78: warning: 'PangoContext* pango_ft2_font_map_create_context(PangoFT2FontMap*)' is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations] context_ = pango_ft2_font_map_create_context(PANGO_FT2_FONT_MAP(fontMap_)); ^ In file included from TextRendererPangoFT2.h:5:0, from TextRendererPangoFT2.cpp:7: /usr/include/pango-1.0/pango/pangoft2.h:114:15: note: declared here PangoContext *pango_ft2_font_map_create_context (PangoFT2FontMap *fontmap); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TextRendererPangoFT2.cpp: In destructor 'virtual TextRendererPangoFT2::~TextRendererPangoFT2()': TextRendererPangoFT2.cpp:47:32: warning: 'void pango_ft2_shutdown_display()' is deprecated [-Wdeprecated-declarations] pango_ft2_shutdown_display(); ^ In file included from TextRendererPangoFT2.h:5:0, from TextRendererPangoFT2.cpp:7: /usr/include/pango-1.0/pango/pangoft2.h:127:20: note: declared here void pango_ft2_shutdown_display (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~ TextRendererPangoFT2.cpp: In member function 'virtual void TextRendererPangoFT2::DrawText(int, int, const unsigned char*)': TextRendererPangoFT2.cpp:101:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < bitmap.rows; j++) ~~^~~~~~~~~~~~~ TextRendererPangoFT2.cpp:104:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int k = 0; k < bitmap.width; k++) ~~^~~~~~~~~~~~~~ TextRendererFT2.cpp: In member function 'virtual void TextRendererFT2::DrawText(int, int, const unsigned char*)': TextRendererFT2.cpp:127:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < bitmap.rows; j++) ~~^~~~~~~~~~~~~ TextRendererFT2.cpp:130:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int k = 0; k < bitmap.width; k++) ~~^~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o TimerX11.o TimerX11.cpp rm -f libdisplay.a ar cru libdisplay.a DisplayBase.o DisplayOutput.o getDisplay.o TextRenderer.o getTextRenderer.o DisplayX11.o TextRendererFT2.o TextRendererPangoFT2.o ranlib libdisplay.a rm -f libtimer.a ar cru libtimer.a getTimer.o Timer.o TimerX11.o ranlib libtimer.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libdisplay' Making all in libephemeris make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' Making all in libmoons make[4]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris/libmoons' g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o earth.o earth.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o mars.o mars.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o jupiter.o jupiter.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o saturn.o saturn.cpp mars.cpp: In function 'void marsat(double, body, double&, double&, double&)': mars.cpp:22:12: warning: 'I' may be used uninitialized in this function [-Wmaybe-uninitialized] double I; // inclination of orbit to Laplacian plane ^ mars.cpp:91:12: warning: 'J' may be used uninitialized in this function [-Wmaybe-uninitialized] rotateX(X, Y, Z, -J); ~~~~~~~^~~~~~~~~~~~~ mars.cpp:94:12: warning: 'N' may be used uninitialized in this function [-Wmaybe-uninitialized] rotateZ(X, Y, Z, -N); ~~~~~~~^~~~~~~~~~~~~ mars.cpp:88:12: warning: 'K' may be used uninitialized in this function [-Wmaybe-uninitialized] rotateZ(X, Y, Z, -K); ~~~~~~~^~~~~~~~~~~~~ mars.cpp:63:12: warning: 'P' may be used uninitialized in this function [-Wmaybe-uninitialized] double ma = L - P; ^~ mars.cpp:63:12: warning: 'L' may be used uninitialized in this function [-Wmaybe-uninitialized] mars.cpp:72:17: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] Y = a * sqrt(1 - e*e) * sin(E); ~~~~^~~~~~~~~ mars.cpp:67:7: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] a /= AU_to_km; ~~^~~~~~~~~~~ saturn.cpp: In function 'void satsat(double, body, double&, double&, double&)': saturn.cpp:259:22: warning: unused variable 'vx1' [-Wunused-variable] const double vx1 = amo * asr * dga * (-sf - psi * rh * rsam1); ^~~ saturn.cpp:260:22: warning: unused variable 'vy1' [-Wunused-variable] const double vy1 = amo * asr * dga * ( cf + psi * rk * rsam1); ^~~ g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o uranus.o uranus.cpp jupiter.cpp: In function 'void jupsat(double, body, double&, double&, double&)': jupiter.cpp:673:26: warning: 'lon' may be used uninitialized in this function [-Wmaybe-uninitialized] X = radius * cos(lon - psi + upsilon); ~~~~^~~~~ jupiter.cpp:675:16: warning: 'radius' may be used uninitialized in this function [-Wmaybe-uninitialized] Z = radius * zeta; ~~~~~~~^~~~~~ g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o neptune.o neptune.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pluto.o pluto.cpp neptune.cpp: In function 'void nepsat(double, body, double&, double&, double&)': neptune.cpp:25:12: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] double i; // inclination of orbit ^ neptune.cpp:32:12: warning: 'J' may be used uninitialized in this function [-Wmaybe-uninitialized] double J; // inclination of orbital reference plane with ^ neptune.cpp:30:12: warning: 'N' may be used uninitialized in this function [-Wmaybe-uninitialized] double N; // node of the orbital reference plane on the ^ neptune.cpp:85:28: warning: 'ma' may be used uninitialized in this function [-Wmaybe-uninitialized] double E = kepler(e, ma); ^ neptune.cpp:104:12: warning: 'o' may be used uninitialized in this function [-Wmaybe-uninitialized] rotateZ(X, Y, Z, -o); ~~~~~~~^~~~~~~~~~~~~ neptune.cpp:97:12: warning: 'w' may be used uninitialized in this function [-Wmaybe-uninitialized] rotateZ(X, Y, Z, -w); ~~~~~~~^~~~~~~~~~~~~ neptune.cpp:93:17: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] Y = a * sqrt(1 - e*e) * sin(E); ~~~~^~~~~~~~~ neptune.cpp:88:7: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] a /= AU_to_km; ~~^~~~~~~~~~~ rm -f libmoons.a ar cru libmoons.a earth.o mars.o jupiter.o saturn.o uranus.o neptune.o pluto.o ranlib libmoons.a make[4]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris/libmoons' make[4]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Ephemeris.o Ephemeris.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o EphemerisHigh.o EphemerisHigh.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o EphemerisLow.o EphemerisLow.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ephemerisWrapper.o ephemerisWrapper.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o jpleph.o jpleph.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pluto.o pluto.cpp EphemerisHigh.cpp: In member function 'virtual void EphemerisHigh::GetHeliocentricXYZ(body, double, double&, double&, double&)': EphemerisHigh.cpp:100:12: warning: variable 'Vx' set but not used [-Wunused-but-set-variable] double Vx = 0, Vy = 0, Vz = 0; ^~ EphemerisHigh.cpp:100:20: warning: variable 'Vy' set but not used [-Wunused-but-set-variable] double Vx = 0, Vy = 0, Vz = 0; ^~ EphemerisHigh.cpp:100:28: warning: variable 'Vz' set but not used [-Wunused-but-set-variable] double Vx = 0, Vy = 0, Vz = 0; ^~ rm -f libephemeris.a ar cru libephemeris.a Ephemeris.o EphemerisHigh.o EphemerisLow.o ephemerisWrapper.o jpleph.o pluto.o ranlib libephemeris.a make[4]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' Making all in libimage make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libimage' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Image.o Image.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ReadImage.o ReadImage.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o WriteImage.o WriteImage.cpp gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o bmp.o bmp.c ReadImage.cpp: In function 'bool ReadImage(const char*, int&, int&, unsigned char*&, unsigned char*&)': ReadImage.cpp:56:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 1, 4, file); ~~~~~^~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o gif.o gif.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o jpeg.o jpeg.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o png.o png.c gif.c: In function 'read_gif': gif.c:42:55: warning: variable 'Count' set but not used [-Wunused-but-set-variable] int i, j, Size, Row, Col, Width, Height, ExtCode, Count; ^~~~~ gif.c:35:9: warning: variable 'BackGround' set but not used [-Wunused-but-set-variable] int BackGround = 0; ^~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tiff.o tiff.c rm -f libimage.a ar cru libimage.a Image.o ReadImage.o WriteImage.o bmp.o gif.o jpeg.o png.o tiff.o ranlib libimage.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libimage' Making all in libmultiple make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libmultiple' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o addOrbits.o addOrbits.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o RayleighScattering.o RayleighScattering.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawSphere.o drawSphere.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawEllipsoid.o drawEllipsoid.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawRings.o drawRings.cpp addOrbits.cpp: In function 'void addArc(double, double, int, const unsigned char*, int, const View*, int, int, double, double, double, Planet*, std::multimap&)': addOrbits.cpp:75:35: warning: 'oldZ' may be used uninitialized in this function [-Wmaybe-uninitialized] double midZ = 0.5 * (oldZ + newZ); ~~~~~~^~~~~~~ addOrbits.cpp:73:53: warning: 'oldY' may be used uninitialized in this function [-Wmaybe-uninitialized] newX, newY); ^ addOrbits.cpp:73:53: warning: 'oldX' may be used uninitialized in this function [-Wmaybe-uninitialized] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawStars.o drawStars.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawSunGlare.o drawSunGlare.cpp RayleighScattering.cpp: In member function 'double* RayleighScattering::readBinaryTable(const char*)': RayleighScattering.cpp:622:14: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(&dim0, sizeof(size_t), 1, inFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RayleighScattering.cpp:623:14: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(&dim1, sizeof(size_t), 1, inFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RayleighScattering.cpp:624:14: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(&dim2, sizeof(size_t), 1, inFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RayleighScattering.cpp:629:14: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(dblArray, sizeof(double), size, inFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f libmultiple.a ar cru libmultiple.a addOrbits.o RayleighScattering.o drawSphere.o drawEllipsoid.o drawRings.o drawStars.o drawSunGlare.o ranlib libmultiple.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libmultiple' Making all in libplanet make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libplanet' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Planet.o Planet.cpp rm -f libplanet.a ar cru libplanet.a Planet.o ranlib libplanet.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libplanet' Making all in libprojection make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libprojection' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionAncient.o ProjectionAncient.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionAzimuthal.o ProjectionAzimuthal.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionAzimutEqualArea.o ProjectionAzimutEqualArea.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionBase.o ProjectionBase.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionBonne.o ProjectionBonne.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionGnomonic.o ProjectionGnomonic.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionHemisphere.o ProjectionHemisphere.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionIcosagnomonic.o ProjectionIcosagnomonic.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionLambert.o ProjectionLambert.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionMercator.o ProjectionMercator.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionMollweide.o ProjectionMollweide.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionOrthographic.o ProjectionOrthographic.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionPeters.o ProjectionPeters.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionPolyconic.o ProjectionPolyconic.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionRectangular.o ProjectionRectangular.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ProjectionTSC.o ProjectionTSC.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o getProjection.o getProjection.cpp getProjection.cpp: In function 'int getProjectionType(char*)': getProjection.cpp:113:22: warning: 'projection' may be used uninitialized in this function [-Wmaybe-uninitialized] return(projection); ^ rm -f libprojection.a ar cru libprojection.a ProjectionAncient.o ProjectionAzimuthal.o ProjectionAzimutEqualArea.o ProjectionBase.o ProjectionBonne.o ProjectionGnomonic.o ProjectionHemisphere.o ProjectionIcosagnomonic.o ProjectionLambert.o ProjectionMercator.o ProjectionMollweide.o ProjectionOrthographic.o ProjectionPeters.o ProjectionPolyconic.o ProjectionRectangular.o ProjectionTSC.o getProjection.o ranlib libprojection.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libprojection' Making all in libsgp4sdp4 make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libsgp4sdp4' gcc -DHAVE_CONFIG_H -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 -c -o sgp4sdp4.o sgp4sdp4.c gcc -DHAVE_CONFIG_H -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 -c -o sgp_in.o sgp_in.c gcc -DHAVE_CONFIG_H -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 -c -o sgp_math.o sgp_math.c gcc -DHAVE_CONFIG_H -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 -c -o sgp_obs.o sgp_obs.c sgp4sdp4.c: In function 'Deep': sgp4sdp4.c:510:44: warning: variable 'zmo' set but not used [-Wunused-but-set-variable] z2,z21,z22,z23,z3,z31,z32,z33,ze,zf,zm,zmo,zn, ^~~ gcc -DHAVE_CONFIG_H -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 -c -o sgp_time.o sgp_time.c gcc -DHAVE_CONFIG_H -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 -c -o solar.o solar.c rm -f libsgp4sdp4.a ar cru libsgp4sdp4.a sgp4sdp4.o sgp_in.o sgp_math.o sgp_obs.o sgp_time.o solar.o ranlib libsgp4sdp4.a make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libsgp4sdp4' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src' g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Map.o Map.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Options.o Options.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o PlanetProperties.o PlanetProperties.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Ring.o Ring.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Satellite.o Satellite.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o Separation.o Separation.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o View.o View.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o buildPlanetMap.o buildPlanetMap.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o createMap.o createMap.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawMultipleBodies.o drawMultipleBodies.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o drawProjection.o drawProjection.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o findBodyXYZ.o findBodyXYZ.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o findFile.o findFile.cpp gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o getopt.o getopt.c gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o getopt1.o getopt1.c g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o parse.o parse.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o parseColor.o parseColor.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o printVersion.o printVersion.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o readConfig.o readConfig.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o readOriginFile.o readOriginFile.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ssec.o ssec.cpp readConfig.cpp: In function 'void readConfig(const char*, PlanetProperties**)': readConfig.cpp:52:46: warning: narrowing conversion of '(r & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:52:56: warning: narrowing conversion of '(g & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:52:66: warning: narrowing conversion of '(b & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:182:46: warning: narrowing conversion of '(r & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:182:56: warning: narrowing conversion of '(g & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:182:66: warning: narrowing conversion of '(b & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:247:46: warning: narrowing conversion of '(r & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:247:56: warning: narrowing conversion of '(g & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:247:66: warning: narrowing conversion of '(b & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:299:46: warning: narrowing conversion of '(r & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:299:56: warning: narrowing conversion of '(g & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:299:66: warning: narrowing conversion of '(b & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:406:46: warning: narrowing conversion of '(r & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:406:56: warning: narrowing conversion of '(g & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:406:66: warning: narrowing conversion of '(b & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:476:46: warning: narrowing conversion of '(r & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:476:56: warning: narrowing conversion of '(g & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ readConfig.cpp:476:66: warning: narrowing conversion of '(b & 255)' from 'int' to 'unsigned char' inside { } [-Wnarrowing] unsigned char color[3] = { r & 0xff, g & 0xff, b & 0xff }; ~~^~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o setPositions.o setPositions.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o sphericalToPixel.o sphericalToPixel.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o xpUtil.o xpUtil.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share/xplanet\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o xplanet.o xplanet.cpp 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xplanet Map.o Options.o PlanetProperties.o Ring.o Satellite.o Separation.o View.o buildPlanetMap.o createMap.o drawMultipleBodies.o drawProjection.o findBodyXYZ.o findFile.o getopt.o getopt1.o parse.o parseColor.o printVersion.o readConfig.o readOriginFile.o ssec.o setPositions.o sphericalToPixel.o xpUtil.o xplanet.o libannotate/libannotate.a libdisplay/libdisplay.a libdisplay/libtimer.a libephemeris/libephemeris.a libephemeris/libmoons/libmoons.a libimage/libimage.a libmultiple/libmultiple.a libplanet/libplanet.a libprojection/libprojection.a libsgp4sdp4/libsgp4sdp4.a -lgif -lX11 -ljpeg -lpng -lm -lz -ltiff -lm -lX11 -lXss -lXext -lfreetype -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lX11 make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src' make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1' make[1]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1zHS4e + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64 + cd xplanet-1.3.1 + CPPROG='cp -p' + make DESTDIR=/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64 install Making install in src make[1]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src' Making install in libannotate make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libannotate' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libannotate' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libannotate' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libannotate' Making install in libdisplay make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libdisplay' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libdisplay' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libdisplay' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libdisplay' Making install in libephemeris make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' Making install in libmoons make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris/libmoons' make[4]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris/libmoons' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris/libmoons' make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris/libmoons' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' make[4]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libephemeris' Making install in libimage make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libimage' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libimage' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libimage' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libimage' Making install in libmultiple make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libmultiple' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libmultiple' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libmultiple' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libmultiple' Making install in libplanet make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libplanet' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libplanet' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libplanet' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libplanet' Making install in libprojection make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libprojection' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libprojection' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libprojection' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libprojection' Making install in libsgp4sdp4 make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libsgp4sdp4' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src/libsgp4sdp4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libsgp4sdp4' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src/libsgp4sdp4' make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src' make[3]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/bin' /usr/bin/install -c xplanet '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src' make[1]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1/src' make[1]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1' make[2]: Entering directory '/builddir/build/BUILD/xplanet-1.3.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 xplanet.1 '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/scattering' /usr/bin/install -c -m 644 xplanet/scattering/README xplanet/scattering/earthRayleigh '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/scattering' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/origin' /usr/bin/install -c -m 644 xplanet/origin/README xplanet/origin/cassini xplanet/origin/galileo '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/origin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/config' /usr/bin/install -c -m 644 xplanet/config/README xplanet/config/default xplanet/config/earth_markers xplanet/config/moon_orbit xplanet/config/overlay_clouds '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/config' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/arcs' /usr/bin/install -c -m 644 xplanet/arcs/README xplanet/arcs/constellations '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/arcs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet' /usr/bin/install -c -m 644 xplanet/rgb.txt '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/markers' /usr/bin/install -c -m 644 xplanet/markers/README xplanet/markers/brightStars xplanet/markers/earth xplanet/markers/mars xplanet/markers/moon '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/markers' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/images' /usr/bin/install -c -m 644 xplanet/images/README xplanet/images/earth.jpg xplanet/images/hubble.png xplanet/images/iss.png xplanet/images/mgs.png xplanet/images/night.jpg xplanet/images/odyssey.png xplanet/images/shuttle.png xplanet/images/smile.png xplanet/images/sublunar.png xplanet/images/subsolar.png xplanet/images/sun.jpg '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/images' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/fonts' /usr/bin/install -c -m 644 xplanet/fonts/README xplanet/fonts/FreeMonoBold.ttf '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/fonts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/spice' /usr/bin/install -c -m 644 xplanet/spice/README xplanet/spice/asteroids xplanet/spice/asteroids.krn xplanet/spice/cassini xplanet/spice/cassini.krn xplanet/spice/mgs xplanet/spice/mgs.krn xplanet/spice/voyager xplanet/spice/voyager.krn '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/spice' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/ephemeris' /usr/bin/install -c -m 644 xplanet/ephemeris/README '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/ephemeris' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/stars' /usr/bin/install -c -m 644 xplanet/stars/BSC '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/stars' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/satellites' /usr/bin/install -c -m 644 xplanet/satellites/README xplanet/satellites/iss xplanet/satellites/iss.tle '/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/satellites' make[2]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1' make[1]: Leaving directory '/builddir/build/BUILD/xplanet-1.3.1' + ln -sf ../fonts/gnu-free/FreeMonoBold.ttf /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/xplanet/FreeMonoBold.ttf + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: xplanet-1.3.1-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iwVqIi + umask 022 + cd /builddir/build/BUILD + cd xplanet-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + cp -pr AUTHORS /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + cp -pr ChangeLog /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + cp -pr NEWS /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + cp -pr README /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + cp -pr TODO /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/doc/xplanet + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Sxu9o9 + umask 022 + cd /builddir/build/BUILD + cd xplanet-1.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/licenses/xplanet + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/licenses/xplanet + cp -pr COPYING /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64/usr/share/licenses/xplanet + exit 0 Provides: xplanet = 1.3.1-5.fc28 xplanet(riscv-64) = 1.3.1-5.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) libXext.so.6()(64bit) libXss.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_4.0.0)(64bit) libgif.so.4()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpango-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtiff.so.5()(64bit) libtiff.so.5(LIBTIFF_4.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xplanet-1.3.1-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/xplanet-1.3.1-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/xplanet-1.3.1-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vZlr9f + umask 022 + cd /builddir/build/BUILD + cd xplanet-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/xplanet-1.3.1-5.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