From nobody Tue Feb 20 01:26:52 2024 X-Original-To: freebsd-ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Tf1wJ5Kz4z59wc5 for ; Tue, 20 Feb 2024 01:26:56 +0000 (UTC) (envelope-from kiri@truefc.org) Received: from kx.truefc.org (1.212.52.36.ap.yournet.ne.jp [36.52.212.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp", Issuer "smtp" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tf1wH48K5z4tfr for ; Tue, 20 Feb 2024 01:26:55 +0000 (UTC) (envelope-from kiri@truefc.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of kiri@truefc.org designates 36.52.212.1 as permitted sender) smtp.mailfrom=kiri@truefc.org; dmarc=none Received: from kx.truefc.org (kx.truefc.org [36.52.212.1]) by kx.truefc.org (8.17.1/8.17.1) with ESMTP id 41K1Qq5E070559; Tue, 20 Feb 2024 10:26:52 +0900 (JST) (envelope-from kiri@kx.truefc.org) Message-Id: <202402200126.41K1Qq5E070559@kx.truefc.org> Date: Tue, 20 Feb 2024 10:26:52 +0900 From: KIRIYAMA Kazuhiko To: freebsd-ruby@FreeBSD.org Cc: kiri@truefc.org Subject: webpack could not work on Rails User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 MULE XEmacs/21.4 (patch 24) (Standard C) (amd64--freebsd) List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-2022-JP X-Rspamd-Queue-Id: 4Tf1wH48K5z4tfr X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.10 / 15.00]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_SPF_ALLOW(-0.20)[+ip4:36.52.212.0/29]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; ONCE_RECEIVED(0.10)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEFALL_USER(0.00)[kiri]; ASN(0.00)[asn:10013, ipnet:36.52.208.0/21, country:JP]; RCPT_COUNT_TWO(0.00)[2]; R_DKIM_NA(0.00)[]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; DMARC_NA(0.00)[truefc.org]; MLMMJ_DEST(0.00)[freebsd-ruby@FreeBSD.org]; FROM_HAS_DN(0.00)[] Hi, list I'm trying to rails but when calling template from action, failed to "webpack command not found". So I add scripts to package.json with "webpack" then run "webpack" endless: kiri@smtp:~/work/rails/books[1050]% rails server -u webrick => Booting WEBrick => Rails 6.1.7.6 application starting in development http://localhost:3000 => Run `bin/rails server --help` for more startup options [2024-02-19 09:44:44] INFO WEBrick 1.8.1 [2024-02-19 09:44:44] INFO ruby 3.3.0 (2023-09-14) [amd64-freebsd15] [2024-02-19 09:44:44] INFO WEBrick::HTTPServer#start: pid=2611 port=3000 Started GET "/hello" for 192.168.1.1 at 2024-02-19 09:44:49 +0900 Cannot render console from 192.168.1.1! Allowed networks: 127.0.0.0/127.255.255.255, ::1 (0.6ms) SELECT sqlite_version(*) Processing by BooklistController#hello as HTML Rendering layout layouts/application.html.erb Rendering booklist/hello.html.erb within layouts/application Rendered booklist/hello.html.erb within layouts/application (Duration: 0.7ms | Allocations: 318) [Webpacker] Compiling... ^C[2024-02-19 09:44:52] INFO going to shutdown ... [Webpacker] Compilation failed: yarn run v1.22.19 $ ./bin/webpack --config /home/kiri/work/rails/books/config/webpack/development.js $ ./bin/webpack --config /home/kiri/work/rails/books/config/webpack/development.js --config /home/kiri/work/rails/books/config/webpack/development.js $ ./bin/webpack --config /home/kiri/work/rails/books/config/webpack/development.js --config /home/kiri/work/rails/books/config/webpack/development.js --config /home/kiri/work/rails/books/config/webpack/development.js :38:in `require': Interrupt from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb:1:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb:3:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb:3:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb:2:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb:2:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb:4:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb:2:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb:2:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb:4:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/activesupport-6.1.7.6/lib/active_support/logger_thread_safe_level.rb:5:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/activesupport-6.1.7.6/lib/active_support/logger_silence.rb:5:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/activesupport-6.1.7.6/lib/active_support/logger.rb:3:in `' from :38:in `require' from :38:in `require' from /usr/local/lib/ruby/gems/3.3/gems/webpacker-5.4.4/lib/webpacker.rb:3:in `' from :38:in `require' from :38:in `require' from ./bin/webpack:12:in `
' Rendered layout layouts/application.html.erb (Duration: 3286.9ms | Allocations: 279247) Completed 500 Internal Server Error in 3305ms (ActiveRecord: 0.0ms | Allocations: 282157) ActionView::Template::Error (Webpacker can't find application.js in /home/kiri/work/rails/books/public/packs/manifest.json. Possible causes: 1. You want to set webpacker.yml value of compile to true for your environment unless you are using the `webpack -w` or the webpack-dev-server. 2. webpack has not yet re-run to reflect updates. 3. You have misconfigured Webpacker's config/webpacker.yml file. 4. Your webpack configuration is not creating a manifest. Your manifest contains: { } ): 7: <%= csp_meta_tag %> 8: 9: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 10: <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> 11: 12: 13: app/views/layouts/application.html.erb:10 app/controllers/booklist_controller.rb:3:in `hello' 192.168.1.1 - - [19/Feb/2024:09:44:49 JST] "GET /hello HTTP/1.1" 500 162149 - -> /hello [2024-02-19 09:44:53] INFO WEBrick::HTTPServer#start done. Exiting kiri@smtp:~/work/rails/books[1051]% Action and template are as follows: kiri@smtp:~/work/rails/books[1053]% cat app/controllers/booklist_controller.rb class BooklistController < ApplicationController def hello render "booklist/hello" end def bye render plain: 'bye!' end end kiri@smtp:~/work/rails/books[1054]% cat app/views/booklist/hello.html.erb

Hello

こんにちは。お元気ですか。

kiri@smtp:~/work/rails/books[1055]% And filesystem is as follows: kiri@smtp:~/work/rails/books[1055]% find . -type f > ~/tmp/temp.log ./Rakefile ./vendor/.keep ./package.json~ ./README.md ./log/development.log ./log/.keep ./public/apple-touch-icon-precomposed.png ./public/robots.txt ./public/422.html ./public/apple-touch-icon.png ./public/favicon.ico ./public/500.html ./public/404.html ./public/index.html ./Gemfile.org ./.gitattributes ./package.json.org ./.gitignore ./tmp/miniprofiler/mp_timers_ye7rub43zoaco27ea649 : (snip) : ./tmp/miniprofiler/mp_timers_ssq3jnff108alz0ptrw1 ./tmp/restart.txt ./tmp/.keep ./tmp/pids/.keep ./tmp/cache/bootsnap/compile-cache-iseq/4c/cf6da8cd80f20e : (snip) : ./tmp/cache/bootsnap/compile-cache-iseq/c7/890bd96945a71b ./tmp/cache/bootsnap/load-path-cache ./tmp/cache/assets/sprockets/v3.0/w5/w5ce1GDrZBEteLs1_SiFnsYE4Ma2iXyHM5laQNtEihI.cache : (snip) : ./tmp/cache/assets/sprockets/v3.0/Be/Beaa_ysBdn9z0cOMYxr7dM0f7vTzKhaJQMRLAPQN26w.cache ./tmp/cache/webpacker/last-compilation-digest-development ./tmp/storage/.keep ./tmp/development_secret.txt ./Gemfile ./config/credentials.yml.enc ./config/master.key ./config/application.rb ./config/webpack/test.js ./config/webpack/production.js ./config/webpack/environment.js ./config/webpack/development.js ./config/puma.rb ./config/routes.rb ./config/locales/en.yml ./config/boot.rb ./config/environment.rb ./config/routes.rb.org ./config/initializers/assets.rb ./config/initializers/permissions_policy.rb ./config/initializers/inflections.rb ./config/initializers/mime_types.rb ./config/initializers/wrap_parameters.rb ./config/initializers/filter_parameter_logging.rb ./config/initializers/cookies_serializer.rb ./config/initializers/content_security_policy.rb ./config/initializers/backtrace_silencers.rb ./config/initializers/application_controller_renderer.rb ./config/environments/development.rb ./config/environments/test.rb ./config/environments/production.rb ./config/cable.yml ./config/storage.yml ./config/webpacker.yml ./config/database.yml ./config/spring.rb ./Gemfile.lock ./.git/info/exclude ./.git/description ./.git/config ./.git/HEAD ./.git/hooks/pre-applypatch.sample ./.git/hooks/pre-commit.sample ./.git/hooks/applypatch-msg.sample ./.git/hooks/push-to-checkout.sample ./.git/hooks/pre-merge-commit.sample ./.git/hooks/prepare-commit-msg.sample ./.git/hooks/fsmonitor-watchman.sample ./.git/hooks/post-update.sample ./.git/hooks/commit-msg.sample ./.git/hooks/pre-receive.sample ./.git/hooks/pre-rebase.sample ./.git/hooks/sendemail-validate.sample ./.git/hooks/pre-push.sample ./.git/hooks/update.sample ./package.json ./.ruby-version ./test/application_system_test_case.rb ./test/integration/.keep ./test/helpers/.keep ./test/test_helper.rb ./test/system/.keep ./test/models/.keep ./test/controllers/booklist_controller_test.rb ./test/controllers/.keep ./test/channels/application_cable/connection_test.rb ./test/fixtures/files/.keep ./test/mailers/.keep ./db/development.sqlite3 ./db/seeds.rb ./lib/assets/.keep ./lib/tasks/.keep ./storage/.keep ./bin/webpack ./bin/setup ./bin/spring ./bin/webpack-dev-server ./bin/rails ./bin/rake ./bin/yarn ./config.ru ./app/mailers/application_mailer.rb ./app/jobs/application_job.rb ./app/assets/config/manifest.js ./app/assets/images/.keep ./app/assets/stylesheets/application.css ./app/assets/stylesheets/booklist.scss ./app/models/concerns/.keep ./app/models/application_record.rb ./app/helpers/booklist_helper.rb ./app/helpers/application_helper.rb ./app/javascript/channels/consumer.js ./app/javascript/channels/index.js ./app/javascript/packs/application.js ./app/channels/application_cable/channel.rb ./app/channels/application_cable/connection.rb ./app/controllers/booklist_controller.rb ./app/controllers/booklist_controller.rb.bak ./app/controllers/application_controller.rb ./app/controllers/booklist_controller.rb.org ./app/controllers/booklist_controller.rb.bak~ ./app/controllers/concerns/.keep ./app/views/layouts/application.html.erb ./app/views/layouts/mailer.text.erb ./app/views/layouts/mailer.html.erb ./app/views/booklist/hello.html.erb kiri@smtp:~/work/rails/books[1056]% My environments are: kiri@smtp:~/work/rails/books[1056]% rails --version Rails 6.1.7.6 kiri@smtp:~/work/rails/books[1057]% pkg info -aI|grep ^rubygem- rubygem-actioncable61-6.1.7.6 Integrated WebSockets for Rails rubygem-actionmailbox61-6.1.7.6 Receive and process incoming emails in Rails applications rubygem-actionmailer61-6.1.7.6 Easy email delivery and testing for Ruby rubygem-actionpack4-4.2.11.3 Action Controller and Action View of Rails MVC Framework rubygem-actionpack61-6.1.7.6 Action Controller and Action View of Rails MVC Framework rubygem-actiontext61-6.1.7.6 Edit and display rich text in Rails applications rubygem-actionview4-4.2.11.3 Rendering framework putting the V in MVC (part of Rails) rubygem-actionview61-6.1.7.6 Rendering framework putting the V in MVC (part of Rails) rubygem-activejob61-6.1.7.6 Job class declarations for a variety of queueing backends rubygem-activemodel4-4.2.11.3 Toolkit for building modeling frameworks rubygem-activemodel61-6.1.7.6 Toolkit for building modeling frameworks rubygem-activerecord61-6.1.7.6 Object-relational mapping layer for Rails MVC Framework rubygem-activestorage61-6.1.7.6 Attach cloud and local files in Rails applications rubygem-activesupport4-4.2.11.3 Utility classes and extension that are required by Rails MVC Framework rubygem-activesupport61-6.1.7.6 Utility classes and extension that are required by Rails MVC Framework rubygem-addressable-2.8.5 Replacement for the URI implementation rubygem-bindex-0.8.1 Bindings for your Ruby exceptions rubygem-binding_of_caller-1.0.0 Retrieve the binding of a methods caller rubygem-bootsnap-1.16.0 Boot large ruby/rails apps faster rubygem-builder-3.2.4 Facilitate programmatic generation of XML markup rubygem-bundler-2.4.20,1 Tool that manages gem dependencies for Ruby applications rubygem-byebug-11.1.3 Ruby 2 debugger rubygem-capybara-3.39.2 Integration testing tool for rack based web applications rubygem-colorator-1.1.0 Colorize your text in the terminal rubygem-concurrent-ruby-1.2.2 Modern concurrency tools for Ruby rubygem-connection_pool-2.4.1 Generic connection pool for Ruby rubygem-crack-0.4.5 Ruby Library of Simple JSON and XML Parsing rubygem-crass-1.0.6 CSS parser based on the CSS Syntax Level 3 draft rubygem-dalli-3.2.6 High performance memcached client for Ruby rubygem-date-3.3.3 Subclass of Object includes Comparable module for handling dates rubygem-debug-1.8.0 Debugging functionality for Ruby rubygem-debug_inspector-1.1.0 Ruby wrapper for the MRI 2.0 debug_inspector API rubygem-em-websocket-0.5.3 EventMachine based WebSocket server rubygem-erubi-1.12.0 ERB template engine for Ruby rubygem-erubis-2.7.0_1 Fast, secure, and extensible implementation of eRuby rubygem-eventmachine-1.2.7 Fast, simple event-processing library for Ruby programs rubygem-execjs-2.9.1 ExecJS lets you run JavaScript code from Ruby rubygem-ffi-1.16.3 Extension for dynamic libraries and binding functions rubygem-forwardable-extended-2.6.0 Forwardable with hash, and instance variable extensions rubygem-globalid-rails61-1.2.1 URIs for your models makes it easy to pass references around rubygem-graphql-1.13.19 Plain-Ruby implementation of GraphQL rubygem-graphql-client-0.16.0_1 Ruby library for declaring, composing and executing GraphQL queries rubygem-hashdiff-1.0.1 Diff lib to compute the smallest difference between two hashes rubygem-http_parser.rb-0.8.0 Simple callback-based HTTP request/response parser rubygem-i18n-1.14.1,2 New wave Internationalization support for Ruby rubygem-image_processing-1.12.2_1 High-level wrapper for processing images for the web with ImageMagick or libvips rubygem-io-console-0.6.0 Add console capabilities to IO instances rubygem-irb-1.8.1 Interactive Ruby rubygem-jbuilder-rails61-2.11.5 Create JSON structures via a Builder-style DSL rubygem-jekyll-4.3.2 Simple, blog aware, static site generator rubygem-jekyll-feed-0.17.0 Generates an Atom feed from Jekyll posts rubygem-jekyll-sass-converter-2.2.0 Basic Sass converter for Jekyll rubygem-jekyll-seo-tag-2.8.0 Add metadata tags for search engines and social networks rubygem-jekyll-sitemap-1.4.0 Automatically generate a sitemap.xml for Jekyll sites rubygem-jekyll-watch-2.2.1 Handles rebuilding of Jekyll sites when a file changes rubygem-json-2.6.3 Parse JSON texts and generate them from ruby data structures rubygem-kramdown-2.4.0 Yet-another-markdown-parser but fast, pure Ruby rubygem-kramdown-parser-gfm-1.1.0 Kramdown parser for the GFM dialect of Markdown rubygem-libxml-ruby-4.1.1 Ruby language bindings for the GNOME Libxml2 XML toolkit rubygem-liquid4-4.0.4 Library for rendering safe templates rubygem-listen-3.8.0 Listen to file modifications and notify about the changes rubygem-loofah-2.21.3 Library for manipulating HTML/XML documents and fragments rubygem-mail-2.8.1,2 Ruby email handler rubygem-marcel-1.0.2 Simple mime type detection rubygem-matrix-0.4.2 Implementation of Matrix and Vector classes rubygem-mercenary-0.4.0 Lightweight and flexible library for writing command-line apps in Ruby rubygem-method_source-1.0.0 Tool to retrieve the sourcecode for a method rubygem-mini_magick-4.12.0_1 Manipulate images with minimal use of memory via ImageMagick rubygem-mini_mime-1.1.5 Lightweight mime type lookup toy rubygem-minima-2.5.1 Beautiful, minimal theme for Jekyll rubygem-minitest-5.20.0 Minitest provides a complete suite of testing facilities rubygem-msgpack-1.7.2 Gems for MessagePack rubygem-net-imap-0.4.0 Ruby client api for Internet Message Access Protocol rubygem-net-pop-0.1.2 Ruby client library for POP3 rubygem-net-protocol-0.2.1 Abstruct interface for net-* client rubygem-net-smtp-0.4.0 Simple Mail Transfer Protocol client library for Ruby rubygem-nio4r-2.5.9 Cross-platform asynchronous I/O primitives rubygem-nokogiri-1.15.4 HTML, XML, SAX, and Reader parser rubygem-pathutil-0.16.2 Like Pathname but a little less insane rubygem-psych-5.1.0 YAML parser and emitter rubygem-public_suffix-5.0.1_9 Ruby domain name parser based on the Public Suffix List rubygem-puma-6.4.0 Fast, multithreaded and highly concurrent ruby web server rubygem-que-2.2.1 Job queue that uses PostgreSQL advisory locks for speed and reliability rubygem-racc-1.7.1 LALR(1) parser generator for Ruby rubygem-rack-3.0.8,3 Rack, a modular Ruby web server interface rubygem-rack-cache-1.14.0 Rack middleware to enable HTTP caching rubygem-rack-mini-profiler-3.1.1 Profiles loading speed for rack applications rubygem-rack-proxy-0.7.7 Request/response rewriting proxy capabilities with streaming rubygem-rack-test-2.1.0 Small, simple testing API for Rack apps rubygem-rack16-1.6.13 Rack, a modular Ruby web server interface rubygem-rack22-2.2.8,3 Rack, a modular Ruby web server interface rubygem-rails-deprecated_sanitizer-1.0.4 Deprecated sanitizer API extracted from Action View rubygem-rails-dom-testing-rails61-2.2.0 Analyse and compare DOMs using Nokogiri rubygem-rails-dom-testing1-1.0.9 Analyse and compare DOMs using Nokogiri rubygem-rails-html-sanitizer-1.6.0 Sanitize HTML fragments in Rails applications rubygem-rails61-6.1.7.6 Full-stack web application framework rubygem-railties61-6.1.7.6 Rails internals bootup, plugins, generators, and rake tasks rubygem-rake-13.0.6 Ruby Make rubygem-rb-fsevent-0.11.2 FSEvents API with Signals catching (without RubyCocoa) rubygem-rb-inotify-0.10.1 Ruby wrapper for libinotify, using ffi rubygem-rb-kqueue-0.2.8 Ruby wrapper for BSD kqueue, using FFI rubygem-rdoc-6.5.0 RDoc produces HTML and command-line documentation for Ruby projects rubygem-redis-5.0.7 Ruby client library for Redis, the key value storage server rubygem-redis-client-0.17.0 Simple low-level client for Redis 6+ rubygem-redis-namespace-1.11.0 Ruby client class for Redis with namespace support rubygem-regexp_parser-2.7.0 Tokenizing, lexinf and parsing Ruby regular expressions rubygem-reline-0.3.9 Alternative GNU Readline or Editline implementation by pure Ruby rubygem-rexml-3.2.6 XML toolkit for Ruby rubygem-rouge-4.1.3 Simple, easy-to-extend drop-in replacement for pygments rubygem-ruby-vips-2.1.4_1 Binding for the vips image processing library rubygem-rubyzip-2.3.2 Ruby module for reading and writing zip files rubygem-safe_yaml-1.0.5 Parse YAML safely rubygem-sass-rails-rails61-6.0.0 Sass adapter for the Rails asset pipeline rubygem-sassc-2.4.0 Use libsass with Ruby rubygem-sassc-rails-rails61-2.1.2 Integrate SassC-Ruby into Rails rubygem-sassc22-2.2.1 Use libsass with Ruby rubygem-selenium-webdriver-4.13.1 Tool for writing automated tests of websites rubygem-semantic_range-3.0.0 Parse and compare semantic version numbers and ranges rubygem-spring-4.1.1 Rails application preloader rubygem-sprockets-rails-rails61-3.4.2 Sprockets Rails integration rubygem-sprockets3-3.7.2_1 Ruby library that preprocesses and concatenates JavaScript files rubygem-sqlite3-1.6.6 Ruby interface to the SQLite DB engine version 3 rubygem-stringio-3.0.8 Pseudo IO class from/to String rubygem-sucker_punch-3.1.0 Asynchronous processing library for Ruby rubygem-terminal-table-3.0.2 Simple, feature rich ASCII table generation library rubygem-thor-1.2.2 Scripting framework that replaces rake, sake, and rubigen rubygem-thread_safe-0.3.6 Thread-safe collections and utilities for Ruby rubygem-tilt-2.3.0 Generic interface to multiple Ruby template engines rubygem-timeout-0.4.0 Auto-terminate potentially long-running operations in Ruby rubygem-turbolinks-5.2.1 Turbolinks makes following links in your web application faster rubygem-turbolinks-source-5.2.0 Turbolinks JavaScript assets rubygem-tzinfo-2.0.6 Daylight-savings aware timezone support for Ruby rubygem-tzinfo1-1.2.11 Daylight-savings aware timezone support for Ruby rubygem-uglifier-4.2.0 Ruby wrapper for UglifyJS JavaScript compressor rubygem-unicode-display_width-2.5.0 Get the display size of a string rubygem-web-console-rails61-4.2.1 Debugging tool for your Ruby on Rails applications rubygem-webdrivers-5.3.1 Run Selenium tests more easily with install and updates for all supported webdrivers rubygem-webmock-3.19.1 Allows stubbing HTTP requests and setting expectations on the requests rubygem-webpacker-rails61-5.4.4 Use Webpack to manage app-like JavaScript modules in Rails rubygem-webrick-1.8.1 HTTP server toolkit rubygem-websocket-1.2.10 Universal Ruby library to handle WebSocket protocol rubygem-websocket-driver-0.7.6 WebSocket protocol handler with pluggable I/O rubygem-websocket-extensions-0.1.5 Generic extension manager for WebSocket connections rubygem-xpath-3.2.0 DSL for generating XPath Expressions rubygem-zeitwerk-2.6.12 Efficient and thread-safe code loader kiri@smtp:~/work/rails/books[1058]% ruby --version ruby 3.3.0preview2 (2023-09-14 master e50fcca9a7) [amd64-freebsd15] kiri@smtp:~/work/rails/books[1059]% uname -a FreeBSD smtp 15.0-CURRENT FreeBSD 15.0-CURRENT #0 n265729-9b03a5de73d4-dirty: Tue Oct 10 18:39:54 JST 2023 root@msrvkx:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64 kiri@smtp:~/work/rails/books[1060]% Best regards --- Kazuhiko Kiriyama From nobody Tue Feb 20 04:00:18 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Tf5KH3P0Tz5BCC1 for ; Tue, 20 Feb 2024 04:00:19 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tf5KG5jzlz4DJ6 for ; Tue, 20 Feb 2024 04:00:18 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708401618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PSTExkaYLaqTOYsZMLdd40PVLXXWlxa3dyvsd9+jQ8I=; b=kp1VxNHX/R4moCdsMG/EBnWSDy+Retw07Nh5NHQch8XF8jI0mCk6hdbl5H5Jx+ql+NSE4D jFuXm8SfIgN7qhvCU04NJXcnSHQh0VJc8hqLSI0q0cb0Kme/VW0zXJ7ZWCx/9lNxHyuUUJ HIJvVm/g75z5n2/5BVlZdfZT+h9wOkcRpSI7PpVU3M68O+1pt6ioi6LN96mbPASzmx4Bzp NgFarubXGb59s72Bb/0tRe+tpQE6+ckqXiQNGXEylXUZofs4MKvbIP4cQ3ix0ASqI+Oz92 /BfsbnUHOyljEXfPhHfhqED9MmO33VVTQeh0Fpg5JuZ3zQl2NPnrdU8a6ly0SQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708401618; a=rsa-sha256; cv=none; b=WwHj8zn0RfQlnWUpncNqjFnRMJxcEZbe3Xbdaq7NzLujdTTGYrSCHBKfZdegGv6Ma3jlj/ g+rjSRrL28bSWgjPSVsw56lB8QsHstYU1cW7UrsVfix15kYQlE8cAmMLdvVDGgRC1RDcpo JliuFm0TA9Iy7mWcHt+qbCTFDgKbr98LQD91YVMU953l2AcLrtmT2H/+EHPcV67qDFW4VM 9oNCm7Kj9ef4k/mx3jNP0lbGOFCIyHmdDNS7PGqSL3PQjB6PumTBHOAB2b8HKbdiuyubl3 p5jagnMqxZ8R2D453TXnciStbsWOSwzFEhRb2aYBnG6fqBjKxx92bkltTvuN/g== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Tf5KG4jY9z1380 for ; Tue, 20 Feb 2024 04:00:18 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41K40IfH010723 for ; Tue, 20 Feb 2024 04:00:18 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41K40IOK010722; Tue, 20 Feb 2024 04:00:18 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202402200400.41K40IOK010722@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Date: Tue, 20 Feb 2024 04:00:18 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-kafo | 7.3.0 | 7.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Thu Feb 22 04:12:36 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TgKVX5c5rz5Bn1p for ; Thu, 22 Feb 2024 04:12:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TgKVX1v9Bz45RW for ; Thu, 22 Feb 2024 04:12:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708575156; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=caPf3CNcRThRDiLMhDgPnV7qXOJiuVBZh4XN2DClCx8=; b=h0ybHd+CzuKxgIi8F07Kf35OKo+/TF0loA5O5Nu4ngQCWru14Tajf74QumagUdIYYE6nmt 7pwI2/vx6Y68NJzoNORZhxo0+cg42IqCsM7hGsUyR/pnLLMhqyhI+uq9hI7+beudS3nt9o 1EmtYXtDMPAi7lV04jT4u+Py+5I68SRd8WuKtMvhD/oCG0ZMZs6OKwraXWJM3SoHjilHYS Jzyhg259OFRALl5LmKhQehMWAhLaMiJy0P//JFJG8VoEl9XrSBUrAQSRCkLH3l5ulyVLBF hnkB9KoboNfhyJjYLUpmxQMpbzHuH/TQelpTUv0Ol4qUfYnO+B6Or5UqCeJqbw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708575156; a=rsa-sha256; cv=none; b=Ie5sxkLB3uDVQq9Ce4QvlYTNIJ6sd2EzPxCdYSYuHxXXw0U9HjsIWm1eXr/ONoqlEuc7s+ 1k+dxs6UwHzwqkJeNswmXb5UP8ptfofqTJjQefNOmM82dzTENKYQDc3ahcFPFOxIKgR24I mksgH0zqYob0yMSBuoEvyZCM0prr8vwaTy5vjMbFYP1uQgUxNBa0hSv+Fp/+pSTsUxP8z7 bkUeUbzlFz1WA4XrBs/aFI2sgrNQmnO1DbKaHozUUtYcWVJd0F5zC4C9ClwAjdzlX8B3N7 MHmOBYNDrM+C4MvAIsqKy1bSytVS1MmPAGZn0cZARug7jkRH4K1+xBET9JOZPA== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TgKVX0q3nzGh5 for ; Thu, 22 Feb 2024 04:12:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41M4CaLT014242 for ; Thu, 22 Feb 2024 04:12:36 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41M4CaJ0014241; Thu, 22 Feb 2024 04:12:36 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202402220412.41M4CaJ0014241@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Date: Thu, 22 Feb 2024 04:12:36 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ sysutils/rubygem-hammer_cli | 3.9.0 | 3.10.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Thu Feb 22 05:25:09 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TgM6F736wz5BtZX for ; Thu, 22 Feb 2024 05:25:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TgM6F5K5Xz4DPk for ; Thu, 22 Feb 2024 05:25:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708579509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qx1sHDL6eHy4HIU3tcKpIz5TaoEJHRSQOCJlq/LTQ0s=; b=a62Qq4ptlMs5wf+s6Xy75FAxSeYJ8A2+yOghQOfHiQo+j17bonk+C13QUVmwcdCSEGvpGR ZPUQuRR6XSVGwpIWcI6XhrVnYJm1acIoV640vBncK2kxRM91T9C8ab+WOsCXjcbH47tTTO inr1j34FproIvnvoYN7XgQS176qkrM57z0zogyqvKvMeHx5i7s584x+jCOSPdleCgjr0Jd bugJf8XGJqmPutbaHEWT8cHhSf8P1041Oo0xu8eOxFdAqbXeiYXVVZCEDAdJCMe7WL4dx+ HdnoZ777FPE+R30Y0L3TH2Yj71IiwQRBioEXTSLwElUxKspEi0eq13WU7WD6aQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708579509; a=rsa-sha256; cv=none; b=eA063alWsb1a7xIncVOJE9LCMGC5lS9ZotJUZqet/0R88LTlATzb/7fio5IS1dNJ9FY44m dHMf943o+eMR+r8NIV4Dt6QpBuBhz+Z+O3BocZynzuStYmgk5YG6dnVn87JfzkXJUgsEES NYDOqjLc7mebLxspoW6RVs16xcXcyUT6LsMJf41PUJeF56qPKCnuOBfwyc26RSXP59uqf6 +JLKfCO1w6YyuseA8nwDiDIPKm/Qao4s+9OLA/pejBTbrb438a1gzXdp/d0auQW1j84umO dOetWwNvMLqptpMffrAcStx/i6NcNanYuK0DIHWA+b3MX1HfwhQtB4apitbytw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TgM6F4N5NzJdN for ; Thu, 22 Feb 2024 05:25:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41M5P9H6032273 for ; Thu, 22 Feb 2024 05:25:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41M5P9uS032268 for ruby@FreeBSD.org; Thu, 22 Feb 2024 05:25:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 276894] devel/rubygem-irb: Update to 1.11.2 Date: Thu, 22 Feb 2024 05:25:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276894 Yasuhiro Kimura changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #1 from Yasuhiro Kimura --- Updated to 1.11.2 with ports d0d15c9e63c0. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 22 09:21:47 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TgSMK5v9Tz5CG3B for ; Thu, 22 Feb 2024 09:21:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TgSMK48dnz4Zhs for ; Thu, 22 Feb 2024 09:21:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708593709; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qwdtCggsnGAIYYqqdSymJvCwkJjjxHm9bRmIGP0cXZ4=; b=q0QdusdPZr1YH5mA8afvKGhSXrfq63yc873aKc1oxtPOQj93jkIRFbaf7tkMDKADmkjLIu bScrimfzq+8OW/ouKjw4GB/cSv/49jfjewW3aenVIXuAffCWWoVu1t2fTLjd+nXLjjAGiQ YBvAsbiPneNqyujzQxa74ENvymMlsINI6U2zzZb3dCR/fj8yrG01H3h5Qt9uqoTQpVsOU9 Nrc8KV8Xo9N3v7GXZaj/sHhJffecGYrZZL+AFKBOZUjVaA9ybI0VD/7QJCmjlO4akw+grP DF+9Ufhs4ITQNEjXtzP43uvP7ICjQFddwzRWnppNWXlrL8sqhchSGJAJyTEZuA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708593709; a=rsa-sha256; cv=none; b=aAOvOFyuEsiKbu/oXcw8nWB8TSk5XDoimBVHKSEcsM79d4+CG4ou2V+Bsk5+iyrhVlTks6 5Tp9eHgk+Uczba1kP8bZWZzYRLk3qXJmeM6KFRs0Q5gvSECPClg4wjqwVhJ69yIOhX8Bca xNpVg7ft0Nxt4SRiITilB0rdFfIXhfEW08tQOeKZrJUVOFNlUY6RVacs1/sqVthPBkB4UR j52C3AKNjCUVmbY+BeZMEO/S469szrH2Q2yGtn/eoyaqgX85lmoWaEDJOEUkoXAcjKUhFu jo+wEB6nrX+3p/kHCcYfmRKNahv+J8rtE9WTN2fhuL/ybZ9W+ONQY3uUzmBf2A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TgSMK388rzQSR for ; Thu, 22 Feb 2024 09:21:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41M9Ln46059791 for ; Thu, 22 Feb 2024 09:21:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41M9Lnt4059760 for ruby@FreeBSD.org; Thu, 22 Feb 2024 09:21:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 276478] Mk/*: Build with a clean environment Date: Thu, 22 Feb 2024 09:21:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276478 --- Comment #17 from Antoine Brodin --- On i386 I have those 2 failures: https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-02-18_= 19h53m07s/logs/zynaddsubfx-3.0.6_2,2.log https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-02-18_= 19h53m07s/logs/iortcw-1.51c_4,1.log workdir in https://people.freebsd.org/~antoine/zynaddsubfx-work.tar --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Feb 22 12:54:47 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TgY541rP1z5CYdN for ; Thu, 22 Feb 2024 12:54:48 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TgY5407TFz55JW; Thu, 22 Feb 2024 12:54:48 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708606488; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc; bh=F4LClhzsjEgvxFFBhblfFrZawYiLRGr75bB0Zn/edEo=; b=YIA1lU30EZk468gKkYUMoeKMQ0dJ1cvyukw0XqmcLGoHngvLqh7sC8QHtJwm0YN0csWolU 0KpUEIqU7L0jKzuO7+XJhUcI+eLLNJh37h1fZ4oB4tb1sV9avR70QAB/US9RQ4O7BU1ZVk Hcm8CKmDqiR+qTaOj50zPOCSwZPUV8jtX56OjParF7le9XlbQuySskppAF4W40zBl2L27E Cgt7+qW68xqF27Bowyziq+horVN1fGDaMV1KzzZbs0k4Tm+Jt85GpRuMVbH/8jxtRcb09O Oy1I30j1QV5y2YzK1lZ26L8Y/drx/EMMlICIrQs2zT7VH1snxft/QTaiI8UHXQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708606488; a=rsa-sha256; cv=none; b=CPnWnpRNOBwjlTd1PIkAHeKUlZwNQE96BXqYWvOrYmOUzeqRn0srPl9OvJ+CBlAWaxSFTJ 4zVE3jsjE4/2GxZIsxy1rQ52gTBOknpABh9CFnrr+Q1Xgd5b2JROedf7UE4YJtaCI8cYIh tDpZI7vDS3JFsb7jpk+bjop41VmSlQL8NdoSwkB7/1InTIy6YzZYvjaPy+pScjw9QrISga s2YMzGKxZnwxnm0a3Dvxs5/j0sfa9zCbwVKuP3rHsX2P3oYgXr6qsQ8v+47UZdhF+piP1N N3dZ5Wdgw0Qb1DFi/bglFGQhcQREAosobHxdRY6Fspinq7vSIWfGRTXWBF/iAg== Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TgY536JvszXpj; Thu, 22 Feb 2024 12:54:47 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8]) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41MCslAM084376; Thu, 22 Feb 2024 12:54:47 GMT (envelope-from portmgr@FreeBSD.org) Received: (from indexbuild@localhost) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41MCslTW084374; Thu, 22 Feb 2024 12:54:47 GMT (envelope-from portmgr@FreeBSD.org) Date: Thu, 22 Feb 2024 12:54:47 GMT Message-Id: <202402221254.41MCslTW084374@portsindexbuild.nyi.freebsd.org> X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to portmgr@FreeBSD.org using -f From: portmgr@FreeBSD.org To: portmgr@FreeBSD.org CC: ruby@FreeBSD.org Reply-To: portmgr@FreeBSD.org Subject: Ports with version numbers going backwards: lang/ruby32 X-FreeBSD-Chkversion: backwards List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Thu Feb 22 2024 12:30:00 UTC. - *lang/ruby32* : ruby32-3.2.2,1 < ruby32-3.2.2_1,1 From nobody Fri Feb 23 04:11:38 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TgxQz2cCpz5BdW0 for ; Fri, 23 Feb 2024 04:11:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TgxQy62BRz4lyC for ; Fri, 23 Feb 2024 04:11:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708661498; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VVHPNHXVChM1O9vw3mR8gM18AOth9meGyzsDZFKZ86U=; b=E9bJExwj7a3kMVIG+e29X5VUVxDnUPM/divTVo+XY9o6PyhEz0R3M4/+DXiK2H9abThknb K9WpXJFt+NvQR82x0Tfmwty1RJ62OE76TJKCf4BMiv5mnDkuUvUNknGGiWRwHTZTO6FaFp zcQoABFtDiTf0tO43AJGRyuOjfrlxmHtMTggNmOR1iLM5tIjavfcdgAaFU7QGI0G52hlHL wyiEBqT1O2htkUOZC0nig/X1tCDgglQV00LFUJ9KPOvfhALoHYyiPl/ghW9SnlGT+4uWPw nK5Nqax7C9n8fAo/RaONZNJUrfY+X4UmRVzvVRKIUfeynyG7BHRvVB8Z7IOrCw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708661498; a=rsa-sha256; cv=none; b=bfUYUDZgNvC96GVkRvLd9pQ+yBF5VNfJ6zghsIoHyjQqFeHVeGuU01K/tzSUI4TIEq4ll/ F+U6ZgIbVglImALC5XlSavaPDcGKrmRFECKjZguZTsfxkoRJXz18VDeVvW+L3wA7Mx35+N U/Jji7p0hTnApQcyhJo2n5dZbN/c51E/iKS6UwTxD5xj6oGBp1SJUkIQORdPOKdTyEi37y H6nEGuMVLXoIH9b+yCT/Rdst0captVh6FEl9JWST2iTvk3iCSugUn8PuS38YRi6M2EORwC 2isAfes6zS793Xh/1R+dizmhiPLG9Bg5bU6fVcz4c2TQTgwroPObQm5N0L+BGw== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TgxQy55qNz11Nw for ; Fri, 23 Feb 2024 04:11:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41N4BcNm005487 for ; Fri, 23 Feb 2024 04:11:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41N4Bcu5005486; Fri, 23 Feb 2024 04:11:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202402230411.41N4Bcu5005486@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Date: Fri, 23 Feb 2024 04:11:38 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-request_store15 | 1.5.1 | 1.6.0 ------------------------------------------------+-----------------+------------ www/rubygem-rack-protection3 | 3.1.0 | 3.2.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Fri Feb 23 12:54:47 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Th92b5gtLz5CQSZ for ; Fri, 23 Feb 2024 12:54:47 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Th92b4PmVz4tyD; Fri, 23 Feb 2024 12:54:47 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708692887; a=rsa-sha256; cv=none; b=F7fCMSFrqnUTXWLfyqrnYQz0kYUPBB89iT+qeWBkpHOI078QSgMjGWPlRAidi8KSnaWYZj cYvr0YLOFhg4E2u5zKJ7lkbUoIc4cMG6YpgXJtHbcharfC7KEiXK4SjtibpDSqUyGi0rDA VZ8ccBaeiuTaaGa5/2E7wXDs9GmSDsjgvoQIW3Mh0GEnUb8tTTQPz02c/PgYK9yRTT2Bho lcggyS6uwgW6GzCTqxij7N0GodsIUIvEh9oiNfC7/7+7dp1L7Nccf4CVxVX5QtEWH44WXK vmO27kr772JCjv0yddbcfsCkf4GFwyl5zlC6nz8tlbWAI8He/xLYOmFGyraK6Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708692887; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc; bh=7o2vroiSBlCJkRD7HYPHIoZBraLKKEcV/gGy9wlrz5Q=; b=ePHBLnADSa51inqZkiCMfIPDR96HZFe16BYGDslk8NlLjv6YrP96xMh4G5LaijgUoKZPvA l6uMrL9j9H2QVb4+aSVEoNVx2lm3zGUBclHfD8rtqmMG7YMtUDcFnveFOGYpsDvJCrwgaD Rn8ff/opDd/0cppYnNuyy84HWsDJcGp+IYHZjytjyzhNh9POtFWaecLtika6DB0ohbVuy2 93utX643D6HaAnleWStuCrBej3sPblRscRGkFtBpLz1uLAc8sbrS2DQHLQWa6gjpe/oRjV GYg87iW59XKXASzGwMqqrRmSuD+kR+YhrQcWl6p4wZF0Xgjj3LAA+rLZmOiDxg== Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Th92b3SRJzGxM; Fri, 23 Feb 2024 12:54:47 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8]) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41NCslS7083985; Fri, 23 Feb 2024 12:54:47 GMT (envelope-from portmgr@FreeBSD.org) Received: (from indexbuild@localhost) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41NCslbs083983; Fri, 23 Feb 2024 12:54:47 GMT (envelope-from portmgr@FreeBSD.org) Date: Fri, 23 Feb 2024 12:54:47 GMT Message-Id: <202402231254.41NCslbs083983@portsindexbuild.nyi.freebsd.org> X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to portmgr@FreeBSD.org using -f From: portmgr@FreeBSD.org To: portmgr@FreeBSD.org CC: ruby@FreeBSD.org Reply-To: portmgr@FreeBSD.org Subject: Ports with version numbers going backwards: lang/ruby32 X-FreeBSD-Chkversion: backwards List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Fri Feb 23 2024 12:30:00 UTC. - *lang/ruby32* : ruby32-3.2.2,1 < ruby32-3.2.2_1,1 From nobody Fri Feb 23 16:50:55 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ThGH405HBz5B5Q8 for ; Fri, 23 Feb 2024 16:50:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ThGH35Ws4z4Zvy for ; Fri, 23 Feb 2024 16:50:55 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708707055; a=rsa-sha256; cv=none; b=bc9dN++v0UlGBXL8cfgMyP7mSsmImSZTPgLMgdYEuiM4w8snDaFXT+Nodv8SByWEx26Wop 7Bj6RAu5Gvug2RNPY5yfM9Bi14iKeONDQKQJPcIeVyVnaCFdEzEyuiNKSL2ndVHCijVCKh 5+0ix1DNjo5TSm0oV8CZOW/3e9dkptnRG+TtZ0Lbzo9NWifNU2MLzDo2CeD72ezpQcL3E6 BvglTI+e02iotRjcICyNu6e6gFSboSSzQ5I6gu13uBw7QcbuKpRZZIz2fnW2YMdfxjZBfB J2wTuZQqFVRT8pTF9njOb7iur4XJ0J+MTiKSwa/bd6njNxqH5DEPH6JTXfLiYg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708707055; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=1BZVnsnWiJxGcbUhdUlJxPguh+wRpHC19h3zjc5/ZPI=; b=bXLbMtyKauNfDHHHKYD9HJiJ8Lmhvkt407LA/UgXQmUzftbQ2rZawM0p3QpFu3axW9y+kO JD7lh+Ph5BCfEjvn9x1bzgFS3kWAqeiudAZOFcUOjjJCgKGEFe3QLinOo67ZW91zibxXjl W0bDreL1Y19dtK1b0yWqNrW9asqs1/mVAQl4aN0ZcCwTz/ciiqELL1n8s1Fc0vPaggLdkj jsaMgfB+mjT8gwsCpndfKc8mG5wtHf/AEF4Jr2H3xdBLPaEDbzHa+gLq1/I9xW9A6l5CU6 eYdxYzpO4nI9ju2DP6EYkvDy17K4w2JsWPwo5JsW8kPZ/D7PRDbuZxBl3qDhUA== Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4ThGH34bkVzP5h for ; Fri, 23 Feb 2024 16:50:55 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from root (uid 0) (envelope-from pkg-fallout@FreeBSD.org) id 9080 by beefy17.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy17.nyi.freebsd.org); Fri, 23 Feb 2024 16:50:55 +0000 To: ruby@FreeBSD.org Subject: [package - main-i386-default][textproc/rubygem-nokogumbo] Failed for rubygem-nokogumbo-2.0.5_2 in stage Cc: pkg-fallout@FreeBSD.org Date: Fri, 23 Feb 2024 16:50:55 +0000 Message-Id: <65d8ccef.9080.73408f43@beefy17.nyi.freebsd.org> From: List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: ruby@FreeBSD.org Log URL: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p87cdfc67f475_s9097284b98/logs/rubygem-nokogumbo-2.0.5_2.log Build URL: https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p87cdfc67f475_s9097284b98 Log: =>> Building textproc/rubygem-nokogumbo build started at Fri Feb 23 16:50:50 UTC 2024 port directory: /usr/ports/textproc/rubygem-nokogumbo package name: rubygem-nokogumbo-2.0.5_2 building for: FreeBSD main-i386-default-job-03 15.0-CURRENT FreeBSD 15.0-CURRENT 1500014 i386 maintained by: ruby@FreeBSD.org Makefile datestamp: -rw-r--r-- 1 root wheel 530 Jan 23 01:01 /usr/ports/textproc/rubygem-nokogumbo/Makefile Ports top last git commit: 87cdfc67f47 Ports top unclean checkout: no Port dir last git commit: b26da9a1af6 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.1-1-g1e9f97d6 Host OSVERSION: 1500006 Jail OSVERSION: 1500014 Job Id: 03 !!! Jail is newer than host. (Jail: 1500014, Host: 1500006) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 OSVERSION=1500014 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 UNAME_m=i386 UNAME_p=i386 UNAME_r=15.0-CURRENT LOCALBASE=/usr/local UNAME_v=FreeBSD 15.0-CURRENT 1500014 USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.1-1-g1e9f97d6 MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/main-i386-default/03/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=main-i386-default SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.1-1-g1e9f97d6 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- ruby@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_ LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- RUBY_LIBDIR="lib/ruby/3.1" RUBY_ARCHLIBDIR="lib/ruby/3.1/i386-freebsd15" RUBY_SITELIBDIR="lib/ruby/site_ruby/3.1" RUBY_SITEARCHLIBDIR="lib/ruby/site_ruby/3.1/i386-freebsd15" RUBY_VENDORLIBDIR="lib/ruby/vendor_ruby/3.1" RUBY_VENDORARCHLIBDIR="lib/ruby/vendor_ruby/3.1/i386-freebsd15" RUBY_MODDOCDIR="share/doc/ruby31/nokogumbo" RUBY_MODEXAMPLESDIR="share/examples/ruby31/nokogumbo" RUBY_DOCDIR="share/doc/ruby31" RUBY_EXAMPLESDIR="share/examples/ruby31" RUBY_RIDIR="share/ri/3.1/system" RUBY_SITERIDIR="share/ri/3.1/site" RUBY_VERSION="3.1.4" RUBY_VER="3.1" RUBY_SHLIBVER="31" RUBY_ARCH="i386-freebsd15" RUBY_SUFFIX="31" RUBY_DEFAULT_SUFFIX="31" PORTVERSION="2.0.5" REV="" GEMS_BASE_DIR="lib/ruby/gems/3.1" GEMS_DIR="lib/ruby/gems/3.1/gems" DOC_DIR="lib/ruby/gems/3.1/doc" CACHE_DIR="lib/ruby/gems/3.1/cache" SPEC_DIR="lib/ruby/gems/3.1/specifications" EXT_DIR="lib/ruby/gems/3.1/extensions" PLUGINS_DIR="lib/ruby/gems/3.1/plugins" GEM_NAME="nokogumbo-2.0.5" GEM_LIB_DIR="li b/ruby/gems/3.1/gems/nokogumbo-2.0.5" GEM_DOC_DIR="lib/ruby/gems/3.1/doc/nokogumbo-2.0.5" GEM_SPEC="lib/ruby/gems/3.1/specifications/nokogumbo-2.0.5.gemspec" GEM_CACHE="lib/ruby/gems/3.1/cache/nokogumbo-2.0.5.gem" EXTRACT_SUFX=".gem" GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=15.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/nokogumbo" EXAMPLESDIR="share/examples/nokogumbo" DATADIR="share/nokogumbo" WWWDIR="www/nokogumbo" ETCDIR="etc/nokogumbo" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/nokogumbo DOCSDIR=/usr/local/share/doc/nokogumbo EXAMPLESDIR=/usr/local/share/examples/nokogumbo WWWDIR=/usr/local/www/nokogumbo ETCDIR=/usr/local/etc/nokogumbo --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.20.9_1.pkg [main-i386-default-job-03] Installing pkg-1.20.9_1... [main-i386-default-job-03] Extracting pkg-1.20.9_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - not found ===> Installing existing package /packages/All/ruby-3.1.4_1,1.pkg [main-i386-default-job-03] Installing ruby-3.1.4_1,1... [main-i386-default-job-03] `-- Installing libedit-3.1.20230828_1,1... [main-i386-default-job-03] `-- Extracting libedit-3.1.20230828_1,1: .......... done ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-debug: debug - Debugging functionality for Ruby devel/rubygem-erb: erb - Templating system for Ruby devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-minitest: minitest - Complete suite of testing facilities devel/rubygem-power_assert: power_assert - Power Assert for Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions devel/rubygem-rdoc: rdoc - Ruby Documentation System devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code ftp/rubygem-net-ftp: net-ftp - Support for the File Transfer Protocol mail/rubygem-net-imap: net-imap - Ruby client api for Internet Message Access Protocol mail/rubygem-net-pop: net-pop - Ruby client library for POP3 mail/rubygem-net-smtp: net-smtp - Simple Mail Transfer Protocol client library for Ruby math/rubygem-matrix: matrix - Implementation of Matrix and Vector classes math/rubygem-prime: prime - Prime numbers and factorization library sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications textproc/rubygem-rexml: rexml - XML toolkit for Ruby www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds" 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. ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - not found ===> Installing existing package /packages/All/ruby31-gems-3.4.20.pkg [main-i386-default-job-03] Installing ruby31-gems-3.4.20... [main-i386-default-job-03] Extracting ruby31-gems-3.4.20: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building ===> Extracting for rubygem-nokogumbo-2.0.5_2 => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. Unpacked gem: '/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5' =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-2.0.3_2,1.pkg [main-i386-default-job-03] Installing pkgconf-2.0.3_2,1... [main-i386-default-job-03] Extracting pkgconf-2.0.3_2,1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - not found ===> Installing existing package /packages/All/libxml2-2.11.6.pkg [main-i386-default-job-03] Installing libxml2-2.11.6... [main-i386-default-job-03] `-- Installing readline-8.2.7_1... [main-i386-default-job-03] `-- Extracting readline-8.2.7_1: .......... done [main-i386-default-job-03] Extracting libxml2-2.11.6: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for rubygem-nokogumbo-2.0.5_2 Successfully built RubyGem Name: nokogumbo Version: 2.0.5 File: nokogumbo-2.0.5.gem =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - not found ===> Installing existing package /packages/All/rubygem-nokogiri-1.16.2_1.pkg [main-i386-default-job-03] Installing rubygem-nokogiri-1.16.2_1... [main-i386-default-job-03] `-- Installing gettext-runtime-0.22.3_1... [main-i386-default-job-03] `-- Extracting gettext-runtime-0.22.3_1: .......... done [main-i386-default-job-03] `-- Installing libxslt-1.1.37_1... [main-i386-default-job-03] | `-- Installing libgcrypt-1.10.3_1... [main-i386-default-job-03] | | `-- Installing libgpg-error-1.47_1... [main-i386-default-job-03] | | `-- Extracting libgpg-error-1.47_1: .......... done [main-i386-default-job-03] | `-- Extracting libgcrypt-1.10.3_1: .......... done [main-i386-default-job-03] `-- Extracting libxslt-1.1.37_1: .......... done [main-i386-default-job-03] `-- Installing rubygem-racc-1.7.3... [main-i386-default-job-03] `-- Extracting rubygem-racc-1.7.3: .......... done [main-i386-default-job-03] Extracting rubygem-nokogiri-1.16.2_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Staging for rubygem-nokogumbo-2.0.5_2 ===> Generating temporary packing list (cd /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5; /usr/bin/env RB_USER_INSTALL=yes LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 /usr/local/bin/gem install -l --no-update-sources --install-dir /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1 --ignore-dependencies --bindir=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/bin --no-document nokogumbo-2.0.5.gem -- ) Building native extensions. This could take a while... ERROR: Error installing nokogumbo-2.0.5.gem: ERROR: Failed to build gem native extension. current directory: /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5/ext/nokogumbo /usr/local/bin/ruby31 extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/bin/$(RUBY_BASE_NAME)31 /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' :86:in `require': cannot load such file -- nokogiri (LoadError) from :86:in `require' from extconf.rb:4:in `
' extconf failed, exit code 1 Gem files will remain installed in /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5 for inspection. Results logged to /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/extensions/x86-freebsd-15/3.1/nokogumbo-2.0.5/gem_make.out *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-nokogumbo From nobody Fri Feb 23 17:19:08 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ThGvd58MCz5B7y7 for ; Fri, 23 Feb 2024 17:19:09 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ThGvd0r78z4ftj for ; Fri, 23 Feb 2024 17:19:09 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708708749; a=rsa-sha256; cv=none; b=JWuIPvE9CYgD5CF0rne5RLvTlnF1bRbJ4MroTexJrztDEmbBj+l810Hjp8MxSEdqlvxeF3 uJE1Jx216TI6M8/wd2QbJENNVvVqDx3x1hfnT5jSgSmCsGLKwVopKNKVW0D2JlUQuQmGvm LwhunfhmSKNsQtNu0ADft8arBiLJeGe2ssbHeK2mI/qjGXscYhb1hVsXIz8NQShhvs28uG ptRJ5FD940gz10aK4vk3BNu1NaYqsjaQfU7+iTgUtz0d1erNpS43Di631kQziHHiO4b2i9 kyd3GvPKCT+8FZxDvW0AyI6cFe01ULrcAkrAsprvwCHuCtPbFTRFBi0sQHkr3w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708708749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=BHKDHyAVLD60sBO8vhHSFnjjmqoiv29RseC5S1X2w8E=; b=u/GIa+l8hpthw1zdrMWsesYGPbXIpmjUluVoiUQe1Etv0GAVn1fzn5Php8CaoxQPt7wcyC +hB0iYlaa9y/gN2ywgVKdL3WyC79fYuq1X1KEAT9hAzQaJsv1lFSYPUqe1fHgV8eE7VLrq 4CbBullBQx5/eyWlgBvgHFCmaU3zF5TQzl0Xvl+pSoZjbrqOHfO2vzQdid8bKEtLV/ADKB wPOxf/QIgvjx4HV+x97x0PFOE9rrUiXzP5xyxxMM0wkQisu/GFRRL/VW2zQBG6H95pTd2Q A0yEmQo6wioQDpCZ87yYo/5P/5entYS4IY/sXbJ1L68gDq97CGuO+qt0eVxN4Q== Received: from beefy15.nyi.freebsd.org (beefy15.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1e]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4ThGvc645SzP9f for ; Fri, 23 Feb 2024 17:19:08 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from root (uid 0) (envelope-from pkg-fallout@FreeBSD.org) id 733c by beefy15.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy15.nyi.freebsd.org); Fri, 23 Feb 2024 17:19:08 +0000 To: ruby@FreeBSD.org Subject: [package - 132i386-default][textproc/rubygem-nokogumbo] Failed for rubygem-nokogumbo-2.0.5_2 in stage Cc: pkg-fallout@FreeBSD.org Date: Fri, 23 Feb 2024 17:19:08 +0000 Message-Id: <65d8d38c.733c.6c47453b@beefy15.nyi.freebsd.org> From: List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: ruby@FreeBSD.org Log URL: https://pkg-status.freebsd.org/beefy15/data/132i386-default/87cdfc67f475/logs/rubygem-nokogumbo-2.0.5_2.log Build URL: https://pkg-status.freebsd.org/beefy15/build.html?mastername=132i386-default&build=87cdfc67f475 Log: =>> Building textproc/rubygem-nokogumbo build started at Fri Feb 23 17:18:58 UTC 2024 port directory: /usr/ports/textproc/rubygem-nokogumbo package name: rubygem-nokogumbo-2.0.5_2 building for: FreeBSD 132i386-default-job-03 13.2-RELEASE-p10 FreeBSD 13.2-RELEASE-p10 i386 maintained by: ruby@FreeBSD.org Makefile datestamp: -rw-r--r-- 1 root wheel 530 Jan 23 01:02 /usr/ports/textproc/rubygem-nokogumbo/Makefile Ports top last git commit: 87cdfc67f47 Ports top unclean checkout: no Port dir last git commit: b26da9a1af6 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.1-1-g1e9f97d6 Host OSVERSION: 1500006 Jail OSVERSION: 1302001 Job Id: 03 ---Begin Environment--- SHELL=/bin/csh BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 OSVERSION=1302001 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 UNAME_m=i386 UNAME_p=i386 UNAME_r=13.2-RELEASE-p10 LOCALBASE=/usr/local UNAME_v=FreeBSD 13.2-RELEASE-p10 USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.1-1-g1e9f97d6 MASTERMNT=/usr/local/poudriere/data/.m/132i386-default/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/132i386-default/03/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=132i386-default SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/132i386-default/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.1-1-g1e9f97d6 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- ruby@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_ LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- RUBY_LIBDIR="lib/ruby/3.1" RUBY_ARCHLIBDIR="lib/ruby/3.1/i386-freebsd13" RUBY_SITELIBDIR="lib/ruby/site_ruby/3.1" RUBY_SITEARCHLIBDIR="lib/ruby/site_ruby/3.1/i386-freebsd13" RUBY_VENDORLIBDIR="lib/ruby/vendor_ruby/3.1" RUBY_VENDORARCHLIBDIR="lib/ruby/vendor_ruby/3.1/i386-freebsd13" RUBY_MODDOCDIR="share/doc/ruby31/nokogumbo" RUBY_MODEXAMPLESDIR="share/examples/ruby31/nokogumbo" RUBY_DOCDIR="share/doc/ruby31" RUBY_EXAMPLESDIR="share/examples/ruby31" RUBY_RIDIR="share/ri/3.1/system" RUBY_SITERIDIR="share/ri/3.1/site" RUBY_VERSION="3.1.4" RUBY_VER="3.1" RUBY_SHLIBVER="31" RUBY_ARCH="i386-freebsd13" RUBY_SUFFIX="31" RUBY_DEFAULT_SUFFIX="31" PORTVERSION="2.0.5" REV="" GEMS_BASE_DIR="lib/ruby/gems/3.1" GEMS_DIR="lib/ruby/gems/3.1/gems" DOC_DIR="lib/ruby/gems/3.1/doc" CACHE_DIR="lib/ruby/gems/3.1/cache" SPEC_DIR="lib/ruby/gems/3.1/specifications" EXT_DIR="lib/ruby/gems/3.1/extensions" PLUGINS_DIR="lib/ruby/gems/3.1/plugins" GEM_NAME="nokogumbo-2.0.5" GEM_LIB_DIR="li b/ruby/gems/3.1/gems/nokogumbo-2.0.5" GEM_DOC_DIR="lib/ruby/gems/3.1/doc/nokogumbo-2.0.5" GEM_SPEC="lib/ruby/gems/3.1/specifications/nokogumbo-2.0.5.gemspec" GEM_CACHE="lib/ruby/gems/3.1/cache/nokogumbo-2.0.5.gem" EXTRACT_SUFX=".gem" GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=13.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/nokogumbo" EXAMPLESDIR="share/examples/nokogumbo" DATADIR="share/nokogumbo" WWWDIR="www/nokogumbo" ETCDIR="etc/nokogumbo" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/nokogumbo DOCSDIR=/usr/local/share/doc/nokogumbo EXAMPLESDIR=/usr/local/share/examples/nokogumbo WWWDIR=/usr/local/www/nokogumbo ETCDIR=/usr/local/etc/nokogumbo --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.20.9_1.pkg [132i386-default-job-03] Installing pkg-1.20.9_1... [132i386-default-job-03] Extracting pkg-1.20.9_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - not found ===> Installing existing package /packages/All/ruby-3.1.4_1,1.pkg [132i386-default-job-03] Installing ruby-3.1.4_1,1... [132i386-default-job-03] `-- Installing libedit-3.1.20230828_1,1... [132i386-default-job-03] `-- Extracting libedit-3.1.20230828_1,1: .......... done [132i386-default-job-03] `-- Installing libffi-3.4.4_1... [132i386-default-job-03] | `-- Installing indexinfo-0.3.1... [132i386-default-job-03] | `-- Extracting indexinfo-0.3.1: .... done [132i386-default-job-03] `-- Extracting libffi-3.4.4_1: .......... done [132i386-default-job-03] `-- Installing libunwind-20240112... [132i386-default-job-03] `-- Extracting libunwind-20240112: .......... done [132i386-default-job-03] `-- Installing libyaml-0.2.5... [132i386-default-job-03] `-- Extracting libyaml-0.2.5: ......... done [132i386-default-job-03] Extracting ruby-3.1.4_1,1: .......... done ===== ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-debug: debug - Debugging functionality for Ruby devel/rubygem-erb: erb - Templating system for Ruby devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-minitest: minitest - Complete suite of testing facilities devel/rubygem-power_assert: power_assert - Power Assert for Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions devel/rubygem-rdoc: rdoc - Ruby Documentation System devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code ftp/rubygem-net-ftp: net-ftp - Support for the File Transfer Protocol mail/rubygem-net-imap: net-imap - Ruby client api for Internet Message Access Protocol mail/rubygem-net-pop: net-pop - Ruby client library for POP3 mail/rubygem-net-smtp: net-smtp - Simple Mail Transfer Protocol client library for Ruby math/rubygem-matrix: matrix - Implementation of Matrix and Vector classes math/rubygem-prime: prime - Prime numbers and factorization library sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications textproc/rubygem-rexml: rexml - XML toolkit for Ruby www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds" 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. ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - not found ===> Installing existing package /packages/All/ruby31-gems-3.4.20.pkg [132i386-default-job-03] Installing ruby31-gems-3.4.20... [132i386-default-job-03] Extracting ruby31-gems-3.4.20: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building ===> Extracting for rubygem-nokogumbo-2.0.5_2 => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. Unpacked gem: '/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5' =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-2.0.3_2,1.pkg [132i386-default-job-03] Installing pkgconf-2.0.3_2,1... [132i386-default-job-03] Extracting pkgconf-2.0.3_2,1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - not found ===> Installing existing package /packages/All/libxml2-2.11.6.pkg [132i386-default-job-03] Installing libxml2-2.11.6... [132i386-default-job-03] `-- Installing readline-8.2.7_1... [132i386-default-job-03] `-- Extracting readline-8.2.7_1: .......... done [132i386-default-job-03] Extracting libxml2-2.11.6: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for rubygem-nokogumbo-2.0.5_2 Successfully built RubyGem Name: nokogumbo Version: 2.0.5 File: nokogumbo-2.0.5.gem =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - not found ===> Installing existing package /packages/All/rubygem-nokogiri-1.16.2_1.pkg [132i386-default-job-03] Installing rubygem-nokogiri-1.16.2_1... [132i386-default-job-03] `-- Installing gettext-runtime-0.22.3_1... [132i386-default-job-03] `-- Extracting gettext-runtime-0.22.3_1: .......... done [132i386-default-job-03] `-- Installing libxslt-1.1.37_1... [132i386-default-job-03] | `-- Installing libgcrypt-1.10.3_1... [132i386-default-job-03] | | `-- Installing libgpg-error-1.47_1... [132i386-default-job-03] | | `-- Extracting libgpg-error-1.47_1: .......... done [132i386-default-job-03] | `-- Extracting libgcrypt-1.10.3_1: .......... done [132i386-default-job-03] `-- Extracting libxslt-1.1.37_1: .......... done [132i386-default-job-03] `-- Installing rubygem-racc-1.7.3... [132i386-default-job-03] `-- Extracting rubygem-racc-1.7.3: .......... done [132i386-default-job-03] Extracting rubygem-nokogiri-1.16.2_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Staging for rubygem-nokogumbo-2.0.5_2 ===> Generating temporary packing list (cd /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5; /usr/bin/env RB_USER_INSTALL=yes LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 /usr/local/bin/gem install -l --no-update-sources --install-dir /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1 --ignore-dependencies --bindir=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/bin --no-document nokogumbo-2.0.5.gem -- ) Building native extensions. This could take a while... ERROR: Error installing nokogumbo-2.0.5.gem: ERROR: Failed to build gem native extension. current directory: /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5/ext/nokogumbo /usr/local/bin/ruby31 extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/bin/$(RUBY_BASE_NAME)31 /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' :86:in `require': cannot load such file -- nokogiri (LoadError) from :86:in `require' from extconf.rb:4:in `
' extconf failed, exit code 1 Gem files will remain installed in /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5 for inspection. Results logged to /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/extensions/x86-freebsd-13/3.1/nokogumbo-2.0.5/gem_make.out *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-nokogumbo From nobody Sat Feb 24 04:19:45 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ThYYt1XTPz5Bx1r for ; Sat, 24 Feb 2024 04:19:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ThYYs5m7nz4nr3 for ; Sat, 24 Feb 2024 04:19:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708748385; a=rsa-sha256; cv=none; b=Z78I6IlzhHnA1o6yErPz40tBrQ0Jt8D17jTeRGuiJuNlyrROJyZbMDJx8DOZSWoyxMMOMd +Ns0BTQHrUULpsFDz4V8ydq2OfPd3BlD+HBE6CcvLL/Rktddw9S6abHWAZJAnGCBX3Bd1L FoRQXxB3BFWbVDPDteqR7vzDZO9JGFNdLB1whv3EVdwYk6WY2ogpYfTz1bxh04KSVOD4Qy hYynO4B4ARpULW0LIfsJ19UzGtUqcJc1/O3+Wc8gld+V1oHHrkqk1GqhPWAc53OGz76eyD og9XqbVUwRaNdY9LsT9RM3ewjdcY/6QOKcQg0yQfCxExYgpNEarY7ZEjJbe7pQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708748385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=e0/7hKywgO/s39wrKpuK9ogtTD3LsdHdKYMeAUFgRv8=; b=Qv5/zZm9HW5ya+Joa1sE+Dw8X99r7rsYfYcsRQrG9ES+E0uIJnrYjdf4FhFKFv8znWFw9G 5v3McZ3Jz1nlcL4KPXz7jsHmlyXWqvvQJjL5Hf0bNSYTMOhit7eXmdduMjQ/7RmJXydh12 ACDGD5CD1HWRKHDpEzYv4xvo9l3pgAKRtBRGTqg04plBayLssNh842A4+NIR4vlzIXS6Na ZY6ih+IVTfNurKXQwrd7XjJSOJC4ID1nhTr9msCWzDFmqVn9kyp3ocGX1fFUOSDzUmTi6I 5SjtycyvSXSG5EuBXzyAlQuDcXtgllBiYh+PpuhcAUUdcIXMhEftMyshBde/+Q== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ThYYs4r57zlbt for ; Sat, 24 Feb 2024 04:19:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41O4Jjjm019891 for ; Sat, 24 Feb 2024 04:19:45 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41O4Jjg5019890; Sat, 24 Feb 2024 04:19:45 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202402240419.41O4Jjg5019890@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Date: Sat, 24 Feb 2024 04:19:45 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/rubygem-cssbundling-rails13-rails70 | 1.3.3 | 1.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Sat Feb 24 12:55:44 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Thn1F22f2z5CjLd for ; Sat, 24 Feb 2024 12:55:45 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Thn1F08zGz40Lf; Sat, 24 Feb 2024 12:55:45 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708779345; a=rsa-sha256; cv=none; b=kHMiQwlv2/rXanb2hTx7rVEcl5Ybx/PwOcnKwJgt6zqcE900zjyz+deqJLUVA0FaYsDvn6 kpQQkaW9REWjTgo1pa6G0eMDEwMoYgjfggOnKbwFenLi6aZwz1Rh1S6ZQj9Zv1FaucD4Xz 4WJNr1NvCx0K+F3+TBTNy0Gy4zft9aIYKVpChNniotmggc4Pp4vfJKV9Rygwfv+VDmJnxr /ApL//pdikUTuQ68+gCvOmKo8B9YIhRe6gmXnMUX3QxrRKrNmHcOdXsw4Z4GKPhgeB1f83 LkrfWwvUFpoGLKCNej6ww4rhgUc6aFak5PNF5MLiZxN40A1B/tBjk5uBwgiYrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708779345; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc; bh=KXaa9CE+SloXirM3+YATDO92Oc7HRa94FUK1s0jMZX0=; b=WAAbXMEvexAxHMg9NGWJ7p4EMxKqKOqaTUBeWQz4Bnx6s0ZOd6kJA5pWM5swt/+U3qnR5M mYF43tRBMjzP2nTDDHcFnX1tLi3FIvHC00U++RZKsWgIJLKkZHbGKBu9yiVFTEuRJam7Q7 OEEBBH7jXIc4ao4iZR2LSAboyjBunrqSNGAvBCsGcMQGC4KazZnnktkvBIHyfsCaoZ2fE8 EVI789ncsOn3Wf5k8H6SYkpXV4T+rDf3NOt14klSWn960eDIkEwGT1s6DuqPhba5jfs2// WouX7fhml4kxKOLFjV07d2p7gWELhYhZfQPuabFJocxrBAUGifJw/Y8OhtPTrg== Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Thn1D6Khtz11Cj; Sat, 24 Feb 2024 12:55:44 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8]) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41OCtih2091782; Sat, 24 Feb 2024 12:55:44 GMT (envelope-from portmgr@FreeBSD.org) Received: (from indexbuild@localhost) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41OCtisX091780; Sat, 24 Feb 2024 12:55:44 GMT (envelope-from portmgr@FreeBSD.org) Date: Sat, 24 Feb 2024 12:55:44 GMT Message-Id: <202402241255.41OCtisX091780@portsindexbuild.nyi.freebsd.org> X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to portmgr@FreeBSD.org using -f From: portmgr@FreeBSD.org To: portmgr@FreeBSD.org CC: ruby@FreeBSD.org Reply-To: portmgr@FreeBSD.org Subject: Ports with version numbers going backwards: lang/ruby32 X-FreeBSD-Chkversion: backwards List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Sat Feb 24 2024 12:30:00 UTC. - *lang/ruby32* : ruby32-3.2.2,1 < ruby32-3.2.2_1,1 From nobody Sun Feb 25 09:34:34 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjJVg1KMGz5C4wL for ; Sun, 25 Feb 2024 09:34:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjJVf50j8z4glm for ; Sun, 25 Feb 2024 09:34:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708853674; a=rsa-sha256; cv=none; b=J9OVdUqnxOFCutbaF/EgieJNmVBJSBb8AD9OBd1slBIdddIDSUDZZlDWNfe32qBd/SBUSQ qQJ2Hxwp62QDWQlByyLZf8nmd0CNSo9SBqHOWYUy2cvVkv7CmkJ5o2cE9czJEpaOAe/KgV KxIODr0zvlMrf9g3CxPWhDarfidtQSWiah5fN23EAZoimS/IJRWzy3CdSreDiT+AYN0jrc Copp9usR+wOWVBOreTTyRzWaBt1siaVaZZPsamIU1t51m0he/Zyyzf0QR2r1SkHYRy8Npb Q1+UQ69UVyt2poqelmDPCVbgAbAm34G9GuZCNCDNyhGwGU/aBUmq6dYMQydX3A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708853674; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XH6z/+l5WoiPoQnZjcv92IURk1S8Yi9tVKSih0KWs+E=; b=TJYCY86659yRIEmF5Z4LQioYVGveNVqRgzwnWHnfB1caYvxFtl2tZx7As+TvGaRAgvXk7S Jfnf1cAIKTI8UpOIf5Z/uCj7UmTU2tHCuneCiyooBJ0S0nir7JlhgLlEMdlMM9xL8z/P09 hpeXE1lNjlKMhe41vGG9LOwrXZvknUjybr0JV8oTOZLnjEEIYUMPHw/hCNSuOGFbycrVKL 1pBg5a6Fd521A+zMcgUZwR8/gcYwJ1dgM6pvYtjps7lhAmEdfZPL9+9W5AMI8KAxBKrymG s5OtEPWxbL45yNV9nKrGimrlvej2l5FPQn03z866mbvwNGIecWUaLJYC3FKkMw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TjJVf445kzfJG for ; Sun, 25 Feb 2024 09:34:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41P9YYMW003465 for ; Sun, 25 Feb 2024 09:34:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41P9YYJA003462 for ruby@FreeBSD.org; Sun, 25 Feb 2024 09:34:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 277290] textproc/rubygem-nokogiri: broken patch Date: Sun, 25 Feb 2024 09:34:34 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Bugzilla Automation has asked freebsd-ruby (Nobody) for maintainer-feedback: Bug 277290: textproc/rubygem-nokogiri: broken patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277290 --- Description --- mini_portile2 is not required as run time dependency see note in Makefile -> # Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb # and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.h= tml But that means we need to patch it away in nokogiri-1.16.2.gemspec otherwise importing nokogiri fails -> ``` gollum --host 0.0.0.0 --port 80 /usr/local/www/system-wiki /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1477:in `rescue= in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 50 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=3D/root/.local/share/gem/ruby/3.3:/usr/local/lib/ruby/gems/3.3' a= t: /usr/local/lib/ruby/gems/3.3/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1474:in `block = in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1445:in `activa= te' from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1481:in `block = in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1463:in `activate_dependencies' ``` Broken since this commit: 6a6152fcf8c80fa414fa3b992547ba133edc5049 I tested this fix on my lokal system. From nobody Sun Feb 25 12:55:39 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjNyg5dGyz5BBkg for ; Sun, 25 Feb 2024 12:55:39 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjNyg1jxYz4DkF; Sun, 25 Feb 2024 12:55:39 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708865739; a=rsa-sha256; cv=none; b=iaRckBLgAN11qE+K2AczlP2Sv09FJVsOxa7CkFnsnULROCoOu0y1Fc+0QWjywtEfMazoeK brEXpSO3fLTEX6xOZbwv+5jK6avhBncOlixyPnK6ceUNswPxRfPAINS808dsXm1ZxY2sxp JrAsDg3NNMQBhOGPN/V7gHstSi4HgHRQ3091XpSTiksPNNWOO0wNxYRXh8bPIX8eQzagVb 28j/zoc5Yl29cTBSaQkunDbmtGywMHyzT/YdLsgNqrqbXXYRCWnsXxMXvTEoSQEek+g/Le 809HLHRb4D32yqn6INkcVj762EqCOxVq5Ui4HpnEOopIaKHQd4NANk8MKVOWdQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708865739; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc; bh=iqypkw9HDvAhIdpOuiCv/2zQZVNAS41W/bWlu7AGA9Q=; b=f3DM+e898jZ89mo8E5jNo0GeEwt01ZMtzILV6xpCoMl6MzeB/poxeM2G2NWd0r58+3zTYE zJbBfuCqg6aFc1MQMln8t4Ol9PFnp+pi6r6U3PFLQn2zEzHdg0vQwG6T43dmMr6AJ3Wiuo vp4V0U146D6JKqFVxrDxJR93A+PQrq/m52tim325Wy+7jPUFjjNlZgTjnvLBaFysjVUHPq 4bfY91GgCsQb2gHKIsRrJWndB+h3V0No9jO3w0a25qLpro/0t65re22clmcq9dckbIqRaI 1ebSGYlyBEf9E/SLCuv30RhiGbRbX8Qw8bUR7hUjqhFw+uumAyKgv4ozkcKhSg== Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TjNyg0qqLzlDk; Sun, 25 Feb 2024 12:55:39 +0000 (UTC) (envelope-from portmgr@FreeBSD.org) Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8]) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 41PCtdcu068055; Sun, 25 Feb 2024 12:55:39 GMT (envelope-from portmgr@FreeBSD.org) Received: (from indexbuild@localhost) by portsindexbuild.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 41PCtdw0068053; Sun, 25 Feb 2024 12:55:39 GMT (envelope-from portmgr@FreeBSD.org) Date: Sun, 25 Feb 2024 12:55:39 GMT Message-Id: <202402251255.41PCtdw0068053@portsindexbuild.nyi.freebsd.org> X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to portmgr@FreeBSD.org using -f From: portmgr@FreeBSD.org To: portmgr@FreeBSD.org CC: ruby@FreeBSD.org Reply-To: portmgr@FreeBSD.org Subject: Ports with version numbers going backwards: lang/ruby32 X-FreeBSD-Chkversion: backwards List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. The ports tree was updated at Sun Feb 25 2024 12:30:00 UTC. - *lang/ruby32* : ruby32-3.2.2,1 < ruby32-3.2.2_1,1 From nobody Sun Feb 25 13:32:14 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjPmx5dCwz5BFnV for ; Sun, 25 Feb 2024 13:32:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjPmx3v5Zz4L6H for ; Sun, 25 Feb 2024 13:32:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708867937; a=rsa-sha256; cv=none; b=uyFoiu8UBWaiW/QW7IOWllJaLVaBqdyNPRZX+Mk3RgIG0j3I1HuidBvvkOHeAYIBloHUE7 iSw+8vKskSdhtRhXccthCQn62mlaqGuY4x3WjiXKIGlCFxHmT23zcae3zf50TdtnkguQeh NuDkZxnmtSWWBp85Wk1NmdfZT6fypHGpIAYz/X3pWzeGMKJnKlCpmZDv8sYw/7yY8zXl8w CVOKHSr30R1cU3h5iZj4VT1RZLphQTweXzo7uUCHo8sSzst4Mf19elswtRK6pfQPAEx4Em x2wDK6mHA6xTbXwbLUagacDG6QlZb/dfNBSVwBzjE3BaFEt1J8v8zfM79fFrOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708867937; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bVZgg25+gg36t9vCZlqEohZUnajrktfxauyFIwV1rO8=; b=EnQXaw2e48kr8tX0U4kIUVe4csVToH80xOD2eWpYWunEbE2QErWg8E3BpBNbXsJUHQy3Kt ByyNvJo0RCa6q6CSfSFG99o/45jx9u2ZXmhejNnaK9oruS8pe6Xx3sV4ySpRO0BLLfas32 tfyD7yQCg3yL6nwRuEgckd+JUMJtMBwEn1YqA+AXIN5PORSauwaI7i92VWEb73meO9l9+y v/3veuqU73pX2A4YQ5RLftZLsVSgtKxGGkGkOX9KtOu2u5mzcy+fV1psVro12QdvgiNsfl PNJwt+uxx9kSkonNXqGyJtft5a0gdKEB2vefojvKBuYhEGqc+GAO/H+tXZ3c1w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TjPmx16xKzmP4 for ; Sun, 25 Feb 2024 13:32:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41PDWHpk051735 for ; Sun, 25 Feb 2024 13:32:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41PDWHM5051728 for ruby@FreeBSD.org; Sun, 25 Feb 2024 13:32:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 276478] Mk/*: Build with a clean environment Date: Sun, 25 Feb 2024 13:32:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276478 --- Comment #18 from Tijl Coosemans --- Created attachment 248731 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248731&action= =3Dedit textproc/mxml 3.3.1 textproc/mxml: Update to 3.3.1 Also add a patch to fix a bounds check problem: When writing XML data into a buffer a pointer is used to keep track of the current position. When the end of the buffer is reached the writing stops = but the pointer continues to be incremented to determine how many bytes would h= ave been written had the buffer been large enough. The problem is that the bou= nds check that stops the writing did not handle the case where a large amount of data causes the pointer to wrap around to 0. This can happen for example w= hen the buffer is allocated on the stack and the stack is close to the end of t= he address space. This should fix audio/zynaddsubfx. The new build environment is smaller, thereby causing the buffer mentioned above to be allocated closer to the en= d of the address space on FreeBSD i386. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Feb 25 13:33:53 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjPpp4wWGz5BG9Q for ; Sun, 25 Feb 2024 13:33:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjPpp3Sj1z4LfJ for ; Sun, 25 Feb 2024 13:33:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708868034; a=rsa-sha256; cv=none; b=Wfap+3jge6Di3q1TLqtLPPGIB5uLxT3NDIIKAPRKNrJzmAPc50c2sRRkeCJV8ovnd4fFkc 7ENXmzYfJ4hbBEWP67eeF7irSH+CSKPe4B3c8FM/hvQazISUjr9z+G0lE6FEjzq4kDpBxA 0gHQwnoInj0bW+ohzYL2nvWhbT4O/IlRIBi2nRQXXXT8SjQGm/wbRDCRqlamfABsvFc5AN IvYrgyblTEsBKAm82Ru7uvGMq5IfQjKGef9JMGc0h6cS2nL9i6uU31gb58dvpt28KlRNyC NKTK+KI/3nhBAUBVTBuWQq6XdsK6THwu37+wwRyOk+uvnSnGgK3M8e1vmTtnJw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708868034; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RM6ve2l3PDNO5wcgM7YEbDLx+a3sJLhdhHkEeO7tfXA=; b=e0u3I/CiFSL5ohWcBxnmIdZvu1nzc/CgYlHvTik7fE6ieADiUkpBt8CejMuffpd0VfIn74 YdB7hV48O6V2p1T4eyLTWamn6b1FnyPyRDWccEiU4bQPxdd3c7OCXRKFR3X+7UR7YFK7T7 OdIQokQamvMPn1RDg29EBccBmb/fA7qIjrtJ4KUEH8VCiwZfWw+JdBNFRYmjUz6LOfNS0P r7LmGNYjQdPDXk5O7a43MksY20bEHpXWZxYYz9CydVmxs/v2puddA98qilch5p1NvtxiHa wIh21CFyQD0EDYra2QpKW6PaW6SFvhbzhBd5a0CXUNRI9caqx071FsX9fXwwBA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TjPpp2YczzlkJ for ; Sun, 25 Feb 2024 13:33:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41PDXsxu060815 for ; Sun, 25 Feb 2024 13:33:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41PDXslI060810 for ruby@FreeBSD.org; Sun, 25 Feb 2024 13:33:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 276478] Mk/*: Build with a clean environment Date: Sun, 25 Feb 2024 13:33:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276478 Tijl Coosemans changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #248512|0 |1 is obsolete| | --- Comment #19 from Tijl Coosemans --- Created attachment 248732 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248732&action= =3Dedit patch7 audio/zynaddsubfx: Remove debug printfs again. games/iortcw: Fix pkg-plist problem. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Feb 25 17:39:12 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjWFr5hsPz5Bfs4 for ; Sun, 25 Feb 2024 17:39:12 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjWFr3ZyFz42LP for ; Sun, 25 Feb 2024 17:39:12 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708882752; a=rsa-sha256; cv=none; b=isrrFInhFodW0BVCEweDFewWVblrClHJli0UpcCuQFR6NTYOaUQN/sbySlftMfPLR8Ov8j IWhmoI2NpNBm/vjDZSOZu7KY7I/UuGnrhMF0cXXLHDduyZHDPiq+pQ5hO0nXkJ7BYZA2v5 4XyIpMc1IyWtepn/LOkQkDGJKayrozmlnJQb26EUxHo4cdn6adbwl+NNeZsM12yqKxqeA/ 0WaUpPQBPJgYoWyzlUMc7DlXlqCTbMPKiu9e6BkYSGXCwjPZM8BC30Qnj+FqH2pRIF75IA m01+MB0LBBD/2BJFOQhubYML3JbWCOB0hK69CA/LNJmOZ/oF1EUAQyxTZ/VwqA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708882752; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=rygJUycv0yaP0/9Z3hA/hADvqNUNldKgT4Vq4nR99Hs=; b=sdTVfk/4H74MBz+uciYQaf191n6kaZo5CNm0WN95/7jilGhn4CYYdycdvOFljk1u/4QoNX fVY2yNHKmo6eLi2fRK5VPTr0Bg0BYAKqz6xi1saRW0a8KXKz6HzvmwQXGnvvgQhcRA5AEM nuPBOD6RWTVg6yJmPcb8RTqmciommFJyqu5VYEkj34LvWOHpJrkTB5WLcCG+u8Ml0L7htY Ydg/V3v4eV6Si4YTC+IapwlBMgOBVW1VZpJwnxUZlnC09N7H0kY33aNZAZjYYKhbP8FlvK qx3Z64YmfE5PjWgC0BhU0pb0oz/vz5bynwY902BfpzoWNJAjf/A0PluD9iFitQ== Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4TjWFr2d9bztCR for ; Sun, 25 Feb 2024 17:39:12 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from root (uid 0) (envelope-from pkg-fallout@FreeBSD.org) id 8ab6 by beefy17.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy17.nyi.freebsd.org); Sun, 25 Feb 2024 17:39:12 +0000 To: ruby@FreeBSD.org Subject: [package - main-i386-default][textproc/rubygem-nokogumbo] Failed for rubygem-nokogumbo-2.0.5_2 in stage Cc: pkg-fallout@FreeBSD.org Date: Sun, 25 Feb 2024 17:39:12 +0000 Message-Id: <65db7b40.8ab6.5f4507a0@beefy17.nyi.freebsd.org> From: List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: ruby@FreeBSD.org Log URL: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p5d5d54cd608d_s0112f8c4a8/logs/rubygem-nokogumbo-2.0.5_2.log Build URL: https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p5d5d54cd608d_s0112f8c4a8 Log: =>> Building textproc/rubygem-nokogumbo build started at Sun Feb 25 17:39:06 UTC 2024 port directory: /usr/ports/textproc/rubygem-nokogumbo package name: rubygem-nokogumbo-2.0.5_2 building for: FreeBSD main-i386-default-job-04 15.0-CURRENT FreeBSD 15.0-CURRENT 1500014 i386 maintained by: ruby@FreeBSD.org Makefile datestamp: -rw-r--r-- 1 root wheel 530 Jan 23 01:01 /usr/ports/textproc/rubygem-nokogumbo/Makefile Ports top last git commit: 5d5d54cd608 Ports top unclean checkout: no Port dir last git commit: b26da9a1af6 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.1-1-g1e9f97d6 Host OSVERSION: 1500006 Jail OSVERSION: 1500014 Job Id: 04 !!! Jail is newer than host. (Jail: 1500014, Host: 1500006) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 OSVERSION=1500014 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 UNAME_m=i386 UNAME_p=i386 UNAME_r=15.0-CURRENT LOCALBASE=/usr/local UNAME_v=FreeBSD 15.0-CURRENT 1500014 USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.1-1-g1e9f97d6 MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/main-i386-default/04/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=main-i386-default SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.1-1-g1e9f97d6 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- ruby@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_ LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- RUBY_LIBDIR="lib/ruby/3.1" RUBY_ARCHLIBDIR="lib/ruby/3.1/i386-freebsd15" RUBY_SITELIBDIR="lib/ruby/site_ruby/3.1" RUBY_SITEARCHLIBDIR="lib/ruby/site_ruby/3.1/i386-freebsd15" RUBY_VENDORLIBDIR="lib/ruby/vendor_ruby/3.1" RUBY_VENDORARCHLIBDIR="lib/ruby/vendor_ruby/3.1/i386-freebsd15" RUBY_MODDOCDIR="share/doc/ruby31/nokogumbo" RUBY_MODEXAMPLESDIR="share/examples/ruby31/nokogumbo" RUBY_DOCDIR="share/doc/ruby31" RUBY_EXAMPLESDIR="share/examples/ruby31" RUBY_RIDIR="share/ri/3.1/system" RUBY_SITERIDIR="share/ri/3.1/site" RUBY_VERSION="3.1.4" RUBY_VER="3.1" RUBY_SHLIBVER="31" RUBY_ARCH="i386-freebsd15" RUBY_SUFFIX="31" RUBY_DEFAULT_SUFFIX="31" PORTVERSION="2.0.5" REV="" GEMS_BASE_DIR="lib/ruby/gems/3.1" GEMS_DIR="lib/ruby/gems/3.1/gems" DOC_DIR="lib/ruby/gems/3.1/doc" CACHE_DIR="lib/ruby/gems/3.1/cache" SPEC_DIR="lib/ruby/gems/3.1/specifications" EXT_DIR="lib/ruby/gems/3.1/extensions" PLUGINS_DIR="lib/ruby/gems/3.1/plugins" GEM_NAME="nokogumbo-2.0.5" GEM_LIB_DIR="li b/ruby/gems/3.1/gems/nokogumbo-2.0.5" GEM_DOC_DIR="lib/ruby/gems/3.1/doc/nokogumbo-2.0.5" GEM_SPEC="lib/ruby/gems/3.1/specifications/nokogumbo-2.0.5.gemspec" GEM_CACHE="lib/ruby/gems/3.1/cache/nokogumbo-2.0.5.gem" EXTRACT_SUFX=".gem" GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=15.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/nokogumbo" EXAMPLESDIR="share/examples/nokogumbo" DATADIR="share/nokogumbo" WWWDIR="www/nokogumbo" ETCDIR="etc/nokogumbo" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/nokogumbo DOCSDIR=/usr/local/share/doc/nokogumbo EXAMPLESDIR=/usr/local/share/examples/nokogumbo WWWDIR=/usr/local/www/nokogumbo ETCDIR=/usr/local/etc/nokogumbo --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.20.9_1.pkg [main-i386-default-job-04] Installing pkg-1.20.9_1... [main-i386-default-job-04] Extracting pkg-1.20.9_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - not found ===> Installing existing package /packages/All/ruby-3.1.4_1,1.pkg [main-i386-default-job-04] Installing ruby-3.1.4_1,1... [main-i386-default-job-04] `-- Installing libedit-3.1.20230828_1,1... [main-i386-default-job-04] `-- Extracting libedit-3.1.20230828_1,1: .......... done ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-debug: debug - Debugging functionality for Ruby devel/rubygem-erb: erb - Templating system for Ruby devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-minitest: minitest - Complete suite of testing facilities devel/rubygem-power_assert: power_assert - Power Assert for Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions devel/rubygem-rdoc: rdoc - Ruby Documentation System devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code ftp/rubygem-net-ftp: net-ftp - Support for the File Transfer Protocol mail/rubygem-net-imap: net-imap - Ruby client api for Internet Message Access Protocol mail/rubygem-net-pop: net-pop - Ruby client library for POP3 mail/rubygem-net-smtp: net-smtp - Simple Mail Transfer Protocol client library for Ruby math/rubygem-matrix: matrix - Implementation of Matrix and Vector classes math/rubygem-prime: prime - Prime numbers and factorization library sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications textproc/rubygem-rexml: rexml - XML toolkit for Ruby www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds" 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. ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - not found ===> Installing existing package /packages/All/ruby31-gems-3.4.20.pkg [main-i386-default-job-04] Installing ruby31-gems-3.4.20... [main-i386-default-job-04] Extracting ruby31-gems-3.4.20: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building ===> Extracting for rubygem-nokogumbo-2.0.5_2 => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. Unpacked gem: '/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5' =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-2.0.3_2,1.pkg [main-i386-default-job-04] Installing pkgconf-2.0.3_2,1... [main-i386-default-job-04] Extracting pkgconf-2.0.3_2,1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - not found ===> Installing existing package /packages/All/libxml2-2.11.7.pkg [main-i386-default-job-04] Installing libxml2-2.11.7... [main-i386-default-job-04] `-- Installing readline-8.2.7_1... [main-i386-default-job-04] `-- Extracting readline-8.2.7_1: .......... done [main-i386-default-job-04] Extracting libxml2-2.11.7: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for rubygem-nokogumbo-2.0.5_2 Successfully built RubyGem Name: nokogumbo Version: 2.0.5 File: nokogumbo-2.0.5.gem =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - not found ===> Installing existing package /packages/All/rubygem-nokogiri-1.16.2_1.pkg [main-i386-default-job-04] Installing rubygem-nokogiri-1.16.2_1... [main-i386-default-job-04] `-- Installing gettext-runtime-0.22.3_1... [main-i386-default-job-04] `-- Extracting gettext-runtime-0.22.3_1: .......... done [main-i386-default-job-04] `-- Installing libxslt-1.1.37_1... [main-i386-default-job-04] | `-- Installing libgcrypt-1.10.3_1... [main-i386-default-job-04] | | `-- Installing libgpg-error-1.47_1... [main-i386-default-job-04] | | `-- Extracting libgpg-error-1.47_1: .......... done [main-i386-default-job-04] | `-- Extracting libgcrypt-1.10.3_1: .......... done [main-i386-default-job-04] `-- Extracting libxslt-1.1.37_1: .......... done [main-i386-default-job-04] `-- Installing rubygem-racc-1.7.3... [main-i386-default-job-04] `-- Extracting rubygem-racc-1.7.3: .......... done [main-i386-default-job-04] Extracting rubygem-nokogiri-1.16.2_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Staging for rubygem-nokogumbo-2.0.5_2 ===> Generating temporary packing list (cd /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5; /usr/bin/env RB_USER_INSTALL=yes LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 /usr/local/bin/gem install -l --no-update-sources --install-dir /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1 --ignore-dependencies --bindir=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/bin --no-document nokogumbo-2.0.5.gem -- ) Building native extensions. This could take a while... ERROR: Error installing nokogumbo-2.0.5.gem: ERROR: Failed to build gem native extension. current directory: /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5/ext/nokogumbo /usr/local/bin/ruby31 extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/bin/$(RUBY_BASE_NAME)31 /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' :86:in `require': cannot load such file -- nokogiri (LoadError) from :86:in `require' from extconf.rb:4:in `
' extconf failed, exit code 1 Gem files will remain installed in /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5 for inspection. Results logged to /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/extensions/x86-freebsd-15/3.1/nokogumbo-2.0.5/gem_make.out *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-nokogumbo From nobody Sun Feb 25 19:06:05 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjYB56Wv7z5BpPW for ; Sun, 25 Feb 2024 19:06:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjYB53k8xz4FdX for ; Sun, 25 Feb 2024 19:06:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708887965; a=rsa-sha256; cv=none; b=UGqtMCrygORX9mY+TS0D512/SSdAlGqDVk8GKr2F7NI5xZmBPTUKQ19hxVUTm0w56bOtBb c177e6U5N0e1AkulK0xetDvASMSAVu/o6ONyBUFKH6SBH0Tbp95s3N/V8rvNVBFiO5Ov8Y yA/S8zCi9Y2adEzaqWcyXXQg16ZbloFiOaCBWnhQqCqxxE2LvMq8BLWAzCu9X35Xs1JQ1Z U5yAhWLhXvEW5yl2shSCfyOON3PjVguVeRdMy0GcQmP3Vz1Z4LHBWxWiMoKRN06/7IAFRR H8yIQQXq5NsjQYRl3RrzB9H1q06YoSQ6MmNXXzylqf9jnWd0+HppJV2LJwVyHw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708887965; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=diFbCwxBJVc3Dr1ehXXesLV7RWt873zW+F4T0TG6oAI=; b=X5lrOiEr/P/ZtD8nwJONjSZbL3sKcYiCs/lC8O4+eAcEarRx8te28jnWYTFQANQIx3tjtV WEQwewSwzUb+tWHPvtceDo/NNOpHkUA7eopyK6xCgBVS6ZT9UP9ct/e5sP03yEM8khKK/2 Pw7r5ISV2RMEFDjrBg57bvc7mFV6KUWfVR3lARpOfXy7mrd5uLKe/gBpz2TzxS5QX1DyDX LMMJZUEa4JVxFnOUhNYd9y62ISscfsVzcs2HCfs57fJVxiM8o3EEZZ6aYhWG1/AyuuKxH0 9SNB/i0kchjeK7nF8vYV3UI4aNR8UZeLZdXR9rfB5lXR/FzFbUwVtneLYqa8iA== Received: from beefy15.nyi.freebsd.org (beefy15.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1e]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4TjYB52nF1zwJW for ; Sun, 25 Feb 2024 19:06:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from root (uid 0) (envelope-from pkg-fallout@FreeBSD.org) id 72c6 by beefy15.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy15.nyi.freebsd.org); Sun, 25 Feb 2024 19:06:05 +0000 To: ruby@FreeBSD.org Subject: [package - 132i386-default][textproc/rubygem-nokogumbo] Failed for rubygem-nokogumbo-2.0.5_2 in stage Cc: pkg-fallout@FreeBSD.org Date: Sun, 25 Feb 2024 19:06:05 +0000 Message-Id: <65db8f9d.72c6.1cea66@beefy15.nyi.freebsd.org> From: List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: ruby@FreeBSD.org Log URL: https://pkg-status.freebsd.org/beefy15/data/132i386-default/5d5d54cd608d/logs/rubygem-nokogumbo-2.0.5_2.log Build URL: https://pkg-status.freebsd.org/beefy15/build.html?mastername=132i386-default&build=5d5d54cd608d Log: =>> Building textproc/rubygem-nokogumbo build started at Sun Feb 25 19:05:58 UTC 2024 port directory: /usr/ports/textproc/rubygem-nokogumbo package name: rubygem-nokogumbo-2.0.5_2 building for: FreeBSD 132i386-default-job-08 13.2-RELEASE-p10 FreeBSD 13.2-RELEASE-p10 i386 maintained by: ruby@FreeBSD.org Makefile datestamp: -rw-r--r-- 1 root wheel 530 Jan 23 01:02 /usr/ports/textproc/rubygem-nokogumbo/Makefile Ports top last git commit: 5d5d54cd608 Ports top unclean checkout: no Port dir last git commit: b26da9a1af6 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.1-1-g1e9f97d6 Host OSVERSION: 1500006 Jail OSVERSION: 1302001 Job Id: 08 ---Begin Environment--- SHELL=/bin/csh BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 OSVERSION=1302001 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 UNAME_m=i386 UNAME_p=i386 UNAME_r=13.2-RELEASE-p10 LOCALBASE=/usr/local UNAME_v=FreeBSD 13.2-RELEASE-p10 USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.1-1-g1e9f97d6 MASTERMNT=/usr/local/poudriere/data/.m/132i386-default/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/132i386-default/08/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=132i386-default SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/132i386-default/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.1-1-g1e9f97d6 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- ruby@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.cache HOME=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_ LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- RUBY_LIBDIR="lib/ruby/3.1" RUBY_ARCHLIBDIR="lib/ruby/3.1/i386-freebsd13" RUBY_SITELIBDIR="lib/ruby/site_ruby/3.1" RUBY_SITEARCHLIBDIR="lib/ruby/site_ruby/3.1/i386-freebsd13" RUBY_VENDORLIBDIR="lib/ruby/vendor_ruby/3.1" RUBY_VENDORARCHLIBDIR="lib/ruby/vendor_ruby/3.1/i386-freebsd13" RUBY_MODDOCDIR="share/doc/ruby31/nokogumbo" RUBY_MODEXAMPLESDIR="share/examples/ruby31/nokogumbo" RUBY_DOCDIR="share/doc/ruby31" RUBY_EXAMPLESDIR="share/examples/ruby31" RUBY_RIDIR="share/ri/3.1/system" RUBY_SITERIDIR="share/ri/3.1/site" RUBY_VERSION="3.1.4" RUBY_VER="3.1" RUBY_SHLIBVER="31" RUBY_ARCH="i386-freebsd13" RUBY_SUFFIX="31" RUBY_DEFAULT_SUFFIX="31" PORTVERSION="2.0.5" REV="" GEMS_BASE_DIR="lib/ruby/gems/3.1" GEMS_DIR="lib/ruby/gems/3.1/gems" DOC_DIR="lib/ruby/gems/3.1/doc" CACHE_DIR="lib/ruby/gems/3.1/cache" SPEC_DIR="lib/ruby/gems/3.1/specifications" EXT_DIR="lib/ruby/gems/3.1/extensions" PLUGINS_DIR="lib/ruby/gems/3.1/plugins" GEM_NAME="nokogumbo-2.0.5" GEM_LIB_DIR="li b/ruby/gems/3.1/gems/nokogumbo-2.0.5" GEM_DOC_DIR="lib/ruby/gems/3.1/doc/nokogumbo-2.0.5" GEM_SPEC="lib/ruby/gems/3.1/specifications/nokogumbo-2.0.5.gemspec" GEM_CACHE="lib/ruby/gems/3.1/cache/nokogumbo-2.0.5.gem" EXTRACT_SUFX=".gem" GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=13.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/nokogumbo" EXAMPLESDIR="share/examples/nokogumbo" DATADIR="share/nokogumbo" WWWDIR="www/nokogumbo" ETCDIR="etc/nokogumbo" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/nokogumbo DOCSDIR=/usr/local/share/doc/nokogumbo EXAMPLESDIR=/usr/local/share/examples/nokogumbo WWWDIR=/usr/local/www/nokogumbo ETCDIR=/usr/local/etc/nokogumbo --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.20.9_1.pkg [132i386-default-job-08] Installing pkg-1.20.9_1... [132i386-default-job-08] Extracting pkg-1.20.9_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - not found ===> Installing existing package /packages/All/ruby-3.1.4_1,1.pkg [132i386-default-job-08] Installing ruby-3.1.4_1,1... [132i386-default-job-08] `-- Installing libedit-3.1.20230828_1,1... [132i386-default-job-08] `-- Extracting libedit-3.1.20230828_1,1: .......... done [132i386-default-job-08] `-- Installing libffi-3.4.4_1... [132i386-default-job-08] | `-- Installing indexinfo-0.3.1... [132i386-default-job-08] | `-- Extracting indexinfo-0.3.1: .... done [132i386-default-job-08] `-- Extracting libffi-3.4.4_1: .......... done [132i386-default-job-08] `-- Installing libunwind-20240112... [132i386-default-job-08] `-- Extracting libunwind-20240112: .......... done [132i386-default-job-08] `-- Installing libyaml-0.2.5... [132i386-default-job-08] `-- Extracting libyaml-0.2.5: ......... done [132i386-default-job-08] Extracting ruby-3.1.4_1,1: .......... done ===== ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-debug: debug - Debugging functionality for Ruby devel/rubygem-erb: erb - Templating system for Ruby devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-minitest: minitest - Complete suite of testing facilities devel/rubygem-power_assert: power_assert - Power Assert for Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions devel/rubygem-rdoc: rdoc - Ruby Documentation System devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code ftp/rubygem-net-ftp: net-ftp - Support for the File Transfer Protocol mail/rubygem-net-imap: net-imap - Ruby client api for Internet Message Access Protocol mail/rubygem-net-pop: net-pop - Ruby client library for POP3 mail/rubygem-net-smtp: net-smtp - Simple Mail Transfer Protocol client library for Ruby math/rubygem-matrix: matrix - Implementation of Matrix and Vector classes math/rubygem-prime: prime - Prime numbers and factorization library sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications textproc/rubygem-rexml: rexml - XML toolkit for Ruby www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds" 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. ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - not found ===> Installing existing package /packages/All/ruby31-gems-3.4.20.pkg [132i386-default-job-08] Installing ruby31-gems-3.4.20... [132i386-default-job-08] Extracting ruby31-gems-3.4.20: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upstream has merged into textproc/rubygem-nokogiri. It is scheduled to be removed on or after 2025-03-31. ===> License APACHE20 accepted by the user ===> Fetching all distfiles required by rubygem-nokogumbo-2.0.5_2 for building ===> Extracting for rubygem-nokogumbo-2.0.5_2 => SHA256 Checksum OK for rubygem/nokogumbo-2.0.5.gem. Unpacked gem: '/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5' =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-2.0.3_2,1.pkg [132i386-default-job-08] Installing pkgconf-2.0.3_2,1... [132i386-default-job-08] Extracting pkgconf-2.0.3_2,1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - not found ===> Installing existing package /packages/All/libxml2-2.11.7.pkg [132i386-default-job-08] Installing libxml2-2.11.7... [132i386-default-job-08] `-- Installing readline-8.2.7_1... [132i386-default-job-08] `-- Extracting readline-8.2.7_1: .......... done [132i386-default-job-08] Extracting libxml2-2.11.7: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> Returning to build of rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for rubygem-nokogumbo-2.0.5_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for rubygem-nokogumbo-2.0.5_2 Successfully built RubyGem Name: nokogumbo Version: 2.0.5 File: nokogumbo-2.0.5.gem =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - not found ===> Installing existing package /packages/All/rubygem-nokogiri-1.16.2_1.pkg [132i386-default-job-08] Installing rubygem-nokogiri-1.16.2_1... [132i386-default-job-08] `-- Installing gettext-runtime-0.22.3_1... [132i386-default-job-08] `-- Extracting gettext-runtime-0.22.3_1: .......... done [132i386-default-job-08] `-- Installing libxslt-1.1.37_1... [132i386-default-job-08] | `-- Installing libgcrypt-1.10.3_1... [132i386-default-job-08] | | `-- Installing libgpg-error-1.47_1... [132i386-default-job-08] | | `-- Extracting libgpg-error-1.47_1: .......... done [132i386-default-job-08] | `-- Extracting libgcrypt-1.10.3_1: .......... done [132i386-default-job-08] `-- Extracting libxslt-1.1.37_1: .......... done [132i386-default-job-08] `-- Installing rubygem-racc-1.7.3... [132i386-default-job-08] `-- Extracting rubygem-racc-1.7.3: .......... done [132i386-default-job-08] Extracting rubygem-nokogiri-1.16.2_1: .......... done ===> rubygem-nokogumbo-2.0.5_2 depends on package: rubygem-nokogiri>=1.8.4<2 - found ===> Returning to build of rubygem-nokogumbo-2.0.5_2 ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/ruby31 - found ===> rubygem-nokogumbo-2.0.5_2 depends on file: /usr/local/bin/gem - found =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Staging for rubygem-nokogumbo-2.0.5_2 ===> Generating temporary packing list (cd /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/nokogumbo-2.0.5; /usr/bin/env RB_USER_INSTALL=yes LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 /usr/local/bin/gem install -l --no-update-sources --install-dir /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1 --ignore-dependencies --bindir=/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/bin --no-document nokogumbo-2.0.5.gem -- ) Building native extensions. This could take a while... ERROR: Error installing nokogumbo-2.0.5.gem: ERROR: Failed to build gem native extension. current directory: /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5/ext/nokogumbo /usr/local/bin/ruby31 extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/bin/$(RUBY_BASE_NAME)31 /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:210:in `rescue in try_activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:203:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' at: /usr/local/lib/ruby/gems/3.1/specifications/nokogiri-1.16.2.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1474:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' /usr/local/lib/ruby/site_ruby/3.1/rubygems/dependency.rb:315:in `to_specs': Could not find 'mini_portile2' (~> 2.8.2) among 2 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.1:/usr/local/lib/ruby/gems/3.1:/wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1475:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `each' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1463:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.1/rubygems/specification.rb:1445:in `activate' from /usr/local/lib/ruby/site_ruby/3.1/rubygems.rb:204:in `try_activate' from :155:in `rescue in require' from :40:in `require' from extconf.rb:4:in `
' :86:in `require': cannot load such file -- nokogiri (LoadError) from :86:in `require' from extconf.rb:4:in `
' extconf failed, exit code 1 Gem files will remain installed in /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/gems/nokogumbo-2.0.5 for inspection. Results logged to /wrkdirs/usr/ports/textproc/rubygem-nokogumbo/work/stage/usr/local/lib/ruby/gems/3.1/extensions/x86-freebsd-13/3.1/nokogumbo-2.0.5/gem_make.out *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-nokogumbo From nobody Sun Feb 25 21:00:11 2024 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Tjbjm30fQz5C4Dp for ; Sun, 25 Feb 2024 21:00:12 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tjbjl5YjCz4SwV for ; Sun, 25 Feb 2024 21:00:11 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708894811; a=rsa-sha256; cv=none; b=nPNXCAQSk8IE42wWqsAiyIgfkhcqPKjBIfH6nlIyB9JnoLmkhawSsQNBwQxNb6O3nMf9Z7 k4wFjqfRPdp5HZexxJyWkRxe1UH59NHWE39UUjorTKsi7OIjqTs0XmfIxjW8E2Pk1VU+se drBQnJNvwf4YWOcIjYOAl0wtY6W+kebr14ImBtVDQVnodogyGXYXKsiMO/9zVL+0BuqSV7 diX3HsSfquMGw/to/zBuHUv6FSESk1wkRSnujIgB2usnEKcUG5lFpGXUiztFB5WseeEBCd SLLaJICtuJcxU+NwgNtlDeNaErTcWRBuAklLNMkFzpooKcgi8ez4RQkLiEx4Bg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708894811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4XtVYdmNqO53mzWnYtsKL2aCZ6I3DBmQOPc282M4NRE=; b=KKEaxL5cgW8svAX98R7ct6RkxCAtFlHwGmnrvTktP14bHc/79c3lE0HQIhhvJWh4ddIxBn HMPaFMAhrp+RgHnKYkQcVPUPQFNpcRqzS2oGiGdNOzAOHjot41mIH/pRGdNmVrx3nEd9nj lnkyZIL+SFW5lmQVSsT4Ojs1XmL0H7B3D60pHj3mbAgv+wdBlIx3/lXYVxIMqq0bZzsvym f7QBcECAhhcd98jdT42Bv4xFk4fpnElsBR4jLvIoWa6wfHQ1QkghlXW0s12l288jQKZXOY uEheULlDS/fJTJWinmC8Zl4JanLSH3tgGDeijxlRpEIpzoOR1VoBXkgBgBvPqQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Tjbjl4gyVz10VT for ; Sun, 25 Feb 2024 21:00:11 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41PL0Bo7056809 for ; Sun, 25 Feb 2024 21:00:11 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41PL0BjM056806 for ruby@FreeBSD.org; Sun, 25 Feb 2024 21:00:11 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202402252100.41PL0BjM056806@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: ruby@FreeBSD.org Subject: Problem reports for ruby@FreeBSD.org that need special attention Date: Sun, 25 Feb 2024 21:00:11 +0000 List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="17088948110.8e83c445f.53378" Content-Transfer-Encoding: 7bit --17088948110.8e83c445f.53378 Date: Sun, 25 Feb 2024 21:00:11 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 247817 | lang/ruby2[67]: Fails to build when 127.0.0.1 una New | 276884 | devel/ruby-gems: Update to 3.5.6 Open | 259639 | ports-mgmt/poudriere{-devel}: databases/ruby-bdb 3 problems total for which you should take action. --17088948110.8e83c445f.53378 Date: Sun, 25 Feb 2024 21:00:11 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    247817 | lang/ruby2[67]: Fails to build when 127.0.0.1 una
New         |    276884 | devel/ruby-gems: Update to 3.5.6
Open        |    259639 | ports-mgmt/poudriere{-devel}: databases/ruby-bdb 

3 problems total for which you should take action.
--17088948110.8e83c445f.53378--