==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: mtpfs 1.1-5 (Sat Jul 13 16:18:37 2024) ==> Retrieving sources... -> Found mtpfs-1.1.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... mtpfs-1.1.tar.gz ... Passed ==> Making package: mtpfs 1.1-5 (Sat Jul 13 16:18:58 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (5) fuse-common-3.16.2-1 fuse2-2.9.9-5 libid3tag-0.16.3-2 libmad-0.15.1b-10 libmtp-1.1.21-2 Total Download Size: 0.68 MiB Total Installed Size: 6.13 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... libmtp-1.1.21-2-armv7h downloading... libmad-0.15.1b-10-armv7h downloading... libid3tag-0.16.3-2-armv7h downloading... 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-common... installing fuse2... installing libmad... [?25h==> Checking buildtime dependencies... ==> Retrieving sources... -> Found mtpfs-1.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting mtpfs-1.1.tar.gz with bsdtar ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -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\ \<chris@adebenham.com\>\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mtpfs\" -DVERSION=\"1.1\" -DDEBUG=0 -I. -DFUSE_USE_VERSION=22 -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/libusb-1.0 -DUSEMAD -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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\ \<chris@adebenham.com\>\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mtpfs\" -DVERSION=\"1.1\" -DDEBUG=0 -I. -DFUSE_USE_VERSION=22 -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/libusb-1.0 -DUSEMAD -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT mtpfs-id3read.o -MD -MP -MF .deps/mtpfs-id3read.Tpo -c -o mtpfs-id3read.o `test -f 'id3read.c' || echo './'`id3read.c 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:474:13: warning: Deprecated pre-processor symbol 474 | enter_lock("release: %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~~ 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: 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: 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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 622 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:628:13: warning: Deprecated pre-processor symbol 628 | enter_lock("destroy"); | ^~~~~~~~~~~~~~ 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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 636 | return_unlock(); | ^~~~~~~~ mtpfs.c:643:20: warning: Deprecated pre-processor symbol 643 | enter_lock("readdir %s", path); | ^~~~~~~~~~~~~~~~~~~~ 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: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: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: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: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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 769 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:776:13: warning: Deprecated pre-processor symbol 776 | if (path==NULL) return_unlock(-ENOENT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: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: 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: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: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: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: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:27: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 868 | return_unlock(-ENOENT); | ^~~~~~~~~~~~~ mtpfs.c:914:13: warning: Deprecated pre-processor symbol 914 | enter_lock("getattr %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~ 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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 919 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:925:20: warning: Deprecated pre-processor symbol 925 | enter_lock("mknod %s", path); | ^~~~~~~~~~~~~~~~~~ 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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 931 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:937:13: warning: Deprecated pre-processor symbol 937 | enter_lock("open"); | ^~~~~~~~~~~ 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: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: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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1014 | return_unlock(0); | ^~~~~~~~~ mtpfs.c:1021:13: warning: Deprecated pre-processor symbol 1021 | enter_lock("read"); | ^~~~~~~~~~~ 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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1033 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1040:13: warning: Deprecated pre-processor symbol 1040 | enter_lock("write"); | ^~~~~~~~~~~~ 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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1048 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1055:13: warning: Deprecated pre-processor symbol 1055 | enter_lock("unlink"); | ^~~~~~~~~~~~~ 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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1070 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1077:13: warning: Deprecated pre-processor symbol 1077 | return_unlock(-EPERM); | ^~~~~~~~~~~~~~~~ mtpfs.c:1077:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1077 | return_unlock(-EPERM); | ^~~~~~~~~~~~~~~~ mtpfs.c:1133:13: warning: Deprecated pre-processor symbol 1133 | enter_lock("mkdir: %s", path); | ^~~~~~~~~~~~~~~~~~~~~~ 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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1136 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1142:13: warning: Deprecated pre-processor symbol 1142 | enter_lock("rmdir %s", path); | ^~~~~~~~~~~~~~~~~~~~~ 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: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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1156 | return_unlock(ret); | ^~~~~~~~~~~ mtpfs.c:1202:19: warning: Deprecated pre-processor symbol 1202 | enter_lock("rename '%s' to '%s'", oldname, newname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: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: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:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 1269 | return_unlock(ret); | ^~~~~~~~~~~ id3read.c: In function 'seconds_to_mmss': id3read.c:49:23: warning: '%s' directive output may be truncated writing up to 2 bytes into a region of size between 1 and 8 [-Wformat-truncation=] In file included from /usr/include/stdio.h:980, from /usr/include/libmtp.h:59, from id3read.c:21: In function 'snprintf', inlined from 'seconds_to_mmss' at id3read.c:49:5: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 3 and 12 bytes into a destination of size 10 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~ mv -f .deps/mtpfs-id3read.Tpo .deps/mtpfs-id3read.Po In file included from mtpfs.c:9: ./mtpfs.h:76:1: warning: 'GStaticMutex' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] In file included from /usr/include/glib-2.0/glib.h:115, from ./mtpfs.h:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:135:9: note: declared here 135 | typedef struct | ^~~~~~ mtpfs.c: In function 'mtpfs_release': mtpfs.c:474:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtpfs.c:618:13: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | 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] /usr/include/glib-2.0/glib/deprecated/gthread.h:158:9: note: declared here 158 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/mtpfs-mtpfs.Tpo .deps/mtpfs-mtpfs.Po gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -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 '/build/mtpfs/src/mtpfs-1.1' test -z "/usr/bin" || /usr/bin/mkdir -p "/build/mtpfs/pkg/mtpfs/usr/bin" make[1]: Nothing to be done for 'install-data-am'. /usr/bin/install -c mtpfs '/build/mtpfs/pkg/mtpfs/usr/bin' make[1]: Leaving directory '/build/mtpfs/src/mtpfs-1.1' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "mtpfs"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: mtpfs 1.1-5 (Sat Jul 13 16:19:10 2024) ==> Cleaning up...