AIX release builds broken

未关闭
#64,090 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
45/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
冷清
技术栈
nodejs, python

调研方向

从 Makefile:1417 处失败的 Makefile 目标和 tools/install.py 开始,将 6 月 21 日失败的 AIX 发布输出与成功示例进行比较。跟踪 tools/install.py 之前的 release-tarball 步骤;完成的标准是 AIX 发布构建完成并生成 tarball。

由索引模型根据 Issue 内容生成。

描述

aix

Starting 21 June release AIX builds have been failing.

e.g.

07:18:59 if [ ! -r node ] || [ ! -L node ]; then \
07:18:59   ln -fs out/Release/node node; fi
07:18:59 gmake: *** [Makefile:1417: node-v27.0.0-nightly20260621665daeb54c-aix-ppc64.tar] Error 2
07:18:59 Build step 'Conditional steps (multiple)' marked build as failure
07:18:59 Archiving artifacts

There's not a lot to go on here, but for a passing build the output would be

07:23:12 if [ ! -r node ] || [ ! -L node ]; then \
07:23:12   ln -fs out/Release/node node; fi
07:23:12 /opt/freeware/bin/python3 tools/install.py install --dest-dir 'node-v27.0.0-nightly20260620a17d2b8fe3-aix-ppc64' --prefix '/'
07:23:12 installing /home/iojs/build/ws/node-v27.0.0-nightly20260620a17d2b8fe3-aix-ppc64/bin/node
07:23:12 installing /home/iojs/build/ws/node-v27.0.0-nightly20260620a17d2b8fe3-aix-ppc64/share/doc/node/gdbinit
07:23:12 installing /home/iojs/build/ws/node-v27.0.0-nightly20260620a17d2b8fe3-aix-ppc64/share/doc/node/lldb_commands.py
07:23:12 installing /home/iojs/build/ws/node-v27.0.0-nightly20260620a17d2b8fe3-aix-ppc64/share/man/man1/node.1
...

Builds on the test CI are generally passing, which would point to a part of the build that is only run for the release tar balls (during or just before running tools/install.py).

Opening this here instead of the Build WG repository as no changes have been made to AIX release machine in the time period when the builds started to fail.

主要语言
JavaScript
星标
122k
派生
37.4k
平均合并
4 天 4 小时
30 天内合并 PR
276

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

nodejs/node 的其他 Issue

查看 nodejs/node 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。