+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/gds2pov.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.9y3Y9j
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf gdsto3d-20080229
+ /usr/bin/bzip2 -dc /builddir/build/SOURCES/gdsto3d-20080229.tar.bz2
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd gdsto3d-20080229
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (0001-Fix-invalid-fprintf.patch):'
Patch #0 (0001-Fix-invalid-fprintf.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file gdsoglviewer/gdsoglviewer.cpp
+ echo 'Patch #1 (0002-Hack-Add-lX11-to-linker.patch):'
Patch #1 (0002-Hack-Add-lX11-to-linker.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file gdsoglviewer/CMakeLists.txt
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RDaiF1
+ umask 022
+ cd /builddir/build/BUILD
+ cd gdsto3d-20080229
+ cd build
+ 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
+ /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON ..
-- The C compiler identification is GNU 7.3.1
-- The CXX compiler identification is GNU 7.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at CMakeLists.txt:4 (add_definitions):
  Policy CMP0005 is not set: Preprocessor definition values are now escaped
  automatically.  Run "cmake --help-policy CMP0005" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib64/libOpenGL.so   
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for time.h
-- Looking for time.h - found
-- Looking for GL/gl.h
-- Looking for GL/gl.h - found
-- Looking for GL/glu.h
-- Looking for GL/glu.h - found
-- Looking for GL/glx.h
-- Looking for GL/glx.h - found
-- Looking for X11/keysym.h
-- Looking for X11/keysym.h - found
-- Looking for X11/Xlib.h
-- Looking for X11/Xlib.h - found
-- Looking for winsock2.h
-- Looking for winsock2.h - not found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for QueryPerformanceCounter
-- Looking for QueryPerformanceCounter - not found
CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.10)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_FLAGS_RELEASE
    CMAKE_C_FLAGS_RELEASE
    CMAKE_Fortran_FLAGS_RELEASE
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR


-- Build files have been written to: /builddir/build/BUILD/gdsto3d-20080229/build
+ /usr/bin/make -j4 VERBOSE=1
/usr/bin/cmake -H/builddir/build/BUILD/gdsto3d-20080229 -B/builddir/build/BUILD/gdsto3d-20080229/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/gdsto3d-20080229/build/CMakeFiles /builddir/build/BUILD/gdsto3d-20080229/build/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f libgdsto3d/CMakeFiles/gdsto3d.dir/build.make libgdsto3d/CMakeFiles/gdsto3d.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d/CMakeFiles/gdsto3d.dir/DependInfo.cmake --color=
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d/CMakeFiles/gdsto3d.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d/CMakeFiles/gdsto3d.dir/depend.internal".
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d/CMakeFiles/gdsto3d.dir/depend.internal".
Scanning dependencies of target gdsto3d
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f libgdsto3d/CMakeFiles/gdsto3d.dir/build.make libgdsto3d/CMakeFiles/gdsto3d.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[  4%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/config_cfg.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/config_cfg.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/config_cfg.cpp
[  9%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gdsobject.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gdsobject.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsobject.cpp
[ 13%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gds_globals.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gds_globals.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gds_globals.cpp
[ 18%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gdsobjects.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gdsobjects.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsobjects.cpp
[ 22%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gdsparse.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gdsparse.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp
[ 27%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gdspath.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gdspath.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdspath.cpp
[ 31%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gdspolygon.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gdspolygon.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdspolygon.cpp
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'void GDSParse::ParseLibName()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:656:81: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
   fprintf(stderr, "\nUnable to allocate memory for string (%d)\n", strlen(str)+1);
                                                                    ~~~~~~~~~~~~~^
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'void GDSParse::ParseSName()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:681:79: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
   fprintf(stderr, "Unable to allocate memory for string (%d)\n", strlen(str)+1);
                                                                  ~~~~~~~~~~~~~^
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'bool GDSParse::ParseFile()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:208:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(&recordtype, 1, 1, _iptr);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:209:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(&datatype, 1, 1, _iptr);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'short int GDSParse::GetBitArray()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:957:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&byte1, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:958:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&byte1, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'double GDSParse::GetEightByteReal()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:972:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&value, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:981:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b2, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:982:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b3, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:983:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b4, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:984:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b5, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:985:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b6, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:986:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b7, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:987:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&b8, 1, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'int32_t GDSParse::GetFourByteSignedInt()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:1012:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&value, 4, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'int16_t GDSParse::GetTwoByteSignedInt()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:1027:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(&value, 2, 1, _iptr);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp: In member function 'char* GDSParse::GetAsciiString()':
/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdsparse.cpp:1049:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(str, 1, _recordlen, _iptr);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 36%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/gdstext.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/gdstext.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/gdstext.cpp
[ 40%] Building CXX object libgdsto3d/CMakeFiles/gdsto3d.dir/process_cfg.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/c++  -DHAVE_CONFIG_H -Dgdsto3d_EXPORTS -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC   -DVERSION=\"20080229\" -o CMakeFiles/gdsto3d.dir/process_cfg.o -c /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d/process_cfg.cpp
[ 45%] Linking CXX shared library libgdsto3d.so
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/cmake -E cmake_link_script CMakeFiles/gdsto3d.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -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 -shared -Wl,-soname,libgdsto3d.so.1 -o libgdsto3d.so.1.0.0 CMakeFiles/gdsto3d.dir/config_cfg.o CMakeFiles/gdsto3d.dir/gds_globals.o CMakeFiles/gdsto3d.dir/gdsobject.o CMakeFiles/gdsto3d.dir/gdsobjects.o CMakeFiles/gdsto3d.dir/gdsparse.o CMakeFiles/gdsto3d.dir/gdspath.o CMakeFiles/gdsto3d.dir/gdspolygon.o CMakeFiles/gdsto3d.dir/gdstext.o CMakeFiles/gdsto3d.dir/process_cfg.o 
cd /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d && /usr/bin/cmake -E cmake_symlink_library libgdsto3d.so.1.0.0 libgdsto3d.so.1 libgdsto3d.so
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 45%] Built target gdsto3d
/usr/bin/make -f gds2pov/CMakeFiles/gds2pov.dir/build.make gds2pov/CMakeFiles/gds2pov.dir/depend
/usr/bin/make -f gds2svg/CMakeFiles/gds2svg.dir/build.make gds2svg/CMakeFiles/gds2svg.dir/depend
/usr/bin/make -f gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build.make gdsoglviewer/CMakeFiles/gdsoglviewer.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/gds2pov /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov/CMakeFiles/gds2pov.dir/DependInfo.cmake --color=
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/gds2svg /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg/CMakeFiles/gds2svg.dir/DependInfo.cmake --color=
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer/CMakeFiles/gdsoglviewer.dir/DependInfo.cmake --color=
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/gds2svg/CMakeFiles/gds2svg.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/gds2svg/CMakeFiles/gds2svg.dir/depend.internal".
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/gds2svg/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/gds2svg/CMakeFiles/gds2svg.dir/depend.internal".
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/gds2pov/CMakeFiles/gds2pov.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/gds2pov/CMakeFiles/gds2pov.dir/depend.internal".
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/gds2pov/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/gds2pov/CMakeFiles/gds2pov.dir/depend.internal".
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer/CMakeFiles/gdsoglviewer.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer/CMakeFiles/gdsoglviewer.dir/depend.internal".
Dependee "/builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer/CMakeFiles/gdsoglviewer.dir/depend.internal".
Scanning dependencies of target gds2svg
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f gds2svg/CMakeFiles/gds2svg.dir/build.make gds2svg/CMakeFiles/gds2svg.dir/build
Scanning dependencies of target gds2pov
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f gds2pov/CMakeFiles/gds2pov.dir/build.make gds2pov/CMakeFiles/gds2pov.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
Scanning dependencies of target gdsoglviewer
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build.make gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 50%] Building CXX object gds2svg/CMakeFiles/gds2svg.dir/gds2svg.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gds2svg.dir/gds2svg.o -c /builddir/build/BUILD/gdsto3d-20080229/gds2svg/gds2svg.cpp
[ 54%] Building CXX object gds2svg/CMakeFiles/gds2svg.dir/gdsobject_svg.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gds2svg.dir/gdsobject_svg.o -c /builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsobject_svg.cpp
[ 59%] Building CXX object gds2pov/CMakeFiles/gds2pov.dir/gds2pov.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gds2pov.dir/gds2pov.o -c /builddir/build/BUILD/gdsto3d-20080229/gds2pov/gds2pov.cpp
[ 63%] Building CXX object gdsoglviewer/CMakeFiles/gdsoglviewer.dir/gdsoglviewer.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gdsoglviewer.dir/gdsoglviewer.o -c /builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsoglviewer.cpp
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsobject_svg.cpp: In member function 'void GDSObject_svg::OutputPathToFile(FILE*, GDSObjects*, char*, float, float, long int*, ProcessLayer*)':
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsobject_svg.cpp:57:11: warning: variable 'BgnExtn' set but not used [-Wunused-but-set-variable]
     float BgnExtn;
           ^~~~~~~
[ 68%] Building CXX object gds2svg/CMakeFiles/gds2svg.dir/gdsparse_svg.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gds2svg.dir/gdsparse_svg.o -c /builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp
[ 72%] Building CXX object gds2pov/CMakeFiles/gds2pov.dir/gdsobject_pov.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gds2pov.dir/gdsobject_pov.o -c /builddir/build/BUILD/gdsto3d-20080229/gds2pov/gdsobject_pov.cpp
[ 77%] Building CXX object gdsoglviewer/CMakeFiles/gdsoglviewer.dir/gdsobject_ogl.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gdsoglviewer.dir/gdsobject_ogl.o -c /builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp
[ 81%] Building CXX object gdsoglviewer/CMakeFiles/gdsoglviewer.dir/gdsparse_ogl.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gdsoglviewer.dir/gdsparse_ogl.o -c /builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsparse_ogl.cpp
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp: In member function 'virtual void GDSParse_svg::OutputFooter()':
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp:66:169: warning: unknown conversion type character '"' in format [-Wformat=]
    fprintf(_optr, "\t<use x=\"%.2f\" y=\"%.2f\" width=\"100%\" height=\"100%\" xlink:href=\"#%s\"/>\n", -_scale*Boundary->XMin/2, -_scale*Boundary->YMin/2, _topcellname);
                                                                                                                                                                         ^
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp:66:169: warning: unknown conversion type character '"' in format [-Wformat=]
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp:69:194: warning: unknown conversion type character '"' in format [-Wformat=]
     fprintf(_optr, "\t<use x=\"%.2f\" y=\"%.2f\" width=\"100%\" height=\"100%\" xlink:href=\"#%s\"/>\n", -_scale*Boundary->XMin/2, -_scale*Boundary->YMin/2, _Objects->GetObjectRef(0)->GetName());
                                                                                                                                                                                                  ^
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp:69:194: warning: unknown conversion type character '"' in format [-Wformat=]
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp: In member function 'virtual void GDSParse_svg::OutputHeader()':
/builddir/build/BUILD/gdsto3d-20080229/gds2svg/gdsparse_svg.cpp:114:9: warning: variable 'distance' set but not used [-Wunused-but-set-variable]
   float distance;
         ^~~~~~~~
[ 86%] Linking CXX executable gds2svg
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg && /usr/bin/cmake -E cmake_link_script CMakeFiles/gds2svg.dir/link.txt --verbose=1
/usr/bin/c++  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gds2svg.dir/gds2svg.o CMakeFiles/gds2svg.dir/gdsobject_svg.o CMakeFiles/gds2svg.dir/gdsparse_svg.o  -o gds2svg  -L/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d -Wl,-rpath,/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d: ../libgdsto3d/libgdsto3d.so.1.0.0 
/builddir/build/BUILD/gdsto3d-20080229/gds2pov/gdsobject_pov.cpp: In member function 'void GDSObject_pov::OutputPathToFile(FILE*, GDSObjects*, char*, float, float, long int*, ProcessLayer*)':
/builddir/build/BUILD/gdsto3d-20080229/gds2pov/gdsobject_pov.cpp:51:11: warning: variable 'BgnExtn' set but not used [-Wunused-but-set-variable]
     float BgnExtn;
           ^~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/gds2pov/gdsobject_pov.cpp: In member function 'void GDSObject_pov::DecomposePOVPolygons(FILE*)':
/builddir/build/BUILD/gdsto3d-20080229/gds2pov/gdsobject_pov.cpp:383:16: warning: variable 'faceindex' set but not used [-Wunused-but-set-variable]
  unsigned long faceindex;
                ^~~~~~~~~
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 86%] Built target gds2svg
[ 90%] Building CXX object gds2pov/CMakeFiles/gds2pov.dir/gdsparse_pov.o
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov && /usr/bin/c++  -DHAVE_CONFIG_H -I/builddir/build/BUILD/gdsto3d-20080229/build -I/builddir/build/BUILD/gdsto3d-20080229/libgdsto3d  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -DVERSION=\"20080229\" -o CMakeFiles/gds2pov.dir/gdsparse_pov.o -c /builddir/build/BUILD/gdsto3d-20080229/gds2pov/gdsparse_pov.cpp
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp: In member function 'void GDSObject_ogl::OutputOGLVertices(float, float)':
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp:60:8: warning: variable 'tempf' set but not used [-Wunused-but-set-variable]
  float tempf;
        ^~~~~
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp:61:8: warning: variable 'BgnExtn' set but not used [-Wunused-but-set-variable]
  float BgnExtn;
        ^~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp: In member function 'void GDSObject_ogl::DecomposePolygons(GDSPolygon*)':
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp:400:16: warning: unused variable 'faceindex' [-Wunused-variable]
  unsigned long faceindex = 0;
                ^~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp:442:6: warning: unused variable 'bendindex1' [-Wunused-variable]
  int bendindex1;
      ^~~~~~~~~~
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsobject_ogl.cpp:443:6: warning: unused variable 'bendindex2' [-Wunused-variable]
  int bendindex2;
      ^~~~~~~~~~
[ 95%] Linking CXX executable gds2pov
cd /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov && /usr/bin/cmake -E cmake_link_script CMakeFiles/gds2pov.dir/link.txt --verbose=1
/usr/bin/c++  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gds2pov.dir/gds2pov.o CMakeFiles/gds2pov.dir/gdsobject_pov.o CMakeFiles/gds2pov.dir/gdsparse_pov.o  -o gds2pov  -L/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d -Wl,-rpath,/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d: ../libgdsto3d/libgdsto3d.so.1.0.0 
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsparse_ogl.cpp: In member function 'void GDSParse_ogl::gl_draw()':
/builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer/gdsparse_ogl.cpp:236:7: warning: unused variable 'objectid' [-Wunused-variable]
  long objectid=0;
       ^~~~~~~~
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 95%] Built target gds2pov
[100%] Linking CXX executable gdsoglviewer
cd /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer && /usr/bin/cmake -E cmake_link_script CMakeFiles/gdsoglviewer.dir/link.txt --verbose=1
/usr/bin/c++  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gdsoglviewer.dir/gdsoglviewer.o CMakeFiles/gdsoglviewer.dir/gdsobject_ogl.o CMakeFiles/gdsoglviewer.dir/gdsparse_ogl.o  -o gdsoglviewer  -L/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d -Wl,-rpath,/builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d: ../libgdsto3d/libgdsto3d.so.1.0.0 -lGL -lGLU -lX11 
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[100%] Built target gdsoglviewer
make[1]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/gdsto3d-20080229/build/CMakeFiles 0
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oCKDgm
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64
+ cd gdsto3d-20080229
+ cd build
+ /usr/bin/make 'INSTALL=install -p' install DESTDIR=/builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64
/usr/bin/cmake -H/builddir/build/BUILD/gdsto3d-20080229 -B/builddir/build/BUILD/gdsto3d-20080229/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/gdsto3d-20080229/build/CMakeFiles /builddir/build/BUILD/gdsto3d-20080229/build/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f libgdsto3d/CMakeFiles/gdsto3d.dir/build.make libgdsto3d/CMakeFiles/gdsto3d.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/libgdsto3d /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d /builddir/build/BUILD/gdsto3d-20080229/build/libgdsto3d/CMakeFiles/gdsto3d.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f libgdsto3d/CMakeFiles/gdsto3d.dir/build.make libgdsto3d/CMakeFiles/gdsto3d.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
make[2]: Nothing to be done for 'libgdsto3d/CMakeFiles/gdsto3d.dir/build'.
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 45%] Built target gdsto3d
/usr/bin/make -f gds2pov/CMakeFiles/gds2pov.dir/build.make gds2pov/CMakeFiles/gds2pov.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/gds2pov /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov /builddir/build/BUILD/gdsto3d-20080229/build/gds2pov/CMakeFiles/gds2pov.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f gds2pov/CMakeFiles/gds2pov.dir/build.make gds2pov/CMakeFiles/gds2pov.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
make[2]: Nothing to be done for 'gds2pov/CMakeFiles/gds2pov.dir/build'.
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 63%] Built target gds2pov
/usr/bin/make -f gds2svg/CMakeFiles/gds2svg.dir/build.make gds2svg/CMakeFiles/gds2svg.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/gds2svg /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg /builddir/build/BUILD/gdsto3d-20080229/build/gds2svg/CMakeFiles/gds2svg.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f gds2svg/CMakeFiles/gds2svg.dir/build.make gds2svg/CMakeFiles/gds2svg.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
make[2]: Nothing to be done for 'gds2svg/CMakeFiles/gds2svg.dir/build'.
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[ 81%] Built target gds2svg
/usr/bin/make -f gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build.make gdsoglviewer/CMakeFiles/gdsoglviewer.dir/depend
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
cd /builddir/build/BUILD/gdsto3d-20080229/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gdsto3d-20080229 /builddir/build/BUILD/gdsto3d-20080229/gdsoglviewer /builddir/build/BUILD/gdsto3d-20080229/build /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer /builddir/build/BUILD/gdsto3d-20080229/build/gdsoglviewer/CMakeFiles/gdsoglviewer.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/make -f gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build.make gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build
make[2]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
make[2]: Nothing to be done for 'gdsoglviewer/CMakeFiles/gdsoglviewer.dir/build'.
make[2]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
[100%] Built target gdsoglviewer
make[1]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
/usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/gdsto3d-20080229/build/CMakeFiles 0
/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builddir/build/BUILD/gdsto3d-20080229/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builddir/build/BUILD/gdsto3d-20080229/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/changes.txt
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/example.cmd
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/example.gds
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/example_process.txt
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/example_config.txt
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/readme.txt
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/todo.txt
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/lib64/libgdsto3d.so.1.0.0
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/lib64/libgdsto3d.so.1
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/lib64/libgdsto3d.so
running /sbin/ldconfig 2>&1
/sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/bin/gds2pov
-- Set runtime path of "/builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/bin/gds2pov" to ""
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/bin/gds2svg
-- Set runtime path of "/builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/bin/gds2svg" to ""
-- Installing: /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/bin/gdsoglviewer
-- Set runtime path of "/builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/bin/gdsoglviewer" to ""
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/gdsto3d/
+ cd ..
+ /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: gds2pov-0.20080229-16.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.y2QbmM
+ umask 022
+ cd /builddir/build/BUILD
+ cd gdsto3d-20080229
+ DOCDIR=/builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr AUTHORS /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr todo.txt /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr readme.txt /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr changes.txt /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr example_config.txt /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr example.gds /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr example_process.txt /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ cp -pr example.cmd /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/doc/gds2pov
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.18DhQf
+ umask 022
+ cd /builddir/build/BUILD
+ cd gdsto3d-20080229
+ LICENSEDIR=/builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/licenses/gds2pov
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/licenses/gds2pov
+ cp -pr COPYING /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64/usr/share/licenses/gds2pov
+ exit 0
Provides: gds2pov = 0.20080229-16.fc28 gds2pov(riscv-64) = 0.20080229-16.fc28 libgdsto3d.so.1()(64bit)
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
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) libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_4.3.0)(64bit) libgdsto3d.so.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(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) rtld(GNU_HASH)
Processing files: gds2pov-devel-0.20080229-16.fc28.riscv64
Provides: gds2pov-devel = 0.20080229-16.fc28 gds2pov-devel(riscv-64) = 0.20080229-16.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libgdsto3d.so.1()(64bit)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64
Wrote: /builddir/build/SRPMS/gds2pov-0.20080229-16.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/gds2pov-0.20080229-16.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/gds2pov-devel-0.20080229-16.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MsB8cM
+ umask 022
+ cd /builddir/build/BUILD
+ cd gdsto3d-20080229
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/gds2pov-0.20080229-16.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff