Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created December 14, 2021 10:33
Show Gist options
  • Save ssbarnea/9339249af55d757a800bb6ee229b5a54 to your computer and use it in GitHub Desktop.
Save ssbarnea/9339249af55d757a800bb6ee229b5a54 to your computer and use it in GitHub Desktop.
+ /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/ssbarnea/rmux/molecule/tools/pyproject-files --output-modules /home/ssbarnea/rmux/molecule/tools/pyproject-modules --buildroot /home/ssbarnea/rmux/molecule/tools/python3-molecule-3.5.3.dev39+g8a9dc6b8.d20211214-1.20211214103048549576.fixpackit.39.g8a9dc6b8.fc35.x86_64 --sitelib /usr/lib/python3.10/site-packages --sitearch /usr/lib64/python3.10/site-packages --python-version 3.10 --pyproject-record /home/ssbarnea/rmux/molecule/tools/pyproject-record molecule
Traceback (most recent call last):
File "/usr/lib/rpm/redhat/pyproject_save_files.py", line 595, in <module>
main(cli_args)
File "/usr/lib/rpm/redhat/pyproject_save_files.py", line 566, in main
file_section, module_names = pyproject_save_files_and_modules(
File "/usr/lib/rpm/redhat/pyproject_save_files.py", line 555, in pyproject_save_files_and_modules
generate_file_list(paths_dict, globs, include_auto)
File "/usr/lib/rpm/redhat/pyproject_save_files.py", line 413, in generate_file_list
raise ValueError(f"Globs did not match any module: {missed_text}")
ValueError: Globs did not match any module: molecule
error: Bad exit status from /var/tmp/rpm-tmp.Uu77V1 (%install)
Bad exit status from /var/tmp/rpm-tmp.Uu77V1 (%install)
@ssbarnea
Copy link
Author

Save config passed when run inside official packit container but failed on a fedora 35 box. Container is based on fedora 34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment