containers / containers/podman-compose

compilation on rhel 9 fails

Open
#1,333 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
6.2k
Forks
622
PR merge metrics
No merged PRs in 30d

Description

I'm compiling the Fedora RPM on RHEL9 on COPR. It failed. I tried PyPI and pyp2spec as well with the same error:
```
Looking in links: /builddir/build/BUILD/podman_compose-1.5.0/pyproject-wheeldir
Processing ./pyproject-wheeldir/UNKNOWN-0.0.0-py3-none-any.whl
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
```
```
running bdist_wheel
running build
installing to build/bdist.linux-aarch64/wheel
running install
running install_egg_info
running egg_info
creating UNKNOWN.egg-info
writing UNKNOWN.egg-info/PKG-INFO
writing dependency_links to UNKNOWN.egg-info/dependency_links.txt
writing top-level names to UNKNOWN.egg-info/top_level.txt
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt'
reading manifest file 'UNKNOWN.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt'
Copying UNKNOWN.egg-info to build/bdist.linux-aarch64/wheel/UNKNOWN-0.0.0-py3.9.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/UNKNOWN-0.0.0.dist-info/WHEEL
creating '/builddir/build/BUILD/podman_compose-1.5.0/.pyproject-builddir/pip-wheel-uzplsd68/tmpyyup2ull/UNKNOWN-0.0.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'UNKNOWN-0.0.0.dist-info/LICENSE'
adding 'UNKNOWN-0.0.0.dist-info/METADATA'
adding 'UNKNOWN-0.0.0.dist-info/WHEEL'
adding 'UNKNOWN-0.0.0.dist-info/top_level.txt'
adding 'UNKNOWN-0.0.0.dist-info/RECORD'

```
Building with pyproject-wheeldir is not getting the correct project name, How can I compile podman-compose 1.5.0 on RHEL9? How can I work around the UNKNOWN-0.0.0. issue?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.