make regen-configure cannot be run in GH codespaces
未关闭
还没有人认领这个 Issue。
build
infra
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
While tackling https://github.com/python/cpython/issues/148810 and after modifying the configure.ac, I attempted to run the provided Tools/build/regen-configure.sh. With neither podman nor docker preinstalled with the Dev Container as specified in .devcontainer/devcontainer.json, regenerating the configure file in Codespaces is impossible.
Also, manually running autoreconf -ivf -Werror yielded the following:
autoreconf: export WARNINGS=error
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 299.
autoreconf: error: aclocal failed with exit status: 2
Linked PRs
- gh-148828
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从 Tools/build/regen-configure.sh 和 .devcontainer/devcontainer.json 开始,然后使用所示的 autoreconf 命令在 Codespaces 或 Dev Container 环境中重现失败。检查 gh-148828 中链接的工作以了解预期的更改;当 configure 可以在 Codespaces 中重新生成且不再出现所报告的缺少工具错误时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, github, python
- 领域
- build-system, cloud, devops
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100