==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ruby-ed25519 1.3.0-6 (Tue Apr 29 15:06:48 2025)
==> Retrieving sources...
  -> Found ruby-ed25519-1.3.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    ruby-ed25519-1.3.0.tar.gz ... Passed
==> Making package: ruby-ed25519 1.3.0-6 (Tue Apr 29 15:06:55 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: rubygems will be installed before its ruby dependency

Packages (3) libyaml-0.2.5-3  rubygems-3.6.7-2  ruby-3.4.3-2

Total Installed Size:  23.78 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 libyaml...
installing rubygems...
installing ruby...
Optional dependencies for ruby
    tk: for Ruby/TK
    ruby-docs: Documentation for Ruby
    ruby-default-gems: Default gems which are part of Ruby StdLib
    ruby-bundled-gems: Bundled gems which are part of Ruby StdLib
    ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) ruby-diff-lcs-1.6.1-2  ruby-erb-4.0.4-9  ruby-rspec-core-3.13.1-3
              ruby-rspec-expectations-3.13.3-3  ruby-rspec-mocks-3.13.1-4
              ruby-rspec-support-3.13.2-2  ruby-bundler-2.6.7-2
              ruby-rake-13.2.1-4  ruby-rake-compiler-1.2.9-3
              ruby-rdoc-6.10.0-57  ruby-rspec-3.13.0-4

Total Installed Size:  8.87 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 ruby-rake...
installing ruby-bundler...
installing ruby-erb...
installing ruby-rdoc...
installing ruby-rake-compiler...
installing ruby-rspec-support...
installing ruby-rspec-core...
installing ruby-diff-lcs...
installing ruby-rspec-expectations...
installing ruby-rspec-mocks...
installing ruby-rspec...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found ruby-ed25519-1.3.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ruby-ed25519-1.3.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
mkdir -p tmp/aarch64-linux/ed25519_ref10/3.4.3
cd tmp/aarch64-linux/ed25519_ref10/3.4.3
/usr/bin/ruby -I. ../../../../ext/ed25519_ref10/extconf.rb
creating Makefile
cd -
cd tmp/aarch64-linux/ed25519_ref10/3.4.3
/usr/bin/make
compiling ../../../../ext/ed25519_ref10/ed25519_ref10.c
compiling ../../../../ext/ed25519_ref10/fe.c
compiling ../../../../ext/ed25519_ref10/ge.c
compiling ../../../../ext/ed25519_ref10/keypair.c
compiling ../../../../ext/ed25519_ref10/open.c
compiling ../../../../ext/ed25519_ref10/sc_muladd.c
compiling ../../../../ext/ed25519_ref10/sc_reduce.c
compiling ../../../../ext/ed25519_ref10/sha512.c
In file included from /usr/include/ruby-3.4.0/ruby/ruby.h:15,
                 from /usr/include/ruby-3.4.0/ruby.h:38,
                 from ../../../../ext/ed25519_ref10/ed25519_ref10.c:1:
/usr/include/ruby-3.4.0/ruby/internal/config.h:139:50: warning: __VA_OPT__ is not available until C23
  139 | # define RBIMPL_TEST2(...)          RBIMPL_TEST3(__VA_OPT__(,),1,0,0)
      |                                                  ^
compiling ../../../../ext/ed25519_ref10/sign.c
In file included from /usr/include/ruby-3.4.0/ruby/internal/attr/pure.h:25,
                 from /usr/include/ruby-3.4.0/ruby/backward/2/attributes.h:43,
                 from /usr/include/ruby-3.4.0/ruby/defines.h:73,
                 from /usr/include/ruby-3.4.0/ruby/ruby.h:25:
/usr/include/ruby-3.4.0/ruby/assert.h:162:34: warning: __VA_OPT__ is not available until C23
  162 | # define RBIMPL_VA_OPT_ARGS(...) __VA_OPT__(,) __VA_ARGS__
      |                                  ^
/usr/include/ruby-3.4.0/ruby/assert.h:165:24: warning: __VA_OPT__ is not available until C23
  165 |     rb_assert_failure##__VA_OPT__(_detail)( \
      |                        ^
compiling ../../../../ext/ed25519_ref10/verify.c
In file included from /usr/include/ruby-3.4.0/ruby/ruby.h:46:
/usr/include/ruby-3.4.0/ruby/internal/scan_args.h:502:41: warning: __VA_OPT__ is not available until C23
  502 |         (rb_scan_args)(argc, argvp, fmt __VA_OPT__(, __VA_ARGS__)))
      |                                         ^
/usr/include/ruby-3.4.0/ruby/internal/scan_args.h:510:53: warning: __VA_OPT__ is not available until C23
  510 |         (rb_scan_args_kw)(kw_flag, argc, argvp, fmt __VA_OPT__(, __VA_ARGS__)))
      |                                                     ^
In file included from /usr/include/ruby-3.4.0/ruby/defines.h:71,
                 from /usr/include/ruby-3.4.0/ruby/ruby.h:25,
                 from /usr/include/ruby-3.4.0/ruby.h:38,
                 from ../../../../ext/ed25519_ref10/ed25519_ref10.c:1:
/usr/include/ruby-3.4.0/ruby/internal/xmalloc.h:62:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/xmalloc.h:90:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/xmalloc.h:121:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/xmalloc.h:151:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/xmalloc.h:197:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
In file included from /usr/include/ruby-3.4.0/ruby/ruby.h:27:
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:227: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:416: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:617: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:892: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:1086: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:1287: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:1495: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:1710: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:1932: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:2161: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:2397: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:2640: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:2890: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:3147: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:3411: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:3682: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271:3960: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:271: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:227: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:416: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:617: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:892: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:1086: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:1287: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:1495: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:1710: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:1932: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:2161: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:2397: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:2640: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:2890: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:3147: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:3411: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:3682: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272:3960: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:272: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:223: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:408: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:605: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:876: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:1066: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:1263: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:1467: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:1678: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:1896: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:2121: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:2353: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:2592: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:2838: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:3091: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:3351: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:3618: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273:3892: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:273: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:225: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:412: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:611: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:884: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:1076: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:1275: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:1481: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:1694: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:1914: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:2141: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:2375: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:2616: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:2864: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:3119: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:3381: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:3650: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274:3926: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:274: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:218: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:398: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:590: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:856: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:1041: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:1233: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:1432: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:1638: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:1851: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:2071: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:2298: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:2532: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:2773: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:3021: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:3276: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:3538: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:3807: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275:4083: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:275: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:203: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:368: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:545: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:796: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:966: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:1143: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:1327: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:1518: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:1716: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:1921: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:2133: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:2352: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:2578: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:2811: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:3051: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:3298: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:3552: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:3813: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:276:4081: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:1: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:207: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:376: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:557: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:812: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:986: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:1167: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:1355: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:1550: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:1752: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:1961: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:2177: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:2400: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:2630: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:2867: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:3111: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:3362: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:3620: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277:3885: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/anyargs.h:277: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
In file included from /usr/include/ruby-3.4.0/ruby/internal/core/rarray.h:32,
                 from /usr/include/ruby-3.4.0/ruby/internal/core.h:23,
                 from /usr/include/ruby-3.4.0/ruby/ruby.h:29:
/usr/include/ruby-3.4.0/ruby/internal/gc.h:748:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/gc.h:750:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/gc.h:776:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/gc.h:779:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/gc.h:781:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/gc.h:811:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/gc.h:813:5: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
In file included from /usr/include/ruby-3.4.0/ruby/ruby.h:46:
/usr/include/ruby-3.4.0/ruby/internal/scan_args.h:391:49: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
/usr/include/ruby-3.4.0/ruby/internal/scan_args.h:391:76: warning: ISO C does not support '[[]]' attributes before C23 [-Wpedantic]
linking shared-object ed25519_ref10.so
cd -
mkdir -p tmp/aarch64-linux/stage/lib
/usr/bin/make install sitearchdir=../../../../lib sitelibdir=../../../../lib target_prefix=
/usr/bin/install -c -m 0755 ed25519_ref10.so ../../../../lib
cp tmp/aarch64-linux/ed25519_ref10/3.4.3/ed25519_ref10.so tmp/aarch64-linux/stage/lib/ed25519_ref10.so
WARNING:  open-ended dependency on bundler (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: ed25519
  Version: 1.3.0
  File: ed25519-1.3.0.gem
==> Entering fakeroot environment...
==> Starting package()...
Building native extensions. This could take a while...
Successfully installed ed25519-1.3.0
Parsing documentation for ed25519-1.3.0
Installing ri documentation for ed25519-1.3.0
Done installing documentation for ed25519 after 1 seconds
1 gem installed

A new release of RubyGems is available: 3.6.7 → 3.6.8!
Run `gem update --system 3.6.8` to update your installation.

==> Tidying install...
  -> Removing empty directories...
  -> 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 "ruby-ed25519"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ruby-ed25519 1.3.0-6 (Tue Apr 29 15:07:16 2025)
==> Cleaning up...