FS#70168 - Getting source files fails with future gcc-11

Attached to Project: Pacman
Opened by Allan McRae (Allan) - Friday, 26 March 2021, 04:45 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 18 April 2021, 16:16 GMT
Task Type Bug Report
Category makepkg
Status Closed
Assigned To Giancarlo Razzolini (grazzolini)
Architecture All
Severity Medium
Priority Normal
Reported Version 5.2.2
Due in Version 6.0.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

gcc-10.2.0
$ readelf "hello" --debug-dump | grep hello
<11> DW_AT_name : (indirect string, offset: 0xbfc): hello.cpp

gcc-git
$ readelf "hello" --debug-dump | grep hello
<12> DW_AT_name : (indirect line string, offset: 0x0): hello.cpp


The file name is now not $8 for the awk command.

This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 18 April 2021, 16:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  https://git.archlinux.org/pacman.git/com mit/?id=bdf6aa3fb757a2363a4e708174b7d23a 4997763d
Comment by Giancarlo Razzolini (grazzolini) - Friday, 26 March 2021, 14:17 GMT
@Allan, did you also report this upstream?
Comment by Allan McRae (Allan) - Friday, 26 March 2021, 20:46 GMT
Yes... it is a pacman issue and I reported it to the pacman bug tracker!
Comment by Allan McRae (Allan) - Friday, 26 March 2021, 23:22 GMT

Loading...