Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

AIX playbooks failing in `baselayout` role due to `libunwind.a` dependency on OSUOSL systems

Abierto
#4,326 3 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
48/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Tranquilo
Stack tecnológico
ansible, rust

Línea de trabajo

Comienza por ansible/roles/baselayout/tasks/main.yml, en la tarea de instalación de paquetes, y por la sección install-clang-backend referenciada en ansible/MANUAL_STEPS.md. Reproduce el fallo de AIX 7.2 OSUOSL y, después, verifica que la instalación del contenido de IBM_OPEN_XL_CPP_RUNTIME_17.1.4.1_AIX.tar.Z resuelve libunwind.a, libc++.a y libc++abi.a, de modo que el playbook instale correctamente rust, cargo y rustfmt.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

When attempting to deploy the playbooks on the AIX 7.2 machines at OSUOSL there is a dependency problem showing up. This did not affect the IBM machines (which already had rust installed):

TASK [baselayout : install packages] *******************************************
task path: /home/sxa/git/nodebuild/ansible/roles/baselayout/tasks/main.yml:60
ok: [test-osuosl-aix72-ppc64_be-4] => (item=gcc8-c++,gcc12-c++) => {"ansible_loop_var": "package", "changed": false, "msg": "Nothing to do", "package": "gcc8-c++,gcc12-c++", "rc": 0, "results": []}
Depsolve Error occurred: 
 Problem 1: cannot install the best candidate for the job
  - nothing provides libunwind.a(libunwind.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
  - nothing provides libc++.a(libc++.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
  - nothing provides libc++abi.a(libc++abi.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
 Problem 2: package rustfmt1.88-1.88.0-1.ppc from AIX_Toolbox_72 requires rust1.88 >= 1.88.0, but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libunwind.a(libunwind.so.1) needed by rust1.88-1.88.0-0.ppc from AIX_Toolbox_72
  - nothing provides libc++.a(libc++.so.1) needed by rust1.88-1.88.0-0.ppc from AIX_Toolbox_72
  - nothing provides libc++abi.a(libc++abi.so.1) needed by rust1.88-1.88.0-0.ppc from AIX_Toolbox_72
  - nothing provides libunwind.a(libunwind.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
  - nothing provides libc++.a(libc++.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
  - nothing provides libc++abi.a(libc++abi.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
 Problem 3: package cargo1.88-1.88.0-1.ppc from AIX_Toolbox_72 requires rust1.88 >= 1.88.0, but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libunwind.a(libunwind.so.1) needed by rust1.88-1.88.0-0.ppc from AIX_Toolbox_72
  - nothing provides libc++.a(libc++.so.1) needed by rust1.88-1.88.0-0.ppc from AIX_Toolbox_72
  - nothing provides libc++abi.a(libc++abi.so.1) needed by rust1.88-1.88.0-0.ppc from AIX_Toolbox_72
  - nothing provides libunwind.a(libunwind.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
  - nothing provides libc++.a(libc++.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72
  - nothing provides libc++abi.a(libc++abi.so.1) needed by rust1.88-1.88.0-1.ppc from AIX_Toolbox_72", "package": "bash,cmake,coreutils,curl,gcc-c++,tar,unzip,git,make,sudo,python3-setuptools,python3,xz,rust1.88,cargo1.88,rustfmt1.88

This is from the AIX system package libunwind.rte which is part of the IBM_OPEN_XL_CPP_RUNTIME_17.1.4.1_AIX.tar.Z package archive from IBM so that will need to be installed in order to resolve this. Ref: https://github.com/nodejs/build/blob/main/ansible/MANUAL_STEPS.md#install-clang-backend

Lenguaje dominante
Jinja
Estrellas
541
Forks
185
Merge medio
2 d 18 h
PR fusionados (30 d)
6

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de nodejs/build

Todos los issues de nodejs/build

Issues similares

Más issues de DevOps

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.