[Barry-devel] Issue with making opensync-plugin-0.4x under Arch Linux
Status: Beta
Brought to you by:
ndprojects
From: Thibi <thi...@gm...> - 2012-07-25 19:08:05
|
Hello! I'm in the process of setting up a PKGBUILD for Arch Linux with the desktop and opensync-plugin-0.4x switches enabled, and I'm running into an issue of getting opensync-plugin-0.4x to make. Are the recommended toolkit versions on the website incorrect for 0.17.1? If it makes any difference, I've replaced all instances of $PKG_CONFIG looking for "libopensync1" to "libopensync" to allow pkg-config to locate it successfully. I modified the standard barry AUR PKGBUILD < https://aur.archlinux.org/packages/ba/barry/PKGBUILD > to export the recommended toolkit versioning according to the website to look thusly: > build() { > export ACLOCAL=/opt/automake-1.9/bin/aclocal > export AUTOCONF=/opt/autoconf/2.67/bin/autoconf > export AUTOMAKE=/opt/automake-1.9/bin/automake > export AC_PROG_LIBTOOL=/opt/libtool/1.5.22/bin/libtool > > # Apply patches > cd $srcdir/$pkgname-$pkgver/src > patch -p0 < ../../tarfile-ops-nt.cc.patch > > # Resolve pkg-config output difference > find $srcdir/$pkgname-$pkgver/opensync-plugin-0.4x/ -type f -exec sed -i 's/libopensync1/libopensync/g' {} + > > # Build the package > cd $srcdir/$pkgname-$pkgver > ./configure --prefix=/usr --enable-gui\ > --enable-desktop --enable-opensync-plugin-4x --libexec=/usr/lib > > make || return 1 > make DESTDIR=$pkgdir install > > # Remove libtool files > find "$pkgdir/" -name "*.la" -exec rm {} \; > } Truncated, it ends up with this error: >> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/test' >> /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__BARRY_BACKUP_MODE__ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libtest libtest-date.o libtest-data.o libtest-libtest.o ../src/libbarry.la ../src/libbarrysync.la -lglib-2.0 ../src/libbarrybackup.la -lpthread >> libtool: link: g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__BARRY_BACKUP_MODE__ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/libtest libtest-date.o libtest-data.o libtest-libtest.o ../src/.libs/libbarry.so ../src/.libs/libbarrysync.so -lglib-2.0 ../src/.libs/libbarrybackup.so -lpthread >> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/test' >> Making all in opensync-plugin-0.4x >> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >> CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/automake-1.9/bin/aclocal >> cd . && /opt/automake-1.9/bin/automake --foreign >> Useless use of /d modifier in transliteration operator at /opt/automake-1.9/share/automake-1.9/Automake/Wrap.pm line 60. >> src/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined >> src/Makefile.am:26: >> src/Makefile.am:26: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' >> src/Makefile.am:26: to `configure.ac' and run `aclocal' and `autoconf' again. >> make[2]: *** [Makefile.in] Error 1 >> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3' >> make: *** [all] Error 2 The following is the build log if I go with my normal system toolkit versions: (autoconf=2.69, automake=1.12.2, libtool=2.4.2, gcc=4.7.1) >>> ==> Starting build()... >>> patching file tarfile-ops-nt.cc >>> checking for a BSD-compatible install... /usr/bin/install -c >>> checking whether build environment is sane... yes >>> checking for a thread-safe mkdir -p... /bin/mkdir -p >>> checking for gawk... gawk >>> checking whether make sets $(MAKE)... yes >>> checking for style of include used by make... GNU >>> 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 dependency style of gcc... gcc3 >>> 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 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 build system type... i686-pc-linux-gnu >>> checking host system type... i686-pc-linux-gnu >>> 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 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 gcc... (cached) 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 dependency style of gcc... (cached) gcc3 >>> checking for g++... g++ >>> checking whether we are using the GNU C++ compiler... yes >>> checking whether g++ accepts -g... yes >>> checking dependency style of g++... gcc3 >>> checking whether make sets $(MAKE)... (cached) yes >>> checking for a sed that does not truncate output... /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 for /usr/bin/ld option to reload object files... -r >>> checking for objdump... objdump >>> checking how to recognize dependent libraries... pass_all >>> checking for ar... ar >>> checking for strip... strip >>> checking for ranlib... ranlib >>> checking command to parse /usr/bin/nm -B output from gcc object... ok >>> checking for dlfcn.h... yes >>> checking whether we are using the GNU C++ compiler... (cached) yes >>> checking whether g++ accepts -g... (cached) yes >>> checking dependency style of g++... (cached) gcc3 >>> checking how to run the C++ preprocessor... g++ -E >>> 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... yes >>> checking if gcc supports -c -o file.o... yes >>> checking if gcc supports -c -o file.o... (cached) yes >>> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >>> checking whether -lc should be explicitly linked in... no >>> checking dynamic linker characteristics... GNU/Linux ld.so >>> checking how to hardcode library paths into programs... immediate >>> checking whether stripping libraries is possible... yes >>> checking if libtool supports shared libraries... yes >>> checking whether to build shared libraries... yes >>> checking whether to build static libraries... yes >>> checking for ld used by g++... /usr/bin/ld >>> checking if the linker (/usr/bin/ld) is GNU ld... yes >>> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >>> checking for g++ option to produce PIC... -fPIC -DPIC >>> checking if g++ PIC flag -fPIC -DPIC works... yes >>> checking if g++ static flag -static works... yes >>> checking if g++ supports -c -o file.o... yes >>> checking if g++ supports -c -o file.o... (cached) yes >>> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >>> checking dynamic linker characteristics... GNU/Linux ld.so >>> checking how to hardcode library paths into programs... immediate >>> checking whether the C compiler accepts the -fvisibility=hidden flag... yes >>> checking whether the C++ compiler accepts the -fvisibility=hidden flag... yes >>> Guessing libtar location... may not compile... >>> checking for tar_open in -ltar... yes >>> configure: Found libtar, enabling libbarrybackup >>> Guessing zlib location... may not compile... >>> checking for pkg-config... /usr/bin/pkg-config >>> checking pkg-config is at least version 0.9.0... yes >>> checking for LIBUSB_0_1... yes >>> checking for LIBUSB_1_0... yes >>> checking for which USB library to use... libusb-1.0 >>> configure: using BOOST library... no >>> checking for FUSE... yes >>> checking for SDL... yes >>> checking for GLIB2... yes >>> checking for pthread_create in -lpthread... yes >>> checking for getpwuid... yes >>> checking for bind... yes >>> checking for crc32 in -lz... yes >>> checking for LIBXMLXX... yes >>> 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 for dirent.h that defines DIR... yes >>> checking for library containing opendir... none required >>> checking for ANSI C header files... (cached) yes >>> checking assert.h usability... yes >>> checking assert.h presence... yes >>> checking for assert.h... yes >>> checking for stdint.h... (cached) yes >>> checking time.h usability... yes >>> checking time.h presence... yes >>> checking for time.h... 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 working strnlen... yes >>> checking for strnlen... yes >>> checking whether closedir returns void... no >>> checking whether gcc needs -traditional... no >>> checking sys/select.h usability... yes >>> checking sys/select.h presence... yes >>> checking for sys/select.h... yes >>> checking sys/socket.h usability... yes >>> checking sys/socket.h presence... yes >>> checking for sys/socket.h... yes >>> checking types of arguments for select... int,fd_set *,struct timeval * >>> checking for bzero... yes >>> checking for gettimeofday... yes >>> checking for memset... yes >>> checking for select... yes >>> checking for strcasecmp... yes >>> checking for strchr... yes >>> checking for strerror... yes >>> checking for strtol... yes >>> checking for strtoul... yes >>> checking whether byte ordering is bigendian... no >>> configure: creating ./config.status >>> config.status: creating Makefile >>> config.status: creating po/Makefile.in >>> config.status: creating src/Makefile >>> config.status: creating tools/Makefile >>> config.status: creating examples/Makefile >>> config.status: creating man/Makefile >>> config.status: creating test/Makefile >>> config.status: creating libbarry-18.pc >>> config.status: creating libbarrydp-18.pc >>> config.status: creating libbarryjdwp-18.pc >>> config.status: creating libbarrysync-18.pc >>> config.status: creating libbarrybackup-18.pc >>> config.status: creating libbarryalx-18.pc >>> config.status: creating config.h >>> config.status: config.h is unchanged >>> config.status: executing depfiles commands >>> config.status: executing po-directories commands >>> config.status: creating po/POTFILES >>> config.status: creating po/Makefile >>> config.status: executing libtool commands >>> === configuring in opensync-plugin-0.4x (/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x) >>> configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--enable-gui--enable-desktop' '--enable-opensync-plugin-4x' '--libexec=/usr/lib' 'CFLAGS=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CXXFLAGS=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' --cache-file=/dev/null --srcdir=. >>> checking for a BSD-compatible install... /usr/bin/install -c >>> checking whether build environment is sane... yes >>> checking for a thread-safe mkdir -p... /bin/mkdir -p >>> checking for gawk... gawk >>> checking whether make sets $(MAKE)... yes >>> checking for style of include used by make... GNU >>> 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 dependency style of gcc... gcc3 >>> checking for library containing strerror... none required >>> checking for gcc... (cached) 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 dependency style of gcc... (cached) gcc3 >>> checking for gcc... (cached) 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 dependency style of gcc... (cached) gcc3 >>> 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 g++... g++ >>> checking whether we are using the GNU C++ compiler... yes >>> checking whether g++ accepts -g... yes >>> checking dependency style of g++... gcc3 >>> checking build system type... i686-pc-linux-gnu >>> checking host system type... i686-pc-linux-gnu >>> checking for a sed that does not truncate output... /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 for /usr/bin/ld option to reload object files... -r >>> checking for objdump... objdump >>> checking how to recognize dependent libraries... pass_all >>> checking for ar... ar >>> checking for strip... strip >>> checking for ranlib... ranlib >>> checking command to parse /usr/bin/nm -B output from gcc object... ok >>> 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 whether we are using the GNU C++ compiler... (cached) yes >>> checking whether g++ accepts -g... (cached) yes >>> checking dependency style of g++... (cached) gcc3 >>> checking how to run the C++ preprocessor... g++ -E >>> 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... yes >>> checking if gcc supports -c -o file.o... yes >>> checking if gcc supports -c -o file.o... (cached) yes >>> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >>> checking whether -lc should be explicitly linked in... no >>> checking dynamic linker characteristics... GNU/Linux ld.so >>> checking how to hardcode library paths into programs... immediate >>> checking whether stripping libraries is possible... yes >>> checking if libtool supports shared libraries... yes >>> checking whether to build shared libraries... yes >>> checking whether to build static libraries... no >>> checking for ld used by g++... /usr/bin/ld >>> checking if the linker (/usr/bin/ld) is GNU ld... yes >>> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >>> checking for g++ option to produce PIC... -fPIC -DPIC >>> checking if g++ PIC flag -fPIC -DPIC works... yes >>> checking if g++ static flag -static works... yes >>> checking if g++ supports -c -o file.o... yes >>> checking if g++ supports -c -o file.o... (cached) yes >>> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >>> checking dynamic linker characteristics... GNU/Linux ld.so >>> checking how to hardcode library paths into programs... immediate >>> checking whether the C compiler accepts the -fvisibility=hidden flag... yes >>> checking whether the C++ compiler accepts the -fvisibility=hidden flag... yes >>> checking for pkg-config... /usr/bin/pkg-config >>> checking pkg-config is at least version 0.9.0... yes >>> checking for GLIB2... yes >>> checking for OPENSYNC4X... yes >>> checking for BARRY... yes >>> checking for BARRYSYNC... yes >>> configure: creating ./config.status >>> config.status: creating Makefile >>> config.status: creating src/Makefile >>> config.status: creating config.h >>> config.status: config.h is unchanged >>> config.status: executing depfiles commands >>> config.status: executing libtool commands >>> make all-recursive >>> make[1]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3' >>> Making all in po >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/po' >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/po' >>> Making all in . >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3' >>> rm -f ./barry ./barry18 >>> ln -fs ./src ./barry >>> ln -fs . ./barry18 >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3' >>> Making all in src >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/src' >>> /bin/sh ../libtool --tag=CXX --mode=compile g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I.. -I/usr/include/libusb-1.0 -Wall -fno-strict-aliasing -g -D__BARRY_LIBRARY_BUILD__ -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT libbarrybackup_la-tarfile-ops-nt.lo -MD -MP -MF .deps/libbarrybackup_la-tarfile-ops-nt.Tpo -c -o libbarrybackup_la-tarfile-ops-nt.lo `test -f 'tarfile-ops-nt.cc' || echo './'`tarfile-ops-nt.cc >>> libtool: compile: g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I.. -I/usr/include/libusb-1.0 -Wall -fno-strict-aliasing -g -D__BARRY_LIBRARY_BUILD__ -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT libbarrybackup_la-tarfile-ops-nt.lo -MD -MP -MF .deps/libbarrybackup_la-tarfile-ops-nt.Tpo -c tarfile-ops-nt.cc -fPIC -DPIC -o .libs/libbarrybackup_la-tarfile-ops-nt.o >>> libtool: compile: g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I.. -I/usr/include/libusb-1.0 -Wall -fno-strict-aliasing -g -D__BARRY_LIBRARY_BUILD__ -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT libbarrybackup_la-tarfile-ops-nt.lo -MD -MP -MF .deps/libbarrybackup_la-tarfile-ops-nt.Tpo -c tarfile-ops-nt.cc -o libbarrybackup_la-tarfile-ops-nt.o >/dev/null 2>&1 >>> mv -f .deps/libbarrybackup_la-tarfile-ops-nt.Tpo .deps/libbarrybackup_la-tarfile-ops-nt.Plo >>> /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -fno-strict-aliasing -g -D__BARRY_LIBRARY_BUILD__ -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -version-info 18:3:0 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libbarrybackup.la -rpath /usr/lib libbarrybackup_la-tarfile.lo libbarrybackup_la-tarfile-ops-nt.lo libbarrybackup_la-backup.lo libbarrybackup_la-restore.lo libbarry.la -ltar -lz -lpthread >>> libtool: link: rm -fr .libs/libbarrybackup.a .libs/libbarrybackup.la .libs/libbarrybackup.lai .libs/libbarrybackup.so .libs/libbarrybackup.so.18 .libs/libbarrybackup.so.18.0.3 >>> libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.7.1/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.7.1/crtbeginS.o .libs/libbarrybackup_la-tarfile.o .libs/libbarrybackup_la-tarfile-ops-nt.o .libs/libbarrybackup_la-backup.o .libs/libbarrybackup_la-restore.o -Wl,-rpath -Wl,/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/src/.libs ./.libs/libbarry.so -ltar -lz -lpthread -L/usr/lib/gcc/i686-pc-linux-gnu/4.7.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.7.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.7.1/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.7.1/../../../crtn.o -march=i686 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libbarrybackup.so.18 -o .libs/libbarrybackup.so.18.0.3 >>> libtool: link: (cd ".libs" && rm -f "libbarrybackup.so.18" && ln -s "libbarrybackup.so.18.0.3" "libbarrybackup.so.18") >>> libtool: link: (cd ".libs" && rm -f "libbarrybackup.so" && ln -s "libbarrybackup.so.18.0.3" "libbarrybackup.so") >>> libtool: link: ar cru .libs/libbarrybackup.a libbarrybackup_la-tarfile.o libbarrybackup_la-tarfile-ops-nt.o libbarrybackup_la-backup.o libbarrybackup_la-restore.o >>> libtool: link: ranlib .libs/libbarrybackup.a >>> libtool: link: ( cd ".libs" && rm -f "libbarrybackup.la" && ln -s "../libbarrybackup.la" "libbarrybackup.la" ) >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/src' >>> Making all in tools >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/tools' >>> /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__BARRY_BACKUP_MODE__ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o btool btool-btool.o ../src/libbarry.la libutil.a libboostwrap.a -lusb-1.0 ../src/libbarrysync.la -lglib-2.0 ../src/libbarrybackup.la -lpthread >>> libtool: link: g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__BARRY_BACKUP_MODE__ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/btool btool-btool.o ../src/.libs/libbarry.so libutil.a libboostwrap.a -lusb-1.0 ../src/.libs/libbarrysync.so -lglib-2.0 ../src/.libs/libbarrybackup.so -lpthread >>> /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o btardump btardump-btardump.o ../src/libbarry.la -lusb-1.0 ../src/libbarrybackup.la ../src/libbarrysync.la -lglib-2.0 -lpthread >>> libtool: link: g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/btardump btardump-btardump.o ../src/.libs/libbarry.so -lusb-1.0 ../src/.libs/libbarrybackup.so ../src/.libs/libbarrysync.so -lglib-2.0 -lpthread >>> /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o btarcmp btarcmp-btarcmp.o ../src/libbarry.la ../src/libbarrybackup.la libutil.a -lusb-1.0 -lpthread >>> libtool: link: g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/btarcmp btarcmp-btarcmp.o ../src/.libs/libbarry.so ../src/.libs/libbarrybackup.so libutil.a -lusb-1.0 -lpthread >>> /bin/sh ../libtool --tag=CXX --mode=link g++ -D__BARRY_SYNC_MODE__ -Wall -g -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o bio bio-bio.o ../src/libbarry.la ../src/libbarrysync.la -lglib-2.0 ../src/libbarrybackup.la libutil.a libboostwrap.a -lusb-1.0 -lpthread >>> libtool: link: g++ -D__BARRY_SYNC_MODE__ -Wall -g -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/bio bio-bio.o ../src/.libs/libbarry.so ../src/.libs/libbarrysync.so -lglib-2.0 ../src/.libs/libbarrybackup.so libutil.a libboostwrap.a -lusb-1.0 -lpthread >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/tools' >>> Making all in examples >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/examples' >>> make[2]: Nothing to be done for `all'. >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/examples' >>> Making all in man >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/man' >>> make[2]: Nothing to be done for `all'. >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/man' >>> Making all in test >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/test' >>> /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__BARRY_BACKUP_MODE__ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libtest libtest-date.o libtest-data.o libtest-libtest.o ../src/libbarry.la ../src/libbarrysync.la -lglib-2.0 ../src/libbarrybackup.la -lpthread >>> libtool: link: g++ -Wall -g -D__BARRY_SYNC_MODE__ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__BARRY_BACKUP_MODE__ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/libtest libtest-date.o libtest-data.o libtest-libtest.o ../src/.libs/libbarry.so ../src/.libs/libbarrysync.so -lglib-2.0 ../src/.libs/libbarrybackup.so -lpthread >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/test' >>> Making all in opensync-plugin-0.4x >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >>> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/missing --run aclocal-1.11 >>> /tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/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.ac'. You might want >>> to install the `Automake' and `Perl' packages. Grab them from >>> any GNU archive site. >>> cd . && /bin/sh /tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/missing --run automake-1.11 --foreign >>> /tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/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.ac'. >>> You might want to install the `Automake' and `Perl' packages. >>> Grab them from any GNU archive site. >>> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/missing --run autoconf >>> aclocal.m4:16: warning: this file was generated for autoconf 2.67. >>> You have another version of autoconf. It may work, but is not guaranteed to. >>> If you have problems, you may need to regenerate the build system entirely. >>> To do so, use the procedure documented by the package, typically `autoreconf'. >>> configure.ac:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body >>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... >>> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... >>> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... >>> m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... >>> m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... >>> m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from... >>> m4/libtool.m4:138: _LT_SETUP is expanded from... >>> m4/libtool.m4:67: LT_INIT is expanded from... >>> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... >>> configure.ac:17: the top level >>> configure.ac:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body >>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... >>> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... >>> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... >>> m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... >>> m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from... >>> m4/libtool.m4:138: _LT_SETUP is expanded from... >>> m4/libtool.m4:67: LT_INIT is expanded from... >>> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... >>> configure.ac:17: the top level >>> configure.ac:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body >>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... >>> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... >>> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... >>> m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... >>> m4/libtool.m4:5360: _LT_LANG_CXX_CONFIG is expanded from... >>> m4/libtool.m4:785: _LT_LANG is expanded from... >>> m4/libtool.m4:768: LT_LANG is expanded from... >>> m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from... >>> m4/libtool.m4:138: _LT_SETUP is expanded from... >>> m4/libtool.m4:67: LT_INIT is expanded from... >>> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... >>> configure.ac:17: the top level >>> /bin/sh ./config.status --recheck >>> running CONFIG_SHELL=/bin/sh /bin/sh ./configure --disable-option-checking --prefix=/usr --enable-gui--enable-desktop --enable-opensync-plugin-4x --libexec=/usr/lib CFLAGS=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro CXXFLAGS=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 --cache-file=/dev/null --srcdir=. PKG_CONFIG_PATH=/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3:/usr/lib/pkgconfig:/opt/qt/lib/pkgconfig --no-create --no-recursion >>> checking for a BSD-compatible install... /usr/bin/install -c >>> checking whether build environment is sane... yes >>> checking for a thread-safe mkdir -p... /bin/mkdir -p >>> checking for gawk... gawk >>> checking whether make sets $(MAKE)... yes >>> checking for style of include used by make... GNU >>> 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 dependency style of gcc... gcc3 >>> checking for library containing strerror... none required >>> checking for gcc... (cached) 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 dependency style of gcc... (cached) gcc3 >>> checking for gcc... (cached) 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 dependency style of gcc... (cached) gcc3 >>> 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 g++... g++ >>> checking whether we are using the GNU C++ compiler... yes >>> checking whether g++ accepts -g... yes >>> checking dependency style of g++... gcc3 >>> checking build system type... i686-pc-linux-gnu >>> checking host system type... i686-pc-linux-gnu >>> checking for a sed that does not truncate output... /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 for /usr/bin/ld option to reload object files... -r >>> checking for objdump... objdump >>> checking how to recognize dependent libraries... pass_all >>> checking for ar... ar >>> checking for strip... strip >>> checking for ranlib... ranlib >>> checking command to parse /usr/bin/nm -B output from gcc object... ok >>> 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 whether we are using the GNU C++ compiler... (cached) yes >>> checking whether g++ accepts -g... (cached) yes >>> checking dependency style of g++... (cached) gcc3 >>> checking how to run the C++ preprocessor... g++ -E >>> 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... yes >>> checking if gcc supports -c -o file.o... yes >>> checking if gcc supports -c -o file.o... (cached) yes >>> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >>> checking whether -lc should be explicitly linked in... no >>> checking dynamic linker characteristics... GNU/Linux ld.so >>> checking how to hardcode library paths into programs... immediate >>> checking whether stripping libraries is possible... yes >>> checking if libtool supports shared libraries... yes >>> checking whether to build shared libraries... yes >>> checking whether to build static libraries... no >>> checking for ld used by g++... /usr/bin/ld >>> checking if the linker (/usr/bin/ld) is GNU ld... yes >>> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >>> checking for g++ option to produce PIC... -fPIC -DPIC >>> checking if g++ PIC flag -fPIC -DPIC works... yes >>> checking if g++ static flag -static works... yes >>> checking if g++ supports -c -o file.o... yes >>> checking if g++ supports -c -o file.o... (cached) yes >>> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >>> checking dynamic linker characteristics... GNU/Linux ld.so >>> checking how to hardcode library paths into programs... immediate >>> checking whether the C compiler accepts the -fvisibility=hidden flag... yes >>> checking whether the C++ compiler accepts the -fvisibility=hidden flag... yes >>> checking for pkg-config... /usr/bin/pkg-config >>> checking pkg-config is at least version 0.9.0... yes >>> checking for GLIB2... yes >>> checking for OPENSYNC4X... yes >>> checking for BARRY... yes >>> checking for BARRYSYNC... yes >>> configure: creating ./config.status >>> /bin/sh ./config.status >>> config.status: creating Makefile >>> config.status: creating src/Makefile >>> config.status: creating config.h >>> config.status: config.h is unchanged >>> config.status: executing depfiles commands >>> config.status: executing libtool commands >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >>> make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >>> (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/missing --run autoheader) >>> configure.ac:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body >>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... >>> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... >>> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... >>> m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... >>> m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... >>> m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from... >>> m4/libtool.m4:138: _LT_SETUP is expanded from... >>> m4/libtool.m4:67: LT_INIT is expanded from... >>> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... >>> configure.ac:17: the top level >>> configure.ac:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body >>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... >>> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... >>> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... >>> m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... >>> m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from... >>> m4/libtool.m4:138: _LT_SETUP is expanded from... >>> m4/libtool.m4:67: LT_INIT is expanded from... >>> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... >>> configure.ac:17: the top level >>> configure.ac:17: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body >>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... >>> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... >>> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... >>> m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... >>> m4/libtool.m4:5360: _LT_LANG_CXX_CONFIG is expanded from... >>> m4/libtool.m4:785: _LT_LANG is expanded from... >>> m4/libtool.m4:768: LT_LANG is expanded from... >>> m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from... >>> m4/libtool.m4:138: _LT_SETUP is expanded from... >>> m4/libtool.m4:67: LT_INIT is expanded from... >>> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... >>> configure.ac:17: the top level >>> rm -f stamp-h1 >>> touch config.h.in >>> cd . && /bin/sh ./config.status config.h >>> config.status: creating config.h >>> config.status: config.h is unchanged >>> make all-recursive >>> make[3]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >>> Making all in src >>> make[4]: Entering directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/src' >>> /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libopensync1 -I/usr/include/barry18 -I/usr/include/barry18 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Werror -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT barry_sync.lo -MD -MP -MF .deps/barry_sync.Tpo -c -o barry_sync.lo barry_sync.cc >>> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libopensync1 -I/usr/include/barry18 -I/usr/include/barry18 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Werror -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT barry_sync.lo -MD -MP -MF .deps/barry_sync.Tpo -c barry_sync.cc -fPIC -DPIC -o .libs/barry_sync.o >>> barry_sync.cc: In function ‘osync_bool get_sync_info(OSyncPluginEnv*, OSyncError**)’: >>> barry_sync.cc:1112:53: error: ‘osync_plugin_set_initialize_func’ was not declared in this scope >>> barry_sync.cc:1113:49: error: ‘osync_plugin_set_finalize_func’ was not declared in this scope >>> barry_sync.cc:1114:49: error: ‘osync_plugin_set_discover_func’ was not declared in this scope >>> make[4]: *** [barry_sync.lo] Error 1 >>> make[4]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x/src' >>> make[3]: *** [all-recursive] Error 1 >>> make[3]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >>> make[2]: *** [all] Error 2 >>> make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3/opensync-plugin-0.4x' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/tmp/yaourt-tmp-user/aur-barry/src/barry-0.18.3' >>> make: *** [all] Error 2 Thank you for your time and effort! ~Thibi |