Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933240 - dev-ruby/json-2.7.2 forces downgrade of dev-util/ragel
Summary: dev-ruby/json-2.7.2 forces downgrade of dev-util/ragel
Status: RESOLVED DUPLICATE of bug 794235
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-31 08:40 UTC by Paolo Pedroni
Modified: 2024-06-04 04:00 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2024-05-31 08:40:23 UTC
After stabilization of dev-ruby/json-2.7.2, emerge wants to downgrade dev-util/ragel to version 6.10.

In gentoo.git I see commit https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-ruby/json?id=e952df8bdc645c9aef72be1eee31ecebb10ecd3e that says:

dev-ruby/json: require ragel 6.x
This is the only version that still supports ruby.

But if I run 'equery f dev-util/ragel' on my machine with ragel-7.0.4-r3, I get:
# equery f dev-util/ragel
 * Searching for ragel in dev-util ...
 * Contents of dev-util/ragel-7.0.4-r3:
/usr
/usr/bin
/usr/bin/ragel
/usr/bin/ragel-asm
/usr/bin/ragel-c
/usr/bin/ragel-crack
/usr/bin/ragel-csharp
/usr/bin/ragel-d
/usr/bin/ragel-go
/usr/bin/ragel-java
/usr/bin/ragel-js
/usr/bin/ragel-julia
/usr/bin/ragel-ocaml
/usr/bin/ragel-ruby
/usr/bin/ragel-rust
/usr/lib64
/usr/lib64/libragel.so -> libragel.so.0.0.0
/usr/lib64/libragel.so.0 -> libragel.so.0.0.0
/usr/lib64/libragel.so.0.0.0
/usr/share
/usr/share/doc
/usr/share/doc/ragel-7.0.4-r3
/usr/share/doc/ragel-7.0.4-r3/README.bz2
/usr/share/doc/ragel-7.0.4-r3/ragel.vim.bz2
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/ragel.1.bz2
/usr/share/out-go.lm
/usr/share/ragel.lm
/usr/share/vim
/usr/share/vim/vimfiles
/usr/share/vim/vimfiles/syntax
/usr/share/vim/vimfiles/syntax/ragel.vim

which shows a /usr/bin/ragel-ruby command, and 'man ragel' mentions ruby as a supported language.

Is there something I'm missing?
Comment 1 Hans de Graaff gentoo-dev Security 2024-06-04 04:00:48 UTC

*** This bug has been marked as a duplicate of bug 794235 ***