The following packages will be installed: isync Fetching README... 0%100%100%100%100%100%Done Fetching README.SLACKWARE... 0%100%100%100%100%100%Done Fetching isync.SlackBuild... 0%100%100%100%100%100%Done Fetching isync.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done isync-1.4.4/ isync-1.4.4/configure isync-1.4.4/ChangeLog isync-1.4.4/depcomp isync-1.4.4/TODO isync-1.4.4/NEWS isync-1.4.4/isync.spec.in isync-1.4.4/compile isync-1.4.4/isync.spec isync-1.4.4/install-sh isync-1.4.4/config.sub isync-1.4.4/aclocal.m4 isync-1.4.4/autodefs.h.in isync-1.4.4/configure.ac isync-1.4.4/Makefile.am isync-1.4.4/debian/ isync-1.4.4/debian/rules isync-1.4.4/debian/source/ isync-1.4.4/debian/source/format isync-1.4.4/debian/compat isync-1.4.4/debian/control isync-1.4.4/debian/changelog isync-1.4.4/debian/watch isync-1.4.4/debian/README.Debian isync-1.4.4/debian/copyright isync-1.4.4/src/ isync-1.4.4/src/driver.c isync-1.4.4/src/main.c isync-1.4.4/src/sync.h isync-1.4.4/src/drv_imap.c isync-1.4.4/src/mdconvert.c isync-1.4.4/src/mbsyncrc.sample isync-1.4.4/src/common.h isync-1.4.4/src/config.h isync-1.4.4/src/mbsync.1 isync-1.4.4/src/drv_proxy_gen.pl isync-1.4.4/src/socket.c isync-1.4.4/src/util.c isync-1.4.4/src/drv_proxy.c isync-1.4.4/src/Makefile.am isync-1.4.4/src/socket.h isync-1.4.4/src/driver.h isync-1.4.4/src/run-tests.pl isync-1.4.4/src/mdconvert.1 isync-1.4.4/src/Makefile.in isync-1.4.4/src/sync.c isync-1.4.4/src/config.c isync-1.4.4/src/tst_timers.c isync-1.4.4/src/drv_maildir.c isync-1.4.4/INSTALL isync-1.4.4/README isync-1.4.4/acinclude.m4 isync-1.4.4/COPYING isync-1.4.4/Makefile.in isync-1.4.4/AUTHORS isync-1.4.4/missing isync-1.4.4/mbsync-get-cert isync-1.4.4/config.guess checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking target system type... i586-slackware-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for perl... perl checking whether perl is recent enough... yes checking whether strftime supports %z... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for poll.h... yes checking for sys/select.h... yes checking for vasprintf... yes checking for strnlen... yes checking for memrchr... yes checking for timegm... yes checking for socket in -lsocket... no checking for inet_ntoa in -lnsl... yes checking for getaddrinfo... yes checking for inet_ntop... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking OpenSSL presence with pkg-config... found checking for openssl/ssl.h... yes checking for sasl_client_init in -lsasl2... yes checking for sasl/sasl.h... yes checking for Berkeley DB >= 4.1... yes checking for deflate in -lz... yes checking for zlib.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating isync.spec config.status: creating autodefs.h config.status: executing depfiles commands Using SSL Using SASL Using zlib Using Berkeley DB make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c mv -f .deps/sync.Tpo .deps/sync.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c mv -f .deps/config.Tpo .deps/config.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c mv -f .deps/socket.Tpo .deps/socket.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT driver.o -MD -MP -MF .deps/driver.Tpo -c -o driver.o driver.c mv -f .deps/driver.Tpo .deps/driver.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT drv_imap.o -MD -MP -MF .deps/drv_imap.Tpo -c -o drv_imap.o drv_imap.c mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT drv_maildir.o -MD -MP -MF .deps/drv_maildir.Tpo -c -o drv_maildir.o drv_maildir.c drv_maildir.c: In function ‘maildir_scan’: drv_maildir.c:1172:58: warning: comparison of integer expressions of different signedness: ‘__off_t’ {aka ‘long int’} and ‘unsigned int’ [-Wsign-compare] 1172 | entry->size = st.st_size > UINT_MAX ? UINT_MAX : (uint)st.st_size; | ^ drv_maildir.c: In function ‘maildir_fetch_msg’: drv_maildir.c:1575:47: warning: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘int’} and ‘uint’ {aka ‘unsigned int’} [-Wsign-compare] 1575 | if (read( fd, data->data, data->len ) != data->len) { | ^~ mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po perl ./drv_proxy_gen.pl ./driver.h ./drv_proxy.c drv_proxy.inc gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT drv_proxy.o -MD -MP -MF .deps/drv_proxy.Tpo -c -o drv_proxy.o drv_proxy.c mv -f .deps/drv_proxy.Tpo .deps/drv_proxy.Po gcc -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -o mbsync main.o sync.o config.o util.o socket.o driver.o drv_imap.o drv_maildir.o drv_proxy.o -ldb -lssl -lcrypto -lnsl -lsasl2 -lz gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT mdconvert.o -MD -MP -MF .deps/mdconvert.Tpo -c -o mdconvert.o mdconvert.c mv -f .deps/mdconvert.Tpo .deps/mdconvert.Po gcc -O2 -march=i486 -mtune=i686 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -o mdconvert mdconvert.o -ldb make[2]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4/src' make[2]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make log make[3]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[3]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' Making install in src make[1]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4/src' make[2]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4/src' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/network/isync/package-isync/usr/bin' /usr/bin/ginstall -c mbsync mdconvert '/usr/src/slapt-src-i486/network/isync/package-isync/usr/bin' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/network/isync/package-isync/usr/doc/isync-1.4.4/examples' /usr/bin/ginstall -c -m 644 mbsyncrc.sample '/usr/src/slapt-src-i486/network/isync/package-isync/usr/doc/isync-1.4.4/examples' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/network/isync/package-isync/usr/man/man1' /usr/bin/ginstall -c -m 644 mbsync.1 mdconvert.1 '/usr/src/slapt-src-i486/network/isync/package-isync/usr/man/man1' make[2]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4/src' make[1]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4/src' make[1]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make log make[2]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[2]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/network/isync/package-isync/usr/bin' /usr/bin/ginstall -c mbsync-get-cert '/usr/src/slapt-src-i486/network/isync/package-isync/usr/bin' make log make[3]: Entering directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[3]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/network/isync/package-isync/usr/doc/isync-1.4.4' /usr/bin/ginstall -c -m 644 README TODO NEWS ChangeLog AUTHORS '/usr/src/slapt-src-i486/network/isync/package-isync/usr/doc/isync-1.4.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/network/isync/isync-1.4.4' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/network/isync/isync-1.4.4-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/mbsync usr/bin/mbsync-get-cert usr/bin/mdconvert usr/doc/ usr/doc/isync-1.4.4/ usr/doc/isync-1.4.4/AUTHORS usr/doc/isync-1.4.4/ChangeLog usr/doc/isync-1.4.4/NEWS usr/doc/isync-1.4.4/README usr/doc/isync-1.4.4/README.SLACKWARE usr/doc/isync-1.4.4/TODO usr/doc/isync-1.4.4/examples/ usr/doc/isync-1.4.4/examples/mbsyncrc.sample usr/doc/isync-1.4.4/isync.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/mbsync.1.gz usr/man/man1/mdconvert.1.gz Slackware package /usr/src/slapt-src-i486/network/isync/isync-1.4.4-i586-1salix15.0.txz created. Installing package isync-1.4.4-i586-1salix15.0... | isync (mailbox synchronizer) | | isync is a command line application which synchronizes mailboxes; | currently Maildir and IMAP4 mailboxes are supported. New messages, | message deletions and flag changes can be propagated both ways. isync | is suitable for use in IMAP-disconnected mode. | | Synchronization is based on unique message identifiers (UIDs), so no | identification conflicts can occur (as opposed to some other mail | synchronizers). Synchronization state is kept in one local text file | per mailbox pair; multiple replicas of a mailbox can be maintained. | |