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/libmount -I/usr/include/blkid -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 In file included from mtpfs.c:9: ./mtpfs.h:76:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 76 | static GStaticMutex device_lock = G_STATIC_MUTEX_INIT; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ In file included from mtpfs.c:9: ./mtpfs.h:76:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_init" 76 | static GStaticMutex device_lock = G_STATIC_MUTEX_INIT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_release’: mtpfs.c:474:13: warning: Deprecated pre-processor symbol 474 | enter_lock("release: %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:474:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 474 | enter_lock("release: %s", path); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:474:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 474 | enter_lock("release: %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:483:13: warning: Deprecated pre-processor symbol 483 | return_unlock(0); | ^~~~~~~~~~~~~~~~~ mtpfs.c:483:13: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 483 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:483:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 483 | return_unlock(0); | ^~~~~~~~~~~~~~~~~ mtpfs.c:618:13: warning: Deprecated pre-processor symbol 618 | return_unlock(ret); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:618:13: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 618 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:618:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 618 | return_unlock(ret); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:622:13: warning: Deprecated pre-processor symbol 622 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:622:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 622 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:622:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 622 | return_unlock(0); | ^~~~~~~~~ mtpfs.c: In function ‘mtpfs_destroy’: mtpfs.c:628:13: warning: Deprecated pre-processor symbol 628 | enter_lock("destroy"); | ^~~~~~~~~~~~~~ mtpfs.c:628:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 628 | enter_lock("destroy"); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:628:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 628 | enter_lock("destroy"); | ^~~~~~~~~~~~~~ mtpfs.c:636:13: warning: Deprecated pre-processor symbol 636 | return_unlock(); | ^~~~~~~~ mtpfs.c:636:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 636 | return_unlock(); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:636:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 636 | return_unlock(); | ^~~~~~~~ mtpfs.c: In function ‘mtpfs_readdir’: mtpfs.c:643:20: warning: Deprecated pre-processor symbol 643 | enter_lock("readdir %s", path); | ^~~~~~~~~~~~~~~~~~~~ mtpfs.c:643:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 643 | enter_lock("readdir %s", path); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:643:20: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 643 | enter_lock("readdir %s", path); | ^~~~~~~~~~~~~~~~~~~~ mtpfs.c:666:27: warning: Deprecated pre-processor symbol 666 | return_unlock(0); | ^~~~~~~ mtpfs.c:666:17: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 666 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:666:27: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 666 | return_unlock(0); | ^~~~~~~ mtpfs.c:691:13: warning: Deprecated pre-processor symbol 691 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:691:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 691 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:691:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 691 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:709:27: warning: Deprecated pre-processor symbol 709 | return_unlock(0); | ^~~~~~~ mtpfs.c:709:17: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 709 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:709:27: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 709 | return_unlock(0); | ^~~~~~~ mtpfs.c:730:13: warning: Deprecated pre-processor symbol 730 | if (folder == NULL) return_unlock(0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:730:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 730 | if (folder == NULL) return_unlock(0); | ^~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:730:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 730 | if (folder == NULL) return_unlock(0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:733:13: warning: Deprecated pre-processor symbol 733 | if (folder == NULL) return_unlock(0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:733:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 733 | if (folder == NULL) return_unlock(0); | ^~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:733:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 733 | if (folder == NULL) return_unlock(0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:769:13: warning: Deprecated pre-processor symbol 769 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:769:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 769 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:769:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 769 | return_unlock(0); | ^~~~~~~~~ mtpfs.c: In function ‘mtpfs_getattr_real’: mtpfs.c:776:13: warning: Deprecated pre-processor symbol 776 | if (path==NULL) return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:776:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 776 | if (path==NULL) return_unlock(-ENOENT); | ^~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:776:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 776 | if (path==NULL) return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:787:13: warning: Deprecated pre-processor symbol 787 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:787:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 787 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:787:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 787 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:799:13: warning: Deprecated pre-processor symbol 799 | return_unlock(0); | ^~~~~~~~~~~~~~~~~ mtpfs.c:799:13: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 799 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:799:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 799 | return_unlock(0); | ^~~~~~~~~~~~~~~~~ mtpfs.c:808:13: warning: Deprecated pre-processor symbol 808 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:808:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 808 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:808:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 808 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:843:13: warning: Deprecated pre-processor symbol 843 | return_unlock(0); | ^ ~~~~~~~~~~~~~~~~~ mtpfs.c:843:17: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 843 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:843:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 843 | return_unlock(0); | ^ ~~~~~~~~~~~~~~~~~ mtpfs.c:847:13: warning: Deprecated pre-processor symbol 847 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:847:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 847 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:847:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 847 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:864:41: warning: Deprecated pre-processor symbol 864 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:864:33: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 864 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:864:41: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 864 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:868:27: warning: Deprecated pre-processor symbol 868 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ mtpfs.c:868:17: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 868 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:868:27: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 868 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_getattr’: mtpfs.c:914:13: warning: Deprecated pre-processor symbol 914 | enter_lock("getattr %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:914:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 914 | enter_lock("getattr %s", path); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:914:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 914 | enter_lock("getattr %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:919:13: warning: Deprecated pre-processor symbol 919 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:919:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 919 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:919:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 919 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_mknod’: mtpfs.c:925:20: warning: Deprecated pre-processor symbol 925 | enter_lock("mknod %s", path); | ^~~~~~~~~~~~~~~~~~ mtpfs.c:925:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 925 | enter_lock("mknod %s", path); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:925:20: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 925 | enter_lock("mknod %s", path); | ^~~~~~~~~~~~~~~~~~ mtpfs.c:928:13: warning: Deprecated pre-processor symbol 928 | return_unlock(-EEXIST); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:928:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 928 | return_unlock(-EEXIST); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:928:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 928 | return_unlock(-EEXIST); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:931:13: warning: Deprecated pre-processor symbol 931 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:931:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 931 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:931:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 931 | return_unlock(0); | ^~~~~~~~~ mtpfs.c: In function ‘mtpfs_open’: mtpfs.c:937:13: warning: Deprecated pre-processor symbol 937 | enter_lock("open"); | ^~~~~~~~~~~ mtpfs.c:937:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 937 | enter_lock("open"); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:937:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 937 | enter_lock("open"); | ^~~~~~~~~~~ mtpfs.c:941:13: warning: Deprecated pre-processor symbol 941 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:941:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 941 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:941:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 941 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1007:13: warning: Deprecated pre-processor symbol 1007 | return_unlock(-ENOENT); | ^ ~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1007:17: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1007 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1007:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1007 | return_unlock(-ENOENT); | ^ ~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1011:13: warning: Deprecated pre-processor symbol 1011 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1011:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1011 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1011:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1011 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1014:13: warning: Deprecated pre-processor symbol 1014 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:1014:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1014 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1014:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1014 | return_unlock(0); | ^~~~~~~~~ mtpfs.c: In function ‘mtpfs_read’: mtpfs.c:1021:13: warning: Deprecated pre-processor symbol 1021 | enter_lock("read"); | ^~~~~~~~~~~ mtpfs.c:1021:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1021 | enter_lock("read"); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1021:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 1021 | enter_lock("read"); | ^~~~~~~~~~~ mtpfs.c:1027:13: warning: Deprecated pre-processor symbol 1027 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1027:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1027 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1027:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1027 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1033:13: warning: Deprecated pre-processor symbol 1033 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1033:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1033 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1033:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1033 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_write’: mtpfs.c:1040:13: warning: Deprecated pre-processor symbol 1040 | enter_lock("write"); | ^~~~~~~~~~~~ mtpfs.c:1040:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1040 | enter_lock("write"); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1040:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 1040 | enter_lock("write"); | ^~~~~~~~~~~~ mtpfs.c:1048:13: warning: Deprecated pre-processor symbol 1048 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1048:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1048 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1048:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1048 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_unlink’: mtpfs.c:1055:13: warning: Deprecated pre-processor symbol 1055 | enter_lock("unlink"); | ^~~~~~~~~~~~~ mtpfs.c:1055:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1055 | enter_lock("unlink"); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1055:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 1055 | enter_lock("unlink"); | ^~~~~~~~~~~~~ mtpfs.c:1060:13: warning: Deprecated pre-processor symbol 1060 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1060:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1060 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1060:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1060 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1070:13: warning: Deprecated pre-processor symbol 1070 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1070:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1070 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1070:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1070 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_mkdir_real’: mtpfs.c:1077:13: warning: Deprecated pre-processor symbol 1077 | return_unlock(-EPERM); | ^~~~~~~~~~~~~~~~ mtpfs.c:1077:7: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1077 | return_unlock(-EPERM); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1077:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1077 | return_unlock(-EPERM); | ^~~~~~~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_mkdir’: mtpfs.c:1133:13: warning: Deprecated pre-processor symbol 1133 | enter_lock("mkdir: %s", path); | ^~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1133:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1133 | enter_lock("mkdir: %s", path); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1133:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 1133 | enter_lock("mkdir: %s", path); | ^~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1136:13: warning: Deprecated pre-processor symbol 1136 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1136:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1136 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1136:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1136 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_rmdir’: mtpfs.c:1142:13: warning: Deprecated pre-processor symbol 1142 | enter_lock("rmdir %s", path); | ^~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1142:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1142 | enter_lock("rmdir %s", path); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1142:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 1142 | enter_lock("rmdir %s", path); | ^~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1146:13: warning: Deprecated pre-processor symbol 1146 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:1146:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1146 | return_unlock(0); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1146:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1146 | return_unlock(0); | ^~~~~~~~~~~~~ mtpfs.c:1151:13: warning: Deprecated pre-processor symbol 1151 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1151:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1151 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1151:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1151 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1156:13: warning: Deprecated pre-processor symbol 1156 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1156:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1156 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1156:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1156 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c: In function ‘mtpfs_rename’: mtpfs.c:1202:19: warning: Deprecated pre-processor symbol 1202 | enter_lock("rename '%s' to '%s'", oldname, newname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1202:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1202 | enter_lock("rename '%s' to '%s'", oldname, newname); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1202:19: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 1202 | enter_lock("rename '%s' to '%s'", oldname, newname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1216:13: warning: Deprecated pre-processor symbol 1216 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1216:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1216 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1216:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1216 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~ mtpfs.c:1223:27: warning: Deprecated pre-processor symbol 1223 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ mtpfs.c:1223:17: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1223 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1223:27: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1223 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ mtpfs.c:1269:13: warning: Deprecated pre-processor symbol 1269 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1269:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1269 | return_unlock(ret); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from ./mtpfs.h:24, from mtpfs.c:9: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:1269:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1269 | return_unlock(ret); | ^~~~~~~~~~~ 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/libmount -I/usr/include/blkid -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 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-i486/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/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-i486/multimedia/mtpfs/mtpfs-1.1' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/multimedia/mtpfs/package-mtpfs/usr/bin" /bin/sh /usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1/install-sh -c -s mtpfs '/usr/src/slapt-src-i486/multimedia/mtpfs/package-mtpfs/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/mtpfs usr/doc/ usr/doc/mtpfs-1.1/ usr/doc/mtpfs-1.1/AUTHORS usr/doc/mtpfs-1.1/COPYING usr/doc/mtpfs-1.1/ChangeLog usr/doc/mtpfs-1.1/NEWS usr/doc/mtpfs-1.1/README usr/doc/mtpfs-1.1/mtpfs.SlackBuild Slackware package /usr/src/slapt-src-i486/multimedia/mtpfs/mtpfs-1.1-i586-1salix15.0.txz created. Installing package mtpfs-1.1-i586-1salix15.0... | 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. | | | | | | | |