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

Warning caused by chroot_scan (Fedora Rawhide chroot) #1455

Closed
praiskup opened this issue Sep 19, 2024 · 2 comments
Closed

Warning caused by chroot_scan (Fedora Rawhide chroot) #1455

praiskup opened this issue Sep 19, 2024 · 2 comments

Comments

@praiskup
Copy link
Member

Warning (happening in Fedora Copr, reported by @ljavorsk):

cp: preserving permissions for ‘/var/lib/copr-rpmbuild/results/chroot_scan/var/lib/mock/fedora-rawhide-x86_64-1726756248.223474/root/var/log’: No such file or directory

@github-project-automation github-project-automation bot moved this to Needs triage in CPT Kanban Sep 19, 2024
@nikromen nikromen moved this from Needs triage to Someday in future in CPT Kanban Sep 25, 2024
@praiskup
Copy link
Member Author

This seems like a bug in coreutils on F39:

mkdir -p /var/lib/test/dir
touch /var/lib/test/dir/file
mkdir /tmp/doh
cp --preserve=mode --parents /var/lib/test/dir/file /tmp/doh
cp: preserving permissions for ‘/tmp/doh/var/lib/test/dir’: No such file or directory

I can not reproduce this on F41.

@praiskup
Copy link
Member Author

@kdudka fyi

This is a warning-only case, because Mock ignores the exit status from cp command.
I plan to ignore this warning/error as our Copr builders should be migrated to a newer Fedora soon.

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

No branches or pull requests

1 participant