The build took 00h 00m 42s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
1,648 |
ansic |
1,268 |
sh |
553 |
makefile |
3,469 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: mtpfs 1.1-2 (Wed Aug 24 14:18:34 UTC 2016)==> Checking runtime dependencies...==> Installing missing dependencies...resolving dependencies...looking for conflicting packages...Packages (4) fuse-2.9.7-1 libid3tag-0.15.1b-8 libmad-0.15.1b-7 libmtp-1.1.11-1Total Installed Size: 1.63 MiB:: Proceed with installation? [Y/n] checking keyring...checking package integrity...loading package files...checking for file conflicts...checking available disk space...:: Processing package changes...installing libmtp...installing libid3tag...installing fuse...installing libmad...:: Running post-transaction hooks...(1/2) Updating manpage index...(2/2) Updating udev Hardware Database...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...configure: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be usedchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking whether gcc and cc understand -c and -o together... yeschecking for x86_64-unknown-linux-pkg-config... nochecking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking for FUSE... yeschecking for MTP... yeschecking for GLIB... yeschecking for MAD... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: executing depfiles commandsgcc -DPACKAGE_NAME=\"MTPfs\" -DPACKAGE_TARNAME=\"mtpfs\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"MTPfs\ 1.1\" -DPACKAGE_BUGREPORT=\"Chris\ Debenham\ \\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mtpfs\" -DVERSION=\"1.1\" -DDEBUG=0 -I. -DFUSE_USE_VERSION=22 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libusb-1.0 -DUSEMAD -MT mtpfs-mtpfs.o -MD -MP -MF .deps/mtpfs-mtpfs.Tpo -c -o mtpfs-mtpfs.o `test -f 'mtpfs.c' || echo './'`mtpfs.c gcc -DPACKAGE_NAME=\"MTPfs\" -DPACKAGE_TARNAME=\"mtpfs\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"MTPfs\ 1.1\" -DPACKAGE_BUGREPORT=\"Chris\ Debenham\ \\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mtpfs\" -DVERSION=\"1.1\" -DDEBUG=0 -I. -DFUSE_USE_VERSION=22 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libusb-1.0 -DUSEMAD -MT mtpfs-id3read.o -MD -MP -MF .deps/mtpfs-id3read.Tpo -c -o mtpfs-id3read.o `test -f 'id3read.c' || echo './'`id3read.c id3read.c: In function 'mmss_to_seconds':id3read.c:65:24: warning: implicit declaration of function 'strtoul' [-Wimplicit-function-declaration] seconds = 60 * strtoul(tmp[0],NULL,10); ^~~~~~~id3read.c: In function 'getSonglen':id3read.c:224:20: warning: implicit declaration of function 'atol' [-Wimplicit-function-declaration] milliseconds = atol (timetext); ^~~~mtpfs.c: In function 'mtpfs_release':mtpfs.c:474:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("release: %s", path); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:483:13: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:558:44: warning: implicit declaration of function 'strtoul' [-Wimplicit-function-declaration] genfile->tracknumber = strtoul(tracknum,NULL,10); ^~~~~~~mtpfs.c:618:13: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:622:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_destroy':mtpfs.c:628:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("destroy"); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:636:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_readdir':mtpfs.c:643:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("readdir %s", path); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:666:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:691:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:709:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:730:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] if (folder == NULL) return_unlock(0); ^~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:733:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] if (folder == NULL) return_unlock(0); ^~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:769:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_getattr_real':mtpfs.c:776:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] if (path==NULL) return_unlock(-ENOENT); ^~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:787:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:799:13: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:808:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:843:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:847:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:864:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:868:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_getattr':mtpfs.c:914:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("getattr %s", path); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:919:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_mknod':mtpfs.c:925:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("mknod %s", path); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:928:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-EEXIST); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:931:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_open':mtpfs.c:937:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("open"); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:941:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1007:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1011:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1014:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_read':mtpfs.c:1021:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("read"); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1027:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1033:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_write':mtpfs.c:1040:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("write"); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1048:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_unlink':mtpfs.c:1055:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("unlink"); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1060:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1070:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_mkdir_real':mtpfs.c:1077:7: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-EPERM); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_mkdir':mtpfs.c:1133:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("mkdir: %s", path); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1136:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_rmdir':mtpfs.c:1142:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("rmdir %s", path); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1146:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(0); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1151:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1156:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c: In function 'mtpfs_rename':mtpfs.c:1202:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] enter_lock("rename '%s' to '%s'", oldname, newname); ^~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1216:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1223:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(-ENOENT); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mtpfs.c:1269:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] return_unlock(ret); ^~~~~~~~~~~~~In file included from /usr/include/glib-2.0/glib.h:107:0, from ./mtpfs.h:24, from mtpfs.c:9:/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~mv -f .deps/mtpfs-id3read.Tpo .deps/mtpfs-id3read.Pomv -f .deps/mtpfs-mtpfs.Tpo .deps/mtpfs-mtpfs.Pogcc -o mtpfs mtpfs-mtpfs.o mtpfs-id3read.o -lfuse -pthread -lgthread-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lmtp -lmad -lid3tag -lz ==> Entering fakeroot environment...==> Starting package()...make[1]: Entering directory '/tmp/mtpfs/src/mtpfs-1.1'test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/mtpfs/pkg/mtpfs/usr/bin"make[1]: Nothing to be done for 'install-data-am'. /usr/bin/install -c mtpfs '/tmp/mtpfs/pkg/mtpfs/usr/bin'make[1]: Leaving directory '/tmp/mtpfs/src/mtpfs-1.1'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "mtpfs"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: mtpfs 1.1-2 (Wed Aug 24 14:18:43 UTC 2016)CMD: pacman --query --file mtpfs-1.1-2-x86_64.pkg.tar.xz
Creating hybrid package for 'mtpfs'
Trying to find vanilla package 'mtpfs'...
CMD: pacman --query --file /mirror/mtpfs-1.1-2.pkg.tar.xz
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf mtpfs.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/mtpfs.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/mtpfs.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/mtpfs.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/mtpfs/src/mtpfs-1.1/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by MTPfs configure 1.1, which wasgenerated by GNU Autoconf 2.68. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 7d18b43b3069uname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/binPATH: /usr/lib/jvm/default/binPATH: /usr/bin/site_perlPATH: /usr/bin/vendor_perlPATH: /usr/bin/core_perl## ----------- #### Core tests. #### ----------- ##configure:1845: checking for a BSD-compatible installconfigure:1913: result: /usr/bin/install -cconfigure:1924: checking whether build environment is saneconfigure:1974: result: yesconfigure:2023: checking for x86_64-unknown-linux-stripconfigure:2053: result: noconfigure:2063: checking for stripconfigure:2079: found /usr/bin/stripconfigure:2090: result: stripconfigure:2115: checking for a thread-safe mkdir -pconfigure:2154: result: /usr/bin/mkdir -pconfigure:2167: checking for gawkconfigure:2183: found /usr/bin/gawkconfigure:2194: result: gawkconfigure:2205: checking whether make sets $(MAKE)configure:2227: result: yesconfigure:2315: checking for x86_64-unknown-linux-gccconfigure:2345: result: noconfigure:2355: checking for gccconfigure:2371: found /usr/bin/gccconfigure:2382: result: gccconfigure:2611: checking for C compiler versionconfigure:2620: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2631: $? = 0configure:2620: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2631: $? = 0configure:2620: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2631: $? = 1configure:2620: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:2631: $? = 1configure:2651: checking whether the C compiler worksconfigure:2673: gcc conftest.c >&5configure:2677: $? = 0configure:2725: result: yesconfigure:2728: checking for C compiler default output file nameconfigure:2730: result: a.outconfigure:2736: checking for suffix of executablesconfigure:2743: gcc -o conftest conftest.c >&5configure:2747: $? = 0configure:2769: result:configure:2791: checking whether we are cross compilingconfigure:2799: gcc -o conftest conftest.c >&5configure:2803: $? = 0configure:2810: ./conftestconfigure:2814: $? = 0configure:2829: result: noconfigure:2834: checking for suffix of object filesconfigure:2856: gcc -c conftest.c >&5configure:2860: $? = 0configure:2881: result: oconfigure:2885: checking whether we are using the GNU C compilerconfigure:2904: gcc -c conftest.c >&5configure:2904: $? = 0configure:2913: result: yesconfigure:2922: checking whether gcc accepts -gconfigure:2942: gcc -c -g conftest.c >&5configure:2942: $? = 0configure:2983: result: yesconfigure:3000: checking for gcc option to accept ISO C89configure:3064: gcc -c conftest.c >&5configure:3064: $? = 0configure:3077: result: none neededconfigure:3108: checking for style of include used by makeconfigure:3136: result: GNUconfigure:3162: checking dependency style of gccconfigure:3273: result: gcc3configure:3289: checking whether gcc and cc understand -c and -o togetherconfigure:3320: gcc -c conftest.c -o conftest2.o >&5configure:3324: $? = 0configure:3330: gcc -c conftest.c -o conftest2.o >&5configure:3334: $? = 0configure:3345: cc -c conftest.c >&5configure:3349: $? = 0configure:3357: cc -c conftest.c -o conftest2.o >&5configure:3361: $? = 0configure:3367: cc -c conftest.c -o conftest2.o >&5configure:3371: $? = 0configure:3389: result: yesconfigure:3427: checking for x86_64-unknown-linux-pkg-configconfigure:3460: result: noconfigure:3470: checking for pkg-configconfigure:3488: found /usr/bin/pkg-configconfigure:3500: result: /usr/bin/pkg-configconfigure:3525: checking pkg-config is at least version 0.9.0configure:3528: result: yesconfigure:3538: checking for FUSEconfigure:3545: $PKG_CONFIG --exists --print-errors "fuse >= 2.2"configure:3548: $? = 0configure:3562: $PKG_CONFIG --exists --print-errors "fuse >= 2.2"configure:3565: $? = 0configure:3623: result: yesconfigure:3632: checking for MTPconfigure:3639: $PKG_CONFIG --exists --print-errors "libmtp >= 1.1.0"configure:3642: $? = 0configure:3656: $PKG_CONFIG --exists --print-errors "libmtp >= 1.1.0"configure:3659: $? = 0configure:3717: result: yesconfigure:3726: checking for GLIBconfigure:3735: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 \gthread-2.0 >= 1.2 \gio-2.0 >= 2.6"configure:3740: $? = 0configure:3758: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 \gthread-2.0 >= 1.2 \gio-2.0 >= 2.6"configure:3763: $? = 0configure:3829: result: yesconfigure:3846: checking for MADconfigure:3854: $PKG_CONFIG --exists --print-errors "mad >= 0.15 \id3tag >= 0.15"configure:3858: $? = 0configure:3874: $PKG_CONFIG --exists --print-errors "mad >= 0.15 \id3tag >= 0.15"configure:3878: $? = 0configure:3940: result: yesconfigure:4151: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by MTPfs config.status 1.1, which wasgenerated by GNU Autoconf 2.68. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 7d18b43b3069config.status:793: creating Makefileconfig.status:965: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_FUSE_CFLAGS_set=ac_cv_env_FUSE_CFLAGS_value=ac_cv_env_FUSE_LIBS_set=ac_cv_env_FUSE_LIBS_value=ac_cv_env_GLIB_CFLAGS_set=ac_cv_env_GLIB_CFLAGS_value=ac_cv_env_GLIB_LIBS_set=ac_cv_env_GLIB_LIBS_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_MAD_CFLAGS_set=ac_cv_env_MAD_CFLAGS_value=ac_cv_env_MAD_LIBS_set=ac_cv_env_MAD_LIBS_value=ac_cv_env_MTP_CFLAGS_set=ac_cv_env_MTP_CFLAGS_value=ac_cv_env_MTP_LIBS_set=ac_cv_env_MTP_LIBS_value=ac_cv_env_PKG_CONFIG_LIBDIR_set=ac_cv_env_PKG_CONFIG_LIBDIR_value=ac_cv_env_PKG_CONFIG_PATH_set=ac_cv_env_PKG_CONFIG_PATH_value=ac_cv_env_PKG_CONFIG_set=ac_cv_env_PKG_CONFIG_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_objext=oac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-configac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cc_gcc_c_o=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3pkg_cv_FUSE_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse'pkg_cv_FUSE_LIBS='-lfuse -pthread'pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'pkg_cv_GLIB_LIBS='-lgthread-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0'pkg_cv_MAD_CFLAGS=pkg_cv_MAD_LIBS='-lmad -lid3tag -lz'pkg_cv_MTP_CFLAGS=-I/usr/include/libusb-1.0pkg_cv_MTP_LIBS=-lmtp## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/mtpfs/src/mtpfs-1.1/missing --run aclocal-1.11'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AUTOCONF='${SHELL} /tmp/mtpfs/src/mtpfs-1.1/missing --run autoconf'AUTOHEADER='${SHELL} /tmp/mtpfs/src/mtpfs-1.1/missing --run autoheader'AUTOMAKE='${SHELL} /tmp/mtpfs/src/mtpfs-1.1/missing --run automake-1.11'AWK='gawk'CC='gcc'CCDEPMODE='depmode=gcc3'CFLAGS=''CPPFLAGS=''CYGPATH_W='echo'DEFS='-DPACKAGE_NAME=\"MTPfs\" -DPACKAGE_TARNAME=\"mtpfs\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"MTPfs\ 1.1\" -DPACKAGE_BUGREPORT=\"Chris\ Debenham\ \\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mtpfs\" -DVERSION=\"1.1\" -DDEBUG=0' DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''FUSE_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse'FUSE_LIBS='-lfuse -pthread'GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'GLIB_LIBS='-lgthread-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAD_CFLAGS=''MAD_LIBS='-lmad -lid3tag -lz'MAKEINFO='${SHELL} /tmp/mtpfs/src/mtpfs-1.1/missing --run makeinfo'MKDIR_P='/usr/bin/mkdir -p'MTP_CFLAGS='-I/usr/include/libusb-1.0'MTP_LIBS='-lmtp'OBJEXT='o'PACKAGE='mtpfs'PACKAGE_BUGREPORT='Chris Debenham ' PACKAGE_NAME='MTPfs'PACKAGE_STRING='MTPfs 1.1'PACKAGE_TARNAME='mtpfs'PACKAGE_URL=''PACKAGE_VERSION='1.1'PATH_SEPARATOR=':'PKG_CONFIG='/usr/bin/pkg-config'PKG_CONFIG_LIBDIR=''PKG_CONFIG_PATH=''SET_MAKE=''SHELL='/bin/sh'STRIP='strip'USEMAD_FALSE='#'USEMAD_TRUE=''VERSION='1.1'ac_ct_CC='gcc'am__EXEEXT_FALSE=''am__EXEEXT_TRUE='#'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__nodep='_no'am__quote=''am__tar='$${TAR-tar} chof - "$$tardir"'am__untar='$${TAR-tar} xf -'bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /tmp/mtpfs/src/mtpfs-1.1/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='/usr/bin/mkdir -p'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME "MTPfs"#define PACKAGE_TARNAME "mtpfs"#define PACKAGE_VERSION "1.1"#define PACKAGE_STRING "MTPfs 1.1"#define PACKAGE_BUGREPORT "Chris Debenham " #define PACKAGE_URL ""#define PACKAGE "mtpfs"#define VERSION "1.1"#define DEBUG 0configure: exit 0