==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: mmc-utils 1.0-1 (Tue Jun 24 11:54:37 2025)
==> Retrieving sources...
  -> Cloning mmc-utils git repo...
Cloning into bare repository '/home/leming/work/mmc-utils/mmc-utils'...
  -> Found 0001-makefile-gcc-include-fix.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    mmc-utils ... Skipped
    0001-makefile-gcc-include-fix.patch ... Passed
==> Making package: mmc-utils 1.0-1 (Tue Jun 24 11:54:58 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) perl-error-0.17030-1  perl-mailtools-2.22-1  perl-timedate-2.33-7
             zlib-ng-2.2.4-1  git-2.50.0-1  sparse-0.6.4+r66+g0196afe1-2

Total Download Size:    0.23 MiB
Total Installed Size:  42.07 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 sparse-0.6.4+r66+g0196afe1-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
installing sparse...
Optional dependencies for sparse
    gtk3: for test-inspect
    llvm-libs: for sparse-llvm
    llvm: for sparsec
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
  -> Found 0001-makefile-gcc-include-fix.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of mmc-utils git repo...
Cloning into 'mmc-utils'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file Makefile
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
sparse -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" mmc.c
sparse -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" mmc_cmds.c
sparse -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" lsmmc.c
sparse -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" 3rdparty/hmac_sha/hmac_sha2.c
sparse -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" 3rdparty/hmac_sha/sha2.c
mmc.c: note: in included file (through /usr/include/bits/libc-header-start.h, /usr/include/stdio.h):
/usr/include/features.h:435:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O)
lsmmc.c: note: in included file (through /usr/include/assert.h):
/usr/include/features.h:435:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O)
mmc_cmds.c: note: in included file (through /usr/include/bits/libc-header-start.h, /usr/include/stdio.h):
/usr/include/features.h:435:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O)
3rdparty/hmac_sha/sha2.c: note: in included file (through /usr/include/bits/libc-header-start.h, /usr/include/string.h):
/usr/include/features.h:435:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O)
3rdparty/hmac_sha/hmac_sha2.c: note: in included file (through /usr/include/bits/libc-header-start.h, /usr/include/string.h):
/usr/include/features.h:435:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O)
cc  -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-MMD,./.mmc.o.d,-MT,mmc.o -c mmc.c -o mmc.o
cc  -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-MMD,3rdparty/hmac_sha/.hmac_sha2.o.d,-MT,3rdparty/hmac_sha/hmac_sha2.o -c 3rdparty/hmac_sha/hmac_sha2.c -o 3rdparty/hmac_sha/hmac_sha2.o
cc  -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-MMD,3rdparty/hmac_sha/.sha2.o.d,-MT,3rdparty/hmac_sha/sha2.o -c 3rdparty/hmac_sha/sha2.c -o 3rdparty/hmac_sha/sha2.o
cc  -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-MMD,./.lsmmc.o.d,-MT,lsmmc.o -c lsmmc.c -o lsmmc.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
cc  -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-MMD,./.mmc_cmds.o.d,-MT,mmc_cmds.o -c mmc_cmds.c -o mmc_cmds.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
cc -I/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/14.2.1/include -Wall -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""v1.0"\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -o mmc mmc.o mmc_cmds.o lsmmc.o 3rdparty/hmac_sha/hmac_sha2.o 3rdparty/hmac_sha/sha2.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now 
==> Entering fakeroot environment...
==> Starting package()...
install -m755 -d /build/mmc-utils/pkg/mmc-utils/usr/bin
install mmc /build/mmc-utils/pkg/mmc-utils/usr/bin
install -m755 -d /build/mmc-utils/pkg/mmc-utils/usr/share/man/man1
install -m 644 mmc.1 /build/mmc-utils/pkg/mmc-utils/usr/share/man/man1
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "mmc-utils"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mmc-utils 1.0-1 (Tue Jun 24 11:55:10 2025)
==> Cleaning up...