Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922166 - dev-ml/csexp-1.5.2 shoud have as dependancy >=dune-3
Summary: dev-ml/csexp-1.5.2 shoud have as dependancy >=dune-3
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-15 13:44 UTC by Charles Nérot
Modified: 2024-01-16 10:10 UTC (History)
1 user (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 Charles Nérot 2024-01-15 13:44:24 UTC
if you emerge dev-ml/dune:2 with dev-ml/csexp-1.5.2 it fail

The error :
File "dune-project", line 1, characters 11-14:
1 | (lang dune 3.4)
               ^^^
Error: Version 3.4 of the dune language is not supported.

if you emerge dune:3 with dev-ml/csexp-1.5.2 it works

=> the dependancy for  dev-ml/csexp-1.5.2 is >=dev-ml/dune-3


PS: dev-ml/csexp-1.5.1 works fine with dev-ml/dune:2
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-16 10:10:30 UTC
>>> Compiling source in /var/tmp/portage/dev-ml/csexp-1.5.2/work/csexp-1.5.2 ...
 * dune build @install --display=short --profile release -j 60
File "dune-project", line 1, characters 11-14:
1 | (lang dune 3.4)
               ^^^
Error: Version 3.4 of the dune language is not supported.
Supported versions of this extension in version 3.4 of the dune language:
- 1.0 to 1.12
- 2.0 to 2.9
 * ERROR: dev-ml/csexp-1.5.2::gentoo failed (compile phase):