Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
Opened by Eli Schwartz (eschwartz) - Thursday, 07 November 2019, 04:03 GMT
|
DetailsIn 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

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.