We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the pkgconf test pipeline is added to libxi it will fail in the following way:
2024/11/12 23:12:47 INFO running step "test/pkgconf" 2024/11/12 23:12:47 WARN + '[' -d /home/build ] uses=test/pkgconf 2024/11/12 23:12:47 WARN + cd /home/build uses=test/pkgconf 2024/11/12 23:12:47 WARN + exit 0 uses=test/pkgconf 2024/11/12 23:12:47 INFO running step "pkgconf build dependency check" uses=test/pkgconf 2024/11/12 23:12:47 WARN + '[' -d /home/build ] uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + cd /home/build uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + basename /home/build/melange-out/libxi-dev uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + dev_pkg=libxi-dev uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + cd / uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + apk info -L libxi-dev uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + grep '\.pc$' uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN WARNING: opening /home/user/src/wolfi-os/packages: No such file or directory uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN WARNING: opening from cache https://packages.wolfi.dev/os: No such file or directory uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + grep -q ^Name: usr/lib/pkgconfig/xi.pc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + basename usr/lib/pkgconfig/xi.pc .pc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + lib_name=xi uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + echo usr/lib/pkgconfig/xi.pc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + grep -q '^usr/lib/pkgconfig/xi.pc$\|^usr/share/pkgconfig/xi.pc$' uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + pkgconf --exists xi uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN + pkgconf --print-errors --exists xi uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN Package inputproto was not found in the pkg-config search path. uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN Perhaps you should add the directory containing `inputproto.pc' uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN to the PKG_CONFIG_PATH environment variable uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 WARN Package 'inputproto', required by 'xi', not found uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:12:47 INFO pod 5d2f2e40d674108e0162adc6df6c9e531a72bbfc47ef5d98d6bac6500fe396ef terminated 2024/11/12 23:12:47 INFO ERROR: failed to test package. the test environment has been preserved: 2024/11/12 23:12:47 INFO workspace dir: /home/user/tmp/melange-workspace-2407683926 2024/11/12 23:12:47 INFO guest dir: /home/user/tmp/melange-guest-2650180212 2024/11/12 23:12:47 ERRO failed to test package: unable to run pipeline: unable to run pipeline: unable to run pipeline: task exited with code 1 make: *** [Makefile:147: test/libxi] Error 1
The text was updated successfully, but these errors were encountered:
Add a runtime dep to libxi so the pkgconf test pipeline passes (#34883)
1421181
Fixes #34347
Successfully merging a pull request may close this issue.
If the pkgconf test pipeline is added to libxi it will fail in the following way:
The text was updated successfully, but these errors were encountered: