------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libyaml-0.2.4.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/libunwind-20170615_1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/ruby-2.6.6,1.txz ===== Message from ruby-2.6.6,1: -- Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rdoc: rdoc - Ruby Documentation System And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/rubygem-dbm: DBM module databases/rubygem-gdbm: GDBM module Install them as occasion demands. Installing /packages/All/ruby26-gems-3.0.6.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rubygem-fastri-0.3.1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rubygem-fastri-0.3.1.1 for building => SHA256 Checksum OK for rubygem/fastri-0.3.1.1.gem. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/gem26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rubygem-fastri-0.3.1.1 for building ===> Extracting for rubygem-fastri-0.3.1.1 => SHA256 Checksum OK for rubygem/fastri-0.3.1.1.gem. ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/gem26 - found Unpacked gem: '/construction/devel/rubygem-fastri/fastri-0.3.1.1' Extracted Memory Use: 0.23M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for rubygem-fastri-0.3.1.1 ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/gem26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/gem26 - found ===> Configuring for rubygem-fastri-0.3.1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for rubygem-fastri-0.3.1.1 Successfully built RubyGem Name: fastri Version: 0.3.1.1 File: fastri-0.3.1.1.gem SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/gem26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for rubygem-fastri-0.3.1.1 ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/ruby26 - found ===> rubygem-fastri-0.3.1.1 depends on file: /usr/local/bin/gem26 - found ===> Generating temporary packing list (cd /construction/devel/rubygem-fastri/fastri-0.3.1.1; /usr/bin/env RB_USER_INSTALL=yes LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 /usr/local/bin/gem26 install -l --no-update-sources --install-dir /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6 --ignore-dependencies --bindir=/construction/devel/rubygem-fastri/stage/usr/local/bin --no-document fastri-0.3.1.1.gem -- ) A small note about RubyGems + FastRI ==================================== RubyGems adds a noticeable overhead to fri, making it run slower than if you installed it directly from the tarball with setup.rb. Compare the execution time when installed with RubyGems: $ time fri -f plain String > /dev/null real 0m0.385s user 0m0.244s sys 0m0.036s to the time fri actually takes to run, without the overhead introduced by RubyGems: $ time ruby bin/fri -f plain String > /dev/null real 0m0.088s user 0m0.040s sys 0m0.008s If you care about those extra 300ms (and there are situations where they will matter, e.g. when using fri for method completion), get FastRI from the tarballs. Successfully installed fastri-0.3.1.1 1 gem installed /bin/rm -f -r /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6/build_info/ /usr/bin/find /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6 -type f -name '*.so' -exec /usr/bin/strip {} + /usr/bin/find /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6 -type f \( -name mkmf.log -or -name gem_make.out \) -delete /usr/bin/find /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6/gems/fastri-0.3.1.1/ext -type f -not -name '*.so' -delete 2> /dev/null || true /usr/bin/find /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6/gems/fastri-0.3.1.1/ext -type d -empty -delete 2> /dev/null || true /bin/rm -f -r /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6/cache 2> /dev/null || true /bin/rmdir /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6/extensions 2> /dev/null || true /bin/rmdir /construction/devel/rubygem-fastri/stage/usr/local/lib/ruby/gems/2.6/doc ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for rubygem-fastri-0.3.1.1 file sizes/checksums [31]: 0% file sizes/checksums [31]: 100% packing files [31]: 0% packing files [31]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:12