==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: msedit 1.2.1-2 (Wed Feb 18 11:48:31 2026)
==> Retrieving sources...
-> Updating msedit git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
msedit ... Passed
==> Making package: msedit 1.2.1-2 (Wed Feb 18 18:48:58 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) hicolor-icon-theme-0.18-1
Total Installed Size: 0.05 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing hicolor-icon-theme...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.33-9 zlib-ng-2.3.3-1 git-2.53.0-1 rustup-1.28.2-4
Total Download Size: 2.82 MiB
Total Installed Size: 58.35 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
rustup-1.28.2-4-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing rustup...
You may need to run rustup update stable
and possibly also rustup self upgrade-data
Optional dependencies for rustup
lldb: rust-lldb script
gdb: rust-gdb script
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-cgi: gitweb (web interface) support
python: git svn & git p4
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of msedit git repo...
Cloning into 'msedit'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
info: syncing channel updates for 'nightly-armv7-unknown-linux-gnueabihf'
info: latest update on 2026-02-18, rust version 1.95.0-nightly (838709580 2026-02-17)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
Updating crates.io index
Downloading crates ...
Downloaded criterion v0.6.0
Downloaded ciborium-ll v0.2.2
Downloaded ciborium-io v0.2.2
Downloaded anes v0.1.6
Downloaded clap v4.5.39
Downloaded half v2.6.0
Downloaded rayon-core v1.12.1
Downloaded itertools v0.10.5
Downloaded memchr v2.7.4
Downloaded itertools v0.13.0
Downloaded clap_builder v4.5.39
Downloaded rayon v1.10.0
Downloaded aho-corasick v1.1.3
Downloaded plotters v0.3.7
Downloaded serde_json v1.0.140
Downloaded serde v1.0.219
Downloaded regex v1.11.1
Downloaded proc-macro2 v1.0.95
Downloaded syn v2.0.101
Downloaded num-traits v0.2.19
Downloaded regex-syntax v0.8.5
Downloaded crossbeam-utils v0.8.21
Downloaded ryu v1.0.20
Downloaded unicode-ident v1.0.18
Downloaded serde_derive v1.0.219
Downloaded cc v1.2.25
Downloaded ciborium v0.2.2
Downloaded criterion-plot v0.5.0
Downloaded autocfg v1.4.0
Downloaded either v1.15.0
Downloaded crossbeam-epoch v0.9.18
Downloaded crossbeam-deque v0.8.6
Downloaded tinytemplate v1.2.1
Downloaded walkdir v2.5.0
Downloaded quote v1.0.40
Downloaded regex-automata v0.4.9
Downloaded zstd v0.13.3
Downloaded cfg-if v1.0.0
Downloaded clap_lex v0.7.4
Downloaded cast v0.3.0
Downloaded oorandom v11.1.5
Downloaded plotters-backend v0.3.7
Downloaded same-file v1.0.6
Downloaded jobserver v0.1.33
Downloaded libc v0.2.172
Downloaded zstd-sys v2.0.15+zstd.1.5.7
Downloaded zstd-safe v7.2.4
Downloaded anstyle v1.0.10
Downloaded plotters-svg v0.3.7
Downloaded itoa v1.0.15
Downloaded shlex v1.3.0
Downloaded pkg-config v0.3.32
==> Starting build()...
Compiling libc v0.2.172
Compiling edit v1.2.1 (/build/msedit/src/msedit)
warning: direct cast of function item into an integer
--> src/sys/unix.rs:95:57
|
95 | sigwinch_action.sa_sigaction = sigwinch_handler as libc::sighandler_t;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(function_casts_as_integer)]` on by default
help: first cast to a pointer `as *const ()`
|
95 | sigwinch_action.sa_sigaction = sigwinch_handler as *const () as libc::sighandler_t;
| ++++++++++++
warning: `edit` (lib) generated 1 warning (run `cargo fix --lib -p edit` to apply 1 suggestion)
warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
--> src/bin/edit/main.rs:4:27
|
4 | #![feature(allocator_api, let_chains, linked_list_cursors, string_from_utf8_lossy_owned)]
| ^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
warning: `edit` (bin "edit") generated 1 warning
Finished `release` profile [optimized + debuginfo] target(s) in 58.20s
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "msedit"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: msedit 1.2.1-2 (Wed Feb 18 18:51:05 2026)
==> Cleaning up...
[?12l[?25h