You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
Our Images on DockerHub stopped building since 10.7.beta6 (see the corresponding GH-Action-Runs).The error occured while bootstrapping (in the latest run the error is on line 8:11339):
#29 50.55 Error: could not locate the pkg-config autoconf macros. These are #29 50.55 usually located in /usr/share/aclocal/pkg.m4. If your macros are #29 50.55 in a different location, try setting the environment variable #29 50.55 ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap #29 50.55 autom4te: error: /usr/bin/m4 failed with exit status: 16 #29 50.55 aclocal: error: autom4te failed with exit status: 16 #29 50.56 Bootstrap failed, downloading required files instead.
Also, the according GH-releases are missing on the GH-repository. Is this related?
Dima Pasechnik
unread,
Jul 4, 2025, 5:36:25 PMJul 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com, seb....@gmail.com
yes, this is because the superduperminimal _bootstrap pre-reqs don't
have pkg-config, and pkg-config is no longer a Sage spkg, so it can't
get installed by Sage, it has to be provided. This broke some
package/wheels related CI.
Should be fixed in the coming beta.