==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: firefox-tridactyl 1.24.5-1 (Tue Mar  3 20:48:41 2026)
==> Retrieving sources...
  -> Updating tridactyl git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    tridactyl ... Passed
==> Making package: firefox-tridactyl 1.24.5-1 (Wed Mar  4 03:49:09 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (24) c-ares-1.34.6-1  libuv-1.52.0-1  mpdecimal-4.0.1-1  nodejs-25.7.0-1  nodejs-nopt-8.0.0-1  perl-archive-cpio-0.10-12  perl-archive-zip-1.68-12  perl-data-optlist-0.114-7  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-params-util-1.102-7  perl-sub-exporter-0.991-4  perl-sub-install-0.929-4  perl-sub-override-0.12-3  perl-sub-prototype-0.03-3  perl-timedate-2.34-1  semver-7.7.4-1  simdjson-1:4.3.1-1  zlib-ng-2.3.3-1  git-2.53.0-1  node-gyp-12.2.0-1  python-3.14.3-1  strip-nondeterminism-1.15.0-2  yarn-1.22.22-2

Total Installed Size:  213.48 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 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 [pending]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing c-ares...
installing libuv...
installing simdjson...
installing nodejs...
Optional dependencies for nodejs
    npm: nodejs package manager
installing nodejs-nopt...
installing semver...
installing node-gyp...
Optional dependencies for node-gyp
    gcc: to build C++ modules [installed]
    make: to build C++ modules [installed]
    python: to build C++ modules [pending]
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing perl-archive-zip...
installing perl-archive-cpio...
installing perl-params-util...
installing perl-sub-install...
installing perl-data-optlist...
installing perl-sub-exporter...
installing perl-sub-prototype...
installing perl-sub-override...
installing strip-nondeterminism...
installing yarn...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of tridactyl git repo...
Cloning into 'tridactyl'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
(node:942) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
warning @zip.js/zip.js@2.7.54: The engine "deno" appears to be invalid.
warning @zip.js/zip.js@2.7.54: The engine "bun" appears to be invalid.
[3/4] Linking dependencies...
warning "@typescript-eslint/eslint-plugin-tslint > @typescript-eslint/utils > @typescript-eslint/typescript-estree > ts-api-utils@1.0.3" has incorrect peer dependency "typescript@>=4.2.0".
[4/4] Building fresh packages...
$ git config core.hookspath hooks/
Done in 119.53s.
==> Starting build()...
yarn run v1.22.22
$ rm -rf build generated
Done in 0.94s.
yarn run v1.22.22
$ sh scripts/build.sh --no-native

Using TypeScript 3.9.10 from /build/firefox-tridactyl/src/tridactyl/node_modules/typescript/lib


Documentation generated at /build/firefox-tridactyl/src/tridactyl/generated/static/docs

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/lib/webext.ts:359:15:
      359 │         return eval(js)(rest)
          ╵                ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/lib/webext.ts:359:15:
      359 │         return eval(js)(rest)
          ╵                ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/background/webrequests.ts:25:21:
      25 │     const listener = eval(func) as Function
         ╵                      ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/background/user_actions.ts:47:11:
      47 │     return eval(args.join(" "))
         ╵            ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/lib/webext.ts:359:15:
      359 │         return eval(js)(rest)
          ╵                ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/lib/webext.ts:359:15:
      359 │         return eval(js)(rest)
          ╵                ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/.excmds_background.generated.ts:2702:218:
      2702 │ ...rl" || argument == "" ? (l, r) => l.url < r.url : eval(argument)
           ╵                                                      ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/.excmds_background.generated.ts:5220:11:
      5220 │     return eval(jsContent)
           ╵            ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/.excmds_content.generated.ts:4424:14:
      4424 │             ? eval(config.callback)
           ╵               ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/.excmds_content.generated.ts:4950:11:
      4950 │     return eval(jsContent)
           ╵            ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]

    src/lib/webext.ts:359:15:
      359 │         return eval(js)(rest)
          ╵                ~~~~

  You can read more about direct eval and bundling here: https://esbuild.github.io/link/direct-eval

'node_modules/cleanslate/docs/files/cleanslate.css' -> 'build/static/css/cleanslate.css'
Done in 104.14s.
yarn run v1.22.22
$ /build/firefox-tridactyl/src/tridactyl/node_modules/.bin/web-ext build --source-dir ./build --overwrite-dest
Applying config file: ./package.json
Building web extension from /build/firefox-tridactyl/src/tridactyl/build
Your web extension is ready: /build/firefox-tridactyl/src/tridactyl/web-ext-artifacts/tridactyl-1.24.5.zip
Done in 7.72s.
Normalized web-ext-artifacts/tridactyl-1.24.5.xpi
==> 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 "firefox-tridactyl"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: firefox-tridactyl 1.24.5-1 (Wed Mar  4 03:53:29 2026)
==> Cleaning up...
[?12l[?25h