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-1
Total 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 used
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for x86_64-unknown-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FUSE... yes
checking for MTP... yes
checking for GLIB... yes
checking for MAD... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
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-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.Po
mv -f .deps/mtpfs-mtpfs.Tpo .deps/mtpfs-mtpfs.Po
gcc -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 while
running configure, to aid debugging if configure makes a mistake.
It was created by MTPfs configure 1.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 7d18b43b3069
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -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 = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1845: checking for a BSD-compatible install
configure:1913: result: /usr/bin/install -c
configure:1924: checking whether build environment is sane
configure:1974: result: yes
configure:2023: checking for x86_64-unknown-linux-strip
configure:2053: result: no
configure:2063: checking for strip
configure:2079: found /usr/bin/strip
configure:2090: result: strip
configure:2115: checking for a thread-safe mkdir -p
configure:2154: result: /usr/bin/mkdir -p
configure:2167: checking for gawk
configure:2183: found /usr/bin/gawk
configure:2194: result: gawk
configure:2205: checking whether make sets $(MAKE)
configure:2227: result: yes
configure:2315: checking for x86_64-unknown-linux-gcc
configure:2345: result: no
configure:2355: checking for gcc
configure:2371: found /usr/bin/gcc
configure:2382: result: gcc
configure:2611: checking for C compiler version
configure:2620: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2631: $? = 0
configure:2620: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured 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=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:2631: $? = 0
configure:2620: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2631: $? = 1
configure:2620: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2631: $? = 1
configure:2651: checking whether the C compiler works
configure:2673: gcc conftest.c >&5
configure:2677: $? = 0
configure:2725: result: yes
configure:2728: checking for C compiler default output file name
configure:2730: result: a.out
configure:2736: checking for suffix of executables
configure:2743: gcc -o conftest conftest.c >&5
configure:2747: $? = 0
configure:2769: result:
configure:2791: checking whether we are cross compiling
configure:2799: gcc -o conftest conftest.c >&5
configure:2803: $? = 0
configure:2810: ./conftest
configure:2814: $? = 0
configure:2829: result: no
configure:2834: checking for suffix of object files
configure:2856: gcc -c conftest.c >&5
configure:2860: $? = 0
configure:2881: result: o
configure:2885: checking whether we are using the GNU C compiler
configure:2904: gcc -c conftest.c >&5
configure:2904: $? = 0
configure:2913: result: yes
configure:2922: checking whether gcc accepts -g
configure:2942: gcc -c -g conftest.c >&5
configure:2942: $? = 0
configure:2983: result: yes
configure:3000: checking for gcc option to accept ISO C89
configure:3064: gcc -c conftest.c >&5
configure:3064: $? = 0
configure:3077: result: none needed
configure:3108: checking for style of include used by make
configure:3136: result: GNU
configure:3162: checking dependency style of gcc
configure:3273: result: gcc3
configure:3289: checking whether gcc and cc understand -c and -o together
configure:3320: gcc -c conftest.c -o conftest2.o >&5
configure:3324: $? = 0
configure:3330: gcc -c conftest.c -o conftest2.o >&5
configure:3334: $? = 0
configure:3345: cc -c conftest.c >&5
configure:3349: $? = 0
configure:3357: cc -c conftest.c -o conftest2.o >&5
configure:3361: $? = 0
configure:3367: cc -c conftest.c -o conftest2.o >&5
configure:3371: $? = 0
configure:3389: result: yes
configure:3427: checking for x86_64-unknown-linux-pkg-config
configure:3460: result: no
configure:3470: checking for pkg-config
configure:3488: found /usr/bin/pkg-config
configure:3500: result: /usr/bin/pkg-config
configure:3525: checking pkg-config is at least version 0.9.0
configure:3528: result: yes
configure:3538: checking for FUSE
configure:3545: $PKG_CONFIG --exists --print-errors "fuse >= 2.2"
configure:3548: $? = 0
configure:3562: $PKG_CONFIG --exists --print-errors "fuse >= 2.2"
configure:3565: $? = 0
configure:3623: result: yes
configure:3632: checking for MTP
configure:3639: $PKG_CONFIG --exists --print-errors "libmtp >= 1.1.0"
configure:3642: $? = 0
configure:3656: $PKG_CONFIG --exists --print-errors "libmtp >= 1.1.0"
configure:3659: $? = 0
configure:3717: result: yes
configure:3726: checking for GLIB
configure:3735: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 \
gthread-2.0 >= 1.2 \
gio-2.0 >= 2.6"
configure:3740: $? = 0
configure:3758: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 \
gthread-2.0 >= 1.2 \
gio-2.0 >= 2.6"
configure:3763: $? = 0
configure:3829: result: yes
configure:3846: checking for MAD
configure:3854: $PKG_CONFIG --exists --print-errors "mad >= 0.15 \
id3tag >= 0.15"
configure:3858: $? = 0
configure:3874: $PKG_CONFIG --exists --print-errors "mad >= 0.15 \
id3tag >= 0.15"
configure:3878: $? = 0
configure:3940: result: yes
configure:4151: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by MTPfs config.status 1.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 7d18b43b3069
config.status:793: creating Makefile
config.status:965: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_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=set
ac_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=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
pkg_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.0
pkg_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 0
configure: exit 0