FS#64415 - [make] core package depends on extra -- guile, gc, libatomic_ops
Attached to Project:
Arch Linux
Opened by Eli Schwartz (eschwartz) - Thursday, 07 November 2019, 04:03 GMT
Last edited by Toolybird (Toolybird) - Friday, 07 October 2022, 05:16 GMT
Opened by Eli Schwartz (eschwartz) - Thursday, 07 November 2019, 04:03 GMT
Last edited by Toolybird (Toolybird) - Friday, 07 October 2022, 05:16 GMT
|
Details
In order to install core/make, the following packages from
extra must be installed too:
- guile - - gc (dependency of guile) - - libatomic_ops (dependency of gc) This breaks the feature of self-contained core and means that any guile/gc/libatomic_ops updates do not go through the [testing] process, thus potentially breaking make. |
This task depends upon
Comment by
Eli Schwartz (eschwartz) -
Thursday, 07 November 2019, 04:13 GMT
Comment by
Bartłomiej Piotrowski (Barthalion)
- Saturday, 16 November 2019, 20:55 GMT
Comment by
Anatol Pomozov (anatolik) - Monday,
18 November 2019, 14:24 GMT
Comment by
Sebastien Duthil (duthils) - Friday,
07 October 2022, 03:12 GMT
Correction: gc does not link to libatomic_ops, the configure check
reports that none is needed. So it can simply be dropped from the
gc dependencies.
Does anything actually use guile support in make? I'd rather
disable that instead.
gc-8.0.4-2 removed libatomic_ops from the list of its
dependencies.
This task can be closed: all dependencies of make are in
Repository Core.