* Richard W. M. Jones:

> This is a weird one:
>
> https://koji.fedoraproject.org/koji/taskinfo?taskID=125988419
>
> + /usr/bin/find-debuginfo -j48 --strict-build-id -m -i --build-id-seed 
> 1.55.2-1.fc42 --unique-debug-suffix -1.55.2-1.fc42.x86_64 
> --unique-debug-src-base libguestfs-1.55.2-1.fc42.x86_64 --run-dwz 
> --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S 
> debugsourcefiles.list 
> /builddir/build/BUILD/libguestfs-1.55.2-build/libguestfs-1.55.2
> find-debuginfo: starting
> Extracting debug info from 13 files
> objcopy: unable to copy file 
> '/builddir/build/BUILD/libguestfs-1.55.2-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Sys/Guestfs/Guestfs.so';
>  reason: Permission denied
> *** ERROR:: GDB exited with exit status 1 during index generation
>
> The same thing happens on each architecture, for the same file.

This suggests that gdb-add-index is trying to overwrite that file in
place it should never do that.  Our long-standing assumption is that a
broken gdb-add-index is very unlikely to produce corrupted production
binaries, but if overwrites in place, that seems a bit overly
optimistic.

Thanks,
Florian

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to