+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/dgc.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild warning: bogus date in %changelog: Tue Nov 18 2009 Shakthi Kannan - 0.98-2 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.33F4yH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dgc-0.98 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/dgc-0.98.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dgc-0.98 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IGllHw + umask 022 + cd /builddir/build/BUILD + cd dgc-0.98 + autoconf -f -i aclocal.m4:16: warning: this file was generated for autoconf 2.63. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. configure.ac:7: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body /usr/share/autoconf/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... /usr/share/autoconf/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... /usr/share/autoconf/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:1037: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:4176: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:5251: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:159: _LT_SETUP is expanded from... aclocal.m4:88: LT_INIT is expanded from... aclocal.m4:123: AC_PROG_LIBTOOL is expanded from... configure.ac:7: the top level configure.ac:7: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body /usr/share/autoconf/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... /usr/share/autoconf/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... /usr/share/autoconf/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:4176: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:5251: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:159: _LT_SETUP is expanded from... aclocal.m4:88: LT_INIT is expanded from... aclocal.m4:123: AC_PROG_LIBTOOL is expanded from... configure.ac:7: the top level + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-qfsm checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes checking for cos in -lm... yes checking for pkg-config... /usr/bin/pkg-config checking for xml2-config... /usr/bin/xml2-config configure: creating ./config.status config.status: creating Makefile config.status: creating replace/Makefile config.status: creating util/Makefile config.status: creating cube/Makefile config.status: creating encoding/Makefile config.status: creating syl/Makefile config.status: creating data/Makefile config.status: creating gnet/Makefile config.status: creating app/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + /usr/bin/make -j4 /usr/bin/make all-recursive make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98' Making all in replace make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/replace' gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c safe-ctype.c rm -f libreplace.a ar cru libreplace.a safe-ctype.o ranlib libreplace.a make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/replace' Making all in util make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/util' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_bcp.lo b_bcp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_dg.lo b_dg.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_dic.lo b_dic.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_scan.lo b_scan.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_dic.c -fPIC -DPIC -o .libs/b_dic.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_scan.c -fPIC -DPIC -o .libs/b_scan.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_bcp.c -fPIC -DPIC -o .libs/b_bcp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_dg.c -fPIC -DPIC -o .libs/b_dg.o b_bcp.c: In function 'bcn_OpenCopy': b_bcp.c:148:12: warning: unused variable 'nn' [-Wunused-variable] bcn_type nn; ^~ b_bcp.c: In function 'bcn_dl_show_line': b_bcp.c:353:7: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf("-"); ^~~~~~ b_bcp.c:353:7: warning: incompatible implicit declaration of built-in function 'printf' b_bcp.c:353:7: note: include '' or provide a declaration of 'printf' b_bcp.c:356:5: warning: incompatible implicit declaration of built-in function 'printf' printf("%c", "x01-"[nn->val]); ^~~~~~ b_bcp.c:356:5: note: include '' or provide a declaration of 'printf' b_bcp.c:362:5: warning: incompatible implicit declaration of built-in function 'printf' printf("-"); ^~~~~~ b_bcp.c:362:5: note: include '' or provide a declaration of 'printf' b_bcp.c: In function 'bcm_Show': b_bcp.c:584:5: warning: incompatible implicit declaration of built-in function 'printf' printf("%d", i/10); ^~~~~~ b_bcp.c:584:5: note: include '' or provide a declaration of 'printf' b_bcp.c:585:3: warning: incompatible implicit declaration of built-in function 'printf' printf("\n"); ^~~~~~ b_bcp.c:585:3: note: include '' or provide a declaration of 'printf' b_bcp.c: In function 'bcm_FindEssential': b_bcp.c:713:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if ( N(current, v) == NULL ) /* is there more than one? */ ^ b_bcp.c: In function 'bcn_is_subset': b_bcp.c:760:7: warning: unused variable 'pos' [-Wunused-variable] int pos; ^~~ b_bcp.c: In function 'bcm_ReduceRows': b_bcp.c:795:7: warning: unused variable 'v' [-Wunused-variable] int v = 1; ^ b_bcp.c: In function 'bcn_is_col_dom': b_bcp.c:852:7: warning: unused variable 'pos' [-Wunused-variable] int pos; ^~~ b_bcp.c: In function 'bcm_ReduceCols': b_bcp.c:911:7: warning: unused variable 'v' [-Wunused-variable] int v = 0; ^ b_bcp.c: In function 'bcm_GetLowerBound': b_bcp.c:1130:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_dic.c -o b_dic.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_scan.c -o b_scan.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_il.lo b_il.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_il.c -fPIC -DPIC -o .libs/b_il.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_dg.c -o b_dg.o >/dev/null 2>&1 b_il.c: In function 'b_il_SetValues': b_il.c:214:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(il->list, values, sizeof(int)*cnt); ^~~~~~ b_il.c:214:3: warning: incompatible implicit declaration of built-in function 'memcpy' b_il.c:214:3: note: include '' or provide a declaration of 'memcpy' b_il.c: In function 'b_il_GetValues': b_il.c:228:3: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(l, il->list, sizeof(int)*il->cnt); ^~~~~~ b_il.c:228:3: note: include '' or provide a declaration of 'memcpy' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_io.lo b_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_io.c -fPIC -DPIC -o .libs/b_io.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_bcp.c -o b_bcp.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_il.c -o b_il.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_io.c -o b_io.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_iq.lo b_iq.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_iq.c -fPIC -DPIC -o .libs/b_iq.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_iq.c -o b_iq.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_pl.lo b_pl.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_pq.lo b_pq.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_pl.c -fPIC -DPIC -o .libs/b_pl.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_rdic.lo b_rdic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_pq.c -fPIC -DPIC -o .libs/b_pq.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_rdic.c -fPIC -DPIC -o .libs/b_rdic.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_set.lo b_set.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_set.c -fPIC -DPIC -o .libs/b_set.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_pq.c -o b_pq.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_pl.c -o b_pl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_rdic.c -o b_rdic.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_sl.lo b_sl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_sl.c -fPIC -DPIC -o .libs/b_sl.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_sp.lo b_sp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_set.c -o b_set.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_ff.lo b_ff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_sp.c -fPIC -DPIC -o .libs/b_sp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_ff.c -fPIC -DPIC -o .libs/b_ff.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_sp.c -o b_sp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_time.lo b_time.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_time.c -fPIC -DPIC -o .libs/b_time.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_ff.c -o b_ff.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_sl.c -o b_sl.o >/dev/null 2>&1 b_time.c: In function 'b_time_to_str': b_time.c:40:3: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] sprintf(buf, "%02d:%02d:%02d", h, m, s); ^~~~~~~ b_time.c:40:3: warning: incompatible implicit declaration of built-in function 'sprintf' b_time.c:40:3: note: include '' or provide a declaration of 'sprintf' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_time.c -o b_time.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o b_eval.lo b_eval.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o cmdline.lo cmdline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_eval.c -fPIC -DPIC -o .libs/b_eval.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cmdline.c -fPIC -DPIC -o .libs/cmdline.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o mwc.lo mwc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mwc.c -fPIC -DPIC -o .libs/mwc.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o port.lo port.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c port.c -fPIC -DPIC -o .libs/port.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c port.c -o port.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c b_eval.c -o b_eval.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cmdline.c -o cmdline.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mwc.c -o mwc.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcutil.la -rpath /usr/lib64 b_bcp.lo b_dg.lo b_dic.lo b_scan.lo b_il.lo b_io.lo b_iq.lo b_pl.lo b_pq.lo b_rdic.lo b_set.lo b_sl.lo b_sp.lo b_ff.lo b_time.lo b_eval.lo cmdline.lo mwc.lo port.lo libtool: link: gcc -shared .libs/b_bcp.o .libs/b_dg.o .libs/b_dic.o .libs/b_scan.o .libs/b_il.o .libs/b_io.o .libs/b_iq.o .libs/b_pl.o .libs/b_pq.o .libs/b_rdic.o .libs/b_set.o .libs/b_sl.o .libs/b_sp.o .libs/b_ff.o .libs/b_time.o .libs/b_eval.o .libs/cmdline.o .libs/mwc.o .libs/port.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcutil.so.0 -o .libs/libdgcutil.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdgcutil.so.0" && ln -s "libdgcutil.so.0.0.0" "libdgcutil.so.0") libtool: link: (cd ".libs" && rm -f "libdgcutil.so" && ln -s "libdgcutil.so.0.0.0" "libdgcutil.so") libtool: link: ar cru .libs/libdgcutil.a b_bcp.o b_dg.o b_dic.o b_scan.o b_il.o b_io.o b_iq.o b_pl.o b_pq.o b_rdic.o b_set.o b_sl.o b_sp.o b_ff.o b_time.o b_eval.o cmdline.o mwc.o port.o libtool: link: ranlib .libs/libdgcutil.a libtool: link: ( cd ".libs" && rm -f "libdgcutil.la" && ln -s "../libdgcutil.la" "libdgcutil.la" ) make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/util' Making all in cube make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/cube' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-nex.lo `test -f 'nex.c' || echo './'`nex.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcex.lo `test -f 'dcex.c' || echo './'`dcex.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcexop.lo `test -f 'dcexop.c' || echo './'`dcexop.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcube.lo `test -f 'dcube.c' || echo './'`dcube.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcex.c -fPIC -DPIC -o .libs/libdgccube_la-dcex.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c nex.c -fPIC -DPIC -o .libs/libdgccube_la-nex.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcexop.c -fPIC -DPIC -o .libs/libdgccube_la-dcexop.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcube.c -fPIC -DPIC -o .libs/libdgccube_la-dcube.o dcube.c: In function 'dcInToStr': dcube.c:580:10: warning: unused variable 'l' [-Wunused-variable] int i, l; ^ dcex.c: In function 'dcex_filename_to_string': dcex.c:1387:24: warning: left shift count >= width of type [-Wshift-count-overflow] if ( buf.st_size > (1<<(sizeof(size_t)*8-2)) ) ^~ dcube.c: In function 'dclReadCNFFP': dcube.c:2203:7: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] int cnt = -1; ^~~ At top level: dcex.c:439:14: warning: 'dcexIdentifier' defined but not used [-Wunused-function] static dcexn dcexIdentifier(dcex_type dcex) ^~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcexop.c -o libdgccube_la-dcexop.o >/dev/null 2>&1 dcube.c: In function 'dclComplementCof': dcube.c:4401:17: warning: variable 'right_cnt' set but not used [-Wunused-but-set-variable] int left_cnt, right_cnt; ^~~~~~~~~ dcube.c:4401:7: warning: variable 'left_cnt' set but not used [-Wunused-but-set-variable] int left_cnt, right_cnt; ^~~~~~~~ dcube.c: In function 'dclPrimesCof': dcube.c:4563:17: warning: variable 'right_cnt' set but not used [-Wunused-but-set-variable] int left_cnt, right_cnt; ^~~~~~~~~ dcube.c:4563:7: warning: variable 'left_cnt' set but not used [-Wunused-but-set-variable] int left_cnt, right_cnt; ^~~~~~~~ dcube.c: In function 'dclPrimesInvCof': dcube.c:4784:17: warning: variable 'right_cnt' set but not used [-Wunused-but-set-variable] int left_cnt, right_cnt; ^~~~~~~~~ dcube.c:4784:7: warning: variable 'left_cnt' set but not used [-Wunused-but-set-variable] int left_cnt, right_cnt; ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c nex.c -o libdgccube_la-nex.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcubehf.lo `test -f 'dcubehf.c' || echo './'`dcubehf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubehf.c -fPIC -DPIC -o .libs/libdgccube_la-dcubehf.o dcubehf.c: In function 'hfp_Minimize': dcubehf.c:907:3: warning: "/*" within comment [-Wcomment] /* libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcex.c -o libdgccube_la-dcex.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcubevhd.lo `test -f 'dcubevhd.c' || echo './'`dcubevhd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubevhd.c -fPIC -DPIC -o .libs/libdgccube_la-dcubevhd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubehf.c -o libdgccube_la-dcubehf.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubevhd.c -o libdgccube_la-dcubevhd.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcubebcp.lo `test -f 'dcubebcp.c' || echo './'`dcubebcp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubebcp.c -fPIC -DPIC -o .libs/libdgccube_la-dcubebcp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-dcubeustt.lo `test -f 'dcubeustt.c' || echo './'`dcubeustt.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-matrix.lo `test -f 'matrix.c' || echo './'`matrix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubeustt.c -fPIC -DPIC -o .libs/libdgccube_la-dcubeustt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c matrix.c -fPIC -DPIC -o .libs/libdgccube_la-matrix.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubebcp.c -o libdgccube_la-dcubebcp.o >/dev/null 2>&1 matrix.c: In function 'maColLogAnd': matrix.c:365:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (h_colptr_dest->cnt = 0) ^~~~~~~~~~~~~ matrix.c: In function 'maColShow': matrix.c:412:65: warning: statement with no effect [-Wunused-value] for (field = h_colptr->fieldptr_firstrow; field != NULL; field->fieldptr_nextrow) ~~~~~^~~~~~~~~~~~~~~~~~ matrix.c: In function 'maMatrixDeleteCol': matrix.c:1161:16: warning: unused variable 'letzte' [-Wunused-variable] int f_rowno, letzte = -1; ^~~~~~ matrix.c: In function 'maMatrixDeleteRow': matrix.c:1313:16: warning: unused variable 'letzte' [-Wunused-variable] int f_colno, letzte = -1; ^~~~~~ matrix.c: In function 'maMatrixDestroy': matrix.c:1398:21: warning: unused variable 'f_row_next' [-Wunused-variable] ma_ptr2row f_row, f_row_next; ^~~~~~~~~~ matrix.c:1398:14: warning: unused variable 'f_row' [-Wunused-variable] ma_ptr2row f_row, f_row_next; ^~~~~ matrix.c: In function 'maMatrixFindIndepCols': matrix.c:1486:14: warning: unused variable 'f_col' [-Wunused-variable] ma_ptr2col f_col; ^~~~~ matrix.c: In function 'maMatrixDCL': matrix.c:1585:14: warning: unused variable 'ma_col' [-Wunused-variable] ma_ptr2col ma_col; ^~~~~~ matrix.c: In function 'maMatrixInsertField': matrix.c:1819:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (rtc != 0) ^ matrix.c: In function 'maMatrixLinkCol': matrix.c:1907:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ matrix.c:1910:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' h_colptr = lo_colptr; ^~~~~~~~ matrix.c: In function 'maMatrixLinkRow': matrix.c:1984:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ matrix.c:1987:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' h_rowptr = lo_rowptr; ^~~~~~~~ matrix.c: In function 'maMatrixPartitionBlocks': matrix.c:1999:16: warning: unused variable 'field' [-Wunused-variable] ma_ptr2field field; ^~~~~ matrix.c: In function 'maMatrixPartitionCheck': matrix.c:2044:23: warning: unused variable 'field2' [-Wunused-variable] ma_ptr2field field, field2; ^~~~~~ matrix.c: In function 'maMatrixShowSol1': matrix.c:2573:7: warning: unused variable 'anzeige' [-Wunused-variable] int anzeige, used, no_cols = 0, no_rows = 0, no_elems = 0; ^~~~~~~ matrix.c: In function 'maMatrixShowSol2': matrix.c:2660:7: warning: unused variable 'anzeige' [-Wunused-variable] int anzeige, col_used, no_elems = 0; ^~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsm.lo `test -f 'fsm.c' || echo './'`fsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcubeustt.c -o libdgccube_la-dcubeustt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsm.c -fPIC -DPIC -o .libs/libdgccube_la-fsm.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmasync.lo `test -f 'fsmasync.c' || echo './'`fsmasync.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmasync.c -fPIC -DPIC -o .libs/libdgccube_la-fsmasync.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmasync.c -o libdgccube_la-fsmasync.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmbm.lo `test -f 'fsmbm.c' || echo './'`fsmbm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmbm.c -fPIC -DPIC -o .libs/libdgccube_la-fsmbm.o fsmbm.c: In function 'fsm_bm_self_to_different': fsmbm.c:470:16: warning: variable 'd_cl' set but not used [-Wunused-but-set-variable] dclist s_cl, d_cl; ^~~~ fsmbm.c:470:10: warning: variable 's_cl' set but not used [-Wunused-but-set-variable] dclist s_cl, d_cl; ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c matrix.c -o libdgccube_la-matrix.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmbm.c -o libdgccube_la-fsmbm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsm.c -o libdgccube_la-fsm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dcube.c -o libdgccube_la-dcube.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmbms.lo `test -f 'fsmbms.c' || echo './'`fsmbms.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmbms.c -fPIC -DPIC -o .libs/libdgccube_la-fsmbms.o fsmbms.c: In function 'is_bms_line': fsmbms.c:930:7: warning: variable 'v' set but not used [-Wunused-but-set-variable] int v; ^ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmbmm.lo `test -f 'fsmbmm.c' || echo './'`fsmbmm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmbms.c -o libdgccube_la-fsmbms.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmbmm.c -fPIC -DPIC -o .libs/libdgccube_la-fsmbmm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmbmm.c -o libdgccube_la-fsmbmm.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmkiss.lo `test -f 'fsmkiss.c' || echo './'`fsmkiss.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmqfsm.lo `test -f 'fsmqfsm.c' || echo './'`fsmqfsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmkiss.c -fPIC -DPIC -o .libs/libdgccube_la-fsmkiss.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmqfsm.c -fPIC -DPIC -o .libs/libdgccube_la-fsmqfsm.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmmoore.lo `test -f 'fsmmoore.c' || echo './'`fsmmoore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmmoore.c -fPIC -DPIC -o .libs/libdgccube_la-fsmmoore.o fsmqfsm.c: In function 'copy_content': fsmqfsm.c:53:32: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] res = xmlXPathEvalExpression(name, ctxt); ^~~~ In file included from fsmqfsm.c:31:0: /usr/include/libxml2/libxml/xpath.h:522:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ fsmqfsm.c:61:22: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(buf, xmlNodeListGetString(doc, nn->children, 1), max); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/features.h:428:0, from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from fsmqfsm.c:28: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'xmlChar * {aka unsigned char *}' __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^ fsmqfsm.c: In function 'fsm_qfsm_reset_state': fsmqfsm.c:87:32: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] res = xmlXPathEvalExpression("/qfsmproject/machine/state", ctxt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fsmqfsm.c:31:0: /usr/include/libxml2/libxml/xpath.h:522:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ fsmqfsm.c:97:32: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign] name = xmlGetProp(n, "code"); ^~~~~~ In file included from /usr/include/libxml2/libxml/parser.h:16:0, from fsmqfsm.c:30: /usr/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlGetProp (const xmlNode *node, ^~~~~~~~~~ fsmqfsm.c:97:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] name = xmlGetProp(n, "code"); ^ fsmqfsm.c:78:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ fsmqfsm.c: In function 'fsm_qfsm_loop_transitions': fsmqfsm.c:192:32: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] res = xmlXPathEvalExpression("/qfsmproject/machine/transition", ctxt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fsmqfsm.c:31:0: /usr/include/libxml2/libxml/xpath.h:522:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ fsmqfsm.c: In function 'fsm_IsValidQFSMFile': fsmqfsm.c:229:38: warning: pointer targets in passing argument 1 of 'xmlXPathEvalExpression' differ in signedness [-Wpointer-sign] res = xmlXPathEvalExpression("/qfsmproject/machine", ctxt); ^~~~~~~~~~~~~~~~~~~~~~ In file included from fsmqfsm.c:31:0: /usr/include/libxml2/libxml/xpath.h:522:7: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *' xmlXPathEvalExpression (const xmlChar *str, ^~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmkiss.c -o libdgccube_la-fsmkiss.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmqfsm.c -o libdgccube_la-fsmqfsm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmmoore.c -o libdgccube_la-fsmmoore.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmp.lo `test -f 'fsmp.c' || echo './'`fsmp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmrc.lo `test -f 'fsmrc.c' || echo './'`fsmrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmp.c -fPIC -DPIC -o .libs/libdgccube_la-fsmp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmsic.lo `test -f 'fsmsic.c' || echo './'`fsmsic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmrc.c -fPIC -DPIC -o .libs/libdgccube_la-fsmrc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmsic.c -fPIC -DPIC -o .libs/libdgccube_la-fsmsic.o fsmp.c: In function 'fsmp_read_identifier': fsmp.c:150:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( i < FSMP_IDENTIFIER_LEN-1 ); ^~ fsmp.c:151:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fsmp->identifier[i++] = fsmp_Curr(fsmp); ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmp.c -o libdgccube_la-fsmp.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmrc.c -o libdgccube_la-fsmrc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmsic.c -o libdgccube_la-fsmsic.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmsp.lo `test -f 'fsmsp.c' || echo './'`fsmsp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmcode.lo `test -f 'fsmcode.c' || echo './'`fsmcode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmsp.c -fPIC -DPIC -o .libs/libdgccube_la-fsmsp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmcode.c -fPIC -DPIC -o .libs/libdgccube_la-fsmcode.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmstable.lo `test -f 'fsmstable.c' || echo './'`fsmstable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmstable.c -fPIC -DPIC -o .libs/libdgccube_la-fsmstable.o fsmsp.c: In function 'fsm_spss_bfs': fsmsp.c:137:7: warning: variable 'edge_id' set but not used [-Wunused-but-set-variable] int edge_id; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmcode.c -o libdgccube_la-fsmcode.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmsp.c -o libdgccube_la-fsmsp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmtest.lo `test -f 'fsmtest.c' || echo './'`fsmtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmtest.c -fPIC -DPIC -o .libs/libdgccube_la-fsmtest.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmustt.lo `test -f 'fsmustt.c' || echo './'`fsmustt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmustt.c -fPIC -DPIC -o .libs/libdgccube_la-fsmustt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmstable.c -o libdgccube_la-fsmstable.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmtest.c -o libdgccube_la-fsmtest.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmustt.c -o libdgccube_la-fsmustt.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmvhd.lo `test -f 'fsmvhd.c' || echo './'`fsmvhd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmvhd.c -fPIC -DPIC -o .libs/libdgccube_la-fsmvhd.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmmin.lo `test -f 'fsmmin.c' || echo './'`fsmmin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmmin.c -fPIC -DPIC -o .libs/libdgccube_la-fsmmin.o fsmmin.c: In function 'dcl_is_fbo_compatible': fsmmin.c:38:16: warning: unused variable 'c' [-Wunused-variable] dclist a, b, c; ^ fsmmin.c:38:13: warning: unused variable 'b' [-Wunused-variable] dclist a, b, c; ^ fsmmin.c:38:10: warning: unused variable 'a' [-Wunused-variable] dclist a, b, c; ^ fsmmin.c: In function 'fsm_IsCompatible': fsmmin.c:390:11: warning: variable 'g2' set but not used [-Wunused-but-set-variable] int g1, g2; ^~ fsmmin.c:390:7: warning: variable 'g1' set but not used [-Wunused-but-set-variable] int g1, g2; ^~ At top level: fsmmin.c:349:12: warning: 'fsm_IsFBOCompatible' defined but not used [-Wunused-function] static int fsm_IsFBOCompatible(fsm_type fsm, int n1, int n2) ^~~~~~~~~~~~~~~~~~~ fsmmin.c:36:12: warning: 'dcl_is_fbo_compatible' defined but not used [-Wunused-function] static int dcl_is_fbo_compatible(pinfo *pi, dclist c1, dclist c2) ^~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-fsmmis.lo `test -f 'fsmmis.c' || echo './'`fsmmis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmmis.c -fPIC -DPIC -o .libs/libdgccube_la-fsmmis.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmmin.c -o libdgccube_la-fsmmin.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmmis.c -o libdgccube_la-fsmmis.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-mcov.lo `test -f 'mcov.c' || echo './'`mcov.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmvhd.c -o libdgccube_la-fsmvhd.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mcov.c -fPIC -DPIC -o .libs/libdgccube_la-mcov.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-pinfo.lo `test -f 'pinfo.c' || echo './'`pinfo.c mcov.c:193:13: warning: 'mcovPopCurr' defined but not used [-Wunused-function] static void mcovPopCurr(mcov mc, int pos) ^~~~~~~~~~~ mcov.c:187:13: warning: 'mcovPushCurr' defined but not used [-Wunused-function] static void mcovPushCurr(mcov mc, int pos) ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c pinfo.c -fPIC -DPIC -o .libs/libdgccube_la-pinfo.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-rect.lo `test -f 'rect.c' || echo './'`rect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rect.c -fPIC -DPIC -o .libs/libdgccube_la-rect.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mcov.c -o libdgccube_la-mcov.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-recu.lo `test -f 'recu.c' || echo './'`recu.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c recu.c -fPIC -DPIC -o .libs/libdgccube_la-recu.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-srn.lo `test -f 'srn.c' || echo './'`srn.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c srn.c -fPIC -DPIC -o .libs/libdgccube_la-srn.o recu.c: In function 'rcAddSpecialInputRectangles': recu.c:187:7: warning: variable 'symbol' set but not used [-Wunused-but-set-variable] int symbol; ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c srn.c -o libdgccube_la-srn.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c pinfo.c -o libdgccube_la-pinfo.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c recu.c -o libdgccube_la-recu.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbm.lo `test -f 'xbm.c' || echo './'`xbm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbm.c -fPIC -DPIC -o .libs/libdgccube_la-xbm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rect.c -o libdgccube_la-rect.o >/dev/null 2>&1 xbm.c: In function 'xbm_Clear': xbm.c:401:3: warning: implicit declaration of function 'xbm_SetPLAFileNamePrimePartitions'; did you mean 'xbm_SetPLAFileNameMinPartitions'? [-Wimplicit-function-declaration] xbm_SetPLAFileNamePrimePartitions(x, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xbm_SetPLAFileNameMinPartitions xbm.c: In function 'xbm_connect_transition': xbm.c:665:18: warning: unused variable 's' [-Wunused-variable] xbm_state_type s = NULL; ^ xbm.c: In function 'xbm_disconnect_transition': xbm.c:684:18: warning: unused variable 's' [-Wunused-variable] xbm_state_type s = NULL; ^ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-mis.lo `test -f 'mis.c' || echo './'`mis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mis.c -fPIC -DPIC -o .libs/libdgccube_la-mis.o mis.c: In function 'fsm_IsOutputCompatible': mis.c:109:11: warning: unused variable 'g2' [-Wunused-variable] int g1, g2; ^~ mis.c:109:7: warning: unused variable 'g1' [-Wunused-variable] int g1, g2; ^~ mis.c:108:12: warning: unused variable 'dn2' [-Wunused-variable] int dn1, dn2; ^~~ mis.c:108:7: warning: unused variable 'dn1' [-Wunused-variable] int dn1, dn2; ^~~ mis.c:107:11: warning: unused variable 'e2' [-Wunused-variable] int e1, e2; ^~ mis.c:107:7: warning: unused variable 'e1' [-Wunused-variable] int e1, e2; ^~ mis.c:106:11: warning: unused variable 'l2' [-Wunused-variable] int l1, l2; ^~ mis.c:106:7: warning: unused variable 'l1' [-Wunused-variable] int l1, l2; ^~ mis.c: In function 'xbm_IsNotCompatible': mis.c:156:19: warning: unused variable 't2' [-Wunused-variable] int l1, l2, t1, t2; ^~ mis.c:156:15: warning: unused variable 't1' [-Wunused-variable] int l1, l2, t1, t2; ^~ mis.c:156:11: warning: unused variable 'l2' [-Wunused-variable] int l1, l2, t1, t2; ^~ mis.c:156:7: warning: unused variable 'l1' [-Wunused-variable] int l1, l2, t1, t2; ^~ mis.c:155:10: warning: unused variable 'c2' [-Wunused-variable] dcube *c2; ^~ mis.c:154:10: warning: unused variable 'c1' [-Wunused-variable] dcube *c1; ^~ mis.c: In function 'fsm_IsUncoditionalCompatible': mis.c:197:11: warning: variable 'g2' set but not used [-Wunused-but-set-variable] int g1, g2; ^~ mis.c:197:7: warning: variable 'g1' set but not used [-Wunused-but-set-variable] int g1, g2; ^~ mis.c: In function 'xbm_IsUncoditionalCompatible': mis.c:263:10: warning: unused variable 'cnt' [-Wunused-variable] int i, cnt; ^~~ mis.c:263:7: warning: unused variable 'i' [-Wunused-variable] int i, cnt; ^ mis.c: In function 'mis_ApplyXBMInOutConditions': mis.c:967:10: warning: unused variable 's2' [-Wunused-variable] dcube *s2; ^~ mis.c:966:10: warning: variable 'e1' set but not used [-Wunused-but-set-variable] dcube *e1; ^~ mis.c: In function 'mis_ShowStates': mis.c:1670:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("--> %dx ", mis_GetPair(m, s1, s2)->pr_cnt); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld At top level: mis.c:958:12: warning: 'mis_ApplyXBMInOutConditions' defined but not used [-Wunused-function] static int mis_ApplyXBMInOutConditions(mis_type m, int state1, int state2) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from xbm.h:32:0, from xbm.c:32: xbm.c: In function 'xbm_GetNextStateCode': ../util/b_set.h:44:43: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] #define b_set_Get(bs, pos) ((bs)->list_ptr[(pos)]) ^ xbm.c:1103:7: note: 'n' was declared here int n; ^ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmbms.lo `test -f 'xbmbms.c' || echo './'`xbmbms.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbm.c -o libdgccube_la-xbm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmbms.c -fPIC -DPIC -o .libs/libdgccube_la-xbmbms.o xbmbms.c: In function 'xbm_IsHFInOutTransitionPossible': xbmbms.c:71:10: warning: unused variable 's2' [-Wunused-variable] dcube *s2; ^~ xbmbms.c:70:10: warning: variable 'e1' set but not used [-Wunused-but-set-variable] dcube *e1; ^~ xbmbms.c: In function 'xbm_apply_ddc': xbmbms.c:248:10: warning: unused variable 'e' [-Wunused-variable] int s, e; ^ xbmbms.c:248:7: warning: unused variable 's' [-Wunused-variable] int s, e; ^ xbmbms.c: In function 'xbm_check_in_out_transitions': xbmbms.c:768:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ xbmbms.c: In function 'xbm_line': xbmbms.c:1399:14: warning: implicit declaration of function 'xbm_SetResetStateName'; did you mean 'xbm_GetNextStateCode'? [-Wimplicit-function-declaration] return xbm_SetResetStateName(x, xbm_getid(&s)); ^~~~~~~~~~~~~~~~~~~~~ xbm_GetNextStateCode At top level: xbmbms.c:1142:12: warning: 'xbm_get_output_cube_pos' defined but not used [-Wunused-function] static int xbm_get_output_cube_pos(xbm_type x, const char *name) ^~~~~~~~~~~~~~~~~~~~~~~ xbmbms.c:1133:12: warning: 'xbm_get_input_cube_pos' defined but not used [-Wunused-function] static int xbm_get_input_cube_pos(xbm_type x, const char *name) ^~~~~~~~~~~~~~~~~~~~~~ xbmbms.c:640:12: warning: '_old_xbm_apply_ddc' defined but not used [-Wunused-function] static int _old_xbm_apply_ddc(xbm_type x) ^~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mis.c -o libdgccube_la-mis.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmmis.lo `test -f 'xbmmis.c' || echo './'`xbmmis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmmis.c -fPIC -DPIC -o .libs/libdgccube_la-xbmmis.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmkiss.lo `test -f 'xbmkiss.c' || echo './'`xbmkiss.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmkiss.c -fPIC -DPIC -o .libs/libdgccube_la-xbmkiss.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmmis.c -o libdgccube_la-xbmmis.o >/dev/null 2>&1 xbmkiss.c: In function 'xbm_write_kiss_tr': xbmkiss.c:50:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmbms.c -o libdgccube_la-xbmbms.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmkiss.c -o libdgccube_la-xbmkiss.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmustt.lo `test -f 'xbmustt.c' || echo './'`xbmustt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmustt.c -fPIC -DPIC -o .libs/libdgccube_la-xbmustt.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmfn.lo `test -f 'xbmfn.c' || echo './'`xbmfn.c xbmustt.c: In function 'xbm_encode_with_fp': xbmustt.c:487:12: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if ( strncmp(s, ".s ", 3) == 0 ) ^~~~~~~ xbmustt.c:489:34: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] if ( xbm_SetCodeWidth(x, atoi(s+3)) == 0 ) ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmfn.c -fPIC -DPIC -o .libs/libdgccube_la-xbmfn.o xbmfn.c: In function 'xbm_DoStateStateTransfers': xbmfn.c:183:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ xbmfn.c:180:7: warning: unused variable 'out_cnt' [-Wunused-variable] int out_cnt = x->outputs; ^~~~~~~ xbmfn.c:178:10: warning: unused variable 'in_self_cl' [-Wunused-variable] dclist in_self_cl; ^~~~~~~~~~ xbmfn.c: In function 'xbm_DoStateSelfTransfers': xbmfn.c:298:7: warning: unused variable 'out_cnt' [-Wunused-variable] int out_cnt = x->outputs; ^~~~~~~ xbmfn.c:296:10: warning: unused variable 'mask' [-Wunused-variable] dcube *mask = &(xbm_GetPiMachine(x)->tmp[14]); ^~~~ xbmfn.c:295:10: warning: unused variable 'cnt' [-Wunused-variable] dcube *cnt = &(xbm_GetPiMachine(x)->tmp[11]); ^~~ xbmfn.c: In function 'xbm_build_sync_on_off_set': xbmfn.c:433:7: warning: unused variable 'out_cnt' [-Wunused-variable] int out_cnt = x->outputs; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmustt.c -o libdgccube_la-xbmustt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmfn.c -o libdgccube_la-xbmfn.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmchk.lo `test -f 'xbmchk.c' || echo './'`xbmchk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmchk.c -fPIC -DPIC -o .libs/libdgccube_la-xbmchk.o xbmchk.c: In function 'xbm_CheckStrongStateStateTransfers': xbmchk.c:119:16: warning: implicit declaration of function 'dclIsHazardfreeFunction'; did you mean 'dclIsHazardfreeTransition'? [-Wimplicit-function-declaration] if ( dclIsHazardfreeFunction(xbm_GetPiMachine(x), x->cl_machine, s, e, i) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~ dclIsHazardfreeTransition xbmchk.c:36:7: warning: unused variable 'out_cnt' [-Wunused-variable] int out_cnt = x->outputs; ^~~~~~~ xbmchk.c: In function 'xbm_CheckStrongStateSelfTransfers': xbmchk.c:137:7: warning: unused variable 'out_cnt' [-Wunused-variable] int out_cnt = x->outputs; ^~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmess.lo `test -f 'xbmess.c' || echo './'`xbmess.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmess.c -fPIC -DPIC -o .libs/libdgccube_la-xbmess.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmchk.c -o libdgccube_la-xbmchk.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmwalk.lo `test -f 'xbmwalk.c' || echo './'`xbmwalk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmwalk.c -fPIC -DPIC -o .libs/libdgccube_la-xbmwalk.o xbmess.c: In function 'xbm_do_minterm_transition': xbmess.c:248:9: warning: unused variable 'm_str' [-Wunused-variable] char *m_str; ^~~~~ xbmess.c:247:9: warning: unused variable 'n_str' [-Wunused-variable] char *n_str; ^~~~~ xbmess.c:246:7: warning: unused variable 'cmp_cnt' [-Wunused-variable] int cmp_cnt; ^~~~~~~ xbmess.c:244:7: warning: unused variable 'st3_pos' [-Wunused-variable] int st3_pos = -1; /* not yet known */ ^~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmvhdl.lo `test -f 'xbmvhdl.c' || echo './'`xbmvhdl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmvhdl.c -fPIC -DPIC -o .libs/libdgccube_la-xbmvhdl.o xbmwalk.c: In function 'xbm_GetTrVisitMax': xbmwalk.c:104:10: warning: unused variable 'e' [-Wunused-variable] dcube *e = &(xbm_GetTr(x, tr_pos)->in_end_cond); ^ xbmwalk.c: In function 'xbm_GetNthTrVec': xbmwalk.c:128:7: warning: unused variable 'out_cnt' [-Wunused-variable] int out_cnt = x->outputs; ^~~~~~~ xbmvhdl.c: In function 'xbm_vhdltb_arch_component': xbmvhdl.c:227:10: warning: unused variable 'j' [-Wunused-variable] int i, j; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmess.c -o libdgccube_la-xbmess.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmvcg.lo `test -f 'xbmvcg.c' || echo './'`xbmvcg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmwalk.c -o libdgccube_la-xbmwalk.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmvcg.c -fPIC -DPIC -o .libs/libdgccube_la-xbmvcg.o xbmvcg.c: In function 'xbm_write_vcg_line': xbmvcg.c:45:6: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(var_name,xbm_GetVarNameStrByIndex(x,XBM_DIRECTION_IN,i)); ^~~~~~ xbmvcg.c:45:6: warning: incompatible implicit declaration of built-in function 'strcpy' xbmvcg.c:45:6: note: include '' or provide a declaration of 'strcpy' xbmvcg.c:57:6: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(var_name,xbm_GetVarNameStrByIndex(x,XBM_DIRECTION_IN,i)); ^~~~~~ xbmvcg.c:57:6: note: include '' or provide a declaration of 'strcpy' xbmvcg.c:74:4: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(var_name,xbm_GetVarNameStrByIndex(x,XBM_DIRECTION_OUT,i)); ^~~~~~ xbmvcg.c:74:4: note: include '' or provide a declaration of 'strcpy' xbmvcg.c: In function 'xbm_write_vcg_tr': xbmvcg.c:90:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmvcg.c -o libdgccube_la-xbmvcg.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgccube_la-xbmdot.lo `test -f 'xbmdot.c' || echo './'`xbmdot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmvhdl.c -o libdgccube_la-xbmvhdl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmdot.c -fPIC -DPIC -o .libs/libdgccube_la-xbmdot.o xbmdot.c: In function 'xbm_write_dot_line': xbmdot.c:46:6: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(var_name,xbm_GetVarNameStrByIndex(x,XBM_DIRECTION_IN,i)); ^~~~~~ xbmdot.c:46:6: warning: incompatible implicit declaration of built-in function 'strcpy' xbmdot.c:46:6: note: include '' or provide a declaration of 'strcpy' xbmdot.c:58:6: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(var_name,xbm_GetVarNameStrByIndex(x,XBM_DIRECTION_IN,i)); ^~~~~~ xbmdot.c:58:6: note: include '' or provide a declaration of 'strcpy' xbmdot.c:75:4: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(var_name,xbm_GetVarNameStrByIndex(x,XBM_DIRECTION_OUT,i)); ^~~~~~ xbmdot.c:75:4: note: include '' or provide a declaration of 'strcpy' xbmdot.c: In function 'xbm_write_dot_tr': xbmdot.c:91:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbmdot.c -o libdgccube_la-xbmdot.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgccube.la -rpath /usr/lib64 libdgccube_la-nex.lo libdgccube_la-dcex.lo libdgccube_la-dcexop.lo libdgccube_la-dcube.lo libdgccube_la-dcubehf.lo libdgccube_la-dcubevhd.lo libdgccube_la-dcubebcp.lo libdgccube_la-dcubeustt.lo libdgccube_la-matrix.lo libdgccube_la-fsm.lo libdgccube_la-fsmasync.lo libdgccube_la-fsmbm.lo libdgccube_la-fsmbms.lo libdgccube_la-fsmbmm.lo libdgccube_la-fsmkiss.lo libdgccube_la-fsmqfsm.lo libdgccube_la-fsmmoore.lo libdgccube_la-fsmp.lo libdgccube_la-fsmrc.lo libdgccube_la-fsmsic.lo libdgccube_la-fsmsp.lo libdgccube_la-fsmcode.lo libdgccube_la-fsmstable.lo libdgccube_la-fsmtest.lo libdgccube_la-fsmustt.lo libdgccube_la-fsmvhd.lo libdgccube_la-fsmmin.lo libdgccube_la-fsmmis.lo libdgccube_la-mcov.lo libdgccube_la-pinfo.lo libdgccube_la-rect.lo libdgccube_la-recu.lo libdgccube_la-srn.lo libdgccube_la-xbm.lo libdgccube_la-mis.lo libdgccube_la-xbmbms.lo libdgccube_la-xbmmis.lo libdgccube_la-xbmkiss.lo libdgccube_la-xbmustt.lo libdgccube_la-xbmfn.lo libdgccube_la-xbmchk.lo libdgccube_la-xbmess.lo libdgccube_la-xbmwalk.lo libdgccube_la-xbmvhdl.lo libdgccube_la-xbmvcg.lo libdgccube_la-xbmdot.lo ../util/libdgcutil.la -lxml2 -lz -llzma -lm -ldl libtool: link: gcc -shared .libs/libdgccube_la-nex.o .libs/libdgccube_la-dcex.o .libs/libdgccube_la-dcexop.o .libs/libdgccube_la-dcube.o .libs/libdgccube_la-dcubehf.o .libs/libdgccube_la-dcubevhd.o .libs/libdgccube_la-dcubebcp.o .libs/libdgccube_la-dcubeustt.o .libs/libdgccube_la-matrix.o .libs/libdgccube_la-fsm.o .libs/libdgccube_la-fsmasync.o .libs/libdgccube_la-fsmbm.o .libs/libdgccube_la-fsmbms.o .libs/libdgccube_la-fsmbmm.o .libs/libdgccube_la-fsmkiss.o .libs/libdgccube_la-fsmqfsm.o .libs/libdgccube_la-fsmmoore.o .libs/libdgccube_la-fsmp.o .libs/libdgccube_la-fsmrc.o .libs/libdgccube_la-fsmsic.o .libs/libdgccube_la-fsmsp.o .libs/libdgccube_la-fsmcode.o .libs/libdgccube_la-fsmstable.o .libs/libdgccube_la-fsmtest.o .libs/libdgccube_la-fsmustt.o .libs/libdgccube_la-fsmvhd.o .libs/libdgccube_la-fsmmin.o .libs/libdgccube_la-fsmmis.o .libs/libdgccube_la-mcov.o .libs/libdgccube_la-pinfo.o .libs/libdgccube_la-rect.o .libs/libdgccube_la-recu.o .libs/libdgccube_la-srn.o .libs/libdgccube_la-xbm.o .libs/libdgccube_la-mis.o .libs/libdgccube_la-xbmbms.o .libs/libdgccube_la-xbmmis.o .libs/libdgccube_la-xbmkiss.o .libs/libdgccube_la-xbmustt.o .libs/libdgccube_la-xbmfn.o .libs/libdgccube_la-xbmchk.o .libs/libdgccube_la-xbmess.o .libs/libdgccube_la-xbmwalk.o .libs/libdgccube_la-xbmvhdl.o .libs/libdgccube_la-xbmvcg.o .libs/libdgccube_la-xbmdot.o -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/util/.libs ../util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgccube.so.0 -o .libs/libdgccube.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdgccube.so.0" && ln -s "libdgccube.so.0.0.0" "libdgccube.so.0") libtool: link: (cd ".libs" && rm -f "libdgccube.so" && ln -s "libdgccube.so.0.0.0" "libdgccube.so") libtool: link: ar cru .libs/libdgccube.a libdgccube_la-nex.o libdgccube_la-dcex.o libdgccube_la-dcexop.o libdgccube_la-dcube.o libdgccube_la-dcubehf.o libdgccube_la-dcubevhd.o libdgccube_la-dcubebcp.o libdgccube_la-dcubeustt.o libdgccube_la-matrix.o libdgccube_la-fsm.o libdgccube_la-fsmasync.o libdgccube_la-fsmbm.o libdgccube_la-fsmbms.o libdgccube_la-fsmbmm.o libdgccube_la-fsmkiss.o libdgccube_la-fsmqfsm.o libdgccube_la-fsmmoore.o libdgccube_la-fsmp.o libdgccube_la-fsmrc.o libdgccube_la-fsmsic.o libdgccube_la-fsmsp.o libdgccube_la-fsmcode.o libdgccube_la-fsmstable.o libdgccube_la-fsmtest.o libdgccube_la-fsmustt.o libdgccube_la-fsmvhd.o libdgccube_la-fsmmin.o libdgccube_la-fsmmis.o libdgccube_la-mcov.o libdgccube_la-pinfo.o libdgccube_la-rect.o libdgccube_la-recu.o libdgccube_la-srn.o libdgccube_la-xbm.o libdgccube_la-mis.o libdgccube_la-xbmbms.o libdgccube_la-xbmmis.o libdgccube_la-xbmkiss.o libdgccube_la-xbmustt.o libdgccube_la-xbmfn.o libdgccube_la-xbmchk.o libdgccube_la-xbmess.o libdgccube_la-xbmwalk.o libdgccube_la-xbmvhdl.o libdgccube_la-xbmvcg.o libdgccube_la-xbmdot.o libtool: link: ranlib .libs/libdgccube.a libtool: link: ( cd ".libs" && rm -f "libdgccube.la" && ln -s "../libdgccube.la" "libdgccube.la" ) make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/cube' Making all in encoding make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/encoding' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-node_list.lo `test -f 'node_list.c' || echo './'`node_list.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-index_table.lo `test -f 'index_table.c' || echo './'`index_table.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-min_symb_list.lo `test -f 'min_symb_list.c' || echo './'`min_symb_list.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-ic_list.lo `test -f 'ic_list.c' || echo './'`ic_list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c min_symb_list.c -fPIC -DPIC -o .libs/libdgcencode_la-min_symb_list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c index_table.c -fPIC -DPIC -o .libs/libdgcencode_la-index_table.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c node_list.c -fPIC -DPIC -o .libs/libdgcencode_la-node_list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ic_list.c -fPIC -DPIC -o .libs/libdgcencode_la-ic_list.o ic_list.c: In function 'ic_AddConstr': ic_list.c:38:28: warning: implicit declaration of function 'extra_dcOutOneCnt' [-Wimplicit-function-declaration] if( ( icList==NULL ) || (extra_dcOutOneCnt(constraint, pConstr) > extra_dcOutOneCnt(icList->constraint, pConstr))) ^~~~~~~~~~~~~~~~~ min_symb_list.c: In function 'min_AddTerm': min_symb_list.c:93:57: warning: implicit declaration of function 'extra_dcOutOneCnt' [-Wimplicit-function-declaration] for( ; tmp && dcIsEqual(pGroup, tmp->dest, dest) && (extra_dcOutOneCnt(group, pGroup) < extra_dcOutOneCnt(tmp->group, pGroup)) ^~~~~~~~~~~~~~~~~ min_symb_list.c: In function 'min_BuildGroups': min_symb_list.c:567:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(method, "EASY")==0) ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c node_list.c -o libdgcencode_la-node_list.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c index_table.c -o libdgcencode_la-index_table.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ic_list.c -o libdgcencode_la-ic_list.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-cg_graph.lo `test -f 'cg_graph.c' || echo './'`cg_graph.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-code_list.lo `test -f 'code_list.c' || echo './'`code_list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cg_graph.c -fPIC -DPIC -o .libs/libdgcencode_la-cg_graph.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c min_symb_list.c -o libdgcencode_la-min_symb_list.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c code_list.c -fPIC -DPIC -o .libs/libdgcencode_la-code_list.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-cd_codes.lo `test -f 'cd_codes.c' || echo './'`cd_codes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cd_codes.c -fPIC -DPIC -o .libs/libdgcencode_la-cd_codes.o cg_graph.c: In function 'cg_ChangeOrderOfPrimConstr': cg_graph.c:409:7: warning: variable 'c1' set but not used [-Wunused-but-set-variable] int c1; ^~ code_list.c: In function 'code_AssignCodeToPrimaryConstr': code_list.c:617:7: warning: variable 'nrStates' set but not used [-Wunused-but-set-variable] int nrStates; ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cg_graph.c -o libdgcencode_la-cg_graph.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cd_codes.c -o libdgcencode_la-cd_codes.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-extra.lo `test -f 'extra.c' || echo './'`extra.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c extra.c -fPIC -DPIC -o .libs/libdgcencode_la-extra.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c code_list.c -o libdgcencode_la-code_list.o >/dev/null 2>&1 extra.c: In function 'extra_fsm_ReadCodes': extra.c:196:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, MAX_LINE_CHAR_NO, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extra.c:223:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, MAX_LINE_CHAR_NO, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-encode_func.lo `test -f 'encode_func.c' || echo './'`encode_func.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcencode_la-fsmenc.lo `test -f 'fsmenc.c' || echo './'`fsmenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c encode_func.c -fPIC -DPIC -o .libs/libdgcencode_la-encode_func.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmenc.c -fPIC -DPIC -o .libs/libdgcencode_la-fsmenc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c extra.c -o libdgcencode_la-extra.o >/dev/null 2>&1 encode_func.c: In function 'encode_Fan_In': encode_func.c:31:13: warning: implicit declaration of function 'extra_fsm_GetMinNrBits'; did you mean 'cg_GetMinNrBits2'? [-Wimplicit-function-declaration] nrBits = extra_fsm_GetMinNrBits(fsm); ^~~~~~~~~~~~~~~~~~~~~~ cg_GetMinNrBits2 encode_func.c:42:14: warning: implicit declaration of function 'extra_fsm_GetNodeFanIn'; did you mean 'fsm_GetNodeCnt'? [-Wimplicit-function-declaration] fan_in = extra_fsm_GetNodeFanIn(fsm, node_id, &cntDC); ^~~~~~~~~~~~~~~~~~~~~~ fsm_GetNodeCnt encode_func.c: In function 'encode_IC_All': encode_func.c:127:13: warning: implicit declaration of function 'extra_GetMinNrBits'; did you mean 'cg_GetMinNrBits2'? [-Wimplicit-function-declaration] minBits = extra_GetMinNrBits(fsm, cGraph, &pConstr); ^~~~~~~~~~~~~~~~~~ cg_GetMinNrBits2 encode_func.c:156:14: warning: implicit declaration of function 'fsm_MinimizeClockedMachine'; did you mean 'fsm_BuildMachine'? [-Wimplicit-function-declaration] if ( fsm_MinimizeClockedMachine(fsm) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~ fsm_BuildMachine encode_func.c:165:9: warning: implicit declaration of function 'extra_fsm_WriteEncoding' [-Wimplicit-function-declaration] extra_fsm_WriteEncoding(fsm, "example.codes"); ^~~~~~~~~~~~~~~~~~~~~~~ encode_func.c:110:10: warning: unused variable 'pCond' [-Wunused-variable] pinfo *pCond = fsm_GetConditionPINFO(fsm); ^~~~~ encode_func.c:107:50: warning: variable 'nrConstr' set but not used [-Wunused-but-set-variable] int nrPrimConstr, OK, nrBits, rotate, minBits, nrConstr; ^~~~~~~~ encode_func.c: In function 'encode_IC_Relaxe_aux': encode_func.c:245:10: warning: implicit declaration of function 'extra_dcOutOneCnt' [-Wimplicit-function-declaration] if(extra_dcOutOneCnt(&(cGraph->nodes[bad->id]->constr), &pConstr) == 1) ^~~~~~~~~~~~~~~~~ fsmenc.c: In function 'fsm_BuildClockedMachine': fsmenc.c:50:12: warning: implicit declaration of function 'encode_Fan_In' [-Wimplicit-function-declaration] if ( encode_Fan_In(fsm) == 0 ) ^~~~~~~~~~~~~ fsmenc.c:62:11: warning: implicit declaration of function 'encode_IC_All' [-Wimplicit-function-declaration] if( encode_IC_All( fsm )==0) ^~~~~~~~~~~~~ fsmenc.c:78:11: warning: implicit declaration of function 'encode_IC_Relaxe' [-Wimplicit-function-declaration] if( encode_IC_Relaxe( fsm )==0) ^~~~~~~~~~~~~~~~ fsmenc.c:97:12: warning: implicit declaration of function 'fsm_BuildTransferfunction' [-Wimplicit-function-declaration] if ( fsm_BuildTransferfunction(fsm) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fsmenc.c -o libdgcencode_la-fsmenc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c encode_func.c -o libdgcencode_la-encode_func.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcencode.la -rpath /usr/lib64 libdgcencode_la-node_list.lo libdgcencode_la-index_table.lo libdgcencode_la-min_symb_list.lo libdgcencode_la-ic_list.lo libdgcencode_la-cg_graph.lo libdgcencode_la-code_list.lo libdgcencode_la-cd_codes.lo libdgcencode_la-extra.lo libdgcencode_la-encode_func.lo libdgcencode_la-fsmenc.lo ../util/libdgcutil.la ../cube/libdgccube.la libtool: link: gcc -shared .libs/libdgcencode_la-node_list.o .libs/libdgcencode_la-index_table.o .libs/libdgcencode_la-min_symb_list.o .libs/libdgcencode_la-ic_list.o .libs/libdgcencode_la-cg_graph.o .libs/libdgcencode_la-code_list.o .libs/libdgcencode_la-cd_codes.o .libs/libdgcencode_la-extra.o .libs/libdgcencode_la-encode_func.o .libs/libdgcencode_la-fsmenc.o -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/util/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/cube/.libs -L/builddir/build/BUILD/dgc-0.98/util/.libs ../util/.libs/libdgcutil.so ../cube/.libs/libdgccube.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcencode.so.0 -o .libs/libdgcencode.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdgcencode.so.0" && ln -s "libdgcencode.so.0.0.0" "libdgcencode.so.0") libtool: link: (cd ".libs" && rm -f "libdgcencode.so" && ln -s "libdgcencode.so.0.0.0" "libdgcencode.so") libtool: link: ar cru .libs/libdgcencode.a libdgcencode_la-node_list.o libdgcencode_la-index_table.o libdgcencode_la-min_symb_list.o libdgcencode_la-ic_list.o libdgcencode_la-cg_graph.o libdgcencode_la-code_list.o libdgcencode_la-cd_codes.o libdgcencode_la-extra.o libdgcencode_la-encode_func.o libdgcencode_la-fsmenc.o libtool: link: ranlib .libs/libdgcencode.a libtool: link: ( cd ".libs" && rm -f "libdgcencode.la" && ln -s "../libdgcencode.la" "libdgcencode.la" ) make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/encoding' Making all in syl make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/syl' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_bexpr.lo `test -f 'sc_bexpr.c' || echo './'`sc_bexpr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_data.lo `test -f 'sc_data.c' || echo './'`sc_data.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_io.lo `test -f 'sc_io.c' || echo './'`sc_io.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_phr.lo `test -f 'sc_phr.c' || echo './'`sc_phr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_data.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_data.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_io.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_io.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_bexpr.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_bexpr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_phr.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_phr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_data.c -o libdgcsyl_la-sc_data.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_io.c -o libdgcsyl_la-sc_io.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_sld.lo `test -f 'sc_sld.c' || echo './'`sc_sld.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_sld.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_sld.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_phr.c -o libdgcsyl_la-sc_phr.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_sld.c -o libdgcsyl_la-sc_sld.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_util.lo `test -f 'sc_util.c' || echo './'`sc_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_util.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_util.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_bexpr.c -o libdgcsyl_la-sc_bexpr.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_cdef.lo `test -f 'sc_cdef.c' || echo './'`sc_cdef.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_cdef.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_cdef.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_util.c -o libdgcsyl_la-sc_util.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_sdef.lo `test -f 'sc_sdef.c' || echo './'`sc_sdef.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_sdef.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_sdef.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_cdef.c -o libdgcsyl_la-sc_cdef.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcsyl_la-sc_strl.lo `test -f 'sc_strl.c' || echo './'`sc_strl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_strl.c -fPIC -DPIC -o .libs/libdgcsyl_la-sc_strl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_sdef.c -o libdgcsyl_la-sc_sdef.o >/dev/null 2>&1 sc_strl.c: In function 'sc_strl_AddUnique': sc_strl.c:131:26: warning: passing argument 2 of 'sc_strl_Find' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pos = sc_strl_Find(sl, s); ^ sc_strl.c:117:5: note: expected 'char *' but argument is of type 'const char *' int sc_strl_Find(sc_strl_type sl, char *s) ^~~~~~~~~~~~ sc_strl.c:134:26: warning: passing argument 2 of 'sc_strl_Add' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return sc_strl_Add(sl, s); ^ sc_strl.c:100:5: note: expected 'char *' but argument is of type 'const char *' int sc_strl_Add(sc_strl_type sl, char *s) ^~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sc_strl.c -o libdgcsyl_la-sc_strl.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcsyl.la -rpath /usr/lib64 libdgcsyl_la-sc_bexpr.lo libdgcsyl_la-sc_data.lo libdgcsyl_la-sc_io.lo libdgcsyl_la-sc_phr.lo libdgcsyl_la-sc_sld.lo libdgcsyl_la-sc_util.lo libdgcsyl_la-sc_cdef.lo libdgcsyl_la-sc_sdef.lo libdgcsyl_la-sc_strl.lo ../util/libdgcutil.la libtool: link: gcc -shared .libs/libdgcsyl_la-sc_bexpr.o .libs/libdgcsyl_la-sc_data.o .libs/libdgcsyl_la-sc_io.o .libs/libdgcsyl_la-sc_phr.o .libs/libdgcsyl_la-sc_sld.o .libs/libdgcsyl_la-sc_util.o .libs/libdgcsyl_la-sc_cdef.o .libs/libdgcsyl_la-sc_sdef.o .libs/libdgcsyl_la-sc_strl.o -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/util/.libs ../util/.libs/libdgcutil.so -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcsyl.so.0 -o .libs/libdgcsyl.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdgcsyl.so.0" && ln -s "libdgcsyl.so.0.0.0" "libdgcsyl.so.0") libtool: link: (cd ".libs" && rm -f "libdgcsyl.so" && ln -s "libdgcsyl.so.0.0.0" "libdgcsyl.so") libtool: link: ar cru .libs/libdgcsyl.a libdgcsyl_la-sc_bexpr.o libdgcsyl_la-sc_data.o libdgcsyl_la-sc_io.o libdgcsyl_la-sc_phr.o libdgcsyl_la-sc_sld.o libdgcsyl_la-sc_util.o libdgcsyl_la-sc_cdef.o libdgcsyl_la-sc_sdef.o libdgcsyl_la-sc_strl.o libtool: link: ranlib .libs/libdgcsyl.a libtool: link: ( cd ".libs" && rm -f "libdgcsyl.la" && ln -s "../libdgcsyl.la" "libdgcsyl.la" ) make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/syl' Making all in data make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/data' Making all in gnet make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/gnet' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-bbb.lo `test -f 'bbb.c' || echo './'`bbb.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-edif.lo `test -f 'edif.c' || echo './'`edif.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-genlib.lo `test -f 'genlib.c' || echo './'`genlib.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gl2gnet.lo `test -f 'gl2gnet.c' || echo './'`gl2gnet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gl2gnet.c -fPIC -DPIC -o .libs/libdgcgnet_la-gl2gnet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c genlib.c -fPIC -DPIC -o .libs/libdgcgnet_la-genlib.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bbb.c -fPIC -DPIC -o .libs/libdgcgnet_la-bbb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c edif.c -fPIC -DPIC -o .libs/libdgcgnet_la-edif.o edif.c: In function 'edif_WriteCell': edif.c:909:22: warning: passing argument 2 of 'edif_ws' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] edif_ws(e, gnc_GetCellPortName(e->nc, pos, i), "?"), ^~~~~~~~~~~~~~~~~~~ edif.c:867:20: note: expected 'char *' but argument is of type 'const char *' static const char *edif_ws(edif e, char *s, const char *default_str) ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gl2gnet.c -o libdgcgnet_la-gl2gnet.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bbb.c -o libdgcgnet_la-bbb.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c genlib.c -o libdgcgnet_la-genlib.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnet.lo `test -f 'gnet.c' || echo './'`gnet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnet.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnet.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnetplot.lo `test -f 'gnetplot.c' || echo './'`gnetplot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c edif.c -o libdgcgnet_la-edif.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetplot.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnetplot.o gnet.c: In function 'gnc_read_cell_el': gnet.c:2195:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( gcellRead(cell, fp, NULL) == 0 ) ^~ gnet.c:2197:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return NULL; ^~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnetpoti.lo `test -f 'gnetpoti.c' || echo './'`gnetpoti.c gnet.c: In function 'gnc_GetLibraryNLCnt': gnet.c:2905:9: warning: variable 'cell' set but not used [-Wunused-but-set-variable] gcell cell; ^~~~ gnet.c: In function 'gnc_CheckCellNetDriver': gnet.c:3392:11: warning: variable 'node_ref' set but not used [-Wunused-but-set-variable] int node_ref; ^~~~~~~~ gnet.c:3391:11: warning: variable 'port_ref' set but not used [-Wunused-but-set-variable] int port_ref; ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetpoti.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnetpoti.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetplot.c -o libdgcgnet_la-gnetplot.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnetutil.lo `test -f 'gnetutil.c' || echo './'`gnetutil.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetutil.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnetutil.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetpoti.c -o libdgcgnet_la-gnetpoti.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetutil.c -o libdgcgnet_la-gnetutil.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnetdcex.lo `test -f 'gnetdcex.c' || echo './'`gnetdcex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetdcex.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnetdcex.o gnetdcex.c: In function 'gnc_get_dcex_by_net': gnetdcex.c:78:7: warning: variable 'min_parent_join_ref' set but not used [-Wunused-but-set-variable] int min_parent_join_ref = -1; ^~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetdcex.c -o libdgcgnet_la-gnetdcex.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnetlv.lo `test -f 'gnetlv.c' || echo './'`gnetlv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetlv.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnetlv.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-gnetsim.lo `test -f 'gnetsim.c' || echo './'`gnetsim.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetsim.c -fPIC -DPIC -o .libs/libdgcgnet_la-gnetsim.o gnetlv.c: In function 'gnc_CalcLogicValOR': gnetlv.c:171:35: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] sprintf(_gnc_input_values+strlen(_gnc_input_values), "%d/? ", net_ref); ^~~~~~ gnetlv.c:171:35: warning: incompatible implicit declaration of built-in function 'strlen' gnetlv.c:171:35: note: include '' or provide a declaration of 'strlen' gnetlv.c: In function 'gnc_CalcLogicValAND': gnetlv.c:198:35: warning: incompatible implicit declaration of built-in function 'strlen' sprintf(_gnc_input_values+strlen(_gnc_input_values), "%d/? ", net_ref); ^~~~~~ gnetlv.c:198:35: note: include '' or provide a declaration of 'strlen' gnetlv.c: In function 'gnc_RecalculateCellNode': gnetlv.c:460:7: warning: unused variable 'id' [-Wunused-variable] int id; ^~ gnetlv.c:459:7: warning: unused variable 'node_cell_ref' [-Wunused-variable] int node_cell_ref; ^~~~~~~~~~~~~ gnetlv.c: In function 'gnc_UseFSMPortValues': gnetlv.c:657:7: warning: unused variable 'inputs' [-Wunused-variable] int inputs = gnc_GetGCELL(nc, cell_ref)->pi->in_cnt; ^~~~~~ gnetlv.c:656:7: warning: unused variable 'register_width' [-Wunused-variable] int register_width = gnc_GetGCELL(nc, cell_ref)->register_width; ^~~~~~~~~~~~~~ gnetlv.c: In function 'gnc_ApplyCellFSMSimulationResetState': gnetlv.c:936:7: warning: variable 'clk_inverted' set but not used [-Wunused-but-set-variable] int clk_inverted = 0; ^~~~~~~~~~~~ gnetlv.c: In function 'gnc_ApplyCellFSMSimulationTransition': gnetlv.c:988:7: warning: variable 'clr_val' set but not used [-Wunused-but-set-variable] int clr_val = GLV_ONE; ^~~~~~~ gnetlv.c:987:7: warning: variable 'clk_inverted' set but not used [-Wunused-but-set-variable] int clk_inverted = 0; ^~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-neca.lo `test -f 'neca.c' || echo './'`neca.c gnetsim.c: In function 'gspq_AddEvent': gnetsim.c:218:16: warning: unused variable 'cur' [-Wunused-variable] gse_struct **cur; ^~~ gnetsim.c: In function 'gspq_UseFSMPortValues': gnetsim.c:701:7: warning: unused variable 'is_changed' [-Wunused-variable] int is_changed = 0; ^~~~~~~~~~ gnetsim.c: In function 'gspq_fsm_simulation': gnetsim.c:817:10: warning: variable 'input_cnt' set but not used [-Wunused-but-set-variable] int input_cnt; ^~~~~~~~~ gnetsim.c:810:7: warning: variable 'clk_inverted' set but not used [-Wunused-but-set-variable] int clk_inverted = 0; ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c neca.c -fPIC -DPIC -o .libs/libdgcgnet_la-neca.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c neca.c -o libdgcgnet_la-neca.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetlv.c -o libdgcgnet_la-gnetlv.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnetsim.c -o libdgcgnet_la-gnetsim.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-sop.lo `test -f 'sop.c' || echo './'`sop.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sop.c -fPIC -DPIC -o .libs/libdgcgnet_la-sop.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gnet.c -o libdgcgnet_la-gnet.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sop.c -o libdgcgnet_la-sop.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-srect.lo `test -f 'srect.c' || echo './'`srect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c srect.c -fPIC -DPIC -o .libs/libdgcgnet_la-srect.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-sydelay.lo `test -f 'sydelay.c' || echo './'`sydelay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sydelay.c -fPIC -DPIC -o .libs/libdgcgnet_la-sydelay.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-syfsm.lo `test -f 'syfsm.c' || echo './'`syfsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syfsm.c -fPIC -DPIC -o .libs/libdgcgnet_la-syfsm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c srect.c -o libdgcgnet_la-srect.o >/dev/null 2>&1 sydelay.c: In function 'gspq_IFD_time': sydelay.c:674:38: warning: variable 'diff' set but not used [-Wunused-but-set-variable] double time, min = 0.0, max = 0.0, diff; ^~~~ sydelay.c: In function 'gspq_IFD_minterm': sydelay.c:913:14: warning: implicit declaration of function 'gspq_CompareCellFSMStateForSimulation'; did you mean 'gspq_CompareCellXBMStateForSimulation'? [-Wimplicit-function-declaration] if ( gspq_CompareCellFSMStateForSimulation(pq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gspq_CompareCellXBMStateForSimulation sydelay.c:832:11: warning: unused variable 'edge_2_3_id' [-Wunused-variable] int edge_2_3_id = -1; ^~~~~~~~~~~ sydelay.c:831:11: warning: unused variable 'loop' [-Wunused-variable] int loop = -1; ^~~~ sydelay.c: In function 'gspq_ess_time': sydelay.c:1312:38: warning: variable 'diff' set but not used [-Wunused-but-set-variable] double time, min = 0.0, max = 0.0, diff; ^~~~ sydelay.c: In function 'gspq_InsertXBMFeedbackDelay': sydelay.c:1506:20: warning: unused variable 'total_cnt' [-Wunused-variable] int ess_cnt = 0, total_cnt = 0; ^~~~~~~~~ sydelay.c:1506:7: warning: unused variable 'ess_cnt' [-Wunused-variable] int ess_cnt = 0, total_cnt = 0; ^~~~~~~ sydelay.c:1500:7: warning: unused variable 'edge_id' [-Wunused-variable] int edge_id; ^~~~~~~ sydelay.c: In function 'gspq_fm_time': sydelay.c:1593:38: warning: variable 'diff' set but not used [-Wunused-but-set-variable] double time, min = 0.0, max = 0.0, diff; ^~~~ sydelay.c:1587:10: warning: unused variable 'pi' [-Wunused-variable] pinfo *pi = gnc_GetGCELL(pq->nc, pq->cell_ref)->pi; ^~ syfsm.c: In function 'gnc_synth_generic_register_or_door': syfsm.c:118:79: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_synth_generic_register_or_door: Illegal port names (???)."); syfsm.c: In function 'gnc_SynthEmptyRegister': syfsm.c:189:73: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_SynthGenericRegister: Unspecified problem info (???)."); syfsm.c: In function 'gnc_SynthDFF': syfsm.c:338:60: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_AddDFF: GPORT_FN_D port not found (???)."); syfsm.c:350:60: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_AddDFF: GPORT_FN_Q port not found (???)."); syfsm.c: In function 'gnc_SynthGenericRegisterToLib': syfsm.c:406:74: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_SynthGenericRegisterToLib: Illegal port names (???)."); syfsm.c: In function 'gnc_SynthDoor': syfsm.c:478:61: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_GetNthPort: input port 0 not found (???)."); syfsm.c:556:60: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_GetNthPort: output port not found (???)."); syfsm.c:570:78: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_GetNthPort: input port 1 (control line) not found (???)."); syfsm.c: In function 'gnc_SynthGenericDoorToLib': syfsm.c:707:70: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] gnc_Error(nc, "gnc_SynthGenericDoorToLib: Illegal port names (???)."); At top level: sydelay.c:186:15: warning: 'gnc_get_door_min_delay' defined but not used [-Wunused-function] static double gnc_get_door_min_delay(gnc nc, int cell_ref, int z_port_ref) ^~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-syxbm.lo `test -f 'syxbm.c' || echo './'`syxbm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syxbm.c -fPIC -DPIC -o .libs/libdgcgnet_la-syxbm.o sydelay.c: In function 'gnc_insert_cell_after_port.constprop': sydelay.c:538:8: warning: 'o_door_port_ref' may be used uninitialized in this function [-Wmaybe-uninitialized] if ( gnc_AddCellNetJoin(nc, cell_ref, new_net_ref, door_node_ref, o_door_port_ref, 0) < 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syxbm.c: In function 'gnc_SynthXBMOutputReset': syxbm.c:83:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if ( strcmp( gnc_GetCellPortName(nc, cell_ref, port_ref), ^~~~~~ syxbm.c:149:12: warning: implicit declaration of function 'gnc_SynthDoor'; did you mean 'gnc_SynthDGD'? [-Wimplicit-function-declaration] if ( gnc_SynthDoor(nc, cell_ref, door_cell_ref, in_net_ref, out_net_ref, fn, is_ctl_inv, is_data_inv) < 0 ) ^~~~~~~~~~~~~ gnc_SynthDGD syxbm.c: In function 'gnc_SynthXBMDelayVariables': syxbm.c:195:11: warning: implicit declaration of function 'gnc_SetCellPortType'; did you mean 'gnc_GetCellPortType'? [-Wimplicit-function-declaration] gnc_SetCellPortType(nc, cell_ref, port_ref, GPORT_TYPE_OUT); ^~~~~~~~~~~~~~~~~~~ gnc_GetCellPortType syxbm.c: In function 'gnc_CheckXBMOutputConnections': syxbm.c:218:7: warning: variable 'port_ref' set but not used [-Wunused-but-set-variable] int port_ref; ^~~~~~~~ syxbm.c: In function 'gnc_synth_XBM': syxbm.c:357:7: warning: unused variable 'check_level' [-Wunused-variable] int check_level = 1; ^~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syfsm.c -o libdgcgnet_la-syfsm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syxbm.c -o libdgcgnet_la-syxbm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sydelay.c -o libdgcgnet_la-sydelay.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-sygate.lo `test -f 'sygate.c' || echo './'`sygate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sygate.c -fPIC -DPIC -o .libs/libdgcgnet_la-sygate.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-sygopt.lo `test -f 'sygopt.c' || echo './'`sygopt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sygopt.c -fPIC -DPIC -o .libs/libdgcgnet_la-sygopt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sygate.c -o libdgcgnet_la-sygate.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sygopt.c -o libdgcgnet_la-sygopt.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-sylib.lo `test -f 'sylib.c' || echo './'`sylib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sylib.c -fPIC -DPIC -o .libs/libdgcgnet_la-sylib.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-sylopt.lo `test -f 'sylopt.c' || echo './'`sylopt.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-syparam.lo `test -f 'syparam.c' || echo './'`syparam.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sylopt.c -fPIC -DPIC -o .libs/libdgcgnet_la-sylopt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syparam.c -fPIC -DPIC -o .libs/libdgcgnet_la-syparam.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syparam.c -o libdgcgnet_la-syparam.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-syrecu.lo `test -f 'syrecu.c' || echo './'`syrecu.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syrecu.c -fPIC -DPIC -o .libs/libdgcgnet_la-syrecu.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-tree.lo `test -f 'tree.c' || echo './'`tree.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tree.c -fPIC -DPIC -o .libs/libdgcgnet_la-tree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sylopt.c -o libdgcgnet_la-sylopt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c syrecu.c -o libdgcgnet_la-syrecu.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-vhdlnet.lo `test -f 'vhdlnet.c' || echo './'`vhdlnet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sylib.c -o libdgcgnet_la-sylib.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vhdlnet.c -fPIC -DPIC -o .libs/libdgcgnet_la-vhdlnet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tree.c -o libdgcgnet_la-tree.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-wiga.lo `test -f 'wiga.c' || echo './'`wiga.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wiga.c -fPIC -DPIC -o .libs/libdgcgnet_la-wiga.o vhdlnet.c: In function 'gnc_WriteVHDL': vhdlnet.c:582:7: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] int ret; ^~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vhdlnet.c -o libdgcgnet_la-vhdlnet.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-xnf.lo `test -f 'xnf.c' || echo './'`xnf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xnf.c -fPIC -DPIC -o .libs/libdgcgnet_la-xnf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-synth.lo `test -f 'synth.c' || echo './'`synth.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c synth.c -fPIC -DPIC -o .libs/libdgcgnet_la-synth.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wiga.c -o libdgcgnet_la-wiga.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libdgcgnet_la-dgd.lo `test -f 'dgd.c' || echo './'`dgd.c xnf.c: In function 'gnc_xnf_WriteRealNodeFP': xnf.c:101:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pinname = gnc_GetCellNetPortName(nc, cell_ref, net_ref, join_ref); ^ xnf.c:116:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pinname = gnc_GetCellNetPortName(nc, cell_ref, net_ref, join_ref); ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dgd.c -fPIC -DPIC -o .libs/libdgcgnet_la-dgd.o synth.c: In function 'gnc_SynthByFile': synth.c:152:12: warning: implicit declaration of function 'gnc_SynthXBMByFile'; did you mean 'gnc_SynthFSMByFile'? [-Wimplicit-function-declaration] return gnc_SynthXBMByFile(nc, import_file_name, cell_name, lib_name, hl_opt, synth_opt); ^~~~~~~~~~~~~~~~~~ gnc_SynthFSMByFile libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xnf.c -o libdgcgnet_la-xnf.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c synth.c -o libdgcgnet_la-synth.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../encoding -I../syl -I../gnet -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dgd.c -o libdgcgnet_la-dgd.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcgnet.la -rpath /usr/lib64 libdgcgnet_la-bbb.lo libdgcgnet_la-edif.lo libdgcgnet_la-genlib.lo libdgcgnet_la-gl2gnet.lo libdgcgnet_la-gnet.lo libdgcgnet_la-gnetplot.lo libdgcgnet_la-gnetpoti.lo libdgcgnet_la-gnetutil.lo libdgcgnet_la-gnetdcex.lo libdgcgnet_la-gnetlv.lo libdgcgnet_la-gnetsim.lo libdgcgnet_la-neca.lo libdgcgnet_la-sop.lo libdgcgnet_la-srect.lo libdgcgnet_la-sydelay.lo libdgcgnet_la-syfsm.lo libdgcgnet_la-syxbm.lo libdgcgnet_la-sygate.lo libdgcgnet_la-sygopt.lo libdgcgnet_la-sylib.lo libdgcgnet_la-sylopt.lo libdgcgnet_la-syparam.lo libdgcgnet_la-syrecu.lo libdgcgnet_la-tree.lo libdgcgnet_la-vhdlnet.lo libdgcgnet_la-wiga.lo libdgcgnet_la-xnf.lo libdgcgnet_la-synth.lo libdgcgnet_la-dgd.lo ../util/libdgcutil.la ../cube/libdgccube.la ../encoding/libdgcencode.la ../syl/libdgcsyl.la libtool: link: gcc -shared .libs/libdgcgnet_la-bbb.o .libs/libdgcgnet_la-edif.o .libs/libdgcgnet_la-genlib.o .libs/libdgcgnet_la-gl2gnet.o .libs/libdgcgnet_la-gnet.o .libs/libdgcgnet_la-gnetplot.o .libs/libdgcgnet_la-gnetpoti.o .libs/libdgcgnet_la-gnetutil.o .libs/libdgcgnet_la-gnetdcex.o .libs/libdgcgnet_la-gnetlv.o .libs/libdgcgnet_la-gnetsim.o .libs/libdgcgnet_la-neca.o .libs/libdgcgnet_la-sop.o .libs/libdgcgnet_la-srect.o .libs/libdgcgnet_la-sydelay.o .libs/libdgcgnet_la-syfsm.o .libs/libdgcgnet_la-syxbm.o .libs/libdgcgnet_la-sygate.o .libs/libdgcgnet_la-sygopt.o .libs/libdgcgnet_la-sylib.o .libs/libdgcgnet_la-sylopt.o .libs/libdgcgnet_la-syparam.o .libs/libdgcgnet_la-syrecu.o .libs/libdgcgnet_la-tree.o .libs/libdgcgnet_la-vhdlnet.o .libs/libdgcgnet_la-wiga.o .libs/libdgcgnet_la-xnf.o .libs/libdgcgnet_la-synth.o .libs/libdgcgnet_la-dgd.o -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/util/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/cube/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/encoding/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/dgc-0.98/syl/.libs -L/builddir/build/BUILD/dgc-0.98/util/.libs -L/builddir/build/BUILD/dgc-0.98/cube/.libs ../util/.libs/libdgcutil.so ../cube/.libs/libdgccube.so ../encoding/.libs/libdgcencode.so /builddir/build/BUILD/dgc-0.98/cube/.libs/libdgccube.so -lxml2 -lz -llzma -lm -ldl ../syl/.libs/libdgcsyl.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcgnet.so.0 -o .libs/libdgcgnet.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdgcgnet.so.0" && ln -s "libdgcgnet.so.0.0.0" "libdgcgnet.so.0") libtool: link: (cd ".libs" && rm -f "libdgcgnet.so" && ln -s "libdgcgnet.so.0.0.0" "libdgcgnet.so") libtool: link: ar cru .libs/libdgcgnet.a libdgcgnet_la-bbb.o libdgcgnet_la-edif.o libdgcgnet_la-genlib.o libdgcgnet_la-gl2gnet.o libdgcgnet_la-gnet.o libdgcgnet_la-gnetplot.o libdgcgnet_la-gnetpoti.o libdgcgnet_la-gnetutil.o libdgcgnet_la-gnetdcex.o libdgcgnet_la-gnetlv.o libdgcgnet_la-gnetsim.o libdgcgnet_la-neca.o libdgcgnet_la-sop.o libdgcgnet_la-srect.o libdgcgnet_la-sydelay.o libdgcgnet_la-syfsm.o libdgcgnet_la-syxbm.o libdgcgnet_la-sygate.o libdgcgnet_la-sygopt.o libdgcgnet_la-sylib.o libdgcgnet_la-sylopt.o libdgcgnet_la-syparam.o libdgcgnet_la-syrecu.o libdgcgnet_la-tree.o libdgcgnet_la-vhdlnet.o libdgcgnet_la-wiga.o libdgcgnet_la-xnf.o libdgcgnet_la-synth.o libdgcgnet_la-dgd.o libtool: link: ranlib .libs/libdgcgnet.a libtool: link: ( cd ".libs" && rm -f "libdgcgnet.la" && ln -s "../libdgcgnet.la" "libdgcgnet.la" ) make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/gnet' Making all in app make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/app' gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dgc.c gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dglc.c gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c simfsm.c gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bms2kiss.c gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dgsop.c dglc.c: In function 'main': dglc.c:64:11: warning: unused variable 's' [-Wunused-variable] char *s; ^ simfsm.c: In function 'do_all': simfsm.c:102:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if ( t_is_min_state != 0 ) ^ dglc.c:125:12: warning: 'file_lib_name' may be used uninitialized in this function [-Wmaybe-uninitialized] if ( gnc_WriteBinaryLibrary(nc, out_file_name, file_lib_name) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dgc.c: In function 'main': dgc.c:310:11: warning: unused variable 's' [-Wunused-variable] char *s; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bmsencode.c simfsm.c: In function 'main': simfsm.c:223:7: warning: 'fsm' may be used uninitialized in this function [-Wmaybe-uninitialized] fsm = fsm_Open(fsm); ~~~~^~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bmsgen.c dgsop.c: In function 'doall': dgsop.c:103:48: warning: passing argument 4 of 'dclReadPLAStr' from incompatible pointer type [-Wincompatible-pointer-types] if ( dclReadPLAStr(&pi2, cl2_on, cl2_dc, &t) == 0 ) ^ In file included from dgsop.c:28:0: ../cube/dcube.h:159:10: note: expected 'const char **' but argument is of type 'char **' int dclReadPLAStr (pinfo *pi, dclist cl_on, dclist cl_dc, const char **t); ^~~~~~~~~~~~~ dgsop.c: In function 'main': dgsop.c:281:11: warning: unused variable 's' [-Wunused-variable] char *s; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xbm2pla.c bmsencode.c: In function 'doall_fsm': bmsencode.c:136:10: warning: implicit declaration of function 'fsm_MinimizePartitionTable'; did you mean 'fsm_BuildPartitionTable'? [-Wimplicit-function-declaration] if ( fsm_MinimizePartitionTable(fsm) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~ fsm_BuildPartitionTable bmsencode.c: In function 'main': bmsencode.c:219:11: warning: unused variable 's' [-Wunused-variable] char *s; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../util -I../cube -I../syl -I../gnet -I../app -I../encoding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c edif2vhdl.c xbm2pla.c: In function 'doall': xbm2pla.c:158:5: warning: implicit declaration of function 'xbm_SetPLAFileNamePrimePartitions'; did you mean 'xbm_SetPLAFileNameMinPartitions'? [-Wimplicit-function-declaration] xbm_SetPLAFileNamePrimePartitions(x, prime_partitions_file_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xbm_SetPLAFileNameMinPartitions xbm2pla.c:188:5: warning: implicit declaration of function 'xbm_SetVHDLComponentName' [-Wimplicit-function-declaration] xbm_SetVHDLComponentName(x, tb_dut_name); ^~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dgc dgc.o ../gnet/libdgcgnet.la ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dglc dglc.o ../gnet/libdgcgnet.la ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o simfsm simfsm.o ../encoding/libdgcencode.la ../replace/libreplace.a edif2vhdl.c: In function 'main': edif2vhdl.c:76:11: warning: unused variable 's' [-Wunused-variable] char *s; ^ /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o bms2kiss bms2kiss.o ../cube/libdgccube.la ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/simfsm simfsm.o ../encoding/.libs/libdgcencode.so /builddir/build/BUILD/dgc-0.98/cube/.libs/libdgccube.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dgc dgc.o ../gnet/.libs/libdgcgnet.so /builddir/build/BUILD/dgc-0.98/encoding/.libs/libdgcencode.so /builddir/build/BUILD/dgc-0.98/cube/.libs/libdgccube.so -lxml2 -lz -llzma -lm -ldl /builddir/build/BUILD/dgc-0.98/syl/.libs/libdgcsyl.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dglc dglc.o ../gnet/.libs/libdgcgnet.so /builddir/build/BUILD/dgc-0.98/encoding/.libs/libdgcencode.so /builddir/build/BUILD/dgc-0.98/cube/.libs/libdgccube.so -lxml2 -lz -llzma -lm -ldl /builddir/build/BUILD/dgc-0.98/syl/.libs/libdgcsyl.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/bms2kiss bms2kiss.o ../cube/.libs/libdgccube.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dgsop dgsop.o ../cube/libdgccube.la ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o bmsencode bmsencode.o ../cube/libdgccube.la ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o bmsgen bmsgen.o ../util/libdgcutil.la ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xbm2pla xbm2pla.o ../cube/libdgccube.la ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/bmsgen bmsgen.o -lm ../util/.libs/libdgcutil.so ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dgsop dgsop.o ../cube/.libs/libdgccube.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/bmsencode bmsencode.o ../cube/.libs/libdgccube.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/xbm2pla xbm2pla.o ../cube/.libs/libdgccube.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so -lxml2 -lz -llzma -lm -ldl ../replace/libreplace.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o edif2vhdl edif2vhdl.o ../gnet/libdgcgnet.la ../replace/libreplace.a libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/edif2vhdl edif2vhdl.o ../gnet/.libs/libdgcgnet.so /builddir/build/BUILD/dgc-0.98/encoding/.libs/libdgcencode.so /builddir/build/BUILD/dgc-0.98/cube/.libs/libdgccube.so -lxml2 -lz -llzma -lm -ldl /builddir/build/BUILD/dgc-0.98/syl/.libs/libdgcsyl.so /builddir/build/BUILD/dgc-0.98/util/.libs/libdgcutil.so ../replace/libreplace.a make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/app' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98' make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mJ53GA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 + cd dgc-0.98 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 + /usr/bin/make 'INSTALL=install -p' install DESTDIR=/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 Making install in replace make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/replace' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/replace' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/replace' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/replace' Making install in util make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/util' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/util' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install install -p libdgcutil.la '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64' libtool: install: install -p .libs/libdgcutil.so.0.0.0 /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcutil.so.0.0.0 libdgcutil.so.0 || { rm -f libdgcutil.so.0 && ln -s libdgcutil.so.0.0.0 libdgcutil.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcutil.so.0.0.0 libdgcutil.so || { rm -f libdgcutil.so && ln -s libdgcutil.so.0.0.0 libdgcutil.so; }; }) libtool: install: install -p .libs/libdgcutil.lai /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.la libtool: install: install -p .libs/libdgcutil.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.a libtool: install: ranlib /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/util' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/util' Making install in cube make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/cube' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/cube' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install install -p libdgccube.la '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64' libtool: install: warning: relinking `libdgccube.la' libtool: install: (cd /builddir/build/BUILD/dgc-0.98/cube; /bin/sh /builddir/build/BUILD/dgc-0.98/libtool --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgccube.la -rpath /usr/lib64 libdgccube_la-nex.lo libdgccube_la-dcex.lo libdgccube_la-dcexop.lo libdgccube_la-dcube.lo libdgccube_la-dcubehf.lo libdgccube_la-dcubevhd.lo libdgccube_la-dcubebcp.lo libdgccube_la-dcubeustt.lo libdgccube_la-matrix.lo libdgccube_la-fsm.lo libdgccube_la-fsmasync.lo libdgccube_la-fsmbm.lo libdgccube_la-fsmbms.lo libdgccube_la-fsmbmm.lo libdgccube_la-fsmkiss.lo libdgccube_la-fsmqfsm.lo libdgccube_la-fsmmoore.lo libdgccube_la-fsmp.lo libdgccube_la-fsmrc.lo libdgccube_la-fsmsic.lo libdgccube_la-fsmsp.lo libdgccube_la-fsmcode.lo libdgccube_la-fsmstable.lo libdgccube_la-fsmtest.lo libdgccube_la-fsmustt.lo libdgccube_la-fsmvhd.lo libdgccube_la-fsmmin.lo libdgccube_la-fsmmis.lo libdgccube_la-mcov.lo libdgccube_la-pinfo.lo libdgccube_la-rect.lo libdgccube_la-recu.lo libdgccube_la-srn.lo libdgccube_la-xbm.lo libdgccube_la-mis.lo libdgccube_la-xbmbms.lo libdgccube_la-xbmmis.lo libdgccube_la-xbmkiss.lo libdgccube_la-xbmustt.lo libdgccube_la-xbmfn.lo libdgccube_la-xbmchk.lo libdgccube_la-xbmess.lo libdgccube_la-xbmwalk.lo libdgccube_la-xbmvhdl.lo libdgccube_la-xbmvcg.lo libdgccube_la-xbmdot.lo ../util/libdgcutil.la -lxml2 -lz -llzma -lm -ldl -inst-prefix-dir /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64) libtool: relink: gcc -shared .libs/libdgccube_la-nex.o .libs/libdgccube_la-dcex.o .libs/libdgccube_la-dcexop.o .libs/libdgccube_la-dcube.o .libs/libdgccube_la-dcubehf.o .libs/libdgccube_la-dcubevhd.o .libs/libdgccube_la-dcubebcp.o .libs/libdgccube_la-dcubeustt.o .libs/libdgccube_la-matrix.o .libs/libdgccube_la-fsm.o .libs/libdgccube_la-fsmasync.o .libs/libdgccube_la-fsmbm.o .libs/libdgccube_la-fsmbms.o .libs/libdgccube_la-fsmbmm.o .libs/libdgccube_la-fsmkiss.o .libs/libdgccube_la-fsmqfsm.o .libs/libdgccube_la-fsmmoore.o .libs/libdgccube_la-fsmp.o .libs/libdgccube_la-fsmrc.o .libs/libdgccube_la-fsmsic.o .libs/libdgccube_la-fsmsp.o .libs/libdgccube_la-fsmcode.o .libs/libdgccube_la-fsmstable.o .libs/libdgccube_la-fsmtest.o .libs/libdgccube_la-fsmustt.o .libs/libdgccube_la-fsmvhd.o .libs/libdgccube_la-fsmmin.o .libs/libdgccube_la-fsmmis.o .libs/libdgccube_la-mcov.o .libs/libdgccube_la-pinfo.o .libs/libdgccube_la-rect.o .libs/libdgccube_la-recu.o .libs/libdgccube_la-srn.o .libs/libdgccube_la-xbm.o .libs/libdgccube_la-mis.o .libs/libdgccube_la-xbmbms.o .libs/libdgccube_la-xbmmis.o .libs/libdgccube_la-xbmkiss.o .libs/libdgccube_la-xbmustt.o .libs/libdgccube_la-xbmfn.o .libs/libdgccube_la-xbmchk.o .libs/libdgccube_la-xbmess.o .libs/libdgccube_la-xbmwalk.o .libs/libdgccube_la-xbmvhdl.o .libs/libdgccube_la-xbmvcg.o .libs/libdgccube_la-xbmdot.o -L/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 -L/usr/lib64 -ldgcutil -lxml2 -lz -llzma -lm -ldl -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgccube.so.0 -o .libs/libdgccube.so.0.0.0 libtool: install: install -p .libs/libdgccube.so.0.0.0T /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgccube.so.0.0.0 libdgccube.so.0 || { rm -f libdgccube.so.0 && ln -s libdgccube.so.0.0.0 libdgccube.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgccube.so.0.0.0 libdgccube.so || { rm -f libdgccube.so && ln -s libdgccube.so.0.0.0 libdgccube.so; }; }) libtool: install: install -p .libs/libdgccube.lai /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.la libtool: install: install -p .libs/libdgccube.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.a libtool: install: ranlib /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/cube' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/cube' Making install in encoding make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/encoding' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/encoding' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install install -p libdgcencode.la '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64' libtool: install: warning: relinking `libdgcencode.la' libtool: install: (cd /builddir/build/BUILD/dgc-0.98/encoding; /bin/sh /builddir/build/BUILD/dgc-0.98/libtool --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcencode.la -rpath /usr/lib64 libdgcencode_la-node_list.lo libdgcencode_la-index_table.lo libdgcencode_la-min_symb_list.lo libdgcencode_la-ic_list.lo libdgcencode_la-cg_graph.lo libdgcencode_la-code_list.lo libdgcencode_la-cd_codes.lo libdgcencode_la-extra.lo libdgcencode_la-encode_func.lo libdgcencode_la-fsmenc.lo ../util/libdgcutil.la ../cube/libdgccube.la -inst-prefix-dir /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64) libtool: relink: gcc -shared .libs/libdgcencode_la-node_list.o .libs/libdgcencode_la-index_table.o .libs/libdgcencode_la-min_symb_list.o .libs/libdgcencode_la-ic_list.o .libs/libdgcencode_la-cg_graph.o .libs/libdgcencode_la-code_list.o .libs/libdgcencode_la-cd_codes.o .libs/libdgcencode_la-extra.o .libs/libdgcencode_la-encode_func.o .libs/libdgcencode_la-fsmenc.o -L/builddir/build/BUILD/dgc-0.98/util/.libs -L/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 -L/usr/lib64 -ldgccube -ldgcutil -lxml2 -lz -llzma -lm -ldl -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcencode.so.0 -o .libs/libdgcencode.so.0.0.0 libtool: install: install -p .libs/libdgcencode.so.0.0.0T /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcencode.so.0.0.0 libdgcencode.so.0 || { rm -f libdgcencode.so.0 && ln -s libdgcencode.so.0.0.0 libdgcencode.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcencode.so.0.0.0 libdgcencode.so || { rm -f libdgcencode.so && ln -s libdgcencode.so.0.0.0 libdgcencode.so; }; }) libtool: install: install -p .libs/libdgcencode.lai /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.la libtool: install: install -p .libs/libdgcencode.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.a libtool: install: ranlib /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/encoding' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/encoding' Making install in syl make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/syl' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/syl' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install install -p libdgcsyl.la '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64' libtool: install: warning: relinking `libdgcsyl.la' libtool: install: (cd /builddir/build/BUILD/dgc-0.98/syl; /bin/sh /builddir/build/BUILD/dgc-0.98/libtool --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcsyl.la -rpath /usr/lib64 libdgcsyl_la-sc_bexpr.lo libdgcsyl_la-sc_data.lo libdgcsyl_la-sc_io.lo libdgcsyl_la-sc_phr.lo libdgcsyl_la-sc_sld.lo libdgcsyl_la-sc_util.lo libdgcsyl_la-sc_cdef.lo libdgcsyl_la-sc_sdef.lo libdgcsyl_la-sc_strl.lo ../util/libdgcutil.la -inst-prefix-dir /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64) libtool: relink: gcc -shared .libs/libdgcsyl_la-sc_bexpr.o .libs/libdgcsyl_la-sc_data.o .libs/libdgcsyl_la-sc_io.o .libs/libdgcsyl_la-sc_phr.o .libs/libdgcsyl_la-sc_sld.o .libs/libdgcsyl_la-sc_util.o .libs/libdgcsyl_la-sc_cdef.o .libs/libdgcsyl_la-sc_sdef.o .libs/libdgcsyl_la-sc_strl.o -L/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 -L/usr/lib64 -ldgcutil -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcsyl.so.0 -o .libs/libdgcsyl.so.0.0.0 libtool: install: install -p .libs/libdgcsyl.so.0.0.0T /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcsyl.so.0.0.0 libdgcsyl.so.0 || { rm -f libdgcsyl.so.0 && ln -s libdgcsyl.so.0.0.0 libdgcsyl.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcsyl.so.0.0.0 libdgcsyl.so || { rm -f libdgcsyl.so && ln -s libdgcsyl.so.0.0.0 libdgcsyl.so; }; }) libtool: install: install -p .libs/libdgcsyl.lai /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.la libtool: install: install -p .libs/libdgcsyl.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.a libtool: install: ranlib /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/syl' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/syl' Making install in data make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/data' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/data' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/dgc" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/dgc" install -p -m 644 default.genlib min.genlib example.genlib example.nex example.bex example.kiss example.pla rs_latch.kiss muller_c.bms testexpr.bex testexpr.pla d_latch.bex d_latch.dgd dl.kiss edge_rs_latch.bms ml2.bms ml3.bms interlock_element.bms interlock_element.xbm dff.bms dff_pre_clr.bms feedback_example.xbm '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/dgc' make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/data' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/data' Making install in gnet make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/gnet' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/gnet' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install install -p libdgcgnet.la '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64' libtool: install: warning: relinking `libdgcgnet.la' libtool: install: (cd /builddir/build/BUILD/dgc-0.98/gnet; /bin/sh /builddir/build/BUILD/dgc-0.98/libtool --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdgcgnet.la -rpath /usr/lib64 libdgcgnet_la-bbb.lo libdgcgnet_la-edif.lo libdgcgnet_la-genlib.lo libdgcgnet_la-gl2gnet.lo libdgcgnet_la-gnet.lo libdgcgnet_la-gnetplot.lo libdgcgnet_la-gnetpoti.lo libdgcgnet_la-gnetutil.lo libdgcgnet_la-gnetdcex.lo libdgcgnet_la-gnetlv.lo libdgcgnet_la-gnetsim.lo libdgcgnet_la-neca.lo libdgcgnet_la-sop.lo libdgcgnet_la-srect.lo libdgcgnet_la-sydelay.lo libdgcgnet_la-syfsm.lo libdgcgnet_la-syxbm.lo libdgcgnet_la-sygate.lo libdgcgnet_la-sygopt.lo libdgcgnet_la-sylib.lo libdgcgnet_la-sylopt.lo libdgcgnet_la-syparam.lo libdgcgnet_la-syrecu.lo libdgcgnet_la-tree.lo libdgcgnet_la-vhdlnet.lo libdgcgnet_la-wiga.lo libdgcgnet_la-xnf.lo libdgcgnet_la-synth.lo libdgcgnet_la-dgd.lo ../util/libdgcutil.la ../cube/libdgccube.la ../encoding/libdgcencode.la ../syl/libdgcsyl.la -inst-prefix-dir /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64) libtool: relink: gcc -shared .libs/libdgcgnet_la-bbb.o .libs/libdgcgnet_la-edif.o .libs/libdgcgnet_la-genlib.o .libs/libdgcgnet_la-gl2gnet.o .libs/libdgcgnet_la-gnet.o .libs/libdgcgnet_la-gnetplot.o .libs/libdgcgnet_la-gnetpoti.o .libs/libdgcgnet_la-gnetutil.o .libs/libdgcgnet_la-gnetdcex.o .libs/libdgcgnet_la-gnetlv.o .libs/libdgcgnet_la-gnetsim.o .libs/libdgcgnet_la-neca.o .libs/libdgcgnet_la-sop.o .libs/libdgcgnet_la-srect.o .libs/libdgcgnet_la-sydelay.o .libs/libdgcgnet_la-syfsm.o .libs/libdgcgnet_la-syxbm.o .libs/libdgcgnet_la-sygate.o .libs/libdgcgnet_la-sygopt.o .libs/libdgcgnet_la-sylib.o .libs/libdgcgnet_la-sylopt.o .libs/libdgcgnet_la-syparam.o .libs/libdgcgnet_la-syrecu.o .libs/libdgcgnet_la-tree.o .libs/libdgcgnet_la-vhdlnet.o .libs/libdgcgnet_la-wiga.o .libs/libdgcgnet_la-xnf.o .libs/libdgcgnet_la-synth.o .libs/libdgcgnet_la-dgd.o -L/builddir/build/BUILD/dgc-0.98/util/.libs -L/builddir/build/BUILD/dgc-0.98/cube/.libs -L/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 -L/usr/lib64 -ldgcencode -ldgccube -lxml2 -lz -llzma -lm -ldl -ldgcsyl -ldgcutil -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libdgcgnet.so.0 -o .libs/libdgcgnet.so.0.0.0 libtool: install: install -p .libs/libdgcgnet.so.0.0.0T /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcgnet.so.0.0.0 libdgcgnet.so.0 || { rm -f libdgcgnet.so.0 && ln -s libdgcgnet.so.0.0.0 libdgcgnet.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64 && { ln -s -f libdgcgnet.so.0.0.0 libdgcgnet.so || { rm -f libdgcgnet.so && ln -s libdgcgnet.so.0.0.0 libdgcgnet.so; }; }) libtool: install: install -p .libs/libdgcgnet.lai /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.la libtool: install: install -p .libs/libdgcgnet.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.a libtool: install: chmod 644 /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.a libtool: install: ranlib /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/gnet' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/gnet' Making install in app make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98/app' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98/app' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin" /bin/sh ../libtool --mode=install install -p dgc dglc simfsm bms2kiss dgsop bmsencode bmsgen xbm2pla edif2vhdl '/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin' libtool: install: warning: `../gnet/libdgcgnet.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/encoding/libdgcencode.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/syl/libdgcsyl.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/dgc /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/dgc libtool: install: warning: `../gnet/libdgcgnet.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/encoding/libdgcencode.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/syl/libdgcsyl.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/dglc /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/dglc libtool: install: warning: `../encoding/libdgcencode.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/simfsm /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/simfsm libtool: install: warning: `../cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/bms2kiss /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/bms2kiss libtool: install: warning: `../cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/dgsop /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/dgsop libtool: install: warning: `../cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/bmsencode /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/bmsencode libtool: install: warning: `../util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/bmsgen /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/bmsgen libtool: install: warning: `../cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/xbm2pla /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/xbm2pla libtool: install: warning: `../gnet/libdgcgnet.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/encoding/libdgcencode.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/cube/libdgccube.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/syl/libdgcsyl.la' has not been installed in `/usr/lib64' libtool: install: warning: `/builddir/build/BUILD/dgc-0.98/util/libdgcutil.la' has not been installed in `/usr/lib64' libtool: install: install -p .libs/edif2vhdl /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/bin/edif2vhdl make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98/app' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98/app' make[1]: Entering directory '/builddir/build/BUILD/dgc-0.98' make[2]: Entering directory '/builddir/build/BUILD/dgc-0.98' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/dgc-0.98' make[1]: Leaving directory '/builddir/build/BUILD/dgc-0.98' ++ find /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 -name '*.a' + /usr/bin/rm -f /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.a /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.a ++ find /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 -name '*.la' + /usr/bin/rm -f /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcencode.la /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcgnet.la /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcutil.la /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgcsyl.la /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/lib64/libdgccube.la + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dgc-0.98-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Kf3j8y + umask 022 + cd /builddir/build/BUILD + cd dgc-0.98 + DOCDIR=/builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr AUTHORS /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr COPYING /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr README /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr NEWS /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr TODO /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr ChangeLog /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + cp -pr tests /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64/usr/share/doc/dgc + exit 0 Provides: dgc = 0.98-16.fc28 dgc(riscv-64) = 0.98-16.fc28 libdgccube.so.0()(64bit) libdgcencode.so.0()(64bit) libdgcgnet.so.0()(64bit) libdgcsyl.so.0()(64bit) libdgcutil.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdgccube.so.0()(64bit) libdgcencode.so.0()(64bit) libdgcgnet.so.0()(64bit) libdgcsyl.so.0()(64bit) libdgcutil.so.0()(64bit) libdl.so.2()(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: dgc-devel-0.98-16.fc28.riscv64 Provides: dgc-devel = 0.98-16.fc28 dgc-devel(riscv-64) = 0.98-16.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libdgccube.so.0()(64bit) libdgcencode.so.0()(64bit) libdgcgnet.so.0()(64bit) libdgcsyl.so.0()(64bit) libdgcutil.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/dgc-0.98-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/dgc-0.98-16.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/dgc-devel-0.98-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aicvpK + umask 022 + cd /builddir/build/BUILD + cd dgc-0.98 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dgc-0.98-16.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff