The following packages will be installed: mtpfs Fetching README... 0%100%100%100%100%100%Done Fetching mtpfs.SlackBuild... 0%100%100%100%100%100%Done Fetching mtpfs.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mtpfs-1.1/ mtpfs-1.1/install-sh mtpfs-1.1/README mtpfs-1.1/id3read.c mtpfs-1.1/ChangeLog mtpfs-1.1/Makefile.in mtpfs-1.1/NEWS mtpfs-1.1/id3read.h mtpfs-1.1/mtpfs.c mtpfs-1.1/INSTALL mtpfs-1.1/missing mtpfs-1.1/compile mtpfs-1.1/configure mtpfs-1.1/depcomp mtpfs-1.1/COPYING mtpfs-1.1/AUTHORS mtpfs-1.1/configure.ac mtpfs-1.1/mtpfs.h mtpfs-1.1/Makefile.am mtpfs-1.1/aclocal.m4 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for 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 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 -O2 -march=i586 -mtune=i686 -MT mtpfs-mtpfs.o -MD -MP -MF .deps/mtpfs-mtpfs.Tpo -c -o mtpfs-mtpfs.o `test -f 'mtpfs.c' || echo './'`mtpfs.c 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-mtpfs.Tpo .deps/mtpfs-mtpfs.Po 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 -O2 -march=i586 -mtune=i686 -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); ^ mv -f .deps/mtpfs-id3read.Tpo .deps/mtpfs-id3read.Po gcc -O2 -march=i586 -mtune=i686 -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 if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1' make[2]: Entering directory '/usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src/multimedia/mtpfs/package-mtpfs/usr/bin" /bin/sh /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s mtpfs '/usr/src/slapt-src/multimedia/mtpfs/package-mtpfs/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1' make[1]: Leaving directory '/usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1' Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1-i586-1salix.txz ./ usr/ usr/bin/ usr/bin/mtpfs usr/doc/ usr/doc/mtpfs-1.1/ usr/doc/mtpfs-1.1/README usr/doc/mtpfs-1.1/COPYING usr/doc/mtpfs-1.1/NEWS usr/doc/mtpfs-1.1/AUTHORS usr/doc/mtpfs-1.1/ChangeLog usr/doc/mtpfs-1.1/mtpfs.SlackBuild install/ install/slack-desc Slackware package /usr/src/slapt-src/multimedia/mtpfs/mtpfs-1.1-i586-1salix.txz created. Installing package mtpfs-1.1-i586-1salix... | mtpfs (mount MS Media Transport Protocol devices as a filesystem) | | MTPfs is a FUSE filesystem that supports reading and writing from | any MTP device, as supported by libmtp. MTPfs includes extra features | such as playlist and meta information support for MP3 players. | | | | | | | |