* Package: dev-util/ostree-2023.1:0  * Repository: gentoo  * Maintainer: zmedico@gentoo.org  * USE: abi_x86_64 amd64 curl elibc_musl gpg http2 introspection kernel_linux soup ssl userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ostree-2023.1.tar.xz to /var/tmp/portage/dev-util/ostree-2023.1/work >>> Source unpacked in /var/tmp/portage/dev-util/ostree-2023.1/work >>> Preparing source in /var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1 ... * Applying ostree-2022.6-musl-allperms.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1' ... * Running 'gtkdocize --copy' ...  [ ok ] * Running 'libtoolize --install --copy --force --automake' ...  [ ok ] * Running 'aclocal -I buildutil -I libglnx --system-acdir=/var/tmp/portage/dev-util/ostree-2023.1/temp/aclocal' ...  [ ok ] * Running 'autoconf --force' ...  [ ok ] * Running 'autoheader' ...  [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ...  [ ok ] (B*(B Running elibtoolize in: libostree-2023.1/ (B*(B Running elibtoolize in: libostree-2023.1/build-aux/ (B*(B Applying portage/1.2.0 patch ... (B*(B Applying sed/1.5.6 patch ... (B*(B Applying as-needed/2.4.3 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1 ... * econf: updating libostree-2023.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess * econf: updating libostree-2023.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libostree-2023.1/config.guess with /usr/share/gnuconfig/config.guess * econf: updating libostree-2023.1/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/ostree-2023.1 --htmldir=/usr/share/doc/ostree-2023.1/html --with-sysroot=/ --libdir=/usr/lib --enable-man --enable-shared --with-grub2-mkconfig-path=grub-mkconfig --with-modern-grub --without-libarchive --with-curl --without-dracut --disable-gtk-doc --enable-introspection=yes --with-gpgme --enable-http2 --disable-trivial-httpd-cmdline --without-selinux --with-soup --without-libmount --with-crypto=openssl --without-ed25519-libsodium --without-libsystemd --without-avahi configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '250' is supported by ustar format... yes checking whether GID '250' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for x86_64-gentoo-linux-musl-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 the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for x86_64-gentoo-linux-musl-gcc... (cached) clang checking whether the compiler supports GNU C... (cached) yes checking whether clang accepts -g... (cached) yes checking for clang option to enable C11 features... (cached) none needed checking whether clang understands -c and -o together... (cached) yes checking dependency style of clang... (cached) none checking for bison... bison -y checking if clang supports flag -pipe in envvar CFLAGS... yes checking if clang supports flag -Wall in envvar CFLAGS... yes checking if clang supports flag -Werror=shadow in envvar CFLAGS... yes checking if clang supports flag -Werror=empty-body in envvar CFLAGS... yes checking if clang supports flag -Werror=strict-prototypes in envvar CFLAGS... yes checking if clang supports flag -Werror=missing-prototypes in envvar CFLAGS... yes checking if clang supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes checking if clang supports flag -Werror=format=2 -Werror=format-security -Werror=format-nonliteral in envvar CFLAGS... yes checking if clang supports flag -Werror=pointer-arith in envvar CFLAGS... yes checking if clang supports flag -Werror=init-self in envvar CFLAGS... yes checking if clang supports flag -Werror=missing-declarations in envvar CFLAGS... yes checking if clang supports flag -Werror=return-type in envvar CFLAGS... yes checking if clang supports flag -Werror=switch in envvar CFLAGS... yes checking if clang supports flag -Werror=overflow in envvar CFLAGS... yes checking if clang supports flag -Werror=int-conversion in envvar CFLAGS... yes checking if clang supports flag -Werror=parentheses in envvar CFLAGS... yes checking if clang supports flag -Werror=undef in envvar CFLAGS... yes checking if clang supports flag -Werror=incompatible-pointer-types in envvar CFLAGS... yes checking if clang supports flag -Werror=misleading-indentation in envvar CFLAGS... yes checking if clang supports flag -Werror=missing-include-dirs in envvar CFLAGS... yes checking if clang supports flag -Wstrict-aliasing=2 in envvar CFLAGS... yes checking if clang supports flag -Werror=unused-result in envvar CFLAGS... yes checking for -fsanitize=thread in CFLAGS... no checking build system type... x86_64-gentoo-linux-musl checking host system type... x86_64-gentoo-linux-musl checking how to print strings... printf 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... ld.lld checking if the linker (ld.lld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... llvm-nm checking the name lister (llvm-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert x86_64-gentoo-linux-musl file names to x86_64-gentoo-linux-musl format... func_convert_file_noop checking how to convert x86_64-gentoo-linux-musl file names to toolchain format... func_convert_file_noop checking for ld.lld option to reload object files... -r checking for x86_64-gentoo-linux-musl-file... no checking for file... file checking for x86_64-gentoo-linux-musl-objdump... llvm-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-gentoo-linux-musl-dlltool... x86_64-gentoo-linux-musl-dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-gentoo-linux-musl-ar... llvm-ar checking for archiver @FILE support... @ checking for x86_64-gentoo-linux-musl-strip... llvm-strip checking for x86_64-gentoo-linux-musl-ranlib... llvm-ranlib checking command to parse llvm-nm output from clang object... ok checking for sysroot... / checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-gentoo-linux-musl-mt... no checking for mt... no checking if : is a manifest tool... no 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 (ld.lld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no 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... yes checking whether to build static libraries... no checking for clang options needed to detect all undeclared functions... (cached) none needed checking whether renameat2 is declared... no checking whether memfd_create is declared... yes checking whether copy_file_range is declared... yes checking for nanotime... no checking for clock_gettime... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for sys/xattr.h... yes checking for x86_64-gentoo-linux-musl-pkg-config... /usr/bin/x86_64-gentoo-linux-musl-pkg-config checking pkg-config is at least version 0.9.0... yes checking for x86_64-gentoo-linux-musl-pkg-config... (cached) /usr/bin/x86_64-gentoo-linux-musl-pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB... yes checking for GLIB - version >= 2.0.0... yes (version 2.74.6) checking for OT_DEP_GIO_UNIX... yes checking for OT_DEP_LZMA... yes checking for OT_DEP_ZLIB... yes checking for OT_DEP_E2P... yes checking for OT_DEP_CURL... yes checking for libsoup-2.4 >= 2.39.1... yes checking for OT_DEP_SOUP... yes checking whether SOUP_SESSION_TLS_INTERACTION is declared... yes checking for gobject-introspection... yes checking for OT_DEP_GPGME... yes checking for OT_DEP_GPG_ERROR... yes checking for gpgme-config... /usr/bin/gpgme-config checking for linux/fsverity.h... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for xsltproc... /usr/bin/xsltproc checking for OT_DEP_CRYPTO... yes checking for FUSE3... yes checking for gjs... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating apidoc/Makefile config.status: creating src/libostree/ostree-1.pc config.status: creating src/libostree/ostree-version.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands libostree 2023.1 (release) features: libcurl libsoup gpgme ex-fsverity openssl release p2p =============== introspection: yes rofiles-fuse: yes HTTP backend: curl "ostree trivial-httpd": no SELinux: no fs-verity: yes cryptographic checksums: openssl systemd: no libmount: no libsodium (ed25519 signatures): no libarchive (parse tar files directly): no static deltas: yes (always enabled now) O_TMPFILE: yes wrpseudo-compat: no man pages (xsltproc): yes api docs (gtk-doc): no installed tests: gjs-based tests: no dracut: no mkinitcpio: no Static compiler for ostree-prepare-root: no grub2-mkconfig path: grub-mkconfig >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1 ... make -j1 echo '#include "config.h"' > libglnx-config.h /usr/bin/glib-mkenums \ --template src/libostree/ostree-enumtypes.h.template \ ./src/libostree/ostree-fetcher.h > src/libostree/ostree-enumtypes.h.tmp && mv src/libostree/ostree-enumtypes.h.tmp src/libostree/ostree-enumtypes.h /usr/bin/glib-mkenums \ --template src/libostree/ostree-enumtypes.c.template \ ./src/libostree/ostree-fetcher.h > src/libostree/ostree-enumtypes.c.tmp && mv src/libostree/ostree-enumtypes.c.tmp src/libostree/ostree-enumtypes.c (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1/build-aux/missing' autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1' Making all in . make[2]: Entering directory '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1' clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-main.o `test -f 'src/ostree/main.c' || echo './'`src/ostree/main.c In file included from src/ostree/main.c:30: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-admin.o `test -f 'src/ostree/ot-builtin-admin.c' || echo './'`src/ostree/ot-builtin-admin.c In file included from src/ostree/ot-builtin-admin.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-cat.o `test -f 'src/ostree/ot-builtin-cat.c' || echo './'`src/ostree/ot-builtin-cat.c In file included from src/ostree/ot-builtin-cat.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-config.o `test -f 'src/ostree/ot-builtin-config.c' || echo './'`src/ostree/ot-builtin-config.c In file included from src/ostree/ot-builtin-config.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-checkout.o `test -f 'src/ostree/ot-builtin-checkout.c' || echo './'`src/ostree/ot-builtin-checkout.c In file included from src/ostree/ot-builtin-checkout.c:27: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-checksum.o `test -f 'src/ostree/ot-builtin-checksum.c' || echo './'`src/ostree/ot-builtin-checksum.c In file included from src/ostree/ot-builtin-checksum.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-commit.o `test -f 'src/ostree/ot-builtin-commit.c' || echo './'`src/ostree/ot-builtin-commit.c In file included from src/ostree/ot-builtin-commit.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-create-usb.o `test -f 'src/ostree/ot-builtin-create-usb.c' || echo './'`src/ostree/ot-builtin-create-usb.c In file included from src/ostree/ot-builtin-create-usb.c:25: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-diff.o `test -f 'src/ostree/ot-builtin-diff.c' || echo './'`src/ostree/ot-builtin-diff.c In file included from src/ostree/ot-builtin-diff.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-export.o `test -f 'src/ostree/ot-builtin-export.c' || echo './'`src/ostree/ot-builtin-export.c In file included from src/ostree/ot-builtin-export.c:23: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ src/ostree/ot-builtin-export.c:70:20: warning: unused variable 'root' [-Wunused-variable] g_autoptr(GFile) root = NULL;  ^ src/ostree/ot-builtin-export.c:71:20: warning: unused variable 'subtree' [-Wunused-variable] g_autoptr(GFile) subtree = NULL;  ^ src/ostree/ot-builtin-export.c:72:20: warning: unused variable 'commit' [-Wunused-variable] g_autofree char *commit = NULL;  ^ src/ostree/ot-builtin-export.c:73:23: warning: unused variable 'commit_data' [-Wunused-variable] g_autoptr(GVariant) commit_data = NULL;  ^ 5 warnings generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-find-remotes.o `test -f 'src/ostree/ot-builtin-find-remotes.c' || echo './'`src/ostree/ot-builtin-find-remotes.c In file included from src/ostree/ot-builtin-find-remotes.c:25: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-fsck.o `test -f 'src/ostree/ot-builtin-fsck.c' || echo './'`src/ostree/ot-builtin-fsck.c In file included from src/ostree/ot-builtin-fsck.c:25: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-init.o `test -f 'src/ostree/ot-builtin-init.c' || echo './'`src/ostree/ot-builtin-init.c In file included from src/ostree/ot-builtin-init.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-pull-local.o `test -f 'src/ostree/ot-builtin-pull-local.c' || echo './'`src/ostree/ot-builtin-pull-local.c In file included from src/ostree/ot-builtin-pull-local.c:27: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-log.o `test -f 'src/ostree/ot-builtin-log.c' || echo './'`src/ostree/ot-builtin-log.c In file included from src/ostree/ot-builtin-log.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-ls.o `test -f 'src/ostree/ot-builtin-ls.c' || echo './'`src/ostree/ot-builtin-ls.c In file included from src/ostree/ot-builtin-ls.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-prune.o `test -f 'src/ostree/ot-builtin-prune.c' || echo './'`src/ostree/ot-builtin-prune.c In file included from src/ostree/ot-builtin-prune.c:25: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-refs.o `test -f 'src/ostree/ot-builtin-refs.c' || echo './'`src/ostree/ot-builtin-refs.c In file included from src/ostree/ot-builtin-refs.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-remote.o `test -f 'src/ostree/ot-builtin-remote.c' || echo './'`src/ostree/ot-builtin-remote.c In file included from src/ostree/ot-builtin-remote.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-reset.o `test -f 'src/ostree/ot-builtin-reset.c' || echo './'`src/ostree/ot-builtin-reset.c In file included from src/ostree/ot-builtin-reset.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-rev-parse.o `test -f 'src/ostree/ot-builtin-rev-parse.c' || echo './'`src/ostree/ot-builtin-rev-parse.c In file included from src/ostree/ot-builtin-rev-parse.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-sign.o `test -f 'src/ostree/ot-builtin-sign.c' || echo './'`src/ostree/ot-builtin-sign.c In file included from src/ostree/ot-builtin-sign.c:27: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-summary.o `test -f 'src/ostree/ot-builtin-summary.c' || echo './'`src/ostree/ot-builtin-summary.c In file included from src/ostree/ot-builtin-summary.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-show.o `test -f 'src/ostree/ot-builtin-show.c' || echo './'`src/ostree/ot-builtin-show.c In file included from src/ostree/ot-builtin-show.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-static-delta.o `test -f 'src/ostree/ot-builtin-static-delta.c' || echo './'`src/ostree/ot-builtin-static-delta.c In file included from src/ostree/ot-builtin-static-delta.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ src/ostree/ot-builtin-static-delta.c:443:40: warning: unused variable 'sk' [-Wunused-variable] g_autoptr (GVariant) sk = NULL;  ^ 2 warnings generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-main.o `test -f 'src/ostree/ot-main.c' || echo './'`src/ostree/ot-main.c In file included from src/ostree/ot-main.c:32: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-dump.o `test -f 'src/ostree/ot-dump.c' || echo './'`src/ostree/ot-dump.c In file included from src/ostree/ot-dump.c:32: In file included from ./src/ostree/ot-admin-functions.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-editor.o `test -f 'src/ostree/ot-editor.c' || echo './'`src/ostree/ot-editor.c In file included from src/ostree/ot-editor.c:26: In file included from ./src/ostree/ot-editor.h:26: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-gpg-sign.o `test -f 'src/ostree/ot-builtin-gpg-sign.c' || echo './'`src/ostree/ot-builtin-gpg-sign.c In file included from src/ostree/ot-builtin-gpg-sign.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-init-fs.o `test -f 'src/ostree/ot-admin-builtin-init-fs.c' || echo './'`src/ostree/ot-admin-builtin-init-fs.c In file included from src/ostree/ot-admin-builtin-init-fs.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-diff.o `test -f 'src/ostree/ot-admin-builtin-diff.c' || echo './'`src/ostree/ot-admin-builtin-diff.c In file included from src/ostree/ot-admin-builtin-diff.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-deploy.o `test -f 'src/ostree/ot-admin-builtin-deploy.c' || echo './'`src/ostree/ot-admin-builtin-deploy.c In file included from src/ostree/ot-admin-builtin-deploy.c:24: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-finalize-staged.o `test -f 'src/ostree/ot-admin-builtin-finalize-staged.c' || echo './'`src/ostree/ot-admin-builtin-finalize-staged.c In file included from src/ostree/ot-admin-builtin-finalize-staged.c:28: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-boot-complete.o `test -f 'src/ostree/ot-admin-builtin-boot-complete.c' || echo './'`src/ostree/ot-admin-builtin-boot-complete.c In file included from src/ostree/ot-admin-builtin-boot-complete.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-undeploy.o `test -f 'src/ostree/ot-admin-builtin-undeploy.c' || echo './'`src/ostree/ot-admin-builtin-undeploy.c In file included from src/ostree/ot-admin-builtin-undeploy.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-instutil.o `test -f 'src/ostree/ot-admin-builtin-instutil.c' || echo './'`src/ostree/ot-admin-builtin-instutil.c In file included from src/ostree/ot-admin-builtin-instutil.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-kargs.o `test -f 'src/ostree/ot-admin-builtin-kargs.c' || echo './'`src/ostree/ot-admin-builtin-kargs.c In file included from src/ostree/ot-admin-builtin-kargs.c:23: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-cleanup.o `test -f 'src/ostree/ot-admin-builtin-cleanup.c' || echo './'`src/ostree/ot-admin-builtin-cleanup.c In file included from src/ostree/ot-admin-builtin-cleanup.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-os-init.o `test -f 'src/ostree/ot-admin-builtin-os-init.c' || echo './'`src/ostree/ot-admin-builtin-os-init.c In file included from src/ostree/ot-admin-builtin-os-init.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-set-origin.o `test -f 'src/ostree/ot-admin-builtin-set-origin.c' || echo './'`src/ostree/ot-admin-builtin-set-origin.c In file included from src/ostree/ot-admin-builtin-set-origin.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-status.o `test -f 'src/ostree/ot-admin-builtin-status.c' || echo './'`src/ostree/ot-admin-builtin-status.c In file included from src/ostree/ot-admin-builtin-status.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-switch.o `test -f 'src/ostree/ot-admin-builtin-switch.c' || echo './'`src/ostree/ot-admin-builtin-switch.c In file included from src/ostree/ot-admin-builtin-switch.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-pin.o `test -f 'src/ostree/ot-admin-builtin-pin.c' || echo './'`src/ostree/ot-admin-builtin-pin.c In file included from src/ostree/ot-admin-builtin-pin.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-upgrade.o `test -f 'src/ostree/ot-admin-builtin-upgrade.c' || echo './'`src/ostree/ot-admin-builtin-upgrade.c In file included from src/ostree/ot-admin-builtin-upgrade.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-builtin-unlock.o `test -f 'src/ostree/ot-admin-builtin-unlock.c' || echo './'`src/ostree/ot-admin-builtin-unlock.c In file included from src/ostree/ot-admin-builtin-unlock.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-instutil-builtin-selinux-ensure-labeled.o `test -f 'src/ostree/ot-admin-instutil-builtin-selinux-ensure-labeled.c' || echo './'`src/ostree/ot-admin-instutil-builtin-selinux-ensure-labeled.c In file included from src/ostree/ot-admin-instutil-builtin-selinux-ensure-labeled.c:23: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-instutil-builtin-set-kargs.o `test -f 'src/ostree/ot-admin-instutil-builtin-set-kargs.c' || echo './'`src/ostree/ot-admin-instutil-builtin-set-kargs.c In file included from src/ostree/ot-admin-instutil-builtin-set-kargs.c:23: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-instutil-builtin-grub2-generate.o `test -f 'src/ostree/ot-admin-instutil-builtin-grub2-generate.c' || echo './'`src/ostree/ot-admin-instutil-builtin-grub2-generate.c In file included from src/ostree/ot-admin-instutil-builtin-grub2-generate.c:23: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-functions.o `test -f 'src/ostree/ot-admin-functions.c' || echo './'`src/ostree/ot-admin-functions.c In file included from src/ostree/ot-admin-functions.c:25: In file included from ./src/ostree/ot-admin-functions.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-admin-kargs-builtin-edit-in-place.o `test -f 'src/ostree/ot-admin-kargs-builtin-edit-in-place.c' || echo './'`src/ostree/ot-admin-kargs-builtin-edit-in-place.c In file included from src/ostree/ot-admin-kargs-builtin-edit-in-place.c:21: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-add.o `test -f 'src/ostree/ot-remote-builtin-add.c' || echo './'`src/ostree/ot-remote-builtin-add.c In file included from src/ostree/ot-remote-builtin-add.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-delete.o `test -f 'src/ostree/ot-remote-builtin-delete.c' || echo './'`src/ostree/ot-remote-builtin-delete.c In file included from src/ostree/ot-remote-builtin-delete.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-list.o `test -f 'src/ostree/ot-remote-builtin-list.c' || echo './'`src/ostree/ot-remote-builtin-list.c In file included from src/ostree/ot-remote-builtin-list.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-show-url.o `test -f 'src/ostree/ot-remote-builtin-show-url.c' || echo './'`src/ostree/ot-remote-builtin-show-url.c In file included from src/ostree/ot-remote-builtin-show-url.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-refs.o `test -f 'src/ostree/ot-remote-builtin-refs.c' || echo './'`src/ostree/ot-remote-builtin-refs.c In file included from src/ostree/ot-remote-builtin-refs.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-summary.o `test -f 'src/ostree/ot-remote-builtin-summary.c' || echo './'`src/ostree/ot-remote-builtin-summary.c In file included from src/ostree/ot-remote-builtin-summary.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-gpg-import.o `test -f 'src/ostree/ot-remote-builtin-gpg-import.c' || echo './'`src/ostree/ot-remote-builtin-gpg-import.c In file included from src/ostree/ot-remote-builtin-gpg-import.c:27: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-gpg-list-keys.o `test -f 'src/ostree/ot-remote-builtin-gpg-list-keys.c' || echo './'`src/ostree/ot-remote-builtin-gpg-list-keys.c In file included from src/ostree/ot-remote-builtin-gpg-list-keys.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-add-cookie.o `test -f 'src/ostree/ot-remote-builtin-add-cookie.c' || echo './'`src/ostree/ot-remote-builtin-add-cookie.c In file included from src/ostree/ot-remote-builtin-add-cookie.c:25: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-delete-cookie.o `test -f 'src/ostree/ot-remote-builtin-delete-cookie.c' || echo './'`src/ostree/ot-remote-builtin-delete-cookie.c In file included from src/ostree/ot-remote-builtin-delete-cookie.c:26: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-builtin-list-cookies.o `test -f 'src/ostree/ot-remote-builtin-list-cookies.c' || echo './'`src/ostree/ot-remote-builtin-list-cookies.c In file included from src/ostree/ot-remote-builtin-list-cookies.c:25: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-remote-cookie-util.o `test -f 'src/ostree/ot-remote-cookie-util.c' || echo './'`src/ostree/ot-remote-cookie-util.c In file included from src/ostree/ot-remote-cookie-util.c:26: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-pull.o `test -f 'src/ostree/ot-builtin-pull.c' || echo './'`src/ostree/ot-builtin-pull.c In file included from src/ostree/ot-builtin-pull.c:24: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-ot-builtin-trivial-httpd.o `test -f 'src/ostree/ot-builtin-trivial-httpd.c' || echo './'`src/ostree/ot-builtin-trivial-httpd.c In file included from src/ostree/ot-builtin-trivial-httpd.c:22: In file included from ./src/ostree/ot-main.h:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. mkdir -p src/ostree/ bison -y src/ostree/parse-datetime.y -o src/ostree/parse-datetime.c src/ostree/parse-datetime.y:302.1-12: warning: POSIX Yacc does not support %pure-parser []8;id=e6df51dc0005fabe2c89e78000000000;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wyacc\-Wyacc]8;;\] 302 | %pure-parser | ^~~~~~~~~~~~ src/ostree/parse-datetime.y:302.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ []8;id=e6df51dc0005fabe2c89e78000000001;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wdeprecated\-Wdeprecated]8;;\] 302 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/ostree/parse-datetime.y:307.1-7: warning: POSIX Yacc does not support %expect []8;id=e6df51dc0005fabe2c89e78000000002;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wyacc\-Wyacc]8;;\] 307 | %expect 31 | ^~~~~~~ src/ostree/parse-datetime.y: warning: fix-its can be applied. Rerun with option '--update'. []8;id=e6df51dc0005fabe2c89e78000000003;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wother\-Wother]8;;\] clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/ostree/ostree-parse-datetime.o `test -f 'src/ostree/parse-datetime.c' || echo './'`src/ostree/parse-datetime.c src/ostree/parse-datetime.c:1348:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable] int yynerrs = 0;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-backport-testutils.lo `test -f 'libglnx/glnx-backport-testutils.c' || echo './'`libglnx/glnx-backport-testutils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-backport-testutils.c -fPIC -DPIC -o libglnx/.libs/la-glnx-backport-testutils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-backports.lo `test -f 'libglnx/glnx-backports.c' || echo './'`libglnx/glnx-backports.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-backports.c -fPIC -DPIC -o libglnx/.libs/la-glnx-backports.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-local-alloc.lo `test -f 'libglnx/glnx-local-alloc.c' || echo './'`libglnx/glnx-local-alloc.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-local-alloc.c -fPIC -DPIC -o libglnx/.libs/la-glnx-local-alloc.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-errors.lo `test -f 'libglnx/glnx-errors.c' || echo './'`libglnx/glnx-errors.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-errors.c -fPIC -DPIC -o libglnx/.libs/la-glnx-errors.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-console.lo `test -f 'libglnx/glnx-console.c' || echo './'`libglnx/glnx-console.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-console.c -fPIC -DPIC -o libglnx/.libs/la-glnx-console.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-dirfd.lo `test -f 'libglnx/glnx-dirfd.c' || echo './'`libglnx/glnx-dirfd.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-dirfd.c -fPIC -DPIC -o libglnx/.libs/la-glnx-dirfd.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-fdio.lo `test -f 'libglnx/glnx-fdio.c' || echo './'`libglnx/glnx-fdio.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-fdio.c -fPIC -DPIC -o libglnx/.libs/la-glnx-fdio.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-lockfile.lo `test -f 'libglnx/glnx-lockfile.c' || echo './'`libglnx/glnx-lockfile.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-lockfile.c -fPIC -DPIC -o libglnx/.libs/la-glnx-lockfile.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-xattrs.lo `test -f 'libglnx/glnx-xattrs.c' || echo './'`libglnx/glnx-xattrs.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-xattrs.c -fPIC -DPIC -o libglnx/.libs/la-glnx-xattrs.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c -o libglnx/la-glnx-shutil.lo `test -f 'libglnx/glnx-shutil.c' || echo './'`libglnx/glnx-shutil.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -I./libglnx -I. -Os -march=bdver2 -mtune=bdver2 -pipe -c libglnx/glnx-shutil.c -fPIC -DPIC -o libglnx/.libs/la-glnx-shutil.o /bin/sh ./libtool --tag=CC --mode=link clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-I./libglnx" -I. -Os -march=bdver2 -mtune=bdver2 -pipe -avoid-version -Bsymbolic-functions -export-symbols-regex "^glnx_" -no-undefined -export-dynamic -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -o libglnx.la libglnx/la-glnx-backport-testutils.lo libglnx/la-glnx-backports.lo libglnx/la-glnx-local-alloc.lo libglnx/la-glnx-errors.lo libglnx/la-glnx-console.lo libglnx/la-glnx-dirfd.lo libglnx/la-glnx-fdio.lo libglnx/la-glnx-lockfile.lo libglnx/la-glnx-xattrs.lo libglnx/la-glnx-shutil.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 libtool: link: llvm-ar cr .libs/libglnx.a libglnx/.libs/la-glnx-backport-testutils.o libglnx/.libs/la-glnx-backports.o libglnx/.libs/la-glnx-local-alloc.o libglnx/.libs/la-glnx-errors.o libglnx/.libs/la-glnx-console.o libglnx/.libs/la-glnx-dirfd.o libglnx/.libs/la-glnx-fdio.o libglnx/.libs/la-glnx-lockfile.o libglnx/.libs/la-glnx-xattrs.o libglnx/.libs/la-glnx-shutil.o libtool: link: llvm-ranlib .libs/libglnx.a libtool: link: ( cd ".libs" && rm -f "libglnx.la" && ln -s "../libglnx.la" "libglnx.la" ) /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-checksum-utils.lo `test -f 'src/libotutil/ot-checksum-utils.c' || echo './'`src/libotutil/ot-checksum-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-checksum-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-checksum-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-checksum-instream.lo `test -f 'src/libotutil/ot-checksum-instream.c' || echo './'`src/libotutil/ot-checksum-instream.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-checksum-instream.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-checksum-instream.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-fs-utils.lo `test -f 'src/libotutil/ot-fs-utils.c' || echo './'`src/libotutil/ot-fs-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-fs-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-fs-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-keyfile-utils.lo `test -f 'src/libotutil/ot-keyfile-utils.c' || echo './'`src/libotutil/ot-keyfile-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-keyfile-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-keyfile-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-opt-utils.lo `test -f 'src/libotutil/ot-opt-utils.c' || echo './'`src/libotutil/ot-opt-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-opt-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-opt-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-unix-utils.lo `test -f 'src/libotutil/ot-unix-utils.c' || echo './'`src/libotutil/ot-unix-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-unix-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-unix-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-variant-utils.lo `test -f 'src/libotutil/ot-variant-utils.c' || echo './'`src/libotutil/ot-variant-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-variant-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-variant-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-variant-builder.lo `test -f 'src/libotutil/ot-variant-builder.c' || echo './'`src/libotutil/ot-variant-builder.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-variant-builder.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-variant-builder.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-gio-utils.lo `test -f 'src/libotutil/ot-gio-utils.c' || echo './'`src/libotutil/ot-gio-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-gio-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-gio-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-tool-util.lo `test -f 'src/libotutil/ot-tool-util.c' || echo './'`src/libotutil/ot-tool-util.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-tool-util.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-tool-util.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-ot-gpg-utils.lo `test -f 'src/libotutil/ot-gpg-utils.c' || echo './'`src/libotutil/ot-gpg-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/ot-gpg-utils.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-ot-gpg-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libotutil/libotutil_la-zbase32.lo `test -f 'src/libotutil/zbase32.c' || echo './'`src/libotutil/zbase32.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil "-DLOCALEDIR=\"/usr/share/locale\"" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libotutil/zbase32.c -fPIC -DPIC -o src/libotutil/.libs/libotutil_la-zbase32.o /bin/sh ./libtool --tag=CC --mode=link clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./libglnx -I./src/libotutil -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -Os -march=bdver2 -mtune=bdver2 -pipe -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -o libotutil.la src/libotutil/libotutil_la-ot-checksum-utils.lo src/libotutil/libotutil_la-ot-checksum-instream.lo src/libotutil/libotutil_la-ot-fs-utils.lo src/libotutil/libotutil_la-ot-keyfile-utils.lo src/libotutil/libotutil_la-ot-opt-utils.lo src/libotutil/libotutil_la-ot-unix-utils.lo src/libotutil/libotutil_la-ot-variant-utils.lo src/libotutil/libotutil_la-ot-variant-builder.lo src/libotutil/libotutil_la-ot-gio-utils.lo src/libotutil/libotutil_la-ot-tool-util.lo src/libotutil/libotutil_la-ot-gpg-utils.lo src/libotutil/libotutil_la-zbase32.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgpgme libtool: link: llvm-ar cr .libs/libotutil.a src/libotutil/.libs/libotutil_la-ot-checksum-utils.o src/libotutil/.libs/libotutil_la-ot-checksum-instream.o src/libotutil/.libs/libotutil_la-ot-fs-utils.o src/libotutil/.libs/libotutil_la-ot-keyfile-utils.o src/libotutil/.libs/libotutil_la-ot-opt-utils.o src/libotutil/.libs/libotutil_la-ot-unix-utils.o src/libotutil/.libs/libotutil_la-ot-variant-utils.o src/libotutil/.libs/libotutil_la-ot-variant-builder.o src/libotutil/.libs/libotutil_la-ot-gio-utils.o src/libotutil/.libs/libotutil_la-ot-tool-util.o src/libotutil/.libs/libotutil_la-ot-gpg-utils.o src/libotutil/.libs/libotutil_la-zbase32.o libtool: link: llvm-ranlib .libs/libotutil.a libtool: link: ( cd ".libs" && rm -f "libotutil.la" && ln -s "../libotutil.la" "libotutil.la" ) /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-async-progress.lo `test -f 'src/libostree/ostree-async-progress.c' || echo './'`src/libostree/ostree-async-progress.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-async-progress.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-async-progress.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-cmd-private.lo `test -f 'src/libostree/ostree-cmd-private.c' || echo './'`src/libostree/ostree-cmd-private.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-cmd-private.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-cmd-private.o In file included from src/libostree/ostree-cmd-private.c:26: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-core.lo `test -f 'src/libostree/ostree-core.c' || echo './'`src/libostree/ostree-core.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-core.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-core.o In file included from src/libostree/ostree-core.c:31: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ src/libostree/ostree-core.c:2269:23: warning: unused variable 'metadata_entry' [-Wunused-variable] g_autoptr(GVariant) metadata_entry = NULL;  ^ 2 warnings generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-date-utils.lo `test -f 'src/libostree/ostree-date-utils.c' || echo './'`src/libostree/ostree-date-utils.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-date-utils.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-date-utils.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-dummy-enumtypes.lo `test -f 'src/libostree/ostree-dummy-enumtypes.c' || echo './'`src/libostree/ostree-dummy-enumtypes.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-dummy-enumtypes.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-dummy-enumtypes.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-checksum-input-stream.lo `test -f 'src/libostree/ostree-checksum-input-stream.c' || echo './'`src/libostree/ostree-checksum-input-stream.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-checksum-input-stream.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-checksum-input-stream.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-chain-input-stream.lo `test -f 'src/libostree/ostree-chain-input-stream.c' || echo './'`src/libostree/ostree-chain-input-stream.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-chain-input-stream.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-chain-input-stream.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-content-writer.lo `test -f 'src/libostree/ostree-content-writer.c' || echo './'`src/libostree/ostree-content-writer.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-content-writer.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-content-writer.o In file included from src/libostree/ostree-content-writer.c:21: In file included from ./src/libostree/ostree-repo-private.h:25: In file included from ./src/libostree/ostree-ref.h:29: ./src/libostree/ostree-types.h:39:37: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] typedef struct _OstreeContentWriter OstreeContentWriter;  ^ ./src/libostree/ostree-content-writer.h:27:38: note: previous definition is here _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-lzma-common.lo `test -f 'src/libostree/ostree-lzma-common.c' || echo './'`src/libostree/ostree-lzma-common.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-lzma-common.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-lzma-common.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-lzma-compressor.lo `test -f 'src/libostree/ostree-lzma-compressor.c' || echo './'`src/libostree/ostree-lzma-compressor.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-lzma-compressor.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-lzma-compressor.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-lzma-decompressor.lo `test -f 'src/libostree/ostree-lzma-decompressor.c' || echo './'`src/libostree/ostree-lzma-decompressor.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-lzma-decompressor.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-lzma-decompressor.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-rollsum.lo `test -f 'src/libostree/ostree-rollsum.c' || echo './'`src/libostree/ostree-rollsum.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-rollsum.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-rollsum.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-varint.lo `test -f 'src/libostree/ostree-varint.c' || echo './'`src/libostree/ostree-varint.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-varint.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-varint.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-linuxfsutil.lo `test -f 'src/libostree/ostree-linuxfsutil.c' || echo './'`src/libostree/ostree-linuxfsutil.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-linuxfsutil.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-linuxfsutil.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-diff.lo `test -f 'src/libostree/ostree-diff.c' || echo './'`src/libostree/ostree-diff.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-diff.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-diff.o In file included from src/libostree/ostree-diff.c:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-mutable-tree.lo `test -f 'src/libostree/ostree-mutable-tree.c' || echo './'`src/libostree/ostree-mutable-tree.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-mutable-tree.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-mutable-tree.o In file included from src/libostree/ostree-mutable-tree.c:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-ref.lo `test -f 'src/libostree/ostree-ref.c' || echo './'`src/libostree/ostree-ref.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-ref.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-ref.o In file included from src/libostree/ostree-ref.c:30: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-remote.lo `test -f 'src/libostree/ostree-remote.c' || echo './'`src/libostree/ostree-remote.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-remote.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-remote.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-os.lo `test -f 'src/libostree/ostree-repo-os.c' || echo './'`src/libostree/ostree-repo-os.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-os.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-os.o In file included from src/libostree/ostree-repo-os.c:26: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo.lo `test -f 'src/libostree/ostree-repo.c' || echo './'`src/libostree/ostree-repo.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo.o In file included from src/libostree/ostree-repo.c:37: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-checkout.lo `test -f 'src/libostree/ostree-repo-checkout.c' || echo './'`src/libostree/ostree-repo-checkout.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-checkout.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-checkout.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-commit.lo `test -f 'src/libostree/ostree-repo-commit.c' || echo './'`src/libostree/ostree-repo-commit.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-commit.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-commit.o In file included from src/libostree/ostree-repo-commit.c:36: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-pull.lo `test -f 'src/libostree/ostree-repo-pull.c' || echo './'`src/libostree/ostree-repo-pull.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-pull.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-pull.o In file included from src/libostree/ostree-repo-pull.c:29: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ src/libostree/ostree-repo-pull.c:3098:19: warning: unused variable 'fd' [-Wunused-variable] glnx_autofd int fd = -1;  ^ src/libostree/ostree-repo-pull.c:3775:15: warning: variable 'the_ref_to_fetch' set but not used [-Wunused-but-set-variable] const char *the_ref_to_fetch = NULL;  ^ 3 warnings generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-pull-verify.lo `test -f 'src/libostree/ostree-repo-pull-verify.c' || echo './'`src/libostree/ostree-repo-pull-verify.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-pull-verify.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-pull-verify.o In file included from src/libostree/ostree-repo-pull-verify.c:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-libarchive.lo `test -f 'src/libostree/ostree-repo-libarchive.c' || echo './'`src/libostree/ostree-repo-libarchive.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-libarchive.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-libarchive.o In file included from src/libostree/ostree-repo-libarchive.c:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-prune.lo `test -f 'src/libostree/ostree-repo-prune.c' || echo './'`src/libostree/ostree-repo-prune.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-prune.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-prune.o In file included from src/libostree/ostree-repo-prune.c:26: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-refs.lo `test -f 'src/libostree/ostree-repo-refs.c' || echo './'`src/libostree/ostree-repo-refs.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-refs.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-refs.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-verity.lo `test -f 'src/libostree/ostree-repo-verity.c' || echo './'`src/libostree/ostree-repo-verity.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-verity.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-verity.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-traverse.lo `test -f 'src/libostree/ostree-repo-traverse.c' || echo './'`src/libostree/ostree-repo-traverse.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-traverse.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-traverse.o In file included from src/libostree/ostree-repo-traverse.c:25: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-file.lo `test -f 'src/libostree/ostree-repo-file.c' || echo './'`src/libostree/ostree-repo-file.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-file.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-file.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-file-enumerator.lo `test -f 'src/libostree/ostree-repo-file-enumerator.c' || echo './'`src/libostree/ostree-repo-file-enumerator.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-file-enumerator.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-file-enumerator.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sepolicy.lo `test -f 'src/libostree/ostree-sepolicy.c' || echo './'`src/libostree/ostree-sepolicy.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sepolicy.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sepolicy.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sysroot.lo `test -f 'src/libostree/ostree-sysroot.c' || echo './'`src/libostree/ostree-sysroot.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sysroot.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sysroot.o In file included from src/libostree/ostree-sysroot.c:29: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sysroot-cleanup.lo `test -f 'src/libostree/ostree-sysroot-cleanup.c' || echo './'`src/libostree/ostree-sysroot-cleanup.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sysroot-cleanup.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sysroot-cleanup.o In file included from src/libostree/ostree-sysroot-cleanup.c:26: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sysroot-deploy.lo `test -f 'src/libostree/ostree-sysroot-deploy.c' || echo './'`src/libostree/ostree-sysroot-deploy.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sysroot-deploy.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sysroot-deploy.o In file included from src/libostree/ostree-sysroot-deploy.c:31: /usr/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings] #warning redirecting incorrect #include to  ^ In file included from src/libostree/ostree-sysroot-deploy.c:42: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ src/libostree/ostree-sysroot-deploy.c:2684:18: warning: unused variable 'bootloader_config' [-Wunused-variable] const gchar *bootloader_config = ostree_repo_get_bootloader (ostree_sysroot_repo (self));  ^ src/libostree/ostree-sysroot-deploy.c:2781:19: warning: unused variable 'dest_dfd' [-Wunused-variable] glnx_autofd int dest_dfd = -1;  ^ 4 warnings generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sysroot-upgrader.lo `test -f 'src/libostree/ostree-sysroot-upgrader.c' || echo './'`src/libostree/ostree-sysroot-upgrader.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sysroot-upgrader.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sysroot-upgrader.o In file included from src/libostree/ostree-sysroot-upgrader.c:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-impl-system-generator.lo `test -f 'src/libostree/ostree-impl-system-generator.c' || echo './'`src/libostree/ostree-impl-system-generator.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-impl-system-generator.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-impl-system-generator.o In file included from src/libostree/ostree-impl-system-generator.c:33: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootconfig-parser.lo `test -f 'src/libostree/ostree-bootconfig-parser.c' || echo './'`src/libostree/ostree-bootconfig-parser.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootconfig-parser.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootconfig-parser.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-deployment.lo `test -f 'src/libostree/ostree-deployment.c' || echo './'`src/libostree/ostree-deployment.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-deployment.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-deployment.o In file included from src/libostree/ostree-deployment.c:21: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootloader.lo `test -f 'src/libostree/ostree-bootloader.c' || echo './'`src/libostree/ostree-bootloader.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootloader.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootloader.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootloader-aboot.lo `test -f 'src/libostree/ostree-bootloader-aboot.c' || echo './'`src/libostree/ostree-bootloader-aboot.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootloader-aboot.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootloader-aboot.o In file included from src/libostree/ostree-bootloader-aboot.c:20: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootloader-grub2.lo `test -f 'src/libostree/ostree-bootloader-grub2.c' || echo './'`src/libostree/ostree-bootloader-grub2.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootloader-grub2.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootloader-grub2.o In file included from src/libostree/ostree-bootloader-grub2.c:20: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootloader-zipl.lo `test -f 'src/libostree/ostree-bootloader-zipl.c' || echo './'`src/libostree/ostree-bootloader-zipl.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootloader-zipl.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootloader-zipl.o In file included from src/libostree/ostree-bootloader-zipl.c:20: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootloader-syslinux.lo `test -f 'src/libostree/ostree-bootloader-syslinux.c' || echo './'`src/libostree/ostree-bootloader-syslinux.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootloader-syslinux.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootloader-syslinux.o In file included from src/libostree/ostree-bootloader-syslinux.c:20: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bootloader-uboot.lo `test -f 'src/libostree/ostree-bootloader-uboot.c' || echo './'`src/libostree/ostree-bootloader-uboot.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bootloader-uboot.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bootloader-uboot.o In file included from src/libostree/ostree-bootloader-uboot.c:24: In file included from ./src/libostree/ostree-sysroot-private.h:23: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-static-delta-core.lo `test -f 'src/libostree/ostree-repo-static-delta-core.c' || echo './'`src/libostree/ostree-repo-static-delta-core.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-static-delta-core.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-core.o src/libostree/ostree-repo-static-delta-core.c:861:11: warning: variable 'total_usize' set but not used [-Wunused-but-set-variable] guint64 total_usize = 0;  ^ src/libostree/ostree-repo-static-delta-core.c:1187:23: warning: unused variable 'delta_meta' [-Wunused-variable] g_autoptr(GVariant) delta_meta = NULL;  ^ 2 warnings generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-static-delta-processing.lo `test -f 'src/libostree/ostree-repo-static-delta-processing.c' || echo './'`src/libostree/ostree-repo-static-delta-processing.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-static-delta-processing.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-processing.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-static-delta-compilation.lo `test -f 'src/libostree/ostree-repo-static-delta-compilation.c' || echo './'`src/libostree/ostree-repo-static-delta-compilation.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-static-delta-compilation.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-compilation.o In file included from src/libostree/ostree-repo-static-delta-compilation.c:37: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-static-delta-compilation-analysis.lo `test -f 'src/libostree/ostree-repo-static-delta-compilation-analysis.c' || echo './'`src/libostree/ostree-repo-static-delta-compilation-analysis.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-static-delta-compilation-analysis.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-compilation-analysis.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-bloom.lo `test -f 'src/libostree/ostree-bloom.c' || echo './'`src/libostree/ostree-bloom.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-bloom.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-bloom.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-finder.lo `test -f 'src/libostree/ostree-repo-finder.c' || echo './'`src/libostree/ostree-repo-finder.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-finder.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-finder.o In file included from src/libostree/ostree-repo-finder.c:30: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-finder-avahi.lo `test -f 'src/libostree/ostree-repo-finder-avahi.c' || echo './'`src/libostree/ostree-repo-finder-avahi.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-finder-avahi.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-finder-avahi.o In file included from src/libostree/ostree-repo-finder-avahi.c:47: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-finder-config.lo `test -f 'src/libostree/ostree-repo-finder-config.c' || echo './'`src/libostree/ostree-repo-finder-config.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-finder-config.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-finder-config.o In file included from src/libostree/ostree-repo-finder-config.c:31: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-finder-mount.lo `test -f 'src/libostree/ostree-repo-finder-mount.c' || echo './'`src/libostree/ostree-repo-finder-mount.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-finder-mount.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-finder-mount.o In file included from src/libostree/ostree-repo-finder-mount.c:32: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-repo-finder-override.lo `test -f 'src/libostree/ostree-repo-finder-override.c' || echo './'`src/libostree/ostree-repo-finder-override.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-repo-finder-override.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-repo-finder-override.o In file included from src/libostree/ostree-repo-finder-override.c:31: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-kernel-args.lo `test -f 'src/libostree/ostree-kernel-args.c' || echo './'`src/libostree/ostree-kernel-args.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-kernel-args.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-kernel-args.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-tls-cert-interaction.lo `test -f 'src/libostree/ostree-tls-cert-interaction.c' || echo './'`src/libostree/ostree-tls-cert-interaction.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-tls-cert-interaction.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-tls-cert-interaction.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-gpg-verifier.lo `test -f 'src/libostree/ostree-gpg-verifier.c' || echo './'`src/libostree/ostree-gpg-verifier.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-gpg-verifier.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-gpg-verifier.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-gpg-verify-result.lo `test -f 'src/libostree/ostree-gpg-verify-result.c' || echo './'`src/libostree/ostree-gpg-verify-result.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-gpg-verify-result.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-gpg-verify-result.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-fetcher-util.lo `test -f 'src/libostree/ostree-fetcher-util.c' || echo './'`src/libostree/ostree-fetcher-util.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-fetcher-util.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-fetcher-util.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-fetcher-uri.lo `test -f 'src/libostree/ostree-fetcher-uri.c' || echo './'`src/libostree/ostree-fetcher-uri.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-fetcher-uri.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-fetcher-uri.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-metalink.lo `test -f 'src/libostree/ostree-metalink.c' || echo './'`src/libostree/ostree-metalink.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-metalink.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-metalink.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-fetcher-curl.lo `test -f 'src/libostree/ostree-fetcher-curl.c' || echo './'`src/libostree/ostree-fetcher-curl.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-fetcher-curl.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-fetcher-curl.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sign.lo `test -f 'src/libostree/ostree-sign.c' || echo './'`src/libostree/ostree-sign.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sign.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sign.o In file included from src/libostree/ostree-sign.c:40: In file included from ./src/libostree/ostree-autocleanups.h:24: In file included from ./src/libostree/ostree.h:23: ./src/libostree/ostree-content-writer.h:27:38: warning: redefinition of typedef 'OstreeContentWriter' is a C11 feature [-Wtypedef-redefinition] _OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT...  ^ ./src/libostree/ostree-types.h:39:37: note: previous definition is here typedef struct _OstreeContentWriter OstreeContentWriter;  ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sign-dummy.lo `test -f 'src/libostree/ostree-sign-dummy.c' || echo './'`src/libostree/ostree-sign-dummy.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sign-dummy.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sign-dummy.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-sign-ed25519.lo `test -f 'src/libostree/ostree-sign-ed25519.c' || echo './'`src/libostree/ostree-sign-ed25519.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-sign-ed25519.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-sign-ed25519.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/libostree_1_la-ostree-enumtypes.lo `test -f 'src/libostree/ostree-enumtypes.c' || echo './'`src/libostree/ostree-enumtypes.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden "-D_OSTREE_PUBLIC=__attribute__((visibility(\"default\"))) extern" "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/ostree-enumtypes.c -fPIC -DPIC -o src/libostree/.libs/libostree_1_la-ostree-enumtypes.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -c -o bsdiff/libbsdiff_la-bsdiff.lo `test -f 'bsdiff/bsdiff.c' || echo './'`bsdiff/bsdiff.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -c bsdiff/bsdiff.c -fPIC -DPIC -o bsdiff/.libs/libbsdiff_la-bsdiff.o /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -c -o bsdiff/libbsdiff_la-bspatch.lo `test -f 'bsdiff/bspatch.c' || echo './'`bsdiff/bspatch.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -c bsdiff/bspatch.c -fPIC -DPIC -o bsdiff/.libs/libbsdiff_la-bspatch.o /bin/sh ./libtool --tag=CC --mode=link clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -o libbsdiff.la bsdiff/libbsdiff_la-bsdiff.lo bsdiff/libbsdiff_la-bspatch.lo libtool: link: llvm-ar cr .libs/libbsdiff.a bsdiff/.libs/libbsdiff_la-bsdiff.o bsdiff/.libs/libbsdiff_la-bspatch.o libtool: link: llvm-ranlib .libs/libbsdiff.a libtool: link: ( cd ".libs" && rm -f "libbsdiff.la" && ln -s "../libbsdiff.la" "libbsdiff.la" ) /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/libexec"' -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DTARGET_PREFIX='"/usr"' -DSHORTENED_SYSCONFDIR=\"$(echo "/etc" | sed -e 's|^/usr||' -e 's|^/||')\" -DOSTREE_FEATURES='"libcurl libsoup gpgme ex-fsverity openssl release p2p"' -DOSTREE_COMPILATION -DG_LOG_DOMAIN=\"OSTree\" -DOSTREE_GITREV='""' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)' -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -c -o src/libostree/bupsplit.lo src/libostree/bupsplit.c libtool: compile: clang -DHAVE_CONFIG_H -I. "-DDATADIR=\"/usr/share\"" "-DLIBEXECDIR=\"/usr/libexec\"" "-DLOCALEDIR=\"/usr/share/locale\"" "-DSYSCONFDIR=\"/etc\"" "-DTARGET_PREFIX=\"/usr\"" "-DSHORTENED_SYSCONFDIR=\"etc\"" "-DOSTREE_FEATURES=\"libcurl libsoup gpgme ex-fsverity openssl release p2p\"" -DOSTREE_COMPILATION "-DG_LOG_DOMAIN=\"OSTree\"" "-DOSTREE_GITREV=\"\"" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,70)" -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 "-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)" -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -c src/libostree/bupsplit.c -fPIC -DPIC -o src/libostree/.libs/bupsplit.o /bin/sh ./libtool --tag=CC --mode=link clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -pipe -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -o libbupsplit.la src/libostree/bupsplit.lo libtool: link: llvm-ar cr .libs/libbupsplit.a src/libostree/.libs/bupsplit.o libtool: link: llvm-ranlib .libs/libbupsplit.a libtool: link: ( cd ".libs" && rm -f "libbupsplit.la" && ln -s "../libbupsplit.la" "libbupsplit.la" ) /bin/sh ./libtool --tag=CC --mode=link clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./bsdiff -I./libglnx -I./src/libotutil -I./src/libostree -I./src/libostree -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -fvisibility=hidden '-D_OSTREE_PUBLIC=__attribute__((visibility("default"))) extern' -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -version-number 1:0:0 -Bsymbolic-functions -Wl,--version-script=./src/libostree/libostree-released.sym -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -o libostree-1.la -rpath /usr/lib src/libostree/libostree_1_la-ostree-async-progress.lo src/libostree/libostree_1_la-ostree-cmd-private.lo src/libostree/libostree_1_la-ostree-core.lo src/libostree/libostree_1_la-ostree-date-utils.lo src/libostree/libostree_1_la-ostree-dummy-enumtypes.lo src/libostree/libostree_1_la-ostree-checksum-input-stream.lo src/libostree/libostree_1_la-ostree-chain-input-stream.lo src/libostree/libostree_1_la-ostree-content-writer.lo src/libostree/libostree_1_la-ostree-lzma-common.lo src/libostree/libostree_1_la-ostree-lzma-compressor.lo src/libostree/libostree_1_la-ostree-lzma-decompressor.lo src/libostree/libostree_1_la-ostree-rollsum.lo src/libostree/libostree_1_la-ostree-varint.lo src/libostree/libostree_1_la-ostree-linuxfsutil.lo src/libostree/libostree_1_la-ostree-diff.lo src/libostree/libostree_1_la-ostree-mutable-tree.lo src/libostree/libostree_1_la-ostree-ref.lo src/libostree/libostree_1_la-ostree-remote.lo src/libostree/libostree_1_la-ostree-repo-os.lo src/libostree/libostree_1_la-ostree-repo.lo src/libostree/libostree_1_la-ostree-repo-checkout.lo src/libostree/libostree_1_la-ostree-repo-commit.lo src/libostree/libostree_1_la-ostree-repo-pull.lo src/libostree/libostree_1_la-ostree-repo-pull-verify.lo src/libostree/libostree_1_la-ostree-repo-libarchive.lo src/libostree/libostree_1_la-ostree-repo-prune.lo src/libostree/libostree_1_la-ostree-repo-refs.lo src/libostree/libostree_1_la-ostree-repo-verity.lo src/libostree/libostree_1_la-ostree-repo-traverse.lo src/libostree/libostree_1_la-ostree-repo-file.lo src/libostree/libostree_1_la-ostree-repo-file-enumerator.lo src/libostree/libostree_1_la-ostree-sepolicy.lo src/libostree/libostree_1_la-ostree-sysroot.lo src/libostree/libostree_1_la-ostree-sysroot-cleanup.lo src/libostree/libostree_1_la-ostree-sysroot-deploy.lo src/libostree/libostree_1_la-ostree-sysroot-upgrader.lo src/libostree/libostree_1_la-ostree-impl-system-generator.lo src/libostree/libostree_1_la-ostree-bootconfig-parser.lo src/libostree/libostree_1_la-ostree-deployment.lo src/libostree/libostree_1_la-ostree-bootloader.lo src/libostree/libostree_1_la-ostree-bootloader-aboot.lo src/libostree/libostree_1_la-ostree-bootloader-grub2.lo src/libostree/libostree_1_la-ostree-bootloader-zipl.lo src/libostree/libostree_1_la-ostree-bootloader-syslinux.lo src/libostree/libostree_1_la-ostree-bootloader-uboot.lo src/libostree/libostree_1_la-ostree-repo-static-delta-core.lo src/libostree/libostree_1_la-ostree-repo-static-delta-processing.lo src/libostree/libostree_1_la-ostree-repo-static-delta-compilation.lo src/libostree/libostree_1_la-ostree-repo-static-delta-compilation-analysis.lo src/libostree/libostree_1_la-ostree-bloom.lo src/libostree/libostree_1_la-ostree-repo-finder.lo src/libostree/libostree_1_la-ostree-repo-finder-avahi.lo src/libostree/libostree_1_la-ostree-repo-finder-config.lo src/libostree/libostree_1_la-ostree-repo-finder-mount.lo src/libostree/libostree_1_la-ostree-repo-finder-override.lo src/libostree/libostree_1_la-ostree-kernel-args.lo src/libostree/libostree_1_la-ostree-tls-cert-interaction.lo src/libostree/libostree_1_la-ostree-gpg-verifier.lo src/libostree/libostree_1_la-ostree-gpg-verify-result.lo src/libostree/libostree_1_la-ostree-fetcher-util.lo src/libostree/libostree_1_la-ostree-fetcher-uri.lo src/libostree/libostree_1_la-ostree-metalink.lo src/libostree/libostree_1_la-ostree-fetcher-curl.lo src/libostree/libostree_1_la-ostree-sign.lo src/libostree/libostree_1_la-ostree-sign-dummy.lo src/libostree/libostree_1_la-ostree-sign-ed25519.lo src/libostree/libostree_1_la-ostree-enumtypes.lo libotutil.la libglnx.la libbsdiff.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgpgme -llzma -lz -lcrypto libbupsplit.la -lcurl libtool: link: clang -shared -fPIC -DPIC src/libostree/.libs/libostree_1_la-ostree-async-progress.o src/libostree/.libs/libostree_1_la-ostree-cmd-private.o src/libostree/.libs/libostree_1_la-ostree-core.o src/libostree/.libs/libostree_1_la-ostree-date-utils.o src/libostree/.libs/libostree_1_la-ostree-dummy-enumtypes.o src/libostree/.libs/libostree_1_la-ostree-checksum-input-stream.o src/libostree/.libs/libostree_1_la-ostree-chain-input-stream.o src/libostree/.libs/libostree_1_la-ostree-content-writer.o src/libostree/.libs/libostree_1_la-ostree-lzma-common.o src/libostree/.libs/libostree_1_la-ostree-lzma-compressor.o src/libostree/.libs/libostree_1_la-ostree-lzma-decompressor.o src/libostree/.libs/libostree_1_la-ostree-rollsum.o src/libostree/.libs/libostree_1_la-ostree-varint.o src/libostree/.libs/libostree_1_la-ostree-linuxfsutil.o src/libostree/.libs/libostree_1_la-ostree-diff.o src/libostree/.libs/libostree_1_la-ostree-mutable-tree.o src/libostree/.libs/libostree_1_la-ostree-ref.o src/libostree/.libs/libostree_1_la-ostree-remote.o src/libostree/.libs/libostree_1_la-ostree-repo-os.o src/libostree/.libs/libostree_1_la-ostree-repo.o src/libostree/.libs/libostree_1_la-ostree-repo-checkout.o src/libostree/.libs/libostree_1_la-ostree-repo-commit.o src/libostree/.libs/libostree_1_la-ostree-repo-pull.o src/libostree/.libs/libostree_1_la-ostree-repo-pull-verify.o src/libostree/.libs/libostree_1_la-ostree-repo-libarchive.o src/libostree/.libs/libostree_1_la-ostree-repo-prune.o src/libostree/.libs/libostree_1_la-ostree-repo-refs.o src/libostree/.libs/libostree_1_la-ostree-repo-verity.o src/libostree/.libs/libostree_1_la-ostree-repo-traverse.o src/libostree/.libs/libostree_1_la-ostree-repo-file.o src/libostree/.libs/libostree_1_la-ostree-repo-file-enumerator.o src/libostree/.libs/libostree_1_la-ostree-sepolicy.o src/libostree/.libs/libostree_1_la-ostree-sysroot.o src/libostree/.libs/libostree_1_la-ostree-sysroot-cleanup.o src/libostree/.libs/libostree_1_la-ostree-sysroot-deploy.o src/libostree/.libs/libostree_1_la-ostree-sysroot-upgrader.o src/libostree/.libs/libostree_1_la-ostree-impl-system-generator.o src/libostree/.libs/libostree_1_la-ostree-bootconfig-parser.o src/libostree/.libs/libostree_1_la-ostree-deployment.o src/libostree/.libs/libostree_1_la-ostree-bootloader.o src/libostree/.libs/libostree_1_la-ostree-bootloader-aboot.o src/libostree/.libs/libostree_1_la-ostree-bootloader-grub2.o src/libostree/.libs/libostree_1_la-ostree-bootloader-zipl.o src/libostree/.libs/libostree_1_la-ostree-bootloader-syslinux.o src/libostree/.libs/libostree_1_la-ostree-bootloader-uboot.o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-core.o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-processing.o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-compilation.o src/libostree/.libs/libostree_1_la-ostree-repo-static-delta-compilation-analysis.o src/libostree/.libs/libostree_1_la-ostree-bloom.o src/libostree/.libs/libostree_1_la-ostree-repo-finder.o src/libostree/.libs/libostree_1_la-ostree-repo-finder-avahi.o src/libostree/.libs/libostree_1_la-ostree-repo-finder-config.o src/libostree/.libs/libostree_1_la-ostree-repo-finder-mount.o src/libostree/.libs/libostree_1_la-ostree-repo-finder-override.o src/libostree/.libs/libostree_1_la-ostree-kernel-args.o src/libostree/.libs/libostree_1_la-ostree-tls-cert-interaction.o src/libostree/.libs/libostree_1_la-ostree-gpg-verifier.o src/libostree/.libs/libostree_1_la-ostree-gpg-verify-result.o src/libostree/.libs/libostree_1_la-ostree-fetcher-util.o src/libostree/.libs/libostree_1_la-ostree-fetcher-uri.o src/libostree/.libs/libostree_1_la-ostree-metalink.o src/libostree/.libs/libostree_1_la-ostree-fetcher-curl.o src/libostree/.libs/libostree_1_la-ostree-sign.o src/libostree/.libs/libostree_1_la-ostree-sign-dummy.o src/libostree/.libs/libostree_1_la-ostree-sign-ed25519.o src/libostree/.libs/libostree_1_la-ostree-enumtypes.o -Wl,--whole-archive ./.libs/libotutil.a ./.libs/libglnx.a ./.libs/libbsdiff.a ./.libs/libbupsplit.a -Wl,--no-whole-archive -Wl,--as-needed -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgpgme -llzma -lz -lcrypto -lcurl -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=unused-result -Os -march=bdver2 -mtune=bdver2 -Wl,--version-script=./src/libostree/libostree-released.sym -Wl,-O1 -fuse-ld=lld -pthread -Wl,-soname -Wl,libostree-1.so.1 -o .libs/libostree-1.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libostree-1.so.1" && ln -s "libostree-1.so.1.0.0" "libostree-1.so.1") libtool: link: (cd ".libs" && rm -f "libostree-1.so" && ln -s "libostree-1.so.1.0.0" "libostree-1.so") libtool: link: ( cd ".libs" && rm -f "libostree-1.la" && ln -s "../libostree-1.la" "libostree-1.la" ) /bin/sh ./libtool --tag=CC --mode=link clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c -DPKGLIBEXECDIR=\"/usr/libexec/libostree\" -Os -march=bdver2 -mtune=bdver2 -pipe -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -o ostree src/ostree/ostree-main.o src/ostree/ostree-ot-builtin-admin.o src/ostree/ostree-ot-builtin-cat.o src/ostree/ostree-ot-builtin-config.o src/ostree/ostree-ot-builtin-checkout.o src/ostree/ostree-ot-builtin-checksum.o src/ostree/ostree-ot-builtin-commit.o src/ostree/ostree-ot-builtin-create-usb.o src/ostree/ostree-ot-builtin-diff.o src/ostree/ostree-ot-builtin-export.o src/ostree/ostree-ot-builtin-find-remotes.o src/ostree/ostree-ot-builtin-fsck.o src/ostree/ostree-ot-builtin-init.o src/ostree/ostree-ot-builtin-pull-local.o src/ostree/ostree-ot-builtin-log.o src/ostree/ostree-ot-builtin-ls.o src/ostree/ostree-ot-builtin-prune.o src/ostree/ostree-ot-builtin-refs.o src/ostree/ostree-ot-builtin-remote.o src/ostree/ostree-ot-builtin-reset.o src/ostree/ostree-ot-builtin-rev-parse.o src/ostree/ostree-ot-builtin-sign.o src/ostree/ostree-ot-builtin-summary.o src/ostree/ostree-ot-builtin-show.o src/ostree/ostree-ot-builtin-static-delta.o src/ostree/ostree-ot-main.o src/ostree/ostree-ot-dump.o src/ostree/ostree-ot-editor.o src/ostree/ostree-ot-builtin-gpg-sign.o src/ostree/ostree-ot-admin-builtin-init-fs.o src/ostree/ostree-ot-admin-builtin-diff.o src/ostree/ostree-ot-admin-builtin-deploy.o src/ostree/ostree-ot-admin-builtin-finalize-staged.o src/ostree/ostree-ot-admin-builtin-boot-complete.o src/ostree/ostree-ot-admin-builtin-undeploy.o src/ostree/ostree-ot-admin-builtin-instutil.o src/ostree/ostree-ot-admin-builtin-kargs.o src/ostree/ostree-ot-admin-builtin-cleanup.o src/ostree/ostree-ot-admin-builtin-os-init.o src/ostree/ostree-ot-admin-builtin-set-origin.o src/ostree/ostree-ot-admin-builtin-status.o src/ostree/ostree-ot-admin-builtin-switch.o src/ostree/ostree-ot-admin-builtin-pin.o src/ostree/ostree-ot-admin-builtin-upgrade.o src/ostree/ostree-ot-admin-builtin-unlock.o src/ostree/ostree-ot-admin-instutil-builtin-selinux-ensure-labeled.o src/ostree/ostree-ot-admin-instutil-builtin-set-kargs.o src/ostree/ostree-ot-admin-instutil-builtin-grub2-generate.o src/ostree/ostree-ot-admin-functions.o src/ostree/ostree-ot-admin-kargs-builtin-edit-in-place.o src/ostree/ostree-ot-remote-builtin-add.o src/ostree/ostree-ot-remote-builtin-delete.o src/ostree/ostree-ot-remote-builtin-list.o src/ostree/ostree-ot-remote-builtin-show-url.o src/ostree/ostree-ot-remote-builtin-refs.o src/ostree/ostree-ot-remote-builtin-summary.o src/ostree/ostree-ot-remote-builtin-gpg-import.o src/ostree/ostree-ot-remote-builtin-gpg-list-keys.o src/ostree/ostree-ot-remote-builtin-add-cookie.o src/ostree/ostree-ot-remote-builtin-delete-cookie.o src/ostree/ostree-ot-remote-builtin-list-cookies.o src/ostree/ostree-ot-remote-cookie-util.o src/ostree/ostree-ot-builtin-pull.o src/ostree/ostree-ot-builtin-trivial-httpd.o src/ostree/ostree-parse-datetime.o libglnx.la libotutil.la libostree-1.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 libbsdiff.la libtool: link: clang -std=gnu99 -fno-strict-aliasing -pipe -Wall -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=format=2 -Werror=format-security -Werror=format-nonliteral -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=switch -Werror=overflow -Werror=int-conversion -Werror=parentheses -Werror=undef -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Wstrict-aliasing=2 -Werror=unused-result -I./src/libotutil -I./src/libostree -I./src/libostree -I./src/ostree -I./libglnx -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/json-c "-DPKGLIBEXECDIR=\"/usr/libexec/libostree\"" -Os -march=bdver2 -mtune=bdver2 -pipe -Wl,-O1 -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -o .libs/ostree src/ostree/ostree-main.o src/ostree/ostree-ot-builtin-admin.o src/ostree/ostree-ot-builtin-cat.o src/ostree/ostree-ot-builtin-config.o src/ostree/ostree-ot-builtin-checkout.o src/ostree/ostree-ot-builtin-checksum.o src/ostree/ostree-ot-builtin-commit.o src/ostree/ostree-ot-builtin-create-usb.o src/ostree/ostree-ot-builtin-diff.o src/ostree/ostree-ot-builtin-export.o src/ostree/ostree-ot-builtin-find-remotes.o src/ostree/ostree-ot-builtin-fsck.o src/ostree/ostree-ot-builtin-init.o src/ostree/ostree-ot-builtin-pull-local.o src/ostree/ostree-ot-builtin-log.o src/ostree/ostree-ot-builtin-ls.o src/ostree/ostree-ot-builtin-prune.o src/ostree/ostree-ot-builtin-refs.o src/ostree/ostree-ot-builtin-remote.o src/ostree/ostree-ot-builtin-reset.o src/ostree/ostree-ot-builtin-rev-parse.o src/ostree/ostree-ot-builtin-sign.o src/ostree/ostree-ot-builtin-summary.o src/ostree/ostree-ot-builtin-show.o src/ostree/ostree-ot-builtin-static-delta.o src/ostree/ostree-ot-main.o src/ostree/ostree-ot-dump.o src/ostree/ostree-ot-editor.o src/ostree/ostree-ot-builtin-gpg-sign.o src/ostree/ostree-ot-admin-builtin-init-fs.o src/ostree/ostree-ot-admin-builtin-diff.o src/ostree/ostree-ot-admin-builtin-deploy.o src/ostree/ostree-ot-admin-builtin-finalize-staged.o src/ostree/ostree-ot-admin-builtin-boot-complete.o src/ostree/ostree-ot-admin-builtin-undeploy.o src/ostree/ostree-ot-admin-builtin-instutil.o src/ostree/ostree-ot-admin-builtin-kargs.o src/ostree/ostree-ot-admin-builtin-cleanup.o src/ostree/ostree-ot-admin-builtin-os-init.o src/ostree/ostree-ot-admin-builtin-set-origin.o src/ostree/ostree-ot-admin-builtin-status.o src/ostree/ostree-ot-admin-builtin-switch.o src/ostree/ostree-ot-admin-builtin-pin.o src/ostree/ostree-ot-admin-builtin-upgrade.o src/ostree/ostree-ot-admin-builtin-unlock.o src/ostree/ostree-ot-admin-instutil-builtin-selinux-ensure-labeled.o src/ostree/ostree-ot-admin-instutil-builtin-set-kargs.o src/ostree/ostree-ot-admin-instutil-builtin-grub2-generate.o src/ostree/ostree-ot-admin-functions.o src/ostree/ostree-ot-admin-kargs-builtin-edit-in-place.o src/ostree/ostree-ot-remote-builtin-add.o src/ostree/ostree-ot-remote-builtin-delete.o src/ostree/ostree-ot-remote-builtin-list.o src/ostree/ostree-ot-remote-builtin-show-url.o src/ostree/ostree-ot-remote-builtin-refs.o src/ostree/ostree-ot-remote-builtin-summary.o src/ostree/ostree-ot-remote-builtin-gpg-import.o src/ostree/ostree-ot-remote-builtin-gpg-list-keys.o src/ostree/ostree-ot-remote-builtin-add-cookie.o src/ostree/ostree-ot-remote-builtin-delete-cookie.o src/ostree/ostree-ot-remote-builtin-list-cookies.o src/ostree/ostree-ot-remote-cookie-util.o src/ostree/ostree-ot-builtin-pull.o src/ostree/ostree-ot-builtin-trivial-httpd.o src/ostree/ostree-parse-datetime.o -Wl,--as-needed ./.libs/libglnx.a ./.libs/libotutil.a ./.libs/libostree-1.so -lgpgme -llzma -lz -lcrypto -lcurl -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./.libs/libbsdiff.a -pthread ld.lld: error: undefined reference due to --no-allow-shlib-undefined: gpg_strerror_r >>> referenced by ./.libs/libostree-1.so clang-15: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:4265: ostree] Error 1 make[2]: Leaving directory '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1' make[1]: *** [Makefile:7854: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1' make: *** [Makefile:3195: all] Error 2 * ERROR: dev-util/ostree-2023.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-util/ostree-2023.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-util/ostree-2023.1::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-util/ostree-2023.1:20230502-231750.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/ostree-2023.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/ostree-2023.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1' * S: '/var/tmp/portage/dev-util/ostree-2023.1/work/libostree-2023.1'