googleapis / googleapis/google-cloud-cpp
demo-rockylinux build is experiencing configure failures building pkgconf
- Lenguaje dominante
- C++
- Estrellas
- 659
- Forks
- 462
- Merge medio
- 1 d 2 h
- PR fusionados (30 d)
- 89
Descripción
```
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="WORKDIR /var/tmp/build/pkgconf"
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="Cmd: workdir"
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="Changed working directory to /var/tmp/build/pkgconf"
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="Creating directory /var/tmp/build/pkgconf with uid -1 and gid -1"
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="Taking snapshot of files..."
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="RUN curl -fsSL https://distfiles.ariadne.space/pkgconf/pkgconf-2.2.0.tar.gz | tar -xzf - --strip-components=1 && ./configure --prefix=/usr --with-system-libdir=/lib64:/usr/lib64 --with-system-includedir=/usr/include && make -j ${NCPU:-4} && make install && ldconfig && cd /var/tmp && rm -fr build"
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="Initializing snapshotter ..."
Step #0 - "kaniko-build": time="2025-12-10T18:37:17Z" level=info msg="Taking snapshot of full filesystem..."
Step #0 - "kaniko-build": time="2025-12-10T18:37:22Z" level=info msg="Cmd: /bin/sh"
Step #0 - "kaniko-build": time="2025-12-10T18:37:22Z" level=info msg="Args: [-c curl -fsSL https://distfiles.ariadne.space/pkgconf/pkgconf-2.2.0.tar.gz | tar -xzf - --strip-components=1 && ./configure --prefix=/usr --with-system-libdir=/lib64:/usr/lib64 --with-system-includedir=/usr/include && make -j ${NCPU:-4} && make install && ldconfig && cd /var/tmp && rm -fr build]"
Step #0 - "kaniko-build": time="2025-12-10T18:37:22Z" level=info msg="Running: [/bin/sh -c curl -fsSL https://distfiles.ariadne.space/pkgconf/pkgconf-2.2.0.tar.gz | tar -xzf - --strip-components=1 && ./configure --prefix=/usr --with-system-libdir=/lib64:/usr/lib64 --with-system-includedir=/usr/include && make -j ${NCPU:-4} && make install && ldconfig && cd /var/tmp && rm -fr build]"
Step #0 - "kaniko-build": checking for gcc... no
Step #0 - "kaniko-build": checking for cc... no
Step #0 - "kaniko-build": checking for cl.exe... no
Step #0 - "kaniko-build": checking for clang... no
Step #0 - "kaniko-build": configure: error: in `/var/tmp/build/pkgconf':
Step #0 - "kaniko-build": configure: error: no acceptable C compiler found in $PATH
Step #0 - "kaniko-build": See `config.log' for more details
Step #0 - "kaniko-build": error building image: error building stage: failed to execute command: waiting for process to exit: exit status 1
```
Guía de contribución
Línea de trabajo
El fallo está en el comando de compilación de Kaniko para la imagen demo-rockylinux, al configurar pkgconf-2.2.0. Inspecciona primero la definición de compilación de la imagen y sus dependencias de la toolchain, y después reproduce el paso configure. Se considera terminado cuando la compilación de la imagen supera configure sin el error «no acceptable C compiler found».
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- cpp, docker
- Área
- build-system, devops
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 42/100