+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/gnokii.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: Thu Mar 31 2006 Linus Walleij - 0.6.12-2 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oOjE97 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gnokii-0.6.31 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/gnokii-0.6.31.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnokii-0.6.31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (gnokii-config.patch):' Patch #1 (gnokii-config.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file Docs/sample/gnokiirc + echo 'Patch #2 (gnokii-0.6.31-sqlite3.patch):' Patch #2 (gnokii-0.6.31-sqlite3.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file configure.in patching file configure + echo 'Patch #3 (gnokii-0.6.31-gcc5.patch):' Patch #3 (gnokii-0.6.31-gcc5.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file xgnokii/xgnokii.c patching file xgnokii/xgnokii_logos.c + echo 'Patch #4 (gnokii-0.6.31-gcc7.patch):' Patch #4 (gnokii-0.6.31-gcc7.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file common/gsm-filetypes.c + install -pm 644 /builddir/build/SOURCES/gnokii-smsd2mail.sh smsd2mail.sh + install -pm 644 /builddir/build/SOURCES/gnokii-smsd-README.smsd2mail README.smsd2mail + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EllJSr + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + 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.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' + 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' + '[' 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 --enable-security --disable-static checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether 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 style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for rm... /usr/bin/rm checking for find... /usr/bin/find checking for gmake... gmake checking for ar... ar checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.26.1 checking for XML::Parser... ok checking for nl_langinfo and CODESET... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking if building on FreeBSD... no checking if building on NetBSD... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed 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 how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... (cached) ar checking for archiver @FILE support... @ 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 for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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... /usr/bin/rm: cannot remove 'conftest*': No such file or directory 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... /usr/bin/rm: cannot remove 'conftest*': No such file or directory 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... no checking if gcc supports -Wno-pointer-sign compiler option... yes checking if gcc supports -fvisibility=hidden compiler option... yes checking if gcc supports -fno-strict-aliasing compiler option... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking for tm_gmtoff in struct tm... yes checking for timer operations... yes checking for cfsetspeed in termios.h... yes checking whether to use readline... yes checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking history.h usability... no checking history.h presence... no checking for history.h... no checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking for readline.h... (cached) no checking for readline/readline.h... (cached) yes checking for tgetent in -lncurses... yes checking for readline in -lreadline... yes checking whether libical is installed... yes checking whether libusb is installed... yes checking for linux/phonet.h... yes checking for gethostbyname... yes checking for gethostbyname... (cached) yes checking for linux/irda.h... yes configure: checking for the Linux Bluetooth support checking for the struct sockaddr_rc in ... yes checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for X... libraries , headers checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmWriteFileFromXpmImage in -lXpm... yes checking for socket in -lsocket... no checking for GLIB... yes checking for GMODULE... yes checking for pg_config... /usr/bin/pg_config checking for SQLITE3... yes checking for mysql_config5... no checking for mysql_config... /usr/bin/mysql_config checking for LIBPCSCLITE... yes checking for LPCSTR... yes checking for grantpt... yes checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for stdlib.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking for inttypes.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for sys/types.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for u_int8_t... yes checking for __ptr_t... yes checking whether gcc needs -traditional... no checking for working memcmp... yes checking return type of signal handlers... void checking for strftime... yes checking for mktime... yes checking for timegm... yes checking for gettimeofday... yes checking for select... yes checking for poll... yes checking for wcrtomb... yes checking for strchr... yes checking for strdup... yes checking for strndup... yes checking for strstr... yes checking for strtol... yes checking for strtok... yes checking for strsep... yes checking for asprintf... yes checking for vasprintf... yes checking for snprintf... yes checking for vsnprintf... yes checking for getpass... yes checking for setenv... yes checking for ISO C99 compliant snprintf... yes checking for ISO C99 compliant vsnprintf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating getopt/Makefile config.status: creating Docs/Makefile config.status: creating Docs/man/Makefile config.status: creating Docs/protocol/Makefile config.status: creating Docs/sample/Makefile config.status: creating Docs/sample/logo/Makefile config.status: creating Docs/sample/vCalendar/Makefile config.status: creating Docs/sample/ringtone/Makefile config.status: creating Docs/sample/ppp/Makefile config.status: creating include/Makefile config.status: creating include/gnokii.h config.status: creating include/data/Makefile config.status: creating include/devices/Makefile config.status: creating include/phones/Makefile config.status: creating include/links/Makefile config.status: creating include/gnokii/Makefile config.status: creating common/gnokii.pc config.status: creating common/Makefile config.status: creating common/data/Makefile config.status: creating common/devices/Makefile config.status: creating common/links/Makefile config.status: creating common/phones/Makefile config.status: creating gnokii/Makefile config.status: creating gnokiid/Makefile config.status: creating smsd/Makefile config.status: creating utils/Makefile config.status: creating xgnokii/xgnokii.pc config.status: creating xgnokii/Makefile config.status: creating xgnokii/xpm/Makefile config.status: creating po/Makefile.in config.status: creating testsuite/Makefile config.status: creating testsuite/data/Makefile config.status: creating Windows/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands /usr/bin/rm: cannot remove 'libtoolT': No such file or directory config.status: executing po/stamp-it commands G N O K I I A toolset and driver for the mobile phones. Copyright (C) 1999-2011 The Gnokii Development Team. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See file COPYING for more details. Host system: linux-gnu Gnokii version: 0.6.31 Xgnokii version: 1.0 SMSD version: 1.5.2 X (GTK+) support: yes smsd support: yes Postgres support: yes SQLite support: yes MySQL support: yes Debug: yes XDebug: yes RLPDebug: yes NLS: yes IrDA: yes ical read support: yes Bluetooth: yes libusb support: yes phonet support: yes libpcsclite support:yes readline support: yes Security: yes Build Shared Lib: yes Build Static Lib: no Windows: no Prefix: /usr Type 'gmake' for compilation and then 'gmake install', to install gnokii. + sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' -i libtool + sed -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' -i libtool + make -j4 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/gnokii-0.6.31/missing --run aclocal-1.11 -I m4 /builddir/build/BUILD/gnokii-0.6.31/missing: line 52: aclocal-1.11: command not found WARNING: `aclocal-1.11' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/gnokii-0.6.31/missing --run autoconf cd . && /bin/sh /builddir/build/BUILD/gnokii-0.6.31/missing --run automake-1.11 --gnu /builddir/build/BUILD/gnokii-0.6.31/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. aclocal.m4:16: warning: this file was generated for autoconf 2.68. 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'. /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/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 --enable-security --disable-static build_alias=riscv64-redhat-linux-gnu host_alias=riscv64-redhat-linux-gnu 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 LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig --no-create --no-recursion checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether 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 style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for rm... /usr/bin/rm checking for find... /usr/bin/find checking for gmake... gmake checking for ar... ar checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.26.1 checking for XML::Parser... ok checking for nl_langinfo and CODESET... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking if building on FreeBSD... no checking if building on NetBSD... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed 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 how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... (cached) ar checking for archiver @FILE support... @ 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 for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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... /usr/bin/rm: cannot remove 'conftest*': No such file or directory 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... /usr/bin/rm: cannot remove 'conftest*': No such file or directory 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... no checking if gcc supports -Wno-pointer-sign compiler option... yes checking if gcc supports -fvisibility=hidden compiler option... yes checking if gcc supports -fno-strict-aliasing compiler option... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking for tm_gmtoff in struct tm... yes checking for timer operations... yes checking for cfsetspeed in termios.h... yes checking whether to use readline... yes checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking history.h usability... no checking history.h presence... no checking for history.h... no checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking for readline.h... (cached) no checking for readline/readline.h... (cached) yes checking for tgetent in -lncurses... yes checking for readline in -lreadline... yes checking whether libical is installed... yes checking whether libusb is installed... yes checking for linux/phonet.h... yes checking for gethostbyname... yes checking for gethostbyname... (cached) yes checking for linux/irda.h... yes configure: checking for the Linux Bluetooth support checking for the struct sockaddr_rc in ... yes checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for X... libraries , headers checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmWriteFileFromXpmImage in -lXpm... yes checking for socket in -lsocket... no checking for GLIB... yes checking for GMODULE... yes checking for pg_config... /usr/bin/pg_config checking for SQLITE3... yes checking for mysql_config5... no checking for mysql_config... /usr/bin/mysql_config checking for LIBPCSCLITE... yes checking for LPCSTR... yes checking for grantpt... yes checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for stdlib.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking for inttypes.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for sys/types.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for u_int8_t... yes checking for __ptr_t... yes checking whether gcc needs -traditional... no checking for working memcmp... yes checking return type of signal handlers... void checking for strftime... yes checking for mktime... yes checking for timegm... yes checking for gettimeofday... yes checking for select... yes checking for poll... yes checking for wcrtomb... yes checking for strchr... yes checking for strdup... yes checking for strndup... yes checking for strstr... yes checking for strtol... yes checking for strtok... yes checking for strsep... yes checking for asprintf... yes checking for vasprintf... yes checking for snprintf... yes checking for vsnprintf... yes checking for getpass... yes checking for setenv... yes checking for ISO C99 compliant snprintf... yes checking for ISO C99 compliant vsnprintf... yes configure: creating ./config.status G N O K I I A toolset and driver for the mobile phones. Copyright (C) 1999-2011 The Gnokii Development Team. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See file COPYING for more details. Host system: linux-gnu Gnokii version: 0.6.31 Xgnokii version: 1.0 SMSD version: 1.5.2 X (GTK+) support: yes smsd support: yes Postgres support: yes SQLite support: yes MySQL support: yes Debug: yes XDebug: yes RLPDebug: yes NLS: yes IrDA: yes ical read support: yes Bluetooth: yes libusb support: yes phonet support: yes libpcsclite support:yes readline support: yes Security: yes Build Shared Lib: yes Build Static Lib: no Windows: no Prefix: /usr Type 'gmake' for compilation and then 'gmake install', to install gnokii. /bin/sh ./config.status config.status: creating Makefile config.status: creating getopt/Makefile config.status: creating Docs/Makefile config.status: creating Docs/man/Makefile config.status: creating Docs/protocol/Makefile config.status: creating Docs/sample/Makefile config.status: creating Docs/sample/logo/Makefile config.status: creating Docs/sample/vCalendar/Makefile config.status: creating Docs/sample/ringtone/Makefile config.status: creating Docs/sample/ppp/Makefile config.status: creating include/Makefile config.status: creating include/gnokii.h config.status: creating include/data/Makefile config.status: creating include/devices/Makefile config.status: creating include/phones/Makefile config.status: creating include/links/Makefile config.status: creating include/gnokii/Makefile config.status: creating common/gnokii.pc config.status: creating common/Makefile config.status: creating common/data/Makefile config.status: creating common/devices/Makefile config.status: creating common/links/Makefile config.status: creating common/phones/Makefile config.status: creating gnokii/Makefile config.status: creating gnokiid/Makefile config.status: creating smsd/Makefile config.status: creating utils/Makefile config.status: creating xgnokii/xgnokii.pc config.status: creating xgnokii/Makefile config.status: creating xgnokii/xpm/Makefile config.status: creating po/Makefile.in config.status: creating testsuite/Makefile config.status: creating testsuite/data/Makefile config.status: creating Windows/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands /usr/bin/rm: cannot remove 'libtoolT': No such file or directory config.status: executing po/stamp-it commands Making all in getopt gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/getopt' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgetopt_a-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgetopt_a-getopt.o `test -f 'getopt.c' || echo './'`getopt.c rm -f libgetopt.a ar cru libgetopt.a libgetopt_a-getopt1.o libgetopt_a-getopt.o ranlib libgetopt.a gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/getopt' Making all in include gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include' (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /builddir/build/BUILD/gnokii-0.6.31/missing --run autoheader) rm -f stamp-h1 touch config.h.in cd .. && /bin/sh ./config.status include/config.h config.status: creating include/config.h config.status: include/config.h is unchanged gmake all-recursive gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include' Making all in data gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/data' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/data' Making all in devices gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/devices' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/devices' Making all in gnokii gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/gnokii' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/gnokii' Making all in links gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/links' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/links' Making all in phones gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/phones' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/phones' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include' Making all in common gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common' Making all in phones gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/phones' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-generic.lo `test -f 'generic.c' || echo './'`generic.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-nokia.lo `test -f 'nokia.c' || echo './'`nokia.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-nk7110.lo `test -f 'nk7110.c' || echo './'`nk7110.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-nk6510.lo `test -f 'nk6510.c' || echo './'`nk6510.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c generic.c -fPIC -DPIC -o .libs/libPHONES_la-generic.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nokia.c -fPIC -DPIC -o .libs/libPHONES_la-nokia.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nk7110.c -fPIC -DPIC -o .libs/libPHONES_la-nk7110.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nk6510.c -fPIC -DPIC -o .libs/libPHONES_la-nk6510.o nk7110.c: In function 'NK7110_Functions': nk7110.c:292:2: warning: case value '101' not in enumerated type 'gn_operation {aka enum }' [-Wswitch] case GN_OP_NK7110_GetPictureList: ^~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-nk6160.lo `test -f 'nk6160.c' || echo './'`nk6160.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nk6160.c -fPIC -DPIC -o .libs/libPHONES_la-nk6160.o nk6510.c: In function 'NK6510_GetSMS_S40_30': nk6510.c:1626:22: warning: variable 'tota_len' set but not used [-Wunused-but-set-variable] int j, i, cont_len, tota_len, offset; ^~~~~~~~ nk6510.c: In function 'NK6510_IncomingFile': nk6510.c:2528:12: warning: variable 'frame_length' set but not used [-Wunused-but-set-variable] int i, j, frame_length; ^~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-nk6100.lo `test -f 'nk6100.c' || echo './'`nk6100.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-nk3110.lo `test -f 'nk3110.c' || echo './'`nk3110.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nk6100.c -fPIC -DPIC -o .libs/libPHONES_la-nk6100.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nk3110.c -fPIC -DPIC -o .libs/libPHONES_la-nk3110.o nk3110.c: In function 'P3110_IncomingSMSDelivered': nk3110.c:968:13: warning: variable 'U2' set but not used [-Wunused-but-set-variable] u8 U0, U1, U2; ^~ nk3110.c:968:9: warning: variable 'U1' set but not used [-Wunused-but-set-variable] u8 U0, U1, U2; ^~ nk3110.c:968:5: warning: variable 'U0' set but not used [-Wunused-but-set-variable] u8 U0, U1, U2; ^~ nk3110.c: In function 'P3110_IncomingPhoneInfo': nk3110.c:1230:34: warning: variable 'model_length' set but not used [-Wunused-but-set-variable] size_t imei_length, rev_length, model_length; ^~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atgen.lo `test -f 'atgen.c' || echo './'`atgen.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atgen.c -fPIC -DPIC -o .libs/libPHONES_la-atgen.o atgen.c: In function 'Functions': atgen.c:366:31: warning: comparison between 'gn_operation {aka enum }' and 'enum ' [-Wenum-compare] if ((op > GN_OP_Init) && (op < GN_OP_AT_Max)) ^ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atbosch.lo `test -f 'atbosch.c' || echo './'`atbosch.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atbosch.c -fPIC -DPIC -o .libs/libPHONES_la-atbosch.o atgen.c: In function 'AT_DialVoice': atgen.c:1587:33: warning: '%s' directive output may be truncated writing up to 49 bytes into a region of size 29 [-Wformat-truncation=] snprintf(req, sizeof(req), "ATD%s;\r", data->call_info->number); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from ../../include/gnokii-internal.h:37, from atgen.c:43: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 55 bytes into a destination of size 32 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nk6100.c: In function 'SetRawRingtone': nk6100.c:3052:25: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size 13 [-Wformat-truncation=] snprintf(req + 8, 13, "%s", data->ringtone->name); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6100.c:41: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 20 bytes into a destination of size 13 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-ateric.lo `test -f 'ateric.c' || echo './'`ateric.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c ateric.c -fPIC -DPIC -o .libs/libPHONES_la-ateric.o nk6510.c: In function 'NK6510_GetSMSFolders_S40_30': nk6510.c:123:37: warning: '%s' directive writing up to 511 bytes into a region of size 110 [-Wformat-overflow=] sprintf(path, "C:\\predefmessages\\%s\\", str); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6510.c:40: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 531 bytes into a destination of size 128 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nk6510.c: In function 'NK6510_DeleteSMS_S40_30.part.20': nk6510.c:1754:41: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 492 and 512 [-Wformat-truncation=] snprintf(fi.name, sizeof(fi.name), "%s%s", s40_30_mt_mappings[i].path, fl2.files[data->raw_sms->number - 1]->name); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6510.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 532) into a destination of size 512 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nk6510.c: In function 'NK6510_DeleteMMS_S40_30': nk6510.c:2185:40: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 1 and 512 [-Wformat-truncation=] snprintf(fi.name, sizeof(fi.name), "%s%s", fl.path, fl.files[data->raw_mms->number - 1]->name); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6510.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 1023 bytes into a destination of size 512 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nk6510.c: In function 'NK6510_GetSMS_S40_30.part.28': nk6510.c:1673:41: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 492 and 512 [-Wformat-truncation=] snprintf(fi.name, sizeof(fi.name), "%s%s", s40_30_mt_mappings[i].path, fl2.files[data->raw_sms->number - 1]->name); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6510.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 532) into a destination of size 512 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-athuawei.lo `test -f 'athuawei.c' || echo './'`athuawei.c nk6510.c: In function 'NK6510_GetMMS_S40_30.isra.29': nk6510.c:2136:41: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 1 and 512 [-Wformat-truncation=] snprintf(fi.name, sizeof(fi.name), "%s%s", fl.path, fl.files[private_data.raw_mms->number - 1]->name); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6510.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 1023 bytes into a destination of size 512 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c athuawei.c -fPIC -DPIC -o .libs/libPHONES_la-athuawei.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atmot.lo `test -f 'atmot.c' || echo './'`atmot.c nk6100.c: In function 'Functions': nk6100.c:609:63: warning: '%s' directive output may be truncated writing up to 9 bytes into a region of size between 3 and 12 [-Wformat-truncation=] snprintf(data->revision, GN_REVISION_MAX_LENGTH, "SW %s, HW %s", drvinst->sw_version, drvinst->hw_version); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6100.c:41: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 27 bytes into a destination of size 20 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nk6100.c:1321:22: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size 13 [-Wformat-truncation=] snprintf(pos, 13, "%s", smsc->name); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from nk6100.c:41: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 20 bytes into a destination of size 13 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atmot.c -fPIC -DPIC -o .libs/libPHONES_la-atmot.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atnok.lo `test -f 'atnok.c' || echo './'`atnok.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atnok.c -fPIC -DPIC -o .libs/libPHONES_la-atnok.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atsie.lo `test -f 'atsie.c' || echo './'`atsie.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atsoer.lo `test -f 'atsoer.c' || echo './'`atsoer.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atsie.c -fPIC -DPIC -o .libs/libPHONES_la-atsie.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atsoer.c -fPIC -DPIC -o .libs/libPHONES_la-atsoer.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atsam.lo `test -f 'atsam.c' || echo './'`atsam.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atsam.c -fPIC -DPIC -o .libs/libPHONES_la-atsam.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atsag.lo `test -f 'atsag.c' || echo './'`atsag.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-atlg.lo `test -f 'atlg.c' || echo './'`atlg.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atsag.c -fPIC -DPIC -o .libs/libPHONES_la-atsag.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atlg.c -fPIC -DPIC -o .libs/libPHONES_la-atlg.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-gnapplet.lo `test -f 'gnapplet.c' || echo './'`gnapplet.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gnapplet.c -fPIC -DPIC -o .libs/libPHONES_la-gnapplet.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-fake.lo `test -f 'fake.c' || echo './'`fake.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libPHONES_la-pcsc.lo `test -f 'pcsc.c' || echo './'`pcsc.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c fake.c -fPIC -DPIC -o .libs/libPHONES_la-fake.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c pcsc.c -fPIC -DPIC -o .libs/libPHONES_la-pcsc.o pcsc.c: In function 'pcsc_open_reader_name': pcsc.c:1537:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pioSendPci = SCARD_PCI_T0; ^ pcsc.c:1540:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pioSendPci = SCARD_PCI_T1; ^ fake.c: In function 'count_files': fake.c:369:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(path, MAX_PATH_LEN, "%s/%s", dirpath, dent->d_name); ^ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from fake.c:32: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gnapplet.c: In function 'gnapplet_identify': gnapplet.c:568:75: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size 17 [-Wformat-truncation=] if (data->revision) snprintf(data->revision, GN_REVISION_MAX_LENGTH, "SW %s, HW %s", drvinst->sw_version, drvinst->hw_version); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from gnapplet.c:38: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 47 bytes into a destination of size 20 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fake.c: In function 'at_sms_get_from_file.isra.9': fake.c:241:39: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(path, MAX_PATH_LEN, "%s/%s", dirpath, dent->d_name); ^ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from fake.c:32: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fake.c: In function 'at_sms_delete_from_file.isra.12': fake.c:292:39: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(path, MAX_PATH_LEN, "%s/%s", dirpath, dent->d_name); ^ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from fake.c:32: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gnapplet.c: In function 'gnapplet_incoming_phonebook': gnapplet.c:732:54: warning: '%s' directive output may be truncated writing up to 61 bytes into a region of size 50 [-Wformat-truncation=] snprintf(entry->number, sizeof(entry->number), "%s", se->data.number); ^~ In file included from /usr/include/stdio.h:861:0, from ../../include/compat.h:38, from gnapplet.c:38: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 62 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -I/usr/include/PCSC -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libPHONES.la libPHONES_la-generic.lo libPHONES_la-nokia.lo libPHONES_la-nk7110.lo libPHONES_la-nk6510.lo libPHONES_la-nk6160.lo libPHONES_la-nk6100.lo libPHONES_la-nk3110.lo libPHONES_la-atgen.lo libPHONES_la-atbosch.lo libPHONES_la-ateric.lo libPHONES_la-athuawei.lo libPHONES_la-atmot.lo libPHONES_la-atnok.lo libPHONES_la-atsie.lo libPHONES_la-atsoer.lo libPHONES_la-atsam.lo libPHONES_la-atsag.lo libPHONES_la-atlg.lo libPHONES_la-gnapplet.lo libPHONES_la-fake.lo libPHONES_la-pcsc.lo libtool: link: ar cru .libs/libPHONES.a .libs/libPHONES_la-generic.o .libs/libPHONES_la-nokia.o .libs/libPHONES_la-nk7110.o .libs/libPHONES_la-nk6510.o .libs/libPHONES_la-nk6160.o .libs/libPHONES_la-nk6100.o .libs/libPHONES_la-nk3110.o .libs/libPHONES_la-atgen.o .libs/libPHONES_la-atbosch.o .libs/libPHONES_la-ateric.o .libs/libPHONES_la-athuawei.o .libs/libPHONES_la-atmot.o .libs/libPHONES_la-atnok.o .libs/libPHONES_la-atsie.o .libs/libPHONES_la-atsoer.o .libs/libPHONES_la-atsam.o .libs/libPHONES_la-atsag.o .libs/libPHONES_la-atlg.o .libs/libPHONES_la-gnapplet.o .libs/libPHONES_la-fake.o .libs/libPHONES_la-pcsc.o libtool: link: ranlib .libs/libPHONES.a libtool: link: ( cd ".libs" && rm -f "libPHONES.la" && ln -s "../libPHONES.la" "libPHONES.la" ) gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/phones' Making all in links gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/links' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-atbus.lo `test -f 'atbus.c' || echo './'`atbus.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-fbus.lo `test -f 'fbus.c' || echo './'`fbus.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-fbus-phonet.lo `test -f 'fbus-phonet.c' || echo './'`fbus-phonet.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-fbus-3110.lo `test -f 'fbus-3110.c' || echo './'`fbus-3110.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c atbus.c -fPIC -DPIC -o .libs/libLINKS_la-atbus.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c fbus.c -fPIC -DPIC -o .libs/libLINKS_la-fbus.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c fbus-phonet.c -fPIC -DPIC -o .libs/libLINKS_la-fbus-phonet.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c fbus-3110.c -fPIC -DPIC -o .libs/libLINKS_la-fbus-3110.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-m2bus.lo `test -f 'm2bus.c' || echo './'`m2bus.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-gnbus.lo `test -f 'gnbus.c' || echo './'`gnbus.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c m2bus.c -fPIC -DPIC -o .libs/libLINKS_la-m2bus.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libLINKS_la-utils.lo `test -f 'utils.c' || echo './'`utils.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gnbus.c -fPIC -DPIC -o .libs/libLINKS_la-gnbus.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c utils.c -fPIC -DPIC -o .libs/libLINKS_la-utils.o /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libLINKS.la libLINKS_la-atbus.lo libLINKS_la-fbus.lo libLINKS_la-fbus-phonet.lo libLINKS_la-fbus-3110.lo libLINKS_la-m2bus.lo libLINKS_la-gnbus.lo libLINKS_la-utils.lo libtool: link: ar cru .libs/libLINKS.a .libs/libLINKS_la-atbus.o .libs/libLINKS_la-fbus.o .libs/libLINKS_la-fbus-phonet.o .libs/libLINKS_la-fbus-3110.o .libs/libLINKS_la-m2bus.o .libs/libLINKS_la-gnbus.o .libs/libLINKS_la-utils.o libtool: link: ranlib .libs/libLINKS.a libtool: link: ( cd ".libs" && rm -f "libLINKS.la" && ln -s "../libLINKS.la" "libLINKS.la" ) gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/links' Making all in devices gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/devices' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-unixserial.lo `test -f 'unixserial.c' || echo './'`unixserial.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-unixbluetooth.lo `test -f 'unixbluetooth.c' || echo './'`unixbluetooth.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-osxbluetooth.lo `test -f 'osxbluetooth.c' || echo './'`osxbluetooth.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-unixirda.lo `test -f 'unixirda.c' || echo './'`unixirda.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c unixserial.c -fPIC -DPIC -o .libs/libDEVICES_la-unixserial.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c unixbluetooth.c -fPIC -DPIC -o .libs/libDEVICES_la-unixbluetooth.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c osxbluetooth.c -fPIC -DPIC -o .libs/libDEVICES_la-osxbluetooth.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c unixirda.c -fPIC -DPIC -o .libs/libDEVICES_la-unixirda.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-tcp.lo `test -f 'tcp.c' || echo './'`tcp.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c tcp.c -fPIC -DPIC -o .libs/libDEVICES_la-tcp.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-socketphonet.lo `test -f 'socketphonet.c' || echo './'`socketphonet.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-tekram.lo `test -f 'tekram.c' || echo './'`tekram.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c socketphonet.c -fPIC -DPIC -o .libs/libDEVICES_la-socketphonet.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c tekram.c -fPIC -DPIC -o .libs/libDEVICES_la-tekram.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-irda.lo `test -f 'irda.c' || echo './'`irda.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-dku2libusb.lo `test -f 'dku2libusb.c' || echo './'`dku2libusb.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c irda.c -fPIC -DPIC -o .libs/libDEVICES_la-irda.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c dku2libusb.c -fPIC -DPIC -o .libs/libDEVICES_la-dku2libusb.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDEVICES_la-bluetooth.lo `test -f 'bluetooth.c' || echo './'`bluetooth.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c bluetooth.c -fPIC -DPIC -o .libs/libDEVICES_la-bluetooth.o /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libDEVICES.la libDEVICES_la-unixserial.lo libDEVICES_la-unixbluetooth.lo libDEVICES_la-osxbluetooth.lo libDEVICES_la-unixirda.lo libDEVICES_la-tcp.lo libDEVICES_la-socketphonet.lo libDEVICES_la-tekram.lo libDEVICES_la-irda.lo libDEVICES_la-dku2libusb.lo libDEVICES_la-bluetooth.lo -lusb -lbluetooth libtool: link: ar cru .libs/libDEVICES.a .libs/libDEVICES_la-unixserial.o .libs/libDEVICES_la-unixbluetooth.o .libs/libDEVICES_la-osxbluetooth.o .libs/libDEVICES_la-unixirda.o .libs/libDEVICES_la-tcp.o .libs/libDEVICES_la-socketphonet.o .libs/libDEVICES_la-tekram.o .libs/libDEVICES_la-irda.o .libs/libDEVICES_la-dku2libusb.o .libs/libDEVICES_la-bluetooth.o libtool: link: ranlib .libs/libDEVICES.a libtool: link: ( cd ".libs" && rm -f "libDEVICES.la" && ln -s "../libDEVICES.la" "libDEVICES.la" ) gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/devices' Making all in data gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/data' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDATA_la-at-emulator.lo `test -f 'at-emulator.c' || echo './'`at-emulator.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDATA_la-datapump.lo `test -f 'datapump.c' || echo './'`datapump.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDATA_la-rlp-common.lo `test -f 'rlp-common.c' || echo './'`rlp-common.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDATA_la-rlp-crc24.lo `test -f 'rlp-crc24.c' || echo './'`rlp-crc24.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c at-emulator.c -fPIC -DPIC -o .libs/libDATA_la-at-emulator.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c datapump.c -fPIC -DPIC -o .libs/libDATA_la-datapump.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c rlp-common.c -fPIC -DPIC -o .libs/libDATA_la-rlp-common.o libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c rlp-crc24.c -fPIC -DPIC -o .libs/libDATA_la-rlp-crc24.o datapump.c: In function 'DP_CallBack': datapump.c:92:29: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (CommandMode == false) write(PtyWRFD, buffer, length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libDATA_la-virtmodem.lo `test -f 'virtmodem.c' || echo './'`virtmodem.c libtool: compile: gcc -DCOMPILING_LIBGNOKII -I. -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c virtmodem.c -fPIC -DPIC -o .libs/libDATA_la-virtmodem.o /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libDATA.la libDATA_la-at-emulator.lo libDATA_la-datapump.lo libDATA_la-rlp-common.lo libDATA_la-rlp-crc24.lo libDATA_la-virtmodem.lo libtool: link: ar cru .libs/libDATA.a .libs/libDATA_la-at-emulator.o .libs/libDATA_la-datapump.o .libs/libDATA_la-rlp-common.o .libs/libDATA_la-rlp-crc24.o .libs/libDATA_la-virtmodem.o libtool: link: ranlib .libs/libDATA.a libtool: link: ( cd ".libs" && rm -f "libDATA.la" && ln -s "../libDATA.la" "libDATA.la" ) gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/data' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common' /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-libfunctions.lo `test -f 'libfunctions.c' || echo './'`libfunctions.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-api.lo `test -f 'gsm-api.c' || echo './'`gsm-api.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-error.lo `test -f 'gsm-error.c' || echo './'`gsm-error.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-statemachine.lo `test -f 'gsm-statemachine.c' || echo './'`gsm-statemachine.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c libfunctions.c -fPIC -DPIC -o .libs/libgnokii_la-libfunctions.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-api.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-api.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-error.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-error.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-statemachine.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-statemachine.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-cfgreader.lo `test -f 'cfgreader.c' || echo './'`cfgreader.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-device.lo `test -f 'device.c' || echo './'`device.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c cfgreader.c -fPIC -DPIC -o .libs/libgnokii_la-cfgreader.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c device.c -fPIC -DPIC -o .libs/libgnokii_la-device.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-vcard.lo `test -f 'vcard.c' || echo './'`vcard.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-vcal.lo `test -f 'vcal.c' || echo './'`vcal.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c vcard.c -fPIC -DPIC -o .libs/libgnokii_la-vcard.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c vcal.c -fPIC -DPIC -o .libs/libgnokii_la-vcal.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gnvcal.lo `test -f 'gnvcal.c' || echo './'`gnvcal.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gnvcal.c -fPIC -DPIC -o .libs/libgnokii_la-gnvcal.o gnvcal.c:1485:16: warning: 'input' defined but not used [-Wunused-function] static int input (void) ^~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-ldif.lo `test -f 'ldif.c' || echo './'`ldif.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-networks.lo `test -f 'gsm-networks.c' || echo './'`gsm-networks.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c ldif.c -fPIC -DPIC -o .libs/libgnokii_la-ldif.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-filetypes.lo `test -f 'gsm-filetypes.c' || echo './'`gsm-filetypes.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-networks.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-networks.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-filetypes.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-filetypes.o gsm-networks.c: In function 'gn_network_code_find': gsm-networks.c:1312:33: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=] snprintf(country_code, 4, "%3s ", gn_country_code_get(country_name)); ^ In file included from /usr/include/stdio.h:861:0, from ../include/compat.h:38, from gsm-networks.c:37: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 5 or more bytes into a destination of size 4 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-readmidi.lo `test -f 'readmidi.c' || echo './'`readmidi.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-ringtones.lo `test -f 'gsm-ringtones.c' || echo './'`gsm-ringtones.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c readmidi.c -fPIC -DPIC -o .libs/libgnokii_la-readmidi.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-bitmaps.lo `test -f 'gsm-bitmaps.c' || echo './'`gsm-bitmaps.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-ringtones.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-ringtones.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-bitmaps.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-bitmaps.o gsm-filetypes.c: In function 'file_nol_load': gsm-filetypes.c:779:57: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 2 and 6 [-Wformat-truncation=] snprintf(bitmap->netcode, sizeof(bitmap->netcode), "%d %02d", buffer[6] + 256 * buffer[7], buffer[8]); ^~~~ gsm-filetypes.c:779:53: note: directive argument in the range [0, 255] snprintf(bitmap->netcode, sizeof(bitmap->netcode), "%d %02d", buffer[6] + 256 * buffer[7], buffer[8]); ^~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from ../include/compat.h:38, from gsm-filetypes.c:38: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 10 bytes into a destination of size 8 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-sms.lo `test -f 'gsm-sms.c' || echo './'`gsm-sms.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-sms.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-sms.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-mms.lo `test -f 'gsm-mms.c' || echo './'`gsm-mms.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-mms.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-mms.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-call.lo `test -f 'gsm-call.c' || echo './'`gsm-call.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-call.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-call.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-encoding.lo `test -f 'gsm-encoding.c' || echo './'`gsm-encoding.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-encoding.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-encoding.o gsm-sms.c: In function 'sms_timestamp_print': gsm-sms.c:168:26: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 2 [-Wformat-truncation=] snprintf(buf2, 4, "%d%d%c", number[i] & 0x0f, number[i] >> 4, c); ^~ In file included from /usr/include/stdio.h:861:0, from ../include/compat.h:38, from ../include/gnokii-internal.h:37, from gsm-sms.c:41: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 6 bytes into a destination of size 4 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-gsm-common.lo `test -f 'gsm-common.c' || echo './'`gsm-common.c gsm-encoding.c: In function 'char_def_alphabet_string_stats': gsm-encoding.c:543:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } while (iter = g_utf8_next_char(iter)); ^~~~ libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c gsm-common.c -fPIC -DPIC -o .libs/libgnokii_la-gsm-common.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-sms-nokia.lo `test -f 'sms-nokia.c' || echo './'`sms-nokia.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c sms-nokia.c -fPIC -DPIC -o .libs/libgnokii_la-sms-nokia.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-nokia-decoding.lo `test -f 'nokia-decoding.c' || echo './'`nokia-decoding.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-pkt.lo `test -f 'pkt.c' || echo './'`pkt.c gsm-sms.c: In function 'gn_sms2mbox': gsm-sms.c:2243:36: warning: '%s' directive output may be truncated writing up to 1600 bytes into a region of size 20 [-Wformat-truncation=] snprintf(aux, MAX_TEXT_SUMMARY, "%s", sms->user_data[0].u.text); ^~ In file included from /usr/include/stdio.h:861:0, from ../include/compat.h:38, from ../include/gnokii-internal.h:37, from gsm-sms.c:41: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 1601 bytes into a destination of size 20 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-compat.lo `test -f 'compat.c' || echo './'`compat.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c nokia-decoding.c -fPIC -DPIC -o .libs/libgnokii_la-nokia-decoding.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c pkt.c -fPIC -DPIC -o .libs/libgnokii_la-pkt.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c compat.c -fPIC -DPIC -o .libs/libgnokii_la-compat.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-misc.lo `test -f 'misc.c' || echo './'`misc.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c misc.c -fPIC -DPIC -o .libs/libgnokii_la-misc.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-snprintf.lo `test -f 'snprintf.c' || echo './'`snprintf.c nokia-decoding.c: In function 'phonebook_decode': nokia-decoding.c:240:85: warning: '%s' directive output may be truncated writing up to 61 bytes into a region of size 50 [-Wformat-truncation=] snprintf(data->phonebook_entry->number, sizeof(data->phonebook_entry->number), "%s", subentry->data.number); ^~ In file included from /usr/include/stdio.h:861:0, from ../include/compat.h:38, from ../include/gnokii-internal.h:37, from nokia-decoding.c:42: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 62 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c snprintf.c -fPIC -DPIC -o .libs/libgnokii_la-snprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-localcharset.lo `test -f 'localcharset.c' || echo './'`localcharset.c misc.c: In function 'gn_model_get': misc.c:372:2: warning: 'gn_cfg_info' is deprecated [-Wdeprecated-declarations] return gn_cfg_get_phone_model(gn_cfg_info, product_name)->model; ^~~~~~ In file included from misc.c:50:0: ../include/gnokii.h:258:41: note: declared here extern GNOKII_API struct gn_cfg_header *gn_cfg_info GNOKII_DEPRECATED; ^~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR="\"/usr/lib64\"" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o libgnokii_la-map.lo `test -f 'map.c' || echo './'`map.c libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c localcharset.c -fPIC -DPIC -o .libs/libgnokii_la-localcharset.o libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DCOMPILING_LIBGNOKII -I. -I../include -DLIBDIR=\"/usr/lib64\" -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c map.c -fPIC -DPIC -o .libs/libgnokii_la-map.o /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -version-info 7:0:0 -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgnokii.la -rpath /usr/lib64 libgnokii_la-libfunctions.lo libgnokii_la-gsm-api.lo libgnokii_la-gsm-error.lo libgnokii_la-gsm-statemachine.lo libgnokii_la-cfgreader.lo libgnokii_la-device.lo libgnokii_la-vcard.lo libgnokii_la-vcal.lo libgnokii_la-gnvcal.lo libgnokii_la-ldif.lo libgnokii_la-gsm-networks.lo libgnokii_la-gsm-filetypes.lo libgnokii_la-readmidi.lo libgnokii_la-gsm-ringtones.lo libgnokii_la-gsm-bitmaps.lo libgnokii_la-gsm-sms.lo libgnokii_la-gsm-mms.lo libgnokii_la-gsm-call.lo libgnokii_la-gsm-encoding.lo libgnokii_la-gsm-common.lo libgnokii_la-sms-nokia.lo libgnokii_la-nokia-decoding.lo libgnokii_la-pkt.lo libgnokii_la-compat.lo libgnokii_la-misc.lo libgnokii_la-snprintf.lo libgnokii_la-localcharset.lo libgnokii_la-map.lo ../common/phones/libPHONES.la ../common/links/libLINKS.la ../common/devices/libDEVICES.la -lXpm -lX11 -lbluetooth -lusb -lpthread -lical -lpcsclite -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgnokii_la-libfunctions.o .libs/libgnokii_la-gsm-api.o .libs/libgnokii_la-gsm-error.o .libs/libgnokii_la-gsm-statemachine.o .libs/libgnokii_la-cfgreader.o .libs/libgnokii_la-device.o .libs/libgnokii_la-vcard.o .libs/libgnokii_la-vcal.o .libs/libgnokii_la-gnvcal.o .libs/libgnokii_la-ldif.o .libs/libgnokii_la-gsm-networks.o .libs/libgnokii_la-gsm-filetypes.o .libs/libgnokii_la-readmidi.o .libs/libgnokii_la-gsm-ringtones.o .libs/libgnokii_la-gsm-bitmaps.o .libs/libgnokii_la-gsm-sms.o .libs/libgnokii_la-gsm-mms.o .libs/libgnokii_la-gsm-call.o .libs/libgnokii_la-gsm-encoding.o .libs/libgnokii_la-gsm-common.o .libs/libgnokii_la-sms-nokia.o .libs/libgnokii_la-nokia-decoding.o .libs/libgnokii_la-pkt.o .libs/libgnokii_la-compat.o .libs/libgnokii_la-misc.o .libs/libgnokii_la-snprintf.o .libs/libgnokii_la-localcharset.o .libs/libgnokii_la-map.o -Wl,--whole-archive ../common/phones/.libs/libPHONES.a ../common/links/.libs/libLINKS.a ../common/devices/.libs/libDEVICES.a -Wl,--no-whole-archive -lXpm -lX11 -lbluetooth -lusb -lpthread -lical -lpcsclite -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgnokii.so.7 -o .libs/libgnokii.so.7.0.0 libtool: link: (cd ".libs" && rm -f "libgnokii.so.7" && ln -s "libgnokii.so.7.0.0" "libgnokii.so.7") libtool: link: (cd ".libs" && rm -f "libgnokii.so" && ln -s "libgnokii.so.7.0.0" "libgnokii.so") libtool: link: ( cd ".libs" && rm -f "libgnokii.la" && ln -s "../libgnokii.la" "libgnokii.la" ) gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common' Making all in gnokii gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/gnokii' gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii.o `test -f 'gnokii.c' || echo './'`gnokii.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-calendar.o `test -f 'gnokii-calendar.c' || echo './'`gnokii-calendar.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-dial.o `test -f 'gnokii-dial.c' || echo './'`gnokii-dial.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-file.o `test -f 'gnokii-file.c' || echo './'`gnokii-file.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-logo.o `test -f 'gnokii-logo.c' || echo './'`gnokii-logo.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-mms.o `test -f 'gnokii-mms.c' || echo './'`gnokii-mms.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-monitor.o `test -f 'gnokii-monitor.c' || echo './'`gnokii-monitor.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-other.o `test -f 'gnokii-other.c' || echo './'`gnokii-other.c gnokii-logo.c: In function 'setlogo': gnokii-logo.c:368:55: warning: '%s' directive output may be truncated writing up to 9 bytes into a region of size 8 [-Wformat-truncation=] snprintf(bitmap.netcode, sizeof(bitmap.netcode), "%s", networkinfo.network_code); ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from ../include/misc.h:37, from gnokii-logo.c:41: /usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 10 bytes into a destination of size 8 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-phonebook.o `test -f 'gnokii-phonebook.c' || echo './'`gnokii-phonebook.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-profile.o `test -f 'gnokii-profile.c' || echo './'`gnokii-profile.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-ringtone.o `test -f 'gnokii-ringtone.c' || echo './'`gnokii-ringtone.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-security.o `test -f 'gnokii-security.c' || echo './'`gnokii-security.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-settings.o `test -f 'gnokii-settings.c' || echo './'`gnokii-settings.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-sms.o `test -f 'gnokii-sms.c' || echo './'`gnokii-sms.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-todo.o `test -f 'gnokii-todo.c' || echo './'`gnokii-todo.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-utils.o `test -f 'gnokii-utils.c' || echo './'`gnokii-utils.c gnokii-sms.c: In function 'sendsms': gnokii-sms.c:274:8: warning: variable 'chars_read' set but not used [-Wunused-but-set-variable] int chars_read; ^~~~~~~~~~ gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokii-gnokii-wap.o `test -f 'gnokii-wap.c' || echo './'`gnokii-wap.c /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gnokii gnokii-gnokii.o gnokii-gnokii-calendar.o gnokii-gnokii-dial.o gnokii-gnokii-file.o gnokii-gnokii-logo.o gnokii-gnokii-mms.o gnokii-gnokii-monitor.o gnokii-gnokii-other.o gnokii-gnokii-phonebook.o gnokii-gnokii-profile.o gnokii-gnokii-ringtone.o gnokii-gnokii-security.o gnokii-gnokii-settings.o gnokii-gnokii-sms.o gnokii-gnokii-todo.o gnokii-gnokii-utils.o gnokii-gnokii-wap.o ../common/libgnokii.la -lreadline -lncurses ../getopt/libgetopt.a libtool: link: gcc -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/gnokii gnokii-gnokii.o gnokii-gnokii-calendar.o gnokii-gnokii-dial.o gnokii-gnokii-file.o gnokii-gnokii-logo.o gnokii-gnokii-mms.o gnokii-gnokii-monitor.o gnokii-gnokii-other.o gnokii-gnokii-phonebook.o gnokii-gnokii-profile.o gnokii-gnokii-ringtone.o gnokii-gnokii-security.o gnokii-gnokii-settings.o gnokii-gnokii-sms.o gnokii-gnokii-todo.o gnokii-gnokii-utils.o gnokii-gnokii-wap.o ../common/.libs/libgnokii.so -lreadline -lncurses ../getopt/libgetopt.a -pthread -Wl,-rpath -Wl,/usr/lib64 gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/gnokii' Making all in po gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/po' file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/po' Making all in Docs gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' Making all in man gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/man' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/man' Making all in sample gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' Making all in ppp gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ppp' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ppp' Making all in logo gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/logo' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/logo' Making all in ringtone gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ringtone' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ringtone' Making all in vCalendar gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/vCalendar' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/vCalendar' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' Making all in protocol gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/protocol' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/protocol' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' Making all in gnokiid gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/gnokiid' gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o gnokiid-gnokiid.o `test -f 'gnokiid.c' || echo './'`gnokiid.c /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gnokiid gnokiid-gnokiid.o ../common/libgnokii.la ../common/data/libDATA.la libtool: link: gcc -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/gnokiid gnokiid-gnokiid.o ../common/.libs/libgnokii.so ../common/data/.libs/libDATA.a -pthread -Wl,-rpath -Wl,/usr/lib64 gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/gnokiid' Making all in utils gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/utils' gcc -DLOCALEDIR=\"/usr/share/locale\" -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o mgnokiidev-mgnokiidev.o `test -f 'mgnokiidev.c' || echo './'`mgnokiidev.c mgnokiidev.c: In function 'main': mgnokiidev.c:194:2: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(0); ^~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mgnokiidev mgnokiidev-mgnokiidev.o libtool: link: gcc -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mgnokiidev mgnokiidev-mgnokiidev.o gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/utils' Making all in smsd gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/smsd' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o file.lo file.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o utils.lo utils.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o pq.lo pq.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o mysql.lo mysql.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c file.c -fPIC -DPIC -o .libs/file.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c utils.c -fPIC -DPIC -o .libs/utils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c pq.c -fPIC -DPIC -o .libs/pq.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c mysql.c -fPIC -DPIC -o .libs/mysql.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o sqlite.lo sqlite.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c sqlite.c -fPIC -DPIC -o .libs/sqlite.o gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c smsd.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c lowlevel.c /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -avoid-version -module -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsmsd_file.la -rpath /usr/lib64/smsd file.lo utils.lo -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/file.o .libs/utils.o -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -O2 -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libsmsd_file.so -o .libs/libsmsd_file.so /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -avoid-version -module -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsmsd_pq.la -rpath /usr/lib64/smsd pq.lo utils.lo -L/usr/lib64 -lpq libtool: link: ( cd ".libs" && rm -f "libsmsd_file.la" && ln -s "../libsmsd_file.la" "libsmsd_file.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -avoid-version -module -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsmsd_mysql.la -rpath /usr/lib64/smsd mysql.lo utils.lo -L/usr/lib64/ -lmariadb -lz -ldl -lm -lpthread -lssl -lcrypto libtool: link: gcc -shared -fPIC -DPIC .libs/pq.o .libs/utils.o -L/usr/lib64 -lpq -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -O2 -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libsmsd_pq.so -o .libs/libsmsd_pq.so libtool: link: ( cd ".libs" && rm -f "libsmsd_pq.la" && ln -s "../libsmsd_pq.la" "libsmsd_pq.la" ) libtool: link: gcc -shared -fPIC -DPIC .libs/mysql.o .libs/utils.o -L/usr/lib64/ -lmariadb -lz -ldl -lm -lpthread -lssl -lcrypto -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -O2 -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libsmsd_mysql.so -o .libs/libsmsd_mysql.so /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -avoid-version -module -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsmsd_sqlite.la -rpath /usr/lib64/smsd sqlite.lo utils.lo -lsqlite3 /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smsd smsd.o lowlevel.o -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -pthread ../common/libgnokii.la libtool: link: ( cd ".libs" && rm -f "libsmsd_mysql.la" && ln -s "../libsmsd_mysql.la" "libsmsd_mysql.la" ) libtool: link: gcc -shared -fPIC -DPIC .libs/sqlite.o .libs/utils.o -lsqlite3 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -O2 -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libsmsd_sqlite.so -o .libs/libsmsd_sqlite.so libtool: link: ( cd ".libs" && rm -f "libsmsd_sqlite.la" && ln -s "../libsmsd_sqlite.la" "libsmsd_sqlite.la" ) libtool: link: gcc -I../include -I./ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -DMODULES_DIR=\"/usr/lib64/smsd\" -DLOCALEDIR=\"/usr/share/locale\" -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/smsd smsd.o lowlevel.o -Wl,--export-dynamic -pthread -pthread -lgmodule-2.0 -lglib-2.0 ../common/.libs/libgnokii.so -pthread -Wl,-rpath -Wl,/usr/lib64 gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/smsd' gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31' gmake[1]: Nothing to be done for 'all-am'. gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31' + pushd xgnokii ~/build/BUILD/gnokii-0.6.31/xgnokii ~/build/BUILD/gnokii-0.6.31 + make -j4 Making all in xpm gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/xgnokii/xpm' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/xgnokii/xpm' gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/xgnokii' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii.o `test -f 'xgnokii.c' || echo './'`xgnokii.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_common.o `test -f 'xgnokii_common.c' || echo './'`xgnokii_common.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_contacts.o `test -f 'xgnokii_contacts.c' || echo './'`xgnokii_contacts.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_sms.o `test -f 'xgnokii_sms.c' || echo './'`xgnokii_sms.c xgnokii_common.c: In function 'LaunchProcess': xgnokii_common.c:213:4: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(getuid()); ^~~~~~~~~~~~~~~~~ xgnokii_sms.c: In function 'CListCompareFunc': xgnokii_sms.c:203:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] return (g_strcasecmp(text1, text2)); ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_sms.c:46: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0, from /usr/include/gtk-2.0/gtk/gtk.h:53, from xgnokii_sms.c:46: xgnokii_sms.c: In function 'GUI_RefreshsmscenterMenu': xgnokii_sms.c:839:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] GTK_SIGNAL_FUNC(SetActiveCenter), (gpointer) i); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0, from /usr/include/gtk-2.0/gtk/gtk.h:53, from xgnokii.c:43: xgnokii.c: In function 'CreateOptionsDialog': xgnokii.c:1928:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) configDialogData.user.max); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii.c:1953:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) configDialogData.user.max); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii.c:1978:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) configDialogData.user.max); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii.c:2004:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) max_phonebook_number_length); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii.c:2029:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) max_phonebook_number_length); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii.c:2054:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) configDialogData.user.max); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii.c:2079:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (gpointer) configDialogData.user.max); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ xgnokii_contacts.c: In function 'SearchEntry': xgnokii_contacts.c:583:2: warning: 'g_strup' is deprecated [-Wdeprecated-declarations] g_strup(findEntryStruct.pattern); ^~~~~~~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:210:23: note: declared here gchar* g_strup (gchar *string); ^~~~~~~ xgnokii_contacts.c:590:3: warning: 'g_strup' is deprecated [-Wdeprecated-declarations] g_strup(buf); ^~~~~~~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:210:23: note: declared here gchar* g_strup (gchar *string); ^~~~~~~ xgnokii_contacts.c: In function 'CreateTypeMenu': xgnokii_contacts.c:755:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if ((g_strncasecmp(xgnokiiConfig.model, "6210", 4) != 0) && ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ xgnokii_contacts.c:756:7: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] (g_strncasecmp(xgnokiiConfig.model, "7110", 4) != 0) && ^ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ xgnokii_contacts.c:757:7: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] (g_strncasecmp(xgnokiiConfig.model, "6250", 4) != 0)) { ^ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_netmon.o `test -f 'xgnokii_netmon.c' || echo './'`xgnokii_netmon.c xgnokii_contacts.c: In function 'typetoint': xgnokii_contacts.c:938:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("General")) == 0) return (0); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:939:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Mobile")) == 0) return (1); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:940:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Work")) == 0) return (2); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:941:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Fax")) == 0) return (3); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:942:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Home")) == 0) return (4); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:943:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Note")) == 0) return (5); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:944:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Postal")) == 0) return (6); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:945:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Email")) == 0) return (7); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:946:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Name")) == 0) return (8); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:947:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("URL")) == 0) return (9); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:948:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Unknown")) == 0) return (10); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c: In function 'typetohex': xgnokii_contacts.c:980:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("General")) == 0) return (0x0a); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:981:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Mobile")) == 0) return (0x03); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:982:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Work")) == 0) return (0x06); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:983:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Fax")) == 0) return (0x04); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:984:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Home")) == 0) return (0x02); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:985:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Note")) == 0) return (0x0a); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:986:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Postal")) == 0) return (0x09); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:987:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Email")) == 0) return (0x08); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:988:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Name")) == 0) return (0x07); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:989:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("URL")) == 0) return (0x2c); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:990:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(type, _("Unknown")) == 0) return (0x00); ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c: In function 'OkEditNumbersDialog': xgnokii_contacts.c:1006:3: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (g_strncasecmp(row_data, "*", 1) == 0) { ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ xgnokii_contacts.c:1021:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(row_data, _("General")) == 0) { ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c:1026:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (g_strcasecmp(row_data, _("Note")) == 0) { ^ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c: In function 'CListCompareFunc': xgnokii_contacts.c:2033:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if ((ret = g_strcasecmp(text1, text2)) == 0) { ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_contacts.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_contacts.c: In function 'ExportVCARD': xgnokii_contacts.c:2587:3: warning: 'gn_phonebook2vcard' is deprecated [-Wdeprecated-declarations] gn_phonebook2vcard(f, &pbEntry->entry, location); ^~~~~~~~~~~~~~~~~~ In file included from xgnokii_contacts.c:51:0: ../include/gnokii.h:281:16: note: declared here GNOKII_API int gn_phonebook2vcard(FILE *f, gn_phonebook_entry *entry, char *location) GNOKII_DEPRECATED; ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_dtmf.o `test -f 'xgnokii_dtmf.c' || echo './'`xgnokii_dtmf.c xgnokii_netmon.c: In function 'ChangedSpinner': xgnokii_netmon.c:115:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] e->data = (gpointer) displayData.curDisp; ^ xgnokii_netmon.c: In function 'GUI_ShowNetmon': xgnokii_netmon.c:240:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] e->data = (gpointer) displayData.curDisp;; ^ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_cfg.o `test -f 'xgnokii_cfg.c' || echo './'`xgnokii_cfg.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_speed.o `test -f 'xgnokii_speed.c' || echo './'`xgnokii_speed.c In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0, from /usr/include/gtk-2.0/gtk/gtk.h:53, from xgnokii_dtmf.c:33: xgnokii_dtmf.c: In function 'GUI_CreateDTMFWindow': xgnokii_dtmf.c:292:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] GTK_SIGNAL_FUNC(ButtonCB), (gpointer) ((gint) * buf)); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_xkeyb.o `test -f 'xgnokii_xkeyb.c' || echo './'`xgnokii_xkeyb.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_calendar.o `test -f 'xgnokii_calendar.c' || echo './'`xgnokii_calendar.c xgnokii_cfg.c: In function 'GUI_ReadXConfig': xgnokii_cfg.c:141:4: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (g_strncasecmp(config[i].key, current, len) == 0) { ^~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_cfg.h:33, from xgnokii_cfg.c:37: /usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here gint g_strncasecmp (const gchar *s1, ^~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_logos.o `test -f 'xgnokii_logos.c' || echo './'`xgnokii_logos.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_xring.o `test -f 'xgnokii_xring.c' || echo './'`xgnokii_xring.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_lowlevel.o `test -f 'xgnokii_lowlevel.c' || echo './'`xgnokii_lowlevel.c xgnokii_calendar.c: In function 'CListCompareFunc': xgnokii_calendar.c:458:2: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] return (g_strcasecmp(text1, text2)); ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:79:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from xgnokii_calendar.c:36: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here gint g_strcasecmp (const gchar *s1, ^~~~~~~~~~~~ xgnokii_xring.c: In function 'createpixmap': xgnokii_xring.c:198:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pam->pixmap; /* (to) NULL or not (to) NULL */ ^ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -c -o xgnokii-xgnokii_data.o `test -f 'xgnokii_data.c' || echo './'`xgnokii_data.c LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po xgnokii.desktop.in xgnokii.desktop Generating and caching the translation database Merging translations into xgnokii.desktop. /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xgnokii xgnokii-xgnokii.o xgnokii-xgnokii_common.o xgnokii-xgnokii_contacts.o xgnokii-xgnokii_sms.o xgnokii-xgnokii_netmon.o xgnokii-xgnokii_dtmf.o xgnokii-xgnokii_cfg.o xgnokii-xgnokii_speed.o xgnokii-xgnokii_xkeyb.o xgnokii-xgnokii_calendar.o xgnokii-xgnokii_logos.o xgnokii-xgnokii_xring.o xgnokii-xgnokii_lowlevel.o xgnokii-xgnokii_data.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ../common/libgnokii.la ../common/data/libDATA.la libtool: link: gcc -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/xgnokii xgnokii-xgnokii.o xgnokii-xgnokii_common.o xgnokii-xgnokii_contacts.o xgnokii-xgnokii_sms.o xgnokii-xgnokii_netmon.o xgnokii-xgnokii_dtmf.o xgnokii-xgnokii_cfg.o xgnokii-xgnokii_speed.o xgnokii-xgnokii_xkeyb.o xgnokii-xgnokii_calendar.o xgnokii-xgnokii_logos.o xgnokii-xgnokii_xring.o xgnokii-xgnokii_lowlevel.o xgnokii-xgnokii_data.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ../common/.libs/libgnokii.so ../common/data/.libs/libDATA.a -pthread -Wl,-rpath -Wl,/usr/lib64 gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/xgnokii' + popd ~/build/BUILD/gnokii-0.6.31 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TQ3ZNz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 + cd gnokii-0.6.31 + make install DESTDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 Making install in getopt gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/getopt' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/getopt' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/getopt' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/getopt' Making install in include gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include' Making install in data gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/data' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/data' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/data' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/data' Making install in devices gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/devices' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/devices' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/devices' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/devices' Making install in gnokii gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/gnokii' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/gnokii' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/include/gnokii" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/include/gnokii" /usr/bin/install -c -m 644 bitmaps.h call.h common.h data.h encoding.h error.h mms.h networks.h ringtones.h rlp-common.h sms.h statemachine.h virtmodem.h wappush.h '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/include/gnokii' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/gnokii' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/gnokii' Making install in links gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/links' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/links' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/links' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/links' Making install in phones gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/phones' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include/phones' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/phones' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include/phones' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/include" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/include" /usr/bin/install -c -m 644 gnokii.h '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/include' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/include' Making install in common gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common' Making install in phones gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/phones' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/phones' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/phones' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/phones' Making install in links gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/links' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/links' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/links' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/links' Making install in devices gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/devices' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/devices' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/devices' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/devices' Making install in data gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/data' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common/data' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/data' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common/data' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/common' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c libgnokii.la '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libgnokii.so.7.0.0 /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/libgnokii.so.7.0.0 libtool: install: (cd /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64 && { ln -s -f libgnokii.so.7.0.0 libgnokii.so.7 || { rm -f libgnokii.so.7 && ln -s libgnokii.so.7.0.0 libgnokii.so.7; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64 && { ln -s -f libgnokii.so.7.0.0 libgnokii.so || { rm -f libgnokii.so && ln -s libgnokii.so.7.0.0 libgnokii.so; }; }) libtool: install: /usr/bin/install -c .libs/libgnokii.lai /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/libgnokii.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 gnokii.pc '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/pkgconfig' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/common' Making install in gnokii gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/gnokii' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/gnokii' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c gnokii '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin' libtool: install: warning: `../common/libgnokii.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/gnokii /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin/gnokii gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/gnokii' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/gnokii' Making install in po gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/po' linguas="de fi fr it pl pt sv "; \ for lang in $linguas; do \ dir=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /builddir/build/BUILD/gnokii-0.6.31/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/gnokii.mo; \ echo "installing $lang.gmo as $dir/gnokii.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/gnokii.mo; \ echo "installing ./$lang.gmo as" \ "$dir/gnokii.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/gnokii.mo.m; \ echo "installing $lang.gmo.m as $dir/gnokii.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/gnokii.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/gnokii.mo.m"; \ else \ true; \ fi; \ fi; \ done installing de.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/gnokii.mo installing fi.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/fi/LC_MESSAGES/gnokii.mo installing fr.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/gnokii.mo installing it.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/gnokii.mo installing pl.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/gnokii.mo installing pt.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/pt/LC_MESSAGES/gnokii.mo installing sv.gmo as /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/locale/sv/LC_MESSAGES/gnokii.mo gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/po' Making install in Docs gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' Making install in man gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/man' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/man' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man1" /usr/bin/install -c -m 644 gnokii.1 sendsms.1 xgnokii.1x '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man1' test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8" /usr/bin/install -c -m 644 gnokiid.8 mgnokiidev.8 '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/man' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/man' Making install in sample gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' Making install in ppp gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ppp' gmake[4]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ppp' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii/sample/ppp" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/ppp" /usr/bin/install -c -m 644 cimd-connect ppp-FILES options pap-secrets ppp-hscsd ppp-6210-modem ppp-gnokii ppp-on '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/ppp' gmake[4]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ppp' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ppp' Making install in logo gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/logo' gmake[4]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/logo' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii/sample/logo" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/logo" /usr/bin/install -c -m 644 pacman.xpm gnokii.xpm gnokiiop.xpm horse.xpm bronto.xpm horse2.xpm '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/logo' gmake[4]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/logo' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/logo' Making install in ringtone gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ringtone' gmake[4]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ringtone' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii/sample/ringtone" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/ringtone" /usr/bin/install -c -m 644 star.imelody star.rtttl '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/ringtone' gmake[4]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ringtone' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/ringtone' Making install in vCalendar gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/vCalendar' gmake[4]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/vCalendar' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii/sample/vCalendar" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/vCalendar" /usr/bin/install -c -m 644 test.vcs '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample/vCalendar' gmake[4]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/vCalendar' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample/vCalendar' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' gmake[4]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii/sample" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample" /usr/bin/install -c -m 644 gnokiirc magic 45-nokiadku2.rules '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/sample' gmake[4]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/sample' Making install in protocol gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/protocol' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/protocol' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii/protocol" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/protocol" /usr/bin/install -c -m 644 dancall.txt gnokiid-at.txt nk2110.txt nk3110.txt nk6110.txt nk6160.txt nk6185.txt nk640.txt nk6510.txt nk7110.txt nokia.txt '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/protocol' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/protocol' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs/protocol' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' gmake[3]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/gnokii" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii" /usr/bin/install -c -m 644 README README-2110 README-3810 README-6110 README-6510 README-7110 README-DKU2 README-MacOSX README-PCSC README-WINDOWS README-dancall README-ericsson README-siemens README-Symbian CREDITS Bugs DataCalls-QuickStart FAQ KNOWN_BUGS gettext-howto gnokii.nol gnokii-hackers-howto gnokii-ir-howto gnokii-IrDA-Linux ringtones.txt logos.txt CodingStyle README.libsms '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii' gmake[3]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/Docs' Making install in gnokiid gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/gnokiid' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/gnokiid' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c gnokiid '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin' libtool: install: warning: `../common/libgnokii.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/gnokiid /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin/gnokiid gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/gnokiid' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/gnokiid' Making install in utils gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/utils' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/utils' test -z "/usr/sbin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/sbin" /bin/sh ../libtool --mode=install /usr/bin/install -c mgnokiidev '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/sbin' libtool: install: /usr/bin/install -c mgnokiidev /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/sbin/mgnokiidev test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin" /usr/bin/install -c -m 644 sendsms '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/utils' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/utils' Making install in smsd gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/smsd' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31/smsd' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c smsd '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin' libtool: install: warning: `../common/libgnokii.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/smsd /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin/smsd test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8" /usr/bin/install -c -m 644 man/smsd.8 '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8' test -z "/usr/lib64/smsd" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd" /bin/sh ../libtool --mode=install /usr/bin/install -c libsmsd_file.la libsmsd_pq.la libsmsd_mysql.la libsmsd_sqlite.la '/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd' libtool: install: /usr/bin/install -c .libs/libsmsd_file.so /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_file.so libtool: install: /usr/bin/install -c .libs/libsmsd_file.lai /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_file.la libtool: install: /usr/bin/install -c .libs/libsmsd_pq.so /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_pq.so libtool: install: /usr/bin/install -c .libs/libsmsd_pq.lai /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_pq.la libtool: install: /usr/bin/install -c .libs/libsmsd_mysql.so /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_mysql.so libtool: install: /usr/bin/install -c .libs/libsmsd_mysql.lai /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_mysql.la libtool: install: /usr/bin/install -c .libs/libsmsd_sqlite.so /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_sqlite.so libtool: install: /usr/bin/install -c .libs/libsmsd_sqlite.lai /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_sqlite.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/smsd' gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/smsd' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31/smsd' gmake[1]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31' gmake[2]: Entering directory '/builddir/build/BUILD/gnokii-0.6.31' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31' gmake[1]: Leaving directory '/builddir/build/BUILD/gnokii-0.6.31' + mv /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin/smsd /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin/gnokii-smsd + mv /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8/smsd.8 /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8/gnokii-smsd.8 + sed -i 's,smsd ,gnokii-smsd ,' /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8/gnokii-smsd.8 + sed -i s,smsd.,gnokii-smsd., /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/man/man8/gnokii-smsd.8 + rm /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/libgnokii.la /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_file.la /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_mysql.la /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_pq.la /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/smsd/libsmsd_sqlite.la + desktop-file-install --delete-original --vendor '' --dir /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/applications --mode 644 --add-category X-Fedora xgnokii/xgnokii.desktop + install -D -m 755 xgnokii/.libs/xgnokii /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/bin + install -D -m 644 common/gnokii.pc /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/pkgconfig/gnokii.pc + install -D -m 644 xgnokii/xgnokii.pc /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib64/pkgconfig/xgnokii.pc + install -dm 755 /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/pixmaps + convert Docs/sample/logo/gnokii.xpm /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/pixmaps/xgnokii.png + chmod 644 /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/pixmaps/xgnokii.png + install -Dpm 644 /builddir/build/SOURCES/gnokii-smsd.service /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/lib/systemd/system/gnokii-smsd.service + install -Dpm 640 /builddir/build/SOURCES/gnokii-smsd.sysconfig /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/etc/sysconfig/gnokii-smsd + install -Dpm 644 /builddir/build/SOURCES/gnokii-smsd.logrotate /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/etc/logrotate.d/gnokii-smsd + cp -a Docs/sample/gnokiirc /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/etc/ + mv /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii/ temporary-gnokii-docs/ + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 gnokii + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gnokii-0.6.31-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I8DbbC + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + DOCDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + cp -pr ChangeLog /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + cp -pr COPYING COPYRIGHT /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + cp -pr MAINTAINERS /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + cp -pr TODO /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + cp -pr temporary-gnokii-docs/Bugs temporary-gnokii-docs/CREDITS temporary-gnokii-docs/CodingStyle temporary-gnokii-docs/DataCalls-QuickStart temporary-gnokii-docs/FAQ temporary-gnokii-docs/KNOWN_BUGS temporary-gnokii-docs/README temporary-gnokii-docs/README-2110 temporary-gnokii-docs/README-3810 temporary-gnokii-docs/README-6110 temporary-gnokii-docs/README-6510 temporary-gnokii-docs/README-7110 temporary-gnokii-docs/README-DKU2 temporary-gnokii-docs/README-MacOSX temporary-gnokii-docs/README-PCSC temporary-gnokii-docs/README-Symbian temporary-gnokii-docs/README-WINDOWS temporary-gnokii-docs/README-dancall temporary-gnokii-docs/README-ericsson temporary-gnokii-docs/README-siemens temporary-gnokii-docs/README.libsms temporary-gnokii-docs/gettext-howto temporary-gnokii-docs/gnokii-IrDA-Linux temporary-gnokii-docs/gnokii-hackers-howto temporary-gnokii-docs/gnokii-ir-howto temporary-gnokii-docs/gnokii.nol temporary-gnokii-docs/logos.txt temporary-gnokii-docs/protocol temporary-gnokii-docs/ringtones.txt temporary-gnokii-docs/sample /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii + exit 0 Provides: config(gnokii) = 0.6.31-20.fc28 gnokii = 0.6.31-20.fc28 gnokii(riscv-64) = 0.6.31-20.fc28 libgnokii.so.7()(64bit) Requires(interp): /bin/sh /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh /usr/sbin/groupadd 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) libX11.so.6()(64bit) libXpm.so.4()(64bit) libbluetooth.so.3()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libglib-2.0.so.0()(64bit) libgnokii.so.7()(64bit) libical.so.2()(64bit) libncurses.so.6()(64bit) libpcsclite.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libreadline.so.7()(64bit) libtinfo.so.6()(64bit) libusb-0.1.so.4()(64bit) rtld(GNU_HASH) Processing files: xgnokii-0.6.31-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.05ic8C + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + DOCDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/xgnokii + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/xgnokii + cp -pr xgnokii/ChangeLog /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/xgnokii + cp -pr xgnokii/README.vcard /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/xgnokii + exit 0 Provides: application() application(xgnokii.desktop) xgnokii = 0.6.31-20.fc28 xgnokii(riscv-64) = 0.6.31-20.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgnokii.so.7()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: gnokii-smsd-0.6.31-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lxpVEO + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + DOCDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + cp -pr smsd/action /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + cp -pr smsd/ChangeLog /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + cp -pr smsd/README /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + cp -pr README.smsd2mail /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + cp -pr smsd2mail.sh /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd + exit 0 Provides: config(gnokii-smsd) = 0.6.31-20.fc28 gnokii-smsd = 0.6.31-20.fc28 gnokii-smsd(riscv-64) = 0.6.31-20.fc28 libsmsd_file.so()(64bit) Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh /usr/sbin/useradd Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd 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) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgnokii.so.7()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: gnokii-smsd-pgsql-0.6.31-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Z42xOQ + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + DOCDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-pgsql + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-pgsql + cp -pr smsd/sms.tables.pq.sql /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-pgsql + exit 0 Provides: gnokii-smsd-pgsql = 0.6.31-20.fc28 gnokii-smsd-pgsql(riscv-64) = 0.6.31-20.fc28 libsmsd_pq.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpq.so.5()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Obsoletes: gnokii-smsd-postgresql < 0.6.4-0.lvn.2 Processing files: gnokii-smsd-mysql-0.6.31-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BjtS3N + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + DOCDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-mysql + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-mysql + cp -pr smsd/sms.tables.mysql.sql /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-mysql + exit 0 Provides: gnokii-smsd-mysql = 0.6.31-20.fc28 gnokii-smsd-mysql(riscv-64) = 0.6.31-20.fc28 libsmsd_mysql.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libpthread.so.0()(64bit) libssl.so.1.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: gnokii-smsd-sqlite-0.6.31-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yiGwVB + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + DOCDIR=/builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-sqlite + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-sqlite + cp -pr smsd/sms.tables.sqlite.sql /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64/usr/share/doc/gnokii-smsd-sqlite + exit 0 Provides: gnokii-smsd-sqlite = 0.6.31-20.fc28 gnokii-smsd-sqlite(riscv-64) = 0.6.31-20.fc28 libsmsd_sqlite.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libsqlite3.so.0()(64bit) rtld(GNU_HASH) Processing files: gnokii-devel-0.6.31-20.fc28.riscv64 Provides: gnokii-devel = 0.6.31-20.fc28 gnokii-devel(riscv-64) = 0.6.31-20.fc28 pkgconfig(gnokii) = 0.6.31 pkgconfig(xgnokii) = 1.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libgnokii.so.7()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 Wrote: /builddir/build/SRPMS/gnokii-0.6.31-20.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/gnokii-0.6.31-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/xgnokii-0.6.31-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gnokii-smsd-0.6.31-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gnokii-smsd-pgsql-0.6.31-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gnokii-smsd-mysql-0.6.31-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gnokii-smsd-sqlite-0.6.31-20.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gnokii-devel-0.6.31-20.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MpGsVw + umask 022 + cd /builddir/build/BUILD + cd gnokii-0.6.31 + rm -rf /builddir/build/BUILDROOT/gnokii-0.6.31-20.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff