******************************************************************************** conan install libfuse/2.9.9@ --build=libfuse --profile=/home/conan/w/BuildSingleReference/46243/b2e09cde-3329-46a9-8a58-bcca0e98427b/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 10.0 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=10 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=10 os=Linux os_build=Linux [options] libfuse:shared=False [build_requires] [env] libfuse/2.9.9: Forced build from source Installing package: libfuse/2.9.9 Requirements libfuse/2.9.9 from local cache - Cache Packages libfuse/2.9.9:2b1e5ff9df96aaf5924c273e1368c632fcb32dd2 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libfuse/2.9.9: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libfuse/2.9.9: Copying sources to build folder libfuse/2.9.9: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2 libfuse/2.9.9: Generator txt created conanbuildinfo.txt libfuse/2.9.9: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libfuse/2.9.9: Calling build() libfuse/2.9.9: Calling: > source_subfolder/configure '--enable-shared=no' '--enable-static=yes' '--enable-lib' '--disable-util' '--prefix=/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--enable-shared=no' '--enable-static=yes' '--enable-lib' '--disable-util' '--prefix=/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... clang 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 clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by clang... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fPIC -DPIC checking if clang PIC flag -fPIC -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gcc... (cached) clang checking whether we are using the GNU C compiler... (cached) yes checking whether clang accepts -g... (cached) yes checking for clang option to accept ISO C89... (cached) none needed checking whether clang understands -c and -o together... (cached) yes checking dependency style of clang... (cached) gcc3 checking for fork... yes checking for setxattr... yes checking for fdatasync... yes checking for splice... yes checking for vmsplice... yes checking for utimensat... yes checking for posix_fallocate... yes checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for library containing dlopen... -ldl checking for library containing clock_gettime... none required checking for ld used by clang... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: MOUNT_FUSE_PATH env var not set, using default /sbin configure: UDEV_RULES_PATH env var not set, using default /etc/udev/rules.d configure: INIT_D_PATH env var not set, using default /etc/init.d checking if umount supports --fake --no-canonicalize... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating fuse.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating example/Makefile config.status: creating include/Makefile config.status: creating doc/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands ----Running------ > make -j3 ----------------- Making all in include make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' make all-am make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' Making all in lib make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' CC fuse.lo CC fuse_kern_chan.lo CC fuse_loop.lo CC fuse_loop_mt.lo CC fuse_lowlevel.lo CC fuse_mt.lo CC fuse_opt.lo CC fuse_session.lo CC fuse_signals.lo CC buffer.lo CC cuse_lowlevel.lo CC helper.lo CC mount.lo CC mount_util.lo CC ulockmgr.lo CC modules/subdir.lo CC modules/iconv.lo CCLD libulockmgr.la CCLD libfuse.la make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' Making all in example make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/example' CC fusexmp.o CC fusexmp_fh.o CC null.o CC hello.o CC hello_ll.o CC fioc.o CC fioclient-fioclient.o CC fsel.o CC fselclient-fselclient.o CC cusexmp.o CCLD fusexmp CCLD fusexmp_fh CCLD null CCLD hello CCLD hello_ll CCLD fioc CCLD fioclient CCLD fsel CCLD fselclient CCLD cusexmp make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/example' Making all in doc make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/doc' make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' libfuse/2.9.9: Package '2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' built libfuse/2.9.9: Build folder /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2 libfuse/2.9.9: Generated conaninfo.txt libfuse/2.9.9: Generated conanbuildinfo.txt libfuse/2.9.9: Generating the package libfuse/2.9.9: Package folder /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2 libfuse/2.9.9: Calling package() ----Running------ > make install -j3 ----------------- Making install in include make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include/fuse' /bin/mkdir -p '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' /usr/bin/install -c -m 644 ../source_subfolder/include/old/fuse.h ../source_subfolder/include/ulockmgr.h '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' /usr/bin/install -c -m 644 ../source_subfolder/include/fuse.h ../source_subfolder/include/fuse_compat.h ../source_subfolder/include/fuse_common.h ../source_subfolder/include/fuse_common_compat.h ../source_subfolder/include/fuse_lowlevel.h ../source_subfolder/include/fuse_lowlevel_compat.h ../source_subfolder/include/fuse_opt.h ../source_subfolder/include/cuse_lowlevel.h '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include/fuse' make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/include' Making install in lib make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libfuse.la libulockmgr.la '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' libtool: install: /usr/bin/install -c .libs/libfuse.lai /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libfuse.la libtool: install: /usr/bin/install -c .libs/libulockmgr.lai /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libulockmgr.la libtool: install: /usr/bin/install -c .libs/libfuse.a /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libfuse.a libtool: install: chmod 644 /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libfuse.a libtool: install: ranlib /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libfuse.a libtool: install: /usr/bin/install -c .libs/libulockmgr.a /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libulockmgr.a libtool: install: chmod 644 /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libulockmgr.a libtool: install: ranlib /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/libulockmgr.a libtool: finish: PATH="/opt/pyenv/versions/3.8.2/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib' Making install in example make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/example' make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/example' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/example' make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/example' Making install in doc make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/doc' make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/doc' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/share/man/man1' /bin/mkdir -p '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/share/man/man8' /usr/bin/install -c -m 644 ../source_subfolder/doc/fusermount.1 ../source_subfolder/doc/ulockmgr_server.1 '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/share/man/man1' /usr/bin/install -c -m 644 ../source_subfolder/doc/mount.fuse.8 '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/share/man/man8' make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/doc' make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/doc' make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' make[2]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/pkgconfig' /usr/bin/install -c -m 644 fuse.pc '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/lib/pkgconfig' make[2]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/libfuse/2.9.9/_/_/build/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libfuse/2.9.9 package(): Packaged 1 file: COPYING libfuse/2.9.9 package(): Packaged 1 '.LIB' file: COPYING.LIB libfuse/2.9.9 package(): Packaged 2 '.a' files: libfuse.a, libulockmgr.a libfuse/2.9.9 package(): Packaged 10 '.h' files libfuse/2.9.9: Package '2b1e5ff9df96aaf5924c273e1368c632fcb32dd2' created libfuse/2.9.9: Created package revision 3fb6e05fb10347d068317ed142bf15d4 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK Aggregating env generators ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U')