Skip to content
New issue

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

openpmix/5.0.4 package update #34080

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Nov 13, 2024

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Nov 13, 2024
Copy link
Contributor Author

octo-sts bot commented Nov 13, 2024

Gen AI suggestions to solve the build error:

Based on the error message, this appears to be a package conflict issue with Python Sphinx packages. Here are some suggested steps to resolve this:

  1. First suggestion: Remove py3-sphinx-7 and use py3-sphinx instead
environment:
  contents:
    packages:
      # Remove py3-sphinx-7 and replace with:
      - py3-sphinx
  1. If that doesn't work, try explicitly specifying Python 3.12 packages:
environment:
  contents:
    packages:
      - py3.12-sphinx
      - py3.12-recommonmark
      - py3.12-sphinx-rtd-theme
  1. If still having issues, you might need to add conflict resolution by ensuring only one version of Sphinx is present:
pipeline:
  - runs: |
      # Add before other steps
      apk del py3-sphinx py3-sphinx-7 || true
      apk add py3.12-sphinx

The error suggests there's a file conflict where multiple versions of Sphinx are trying to install to the same location. This typically happens when different Python versions or Sphinx versions are trying to coexist.

Remember that Wolfi prefers latest versions, so using the most recent compatible version of Sphinx would align with Wolfi's principles.

Try these solutions in order until the build succeeds. The first option is the simplest and should be attempted first.

Copy link
Contributor

Package openpmix-doc: Click to expand/collapse

Package openpmix-doc:
Modified: /usr/share/man/man1/pmix_info.1
Modified: /usr/share/man/man3/PMIx_Abort.3
Modified: /usr/share/man/man3/PMIx_Finalize.3
Modified: /usr/share/man/man3/PMIx_Init.3
Modified: /usr/share/man/man5/openpmix.5

Package openpmix: Click to expand/collapse

Package openpmix:
Added: /usr/lib/libpmix.so.2.13.4
Added: /usr/share/doc/pmix/html/_images/compatibility.png
Modified: /usr/bin/palloc
Modified: /usr/bin/pattrs
Modified: /usr/bin/pctrl
Modified: /usr/bin/pevent
Modified: /usr/bin/plookup
Modified: /usr/bin/pmix_info
Modified: /usr/bin/pmixcc
Modified: /usr/bin/pps
Modified: /usr/bin/pquery
Modified: /usr/lib/pmix/pmix_mca_pcompress_zlib.so
Modified: /usr/lib/pmix/pmix_mca_prm_default.so
Modified: /usr/lib/pmix/pmix_mca_prm_pbs.so
Modified: /usr/lib/pmix/pmix_mca_prm_slurm.so
Modified: /usr/share/doc/pmix/html/.buildinfo
Modified: /usr/share/doc/pmix/html/_sources/news/news-v5.x.rst.txt
Modified: /usr/share/doc/pmix/html/_sources/versions.rst.txt
Modified: /usr/share/doc/pmix/html/_static/basic.css
Modified: /usr/share/doc/pmix/html/_static/doctools.js
Modified: /usr/share/doc/pmix/html/_static/documentation_options.js
Modified: /usr/share/doc/pmix/html/_static/js/versions.js
Modified: /usr/share/doc/pmix/html/_static/language_data.js
Modified: /usr/share/doc/pmix/html/_static/searchtools.js
Modified: /usr/share/doc/pmix/html/building-apps/building-static-apps.html
Modified: /usr/share/doc/pmix/html/building-apps/customizing-wrappers.html
Modified: /usr/share/doc/pmix/html/building-apps/deprecation-warnings.html
Modified: /usr/share/doc/pmix/html/building-apps/extracting-wrapper-flags.html
Modified: /usr/share/doc/pmix/html/building-apps/index.html
Modified: /usr/share/doc/pmix/html/building-apps/quickstart.html
Modified: /usr/share/doc/pmix/html/contributing.html
Modified: /usr/share/doc/pmix/html/developers/autogen.html
Modified: /usr/share/doc/pmix/html/developers/building-pmix.html
Modified: /usr/share/doc/pmix/html/developers/compiler-pickyness.html
Modified: /usr/share/doc/pmix/html/developers/frameworks.html
Modified: /usr/share/doc/pmix/html/developers/git-github.html
Modified: /usr/share/doc/pmix/html/developers/gnu-autotools.html
Modified: /usr/share/doc/pmix/html/developers/index.html
Modified: /usr/share/doc/pmix/html/developers/prerequisites.html
Modified: /usr/share/doc/pmix/html/developers/rst-for-markdown-expats.html
Modified: /usr/share/doc/pmix/html/developers/source-code.html
Modified: /usr/share/doc/pmix/html/developers/sphinx.html
Modified: /usr/share/doc/pmix/html/developers/terminology.html
Modified: /usr/share/doc/pmix/html/exceptions.html
Modified: /usr/share/doc/pmix/html/genindex.html
Modified: /usr/share/doc/pmix/html/getting-help.html
Modified: /usr/share/doc/pmix/html/history.html
Modified: /usr/share/doc/pmix/html/how-things-work/index.html
Modified: /usr/share/doc/pmix/html/how-things-work/session_dirs.html
Modified: /usr/share/doc/pmix/html/index.html
Modified: /usr/share/doc/pmix/html/installing-pmix/compilers-and-flags.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-cli-options/conventions.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-cli-options/index.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-cli-options/installation.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-cli-options/required-support-libraries.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-cli-options/rpath-and-runpath.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-cli-options/runtime.html
Modified: /usr/share/doc/pmix/html/installing-pmix/configure-output-summary.html
Modified: /usr/share/doc/pmix/html/installing-pmix/definitions.html
Modified: /usr/share/doc/pmix/html/installing-pmix/filesystem-requirements.html
Modified: /usr/share/doc/pmix/html/installing-pmix/index.html
Modified: /usr/share/doc/pmix/html/installing-pmix/installation-location.html
Modified: /usr/share/doc/pmix/html/installing-pmix/make-targets.html
Modified: /usr/share/doc/pmix/html/installing-pmix/packagers.html
Modified: /usr/share/doc/pmix/html/installing-pmix/quickstart.html
Modified: /usr/share/doc/pmix/html/installing-pmix/required-support-libraries.html
Modified: /usr/share/doc/pmix/html/installing-pmix/vpath-builds.html
Modified: /usr/share/doc/pmix/html/license.html
Modified: /usr/share/doc/pmix/html/man/index.html
Modified: /usr/share/doc/pmix/html/man/man1/index.html
Modified: /usr/share/doc/pmix/html/man/man1/palloc.1.html
Modified: /usr/share/doc/pmix/html/man/man1/pattrs.1.html
Modified: /usr/share/doc/pmix/html/man/man1/pevent.1.html
Modified: /usr/share/doc/pmix/html/man/man1/plookup.1.html
Modified: /usr/share/doc/pmix/html/man/man1/pmix_info.1.html
Modified: /usr/share/doc/pmix/html/man/man1/pmixcc.1.html
Modified: /usr/share/doc/pmix/html/man/man1/pps.1.html
Modified: /usr/share/doc/pmix/html/man/man1/pquery.1.html
Modified: /usr/share/doc/pmix/html/man/man3/PMIx_Abort.3.html
Modified: /usr/share/doc/pmix/html/man/man3/PMIx_Finalize.3.html
Modified: /usr/share/doc/pmix/html/man/man3/PMIx_Init.3.html
Modified: /usr/share/doc/pmix/html/man/man3/index.html
Modified: /usr/share/doc/pmix/html/man/man5/index.html
Modified: /usr/share/doc/pmix/html/man/man5/openpmix.5.html
Modified: /usr/share/doc/pmix/html/mca.html
Modified: /usr/share/doc/pmix/html/news/index.html
Modified: /usr/share/doc/pmix/html/news/news-v1.x.html
Modified: /usr/share/doc/pmix/html/news/news-v2.x.html
Modified: /usr/share/doc/pmix/html/news/news-v3.x.html
Modified: /usr/share/doc/pmix/html/news/news-v4.x.html
Modified: /usr/share/doc/pmix/html/news/news-v5.x.html
Modified: /usr/share/doc/pmix/html/objects.inv
Modified: /usr/share/doc/pmix/html/quickstart.html
Modified: /usr/share/doc/pmix/html/release-notes/compilers.html
Modified: /usr/share/doc/pmix/html/release-notes/general.html
Modified: /usr/share/doc/pmix/html/release-notes/index.html
Modified: /usr/share/doc/pmix/html/release-notes/platform.html
Modified: /usr/share/doc/pmix/html/release-notes/run-time.html
Modified: /usr/share/doc/pmix/html/release-notes.html
Modified: /usr/share/doc/pmix/html/search.html
Modified: /usr/share/doc/pmix/html/searchindex.js
Modified: /usr/share/doc/pmix/html/security.html
Modified: /usr/share/doc/pmix/html/versions.html
Modified: /usr/share/pmix/pmixcc-wrapper-data.txt
Deleted: /usr/lib/libpmix.so.2.13.3
Deleted: /usr/share/pmix/help-pfexec-linux.txt

Package openpmix-dev: Click to expand/collapse

Package openpmix-dev:
Added: /usr/include/pmix/src/common/pmix_pfexec.h
Modified: /usr/include/pmix/src/common/pmix_iof.h
Modified: /usr/include/pmix/src/include/pmix_config.h
Modified: /usr/include/pmix/src/include/pmix_config_bottom.h
Modified: /usr/include/pmix/src/include/pmix_dictionary.h
Modified: /usr/include/pmix/src/include/pmix_frameworks.h
Modified: /usr/include/pmix/src/include/pmix_globals.h
Modified: /usr/include/pmix/src/include/pmix_portable_platform.h
Modified: /usr/include/pmix/src/include/pmix_portable_platform_real.h
Modified: /usr/include/pmix/src/server/pmix_server_ops.h
Modified: /usr/include/pmix_common.h
Modified: /usr/include/pmix_version.h
Modified: /usr/lib/pkgconfig/pmix.pc
Deleted: /usr/include/pmix/src/mca/pfexec/base/base.h
Deleted: /usr/include/pmix/src/mca/pfexec/pfexec.h

@octo-sts octo-sts bot added bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants