D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/xfig-3.2.7b-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.02l2cu + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf xfig-3.2.7b + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/xfig-3.2.7b.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xfig-3.2.7b + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -type d + xargs chmod 755 + autoreconf -vi autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf configure.ac:79: warning: The macro `AC_PROG_CC_STDC' is obsolete. configure.ac:79: You should run autoupdate. ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from... configure.ac:79: the top level autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:149: installing './config.guess' configure.ac:149: installing './config.sub' autoreconf: Leaving directory '.' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VMroVj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd xfig-3.2.7b + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + find Libraries -type d -exec chmod 700 '{}' ';' + export 'CFLAGS=-DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing' + CFLAGS='-DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing' + CFLAGS='-DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/mageia/config.sub ']' ++ basename ./config.sub + cp -af /usr/lib/rpm/mageia/config.sub ./config.sub + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/mageia/config.guess ']' ++ basename ./config.guess + cp -af /usr/lib/rpm/mageia/config.guess ./config.guess + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-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 race-free 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 aarch64-mageia-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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking whether ln -s works... yes checking for aarch64-mageia-linux-gnu-ranlib... no checking for ranlib... ranlib checking for aarch64-mageia-linux-gnu-ar... no checking for aarch64-mageia-linux-gnu-lib... no checking for aarch64-mageia-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for library containing pow... -lm checking for library containing png_read_info... -lpng checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for features.h... yes checking for sys/time.h... yes checking for png.h... yes checking for vfork.h... no checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for X11/X.h... yes checking for pid_t... yes checking for size_t... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether S_IFDIR is declared... yes checking whether S_IWRITE is declared... yes checking whether REG_NOERROR is declared... yes checking for fork... yes checking for vfork... yes checking for getcwd... yes checking for setlocale... yes checking for strerror... yes checking for working fork... yes checking for working vfork... (cached) yes checking build system type... aarch64-mageia-linux-gnu checking host system type... aarch64-mageia-linux-gnu checking for GNU libc compatible malloc... yes checking for GNU libc compatible realloc... yes checking for isascii... yes checking for strstr... yes checking for strchr... yes checking for strrchr... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strdup... yes checking for strndup... yes checking for library containing jpeg_read_header... -ljpeg checking for library containing XpmFree... -lXpm checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating app-defaults/Fig config.status: creating splash-image/spl_bckgnd.fig config.status: creating src/Makefile config.status: creating src/version.fig config.status: creating doc/html/images/xfig-title.fig config.status: creating doc/Makefile config.status: creating doc/xfig.man config.status: creating doc/xfig_man.html config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating config.h config.status: executing depfiles commands config.status: executing tests/atconfig commands configure: Compile, CC=gcc XCPPFLAGS=-DXAW_INTERNATIONALIZATION \ CPPFLAGS= CFLAGS=-DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing Link, gcc CFLAGS=-DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing XLDFLAGS= \ LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags \ XLIBS=-lXaw3d -lXt -lX11 LIBS=-lXpm -ljpeg -lpng -lm Installation locations: /usr/share/X11/app-defaults/ Fig (--with-appdefaultdir) /usr/share/applications/ xfig.desktop (--with-applicationsdir) /usr/share/pixmaps/ xfig.png (--with-icondir) /usr/share/xfig/ Libraries (--datarootdir) /usr/share/doc/xfig/ html (--htmldir) /usr/share/doc/xfig/ doc-files (--docdir) + /usr/bin/make -O -j8 V=1 VERBOSE=1 /usr/bin/make all-recursive Making all in src make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_box.o d_box.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_picobj.o d_picobj.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_regpoly.o d_regpoly.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_spline.o d_spline.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_line.o d_line.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_arcbox.o d_arcbox.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_ellipse.o d_ellipse.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_arc.o d_arc.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_subspline.o d_subspline.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_break.o e_break.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_addpt.o e_addpt.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_arrow.o e_arrow.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_compound.o e_compound.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_convert.o e_convert.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_copy.o e_copy.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_delete.o e_delete.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_deletept.o e_deletept.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_flip.o e_flip.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_chop.o e_chop.c e_chop.c: In function 'select_log_object': e_chop.c:844:5: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 844 | case -1: | ^~~~ e_chop.c:858:5: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 858 | case -1: | ^~~~ e_chop.c:872:5: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 872 | case -1: | ^~~~ In function 'chop_polyline', inlined from 'select_log_object' at e_chop.c:842:10: e_chop.c:473:25: warning: argument 1 value '18446744073709551600' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 473 | if ((top_l_points = malloc(nr_segs * sizeof(l_point_s))) == NULL) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from e_chop.c:21: e_chop.c: In function 'select_log_object': /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_align.o e_align.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_measure.o e_measure.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_joinsplit.o e_joinsplit.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_glue.o e_glue.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_move.o e_move.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_tangent.o e_tangent.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_placelib.o e_placelib.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_rotate.o e_rotate.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o d_text.o d_text.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_movept.o e_movept.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_load.o f_load.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_picobj.o f_picobj.c f_picobj.c: In function 'open_picfile': f_picobj.c:299:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 299 | system(unc); | ^~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_neuclrtab.o f_neuclrtab.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_update.o e_update.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readgif.o f_readgif.c f_readgif.c: In function 'read_gif': f_readgif.c:184:59: warning: '%s' directive writing up to 4095 bytes into a region of size 988 [-Wformat-overflow=] 184 | sprintf(buf, "giftopnm -quiet | ppmtopcx -quiet > %s", pcxname); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from f_readgif.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 37 and 4132 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readeps.o f_readeps.c f_readeps.c: In function 'bitmap_from_gs': f_readeps.c:398:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 398 | fgets(buf, 300, pixfile); | ^~~~~~~~~~~~~~~~~~~~~~~~ f_readeps.c:402:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 402 | fgets(buf, 300, pixfile); | ^~~~~~~~~~~~~~~~~~~~~~~~ f_readeps.c:321:103: warning: '%s' directive writing up to 4095 bytes into a region of size between 4010 and 8105 [-Wformat-overflow=] 321 | "%s -r72x72 -sDEVICE=%s -g%dx%d -sOutputFile=%s -dDELAYSAFER -c '<< /PermitFileReading [ (%s)] >> setuserparams .locksafe' -dSAFER -q - > %s 2>&1", | ^~ 322 | appres.ghostscript, driver, wid, ht, pixnam, psnam, errnam); | ~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from f_readeps.c:18: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 139 or more bytes (assuming 12424) into a destination of size 8192 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readpcx.o f_readpcx.c f_readpcx.c: In function '_read_pcx': f_readpcx.c:110:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | fread(&header,1,sizeof(struct pcxhed),pcxfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_scale.o e_scale.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readold.o f_readold.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readtif.o f_readtif.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readppm.o f_readppm.c f_readppm.c: In function 'read_ppm': f_readppm.c:48:34: warning: '%s' directive writing up to 4095 bytes into a region of size 1013 [-Wformat-overflow=] 48 | sprintf(buf, "ppmtopcx > %s 2> /dev/null", pcxname); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from f_readppm.c:16: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 4120 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readxbm.o f_readxbm.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readpng.o f_readpng.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_wrpcx.o f_wrpcx.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_wrpng.o f_wrpng.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o mode.o mode.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o object.o object.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o resources.o resources.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_save.o f_save.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_util.o f_util.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_bound.o u_bound.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_create.o u_create.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_drag.o u_drag.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_error.o u_error.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_read.o f_read.c f_read.c: In function 'read_lineobject': f_read.c:986:36: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 986 | sprintf(picfile, "%s/%s", cur_file_dir, s1); | ^ In file included from /usr/include/stdio.h:888, from fig.h:185, from f_read.c:19: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o main.o main.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_fonts.o u_fonts.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_free.o u_free.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_pan.o u_pan.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_quartic.o u_quartic.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_elastic.o u_elastic.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_markers.o u_markers.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_print.o u_print.c u_print.c: In function 'print_to_printer': u_print.c:182:14: warning: '%s' directive writing up to 4095 bytes into a region of size 247 [-Wformat-overflow=] 182 | n += sprintf(tmpcmd + n, " -z %s -n %s %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | paper_sizes[appres.papersize].sname, name, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 184 | appres.landscape ? "-l xxx" : "-p xxx"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from u_print.c:19: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 4111) into a destination of size 255 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ u_print.c:205:33: warning: '%s' directive writing up to 8391 bytes into a region of size between 4039 and 8388 [-Wformat-overflow=] 205 | sprintf(prcmd, "%s %s | %s", tmpcmd, tmpfile, syspr); | ^~ ~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from u_print.c:19: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 12745 bytes into a destination of size 8392 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_geom.o u_geom.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_list.o u_list.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_translate.o u_translate.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_scale.o u_scale.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_redraw.o u_redraw.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_smartsearch.o u_smartsearch.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_browse.o w_browse.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_search.o u_search.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_undo.o u_undo.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o u_draw.o u_draw.c u_draw.c: In function 'draw_arcbox': u_draw.c:748:29: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 748 | sprintf(bufx,"%d",i++); | ^ In file included from /usr/include/stdio.h:888, from fig.h:185, from u_draw.c:21: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ u_draw.c: In function 'draw_line': u_draw.c:693:33: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 693 | sprintf(bufx,"%d",i++); | ^ In file included from /usr/include/stdio.h:888, from fig.h:185, from u_draw.c:21: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ u_draw.c: In function 'draw_spline': u_draw.c:2061:29: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 2061 | sprintf(bufx,"%d",i++); | ^ In file included from /usr/include/stdio.h:888, from fig.h:185, from u_draw.c:21: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o e_edit.o e_edit.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_capture.o w_capture.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_canvas.o w_canvas.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_cursor.o w_cursor.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_digitize.o w_digitize.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_fontbits.o w_fontbits.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_fontpanel.o w_fontpanel.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_cmdpanel.o w_cmdpanel.c w_cmdpanel.c: In function 'rebuild_file_menu': w_cmdpanel.c:390:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 390 | sprintf(id, "%1d", j + 1); | ^ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_cmdpanel.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_grid.o w_grid.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_dir.o w_dir.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_help.o w_help.c w_help.c: In function 'launch_viewer': w_help.c:110:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | system(browsecommand); | ^~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' fig2dev -L xbm -S 4 ../splash-image/spl_bckgnd.fig \ | sed '1,3 s/noname/spl_bckgnd/; 3 s/char/unsigned &/' > splash.xbm make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_file.o w_file.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_keyboard.o w_keyboard.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_listwidget.o w_listwidget.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_drawprim.o w_drawprim.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_color.o w_color.c w_color.c: In function 'create_cell': w_color.c:1299:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size 5 [-Wformat-overflow=] 1299 | sprintf(labl,"%d", indx+NUM_STD_COLS); | ^~ w_color.c:1299:18: note: directive argument in the range [-2147483616, 2147483647] 1299 | sprintf(labl,"%d", indx+NUM_STD_COLS); | ^~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_color.c:59: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 12 bytes into a destination of size 5 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_layers.o w_layers.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_export.o w_export.c w_export.c: In function 'do_export': w_export.c:306:37: warning: '%s' directive writing up to 4095 bytes into a region of size 199 [-Wformat-overflow=] 306 | sprintf(msg, "\"%s\" is an input file.\nExport aborted", fval); | ^~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_export.c:19: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 36 and 4131 bytes into a destination of size 200 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_intersect.o w_intersect.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_mousefun.o w_mousefun.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_setup.o w_setup.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_modepanel.o w_modepanel.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_msgpanel.o w_msgpanel.c w_msgpanel.c: In function 'make_dimension_string': w_msgpanel.c:779:44: warning: '%s' directive writing up to 199 bytes into a region of size between 88 and 98 [-Wformat-overflow=] 779 | sprintf(tmpstr,"%d %s ", ifeet, cur_fig_units); | ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_msgpanel.c:22: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 4 and 213 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_rottext.o w_rottext.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_library.o w_library.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_snap.o w_snap.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_rulers.o w_rulers.c w_rulers.c: In function 'reset_topruler': w_rulers.c:1186:41: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 9 and 19 [-Wformat-truncation=] 1186 | snprintf(number, sizeof(number), "%d%s", (X0+(int)((TOPRULER_WD/zoomscale)))/tickmod, cur_fig_units); | ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_rulers.c:18: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 2 and 211 bytes into a destination of size 20 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ w_rulers.c:1200:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 9 and 19 [-Wformat-truncation=] 1200 | snprintf(number, sizeof(number), "%d%s", i/tickmod, cur_fig_units); | ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_rulers.c:18: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 2 and 211 bytes into a destination of size 20 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ w_rulers.c: In function 'reset_sideruler': w_rulers.c:1459:47: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 9 and 19 [-Wformat-truncation=] 1459 | snprintf(number, sizeof(number), "%d%s", i/tickmod, cur_fig_units); | ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_rulers.c:18: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 2 and 211 bytes into a destination of size 20 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_zoom.o w_zoom.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_print.o w_print.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readxpm.o f_readxpm.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o f_readjpg.o f_readjpg.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_srchrepl.o w_srchrepl.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_style.o w_style.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_i18n.o w_i18n.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_icons.o w_icons.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_indpanel.o w_indpanel.c w_indpanel.c: In function 'popup_choice_panel': w_indpanel.c:1706:27: warning: '%s' directive writing up to 7 bytes into a region of size between 6 and 43 [-Wformat-overflow=] 1706 | sprintf(buf,"Xfig: %s %s Panel",isw->line1,isw->line2); | ^~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_indpanel.c:19: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 14 and 58 bytes into a destination of size 50 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ w_indpanel.c: In function 'popup_nval_panel': w_indpanel.c:2202:27: warning: '%s' directive writing up to 7 bytes into a region of size between 6 and 43 [-Wformat-overflow=] 2202 | sprintf(buf,"Xfig: %s %s Panel",isw->line1,isw->line2); | ^~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_indpanel.c:19: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 14 and 58 bytes into a destination of size 50 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DHAVE_CONFIG_H -I. -I.. -DXAW_INTERNATIONALIZATION -DNDEBUG -DXFIGLIBDIR="\"/usr/share/xfig\"" -DOBJLIBDIR="\"/usr/share/xfig/Libraries\"" -DXFIGDOCDIR="\"/usr/share/doc/xfig\"" -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -c -o w_util.o w_util.c w_util.c: In function 'update_wm_title': w_util.c:1428:47: warning: ' - No file' directive writing 10 bytes into a region of size between 1 and 200 [-Wformat-overflow=] 1428 | if (strlen(name)==0) sprintf(wm_title, "%s - No file", tool_name); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from fig.h:185, from w_util.c:18: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 11 and 210 bytes into a destination of size 200 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' gcc -DXAW_ARROW_SCROLLBARS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fno-strength-reduce -fno-strict-aliasing -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o xfig d_arcbox.o d_arc.o d_box.o d_ellipse.o d_line.o d_picobj.o d_regpoly.o d_spline.o d_subspline.o d_text.o e_addpt.o e_align.o e_arrow.o e_break.o e_chop.o e_compound.o e_convert.o e_copy.o e_delete.o e_deletept.o e_edit.o e_flip.o e_glue.o e_joinsplit.o e_measure.o e_move.o e_movept.o e_placelib.o e_rotate.o e_scale.o e_tangent.o e_update.o f_load.o f_neuclrtab.o f_picobj.o f_read.o f_readeps.o f_readgif.o f_readold.o f_readpcx.o f_readpng.o f_readppm.o f_readtif.o f_readxbm.o f_save.o f_util.o f_wrpcx.o f_wrpng.o main.o mode.o object.o resources.o u_bound.o u_create.o u_drag.o u_draw.o u_elastic.o u_error.o u_fonts.o u_free.o u_geom.o u_list.o u_markers.o u_pan.o u_print.o u_quartic.o u_redraw.o u_scale.o u_search.o u_smartsearch.o u_translate.o u_undo.o w_browse.o w_canvas.o w_capture.o w_cmdpanel.o w_color.o w_cursor.o w_digitize.o w_dir.o w_drawprim.o w_export.o w_file.o w_fontbits.o w_fontpanel.o w_grid.o w_help.o w_icons.o w_indpanel.o w_intersect.o w_keyboard.o w_layers.o w_library.o w_listwidget.o w_modepanel.o w_mousefun.o w_msgpanel.o w_print.o w_rottext.o w_rulers.o w_setup.o w_snap.o w_srchrepl.o w_style.o w_util.o w_zoom.o f_readxpm.o f_readjpg.o w_i18n.o -lXaw3d -lXt -lX11 -lXpm -ljpeg -lpng -lm make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' Making all in doc make[2]: Nothing to be done for 'all'. Making all in tests make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0oXNQk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 + cd xfig-3.2.7b + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/bin' /usr/bin/install -p xfig '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/src' Making install in doc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/doc' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig' /usr/bin/install -p -m 644 FORMAT1.3 FORMAT1.4 FORMAT2.0 FORMAT2.1 FORMAT3.0 FORMAT3.1 FORMAT3.2 xfig-howto.pdf xfig_ref_en.pdf ./html/images/xfig-title.png '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig' /usr/bin/install -p -m 644 xfig_man.html '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/man/man1' /usr/bin/install -p -m 644 'xfig.man' '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/man/man1/xfig.1' /usr/bin/make install-data-hook make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/doc' cp -Rp "./html" "/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig" \ && chmod -R u+rwX "/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig" cd "/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig/html" \ && rm -f ja_JP.ujis && ln -s japanese ja_JP.ujis make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/doc' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/doc' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/doc' Making install in tests make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/tests' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/tests' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b/tests' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/X11/app-defaults' /usr/bin/install -p -m 644 app-defaults/Fig '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/X11/app-defaults' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/applications' /usr/bin/install -p -m 644 xfig.desktop '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/applications' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/xfig' /usr/bin/install -p -m 644 CompKeyDB '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/xfig' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/pixmaps' /usr/bin/install -p -m 644 xfig.png '/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/pixmaps' /usr/bin/make install-data-hook make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b' test -d "./Libraries" && { \ /usr/bin/mkdir -p "/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/xfig" \ && cp -Rp "./Libraries" "/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/xfig" \ && chmod -R u+rwX "/home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/xfig" || exit 1; } \ || : make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/xfig-3.2.7b' + find /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig/html -type d -exec chmod 755 '{}' ';' + find /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig/html -type f -exec chmod 644 '{}' ';' + /usr/bin/install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/applications + /usr/bin/cat + chmod 644 /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/applications/xfig.desktop + /usr/bin/install -m 644 CHANGES README FIGAPPS doc/FORMAT1.3 doc/FORMAT1.4 doc/FORMAT2.0 doc/FORMAT2.1 doc/FORMAT3.0 doc/FORMAT3.1 doc/FORMAT3.2 doc/TODO doc/xfig-howto.pdf /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/doc/xfig + /usr/bin/install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/icons/mini /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/icons/large + /usr/bin/install -m 644 /home/iurt/rpmbuild/SOURCES/xfig.png /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/icons + /usr/bin/install -m 644 /home/iurt/rpmbuild/SOURCES/xfig-mini.png /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/icons/mini/xfig.png + /usr/bin/install -m 644 /home/iurt/rpmbuild/SOURCES/xfig-large.png /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/icons/large/xfig.png + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/pixmaps + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.2.7b-1.mga9 --unique-debug-suffix -3.2.7b-1.mga9.aarch64 --unique-debug-src-base xfig-3.2.7b-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/xfig-3.2.7b extracting debug info from /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/bin/xfig dwz: ./usr/bin/xfig-3.2.7b-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 3104kB, size after compression: 3104kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 5913 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64/usr/share/applications/xfig.desktop: hint: value item "VectorGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics;2DGraphics + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: xfig-3.2.7b-1.mga9.aarch64 Provides: application() application(xfig.desktop) xfig = 1:3.2.7b-1.mga9 xfig(aarch-64) = 1:3.2.7b-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libX11.so.6()(64bit) libXaw3d.so.8()(64bit) libXpm.so.4()(64bit) libXt.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libjpeg.so.8()(64bit) libjpeg.so.8(LIBJPEG_8.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) Processing files: xfig-debugsource-3.2.7b-1.mga9.aarch64 Provides: xfig-debugsource = 1:3.2.7b-1.mga9 xfig-debugsource(aarch-64) = 1:3.2.7b-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xfig-debuginfo-3.2.7b-1.mga9.aarch64 Provides: debuginfo(build-id) = 995b54d61efc2ce8c098eb3437e633ae985c3af9 xfig-debuginfo = 1:3.2.7b-1.mga9 xfig-debuginfo(aarch-64) = 1:3.2.7b-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: xfig-debugsource(aarch-64) = 1:3.2.7b-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xfig-debuginfo-3.2.7b-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xfig-debugsource-3.2.7b-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xfig-3.2.7b-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zw6rv2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd xfig-3.2.7b + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/xfig-3.2.7b-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kWJsz6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf xfig-3.2.7b + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!