Re: git: 1a6659dcb611 - main - devel/rubygem-rdoc: Update to 6.4.0

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Mon, 27 Dec 2021 08:33:10 UTC
Am 25.12.2021 um 09:19 schrieb Yasuhiro Kimura:
> -PORTVERSION=	6.3.3
> +PORTVERSION=	6.4.0
>   CATEGORIES=	devel rubygems
>   MASTER_SITES=	RG
>   
> @@ -10,6 +10,8 @@ LICENSE=	GPLv2 RUBY
>   LICENSE_COMB=	dual
>   LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE.rdoc
>   
> +RUN_DEPENDS=	rubygem-psych>=4.0.0:textproc/rubygem-psych
> +

it seems that this version has some problems, I see segfaults using it:

su -l git -c "cd /usr/local/www/gitlab-ce && RAILS_ENV=production 
NODE_ENV=production USE_DB=false SKIP_STORAGE_VALIDATION=true 
NODE_OPTIONS='--max_old_space_size=3584' bundle exec rake 
gitlab:assets:compile"
warning Resolution field "chokidar@3.4.0" is incompatible with requested 
version "webpack#watchpack#chokidar@^3.4.1"
warning Resolution field "chokidar@3.4.0" is incompatible with requested 
version "watchpack#watchpack-chokidar2#chokidar@^2.1.8"
`yarn:check` finished in 3.943853259 seconds
rake aborted!
Psych::BadAlias: Unknown alias: base
/usr/local/www/gitlab-ce/config/initializers/1_settings.rb:8:in `<top 
(required)>'
/usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
/usr/local/www/gitlab-ce/lib/gitlab/task_helpers.rb:18:in 
`invoke_and_time_task'
/usr/local/www/gitlab-ce/lib/tasks/gitlab/assets.rake:61:in `each'
/usr/local/www/gitlab-ce/lib/tasks/gitlab/assets.rake:61:in `block (3 
levels) in <top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tasks: TOP => gettext:po_to_json => environment
(See full trace by running task with --trace)

I will try now to make rdoc 6.3.3 available as extra port.

If you upgrade such a central rubygem port, could you please do at least 
a testbuild of www/gitlab-ce the next time?

Thanks
Matthias