[Users] Latest git build problem using Fedora Koji rpm and downlaoded source.

Brian Morrison bdm at fenrir.org.uk
Wed Mar 20 18:48:05 CET 2013


Any advice would be welcome, other than "Don't try and build from new
repos!" ;-)


[bdm at peterson SOURCES]$ mkdir claws-mail-3.9.0git153/
[bdm at peterson SOURCES]$ cd claws-mail-3.9.0git153/
[bdm at peterson claws-mail-3.9.0git153]$ wget http://www.claws-mail.org/snapshots/claws-mail-3.9.0git153.tar.bz2
--2013-03-20 17:20:09--  http://www.claws-mail.org/snapshots/claws-mail-3.9.0git153.tar.bz2
Resolving www.claws-mail.org (www.claws-mail.org)... 88.191.146.52
Connecting to www.claws-mail.org (www.claws-mail.org)|88.191.146.52|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8748755 (8.3M) [application/x-bzip2]
Saving to: `claws-mail-3.9.0git153.tar.bz2'

100%[=================================================================================================================================>] 8,748,755    390K/s   in 18s

2013-03-20 17:20:27 (467 KB/s) - `claws-mail-3.9.0git153.tar.bz2' saved [8748755/8748755]

[bdm at peterson claws-mail-3.9.0git153]$ cd ../../
[bdm at peterson rpmbuild]$ cd SPECS/
[bdm at peterson SPECS]$ vi claws-mail.spec
[bdm at peterson SPECS]$ rpmbuild -bb claws-mail.spec
Executing(%prep): /bin/sh -e /home/bdm/rpmbuild/tmp/rpm-tmp.pn2Egr
+ umask 022
+ cd /home/bdm/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/bdm/rpmbuild/BUILD
+ rm -rf claws-mail-3.9.0git153
+ /usr/bin/bzip2 -dc /home/bdm/rpmbuild/SOURCES/claws-mail-3.9.0git153/claws-mail-3.9.0git153.tar.bz2
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd claws-mail-3.9.0git153
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
++ grep -A 1 VERSION_NUMERIC src/common/version.h
++ tr -d '\n'
++ perl -ne 's/[\\\s]//g; m/(\d+),(\d+),(\d+),(\d+)/; print("$1.$2.$3.$4");'
+ SOURCEAPI=3.9.0.153
+ '[' 3.9.0.153 == 3.9.0.153 ']'
+ exit 0
Executing(%build): /bin/sh -e /home/bdm/rpmbuild/tmp/rpm-tmp.0USHTy
+ umask 022
+ cd /home/bdm/rpmbuild/BUILD
+ cd claws-mail-3.9.0git153
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ LDFLAGS='-Wl,-z,relro '
+ export LDFLAGS
+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-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 --disable-dependency-tracking --disable-rpath
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 gtk-update-icon-cache... yes
checking for pkg-config... /usr/bin/pkg-config
checking for x86_64-unknown-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME2... yes
expr: syntax error
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for strerror in -lcposix... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-unknown-linux-gnu-windres... no
checking for windres... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for some Win32 platform... no
checking for native Win32... no
checking for Cygwin... no
checking if gcc supports -Wno-pointer-sign... yes
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) 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... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for bind_textdomain_codeset... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for docbook2html... /usr/bin/docbook2html
checking for docbook2txt... /usr/bin/docbook2txt
checking for docbook2ps... /usr/bin/docbook2ps
checking for docbook2pdf... /usr/bin/docbook2pdf
checking for setlocale in -lxpg4... no
checking whether to use LibSM... yes
checking for SmcSaveYourselfDone in -lSM... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking whether struct dirent has d_type member... yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking if mkdir takes one argument... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) 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/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for library containing backtrace_symbols... none required
checking whether to use Apache regex header kludge... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for wint_t... yes
checking for u32 typedef... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 8
checking for working alloca.h... yes
checking for alloca... yes
checking for gethostname... yes
checking for mkdir... yes
checking for mktime... yes
checking for socket... yes
checking for strstr... yes
checking for strchr... yes
checking for uname... yes
checking for flock... yes
checking for lockf... yes
checking for inet_aton... yes
checking for inet_addr... yes
checking for fchmod... yes
checking for mkstemp... yes
checking for truncate... yes
checking for getuid... yes
checking for regcomp... yes
checking for fgets_unlocked... yes
checking for fwrite_unlocked... yes
checking for GLIB... yes
checking for bind_textdomain_codeset... (cached) yes
checking whether to use IPv6... yes
checking for IPv6 support... yes
checking whether to use GnuTLS... yes
checking for GNUTLS... yes
Building with GnuTLS
checking for GNUTLS... yes
checking for library containing encrypt... -lcrypt
checking for GTK... yes
checking whether to use enchant... yes
checking for ENCHANT... yes
Building with enchant
checking for CONIC... no
checking whether to use compface... yes
checking for uncompface in -lcompface... yes
checking whether to use pthread... yes
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for res_query in -lresolv... no
checking for STARTUP_NOTIFICATION... yes
Building with libstartup-notification
checking for DBUS... yes
checking whether DBUS support for new address book is present... yes
checking whether to enable new address book... no
checking whether to use LDAP... yes
checking for res_query in -lresolv... (cached) no
checking for bind in -lsocket... no
checking for gethostbyaddr in -lnsl... yes
checking for ber_get_tag in -llber... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for ldap_open in -lldap... yes
checking for ldap_start_tls_s in -lldap... yes
checking whether ldap library is available... yes
checking whether TLS library is available... yes
checking The API version of OpenLDAP... version >= 3000
checking whether to use JPilot... yes
checking pi-args.h usability... yes
checking pi-args.h presence... yes
checking for pi-args.h... yes
checking pi-appinfo.h usability... yes
checking pi-appinfo.h presence... yes
checking for pi-appinfo.h... yes
checking pi-address.h usability... yes
checking pi-address.h presence... yes
checking for pi-address.h... yes
checking pi-version.h usability... yes
checking pi-version.h presence... yes
checking for pi-version.h... yes
checking for unpack_Address in -lpisock... yes
checking for NETWORKMANAGER_SUPPORT... yes
Building with NetworkManager support
checking whether to use libetpan... yes
checking for libetpan-config... /usr/bin/libetpan-config
checking libetpan/libetpan.h usability... yes
checking libetpan/libetpan.h presence... yes
checking for libetpan/libetpan.h... yes
checking whether libetpan-config hints compiles and links fine... yes
checking whether to use valgrind... yes
checking for VALGRIND... no
not found
checking for CURL... yes
checking for LIBXML... yes
checking for WEBKIT... yes
checking for LIBSOUP_GNOME... yes
checking for library containing archive_read_new... -larchive
checking for GDATA... yes
checking for POPPLER... yes
checking whether POPPLER_DEST_NAMED is declared... yes
checking whether POPPLER_DEST_XYZ is declared... yes
checking for sed... yes
checking for perl... yes
checking for perl >= 5.8.0... yes
checking for Perl compile flags... ok
checking for gpgme-config... /usr/bin/gpgme-config
checking for GPGME - version >= 1.0.0... yes
checking for GPGME - version >= 1.1.1... yes
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for python2.7-config... /usr/bin/python2.7-config
checking for PYGTK... yes
checking for libnotify... yes
checking for libcanberra_gtk... yes
checking for libindicate... no
checking for CM_NP_HOTKEY... yes
checking whether to build acpi_notifier plugin... yes
checking whether to build address_keeper plugin... yes
checking whether to build archive plugin... yes
checking whether to build att_remover plugin... yes
checking whether to build attachwarner plugin... yes
checking whether to build bogofilter plugin... yes
checking whether to build bsfilter plugin... yes
checking whether to build clamd plugin... yes
checking whether to build demo plugin... no
checking whether to build fancy plugin... yes
checking whether to build fetchinfo plugin... yes
checking whether to build gdata plugin... yes
checking whether to build mailmbox plugin... yes
checking whether to build newmail plugin... yes
checking whether to build notification plugin... yes
checking whether to build pdf_viewer plugin... yes
checking whether to build perl plugin... yes
checking whether to build python plugin... yes
checking whether to build pgpcore plugin... yes
checking whether to build pgpmime plugin... yes
checking whether to build pgpinline plugin... yes
checking whether to build rssyl plugin... yes
checking whether to build spamassassin plugin... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/errno.h usability... yes
checking sys/errno.h presence... yes
checking for sys/errno.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for netdb.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for SHUT_RD... yes
checking for socket... (cached) yes
checking for strdup... yes
checking for strtod... yes
checking for strtol... yes
checking for snprintf... yes
checking for shutdown... yes
checking for h_errno... yes
checking for in_addr_t... yes
checking for INADDR_NONE... yes
checking for EX__MAX... yes
checking whether to build smime plugin... yes
checking whether to build spam_report plugin... yes
checking whether to build tnef_parse plugin... yes
checking whether to build vcalendar plugin... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating src/common/version.h
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/passcrypt.h
config.status: creating src/gtk/Makefile
config.status: creating src/etpan/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/acpi_notifier/Makefile
config.status: creating src/plugins/address_keeper/Makefile
config.status: creating src/plugins/archive/Makefile
config.status: creating src/plugins/att_remover/Makefile
config.status: creating src/plugins/attachwarner/Makefile
config.status: creating src/plugins/bogofilter/Makefile
config.status: creating src/plugins/bsfilter/Makefile
config.status: creating src/plugins/clamd/Makefile
config.status: creating src/plugins/clamd/libclamd/Makefile
config.status: creating src/plugins/demo/Makefile
config.status: creating src/plugins/fancy/Makefile
config.status: creating src/plugins/fetchinfo/Makefile
config.status: creating src/plugins/gdata/Makefile
config.status: creating src/plugins/mailmbox/Makefile
config.status: creating src/plugins/newmail/Makefile
config.status: creating src/plugins/notification/Makefile
config.status: creating src/plugins/notification/gtkhotkey/Makefile
config.status: creating src/plugins/pdf_viewer/Makefile
config.status: creating src/plugins/perl/Makefile
config.status: creating src/plugins/perl/tools/Makefile
config.status: creating src/plugins/python/Makefile
config.status: creating src/plugins/pgpcore/Makefile
config.status: creating src/plugins/pgpmime/Makefile
config.status: creating src/plugins/pgpinline/Makefile
config.status: creating src/plugins/rssyl/Makefile
config.status: creating src/plugins/smime/Makefile
config.status: creating src/plugins/spamassassin/Makefile
config.status: creating src/plugins/spam_report/Makefile
config.status: creating src/plugins/tnef_parse/Makefile
config.status: creating src/plugins/vcalendar/Makefile
config.status: creating src/plugins/vcalendar/libical/Makefile
config.status: creating src/plugins/vcalendar/libical/libical/icalversion.h
config.status: creating src/plugins/vcalendar/libical/libical/Makefile
config.status: creating src/plugins/vcalendar/libical/design-data/Makefile
config.status: creating src/plugins/vcalendar/libical/scripts/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating tools/Makefile
config.status: creating config/Makefile
config.status: creating manual/Makefile
config.status: creating manual/dtd/Makefile
config.status: creating manual/dist/Makefile
config.status: creating manual/dist/pdf/Makefile
config.status: creating manual/dist/ps/Makefile
config.status: creating manual/dist/html/Makefile
config.status: creating manual/dist/txt/Makefile
config.status: creating manual/fr/Makefile
config.status: creating manual/fr/dist/Makefile
config.status: creating manual/fr/dist/pdf/Makefile
config.status: creating manual/fr/dist/ps/Makefile
config.status: creating manual/fr/dist/html/Makefile
config.status: creating manual/fr/dist/txt/Makefile
config.status: creating manual/pl/Makefile
config.status: creating manual/pl/dist/Makefile
config.status: creating manual/pl/dist/pdf/Makefile
config.status: creating manual/pl/dist/ps/Makefile
config.status: creating manual/pl/dist/html/Makefile
config.status: creating manual/pl/dist/txt/Makefile
config.status: creating manual/es/Makefile
config.status: creating manual/es/dist/Makefile
config.status: creating manual/es/dist/pdf/Makefile
config.status: creating manual/es/dist/ps/Makefile
config.status: creating manual/es/dist/html/Makefile
config.status: creating manual/es/dist/txt/Makefile
config.status: creating manual/de/Makefile
config.status: creating manual/de/dist/Makefile
config.status: creating manual/de/dist/pdf/Makefile
config.status: creating manual/de/dist/ps/Makefile
config.status: creating manual/de/dist/html/Makefile
config.status: creating manual/de/dist/txt/Makefile
config.status: creating claws-mail.pc
config.status: creating config.h
config.status: creating claws-features.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

claws-mail ..

Using Address Book : Old stable interface
JPilot             : yes
LDAP               : yes
gnuTLS             : yes
iconv              : yes
compface           : yes
IPv6               : yes
enchant            : yes
IMAP4              : yes
NNTP               : yes
Crash dialog       : no
LibSM              : yes
DBUS               : yes
NetworkManager     : yes
Manual             : yes
Generic UMPC code  : no
Maemo build        : no
Config dir         : .claws-mail
Plugins
   Built:
            - acpi_notifier
            - address_keeper
            - archive
            - att_remover
            - attachwarner
            - bogofilter
            - bsfilter
            - clamd
            - fancy
            - fetchinfo
            - gdata
            - mailmbox
            - newmail
            - notification
                Features:
                    banner
                    command
                    hotkeys
                    lcdproc
                    libnotify
                    libcanberra-gtk
                    popup
                    trayicon
                Disabled due to missing dependencies:
                    libindicate
            - pdf_viewer
            - perl
            - python
            - pgpcore
            - pgpmime
            - pgpinline
            - rssyl
            - spamassassin
            - smime
            - spam_report
            - tnef_parse
            - vcalendar
   Disabled:
            - demo

The binary will be installed in /usr/bin

Configure finished, type 'make' to build.
+ make -j2 LIBTOOL=/usr/bin/libtool
make  all-recursive
make[1]: Entering directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153'
Making all in m4
make[2]: Entering directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/m4'
Making all in po
make[2]: Entering directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/po'
Making all in src
make[2]: Entering directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/src'
make  all-recursive
make[3]: Entering directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/src'
Making all in common
make[4]: Entering directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/src/common'
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o base64.lo base64.c
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o hooks.lo hooks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c base64.c  -fPIC -DPIC -o .libs/base64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c hooks.c  -fPIC -DPIC -o .libs/hooks.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c base64.c -o base64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c hooks.c -o hooks.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o log.lo log.c
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o md5.lo md5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c log.c  -fPIC -DPIC -o .libs/log.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c log.c -o log.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c md5.c -o md5.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o mgutils.lo mgutils.c
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o passcrypt.lo passcrypt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c mgutils.c  -fPIC -DPIC -o .libs/mgutils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c passcrypt.c  -fPIC -DPIC -o .libs/passcrypt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c mgutils.c -o mgutils.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c passcrypt.c -o passcrypt.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o plugin.lo plugin.c
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o prefs.lo prefs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c plugin.c  -fPIC -DPIC -o .libs/plugin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c prefs.c  -fPIC -DPIC -o .libs/prefs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c plugin.c -o plugin.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c prefs.c -o prefs.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o progressindicator.lo progressindicator.c
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o quoted-printable.lo quoted-printable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c progressindicator.c  -fPIC -DPIC -o .libs/progressindicator.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c quoted-printable.c  -fPIC -DPIC -o .libs/quoted-printable.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c progressindicator.c -o progressindicator.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o session.lo session.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c quoted-printable.c -o quoted-printable.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c session.c  -fPIC -DPIC -o .libs/session.o
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o smtp.lo smtp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c session.c -o session.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c smtp.c  -fPIC -DPIC -o .libs/smtp.o
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o socket.lo socket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c smtp.c -o smtp.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c socket.c  -fPIC -DPIC -o .libs/socket.o
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o ssl.lo ssl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c socket.c -o socket.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c ssl.c  -fPIC -DPIC -o .libs/ssl.o
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o ssl_certificate.lo ssl_certificate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c ssl_certificate.c  -fPIC -DPIC -o .libs/ssl_certificate.o
ssl.c:36:665: warning: 'gcry_threads_pthread' defined but not used [-Wunused-variable]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c ssl.c -o ssl.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c ssl_certificate.c -o ssl_certificate.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o string_match.lo string_match.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c string_match.c  -fPIC -DPIC -o .libs/string_match.o
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o stringtable.lo stringtable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c stringtable.c  -fPIC -DPIC -o .libs/stringtable.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c string_match.c -o string_match.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c stringtable.c -o stringtable.o >/dev/null 2>&1
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o claws.lo claws.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c claws.c  -fPIC -DPIC -o .libs/claws.o
/usr/bin/libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DLOCALEDIR=\""/usr/share/locale"\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\""/usr/share"\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o tags.lo tags.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c tags.c  -fPIC -DPIC -o .libs/tags.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINDIR=\"/usr/lib64/claws-mail/plugins/\" -DDATAROOTDIR=\"/usr/share\" -DDESKTOPFILEPATH=\"/usr/share/applications/claws-mail.desktop\" -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c tags.c -o tags.o >/dev/null 2>&1
claws.c: In function 'claws_get_version':
claws.c:142:21: error: expected expression before ')' token
claws.c:142:43: error: expected expression before ')' token
claws.c:142:65: error: expected expression before ')' token
claws.c:143:1: warning: control reaches end of non-void function [-Wreturn-type]
make[4]: *** [claws.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/src/common'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bdm/rpmbuild/BUILD/claws-mail-3.9.0git153'
make: *** [all] Error 2
error: Bad exit status from /home/bdm/rpmbuild/tmp/rpm-tmp.0USHTy (%build)


RPM build errors:
    Bad exit status from /home/bdm/rpmbuild/tmp/rpm-tmp.0USHTy (%build)


-- 

Brian Morrison



More information about the Users mailing list