You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
The full repro script is below this repeated part of the make log. Make step doesn't stop and keeps printing the following:
---- Unsatisfied dependencies detected during ----
---- RCLAMP/File-Find-Rule-0.34.tar.gz ----
Number::Compare [requires]
Text::Glob [requires]
Running make for module 'Number::Compare'
RCLAMP/Number-Compare-0.03.tar.gz
Has already been unwrapped into directory /home/vadimkantorov/.cpan/build/Number-Compare-0.03-0
RCLAMP/Number-Compare-0.03.tar.gz
Has already been prepared
RCLAMP/Number-Compare-0.03.tar.gz
Has already been made
Running make for module 'Text::Glob'
RCLAMP/Text-Glob-0.11.tar.gz
Has already been unwrapped into directory /home/vadimkantorov/.cpan/build/Text-Glob-0.11-0
RCLAMP/Text-Glob-0.11.tar.gz
Has already been prepared
RCLAMP/Text-Glob-0.11.tar.gz
Has already been made
RCLAMP/File-Find-Rule-0.34.tar.gz
Has already been unwrapped into directory /home/vadimkantorov/.cpan/build/File-Find-Rule-0.34-0
RCLAMP/File-Find-Rule-0.34.tar.gz
Has already been prepared
Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
---- Unsatisfied dependencies detected during ----
---- RCLAMP/File-Find-Rule-0.34.tar.gz ----
...
Has already been made
...
^CMakefile:563: recipe for target 'extras.make' failed
make: [extras.make] Interrupt (ignored)
That's why I automated the cpan updates long time ago. It needs several hours for all the different versions, asan, debugging, threads, ... but it can run in parallel.
I try to install a cperl for running Biber with these required CPAN packages as extras: https://github.com/plk/biber/blob/dev/Build.PL#L44
The full repro script is below this repeated part of the make log. Make step doesn't stop and keeps printing the following:
The text was updated successfully, but these errors were encountered: