Bug#1105011: (no subject)
Marcos Alano <[email protected]>
| Newsgroups | gmane.linux.debian.devel.gcc |
|---|---|
| Message-ID | <0b8d4739-6933-4711-b3b1-6791d14b4700__64.5499256037851$1773652167$gmane$org@gmail.com> |
Hi, I got a new version with this fix on Ubuntu, but now the script it crashes. I opened an issue about it: https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/2144516 What happens is the function configure_debuginfod_ubuntu(), which has these two lines, it was called inside the function configure_debuginfod(), which also has these two lines, so the second time we call the attribution, inside configure_debuginfod_ubuntu(), it will crash, since OLDVER was marked as readonly by the main function, configure_debuginfod(). Using Bash instead of sh works, though. Thanks,