pacman/scripts/libmakepkg
Eli Schwartz e176b8ec19 makepkg: squelch readelf warnings from debug stripping
readelf --debug-dump sometimes reports inscrutable warnings which don't
actually affect our extraction of source filenames. For example:

readelf: Warning: There is a hole [0xd3d - 0xd89] in .debug_loc section.

Now gcc 11 seems to have dramatically increased the number of warnings:

readelf: Warning: Corrupt offset (0x0000008e) in range entry 9
[...]
readelf: Warning: Corrupt offset (0x000010f0) in range entry 250

The resulting debuginfo created by the very same toolchain works fine,
as does the list of source filenames. But the warnings are quite
noisy... send them to /dev/null since they are not actionable in the
context of getting source files

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2021-05-19 19:05:34 +10:00
..
buildenv Add link time optimization support to makepkg 2021-03-03 14:35:45 +10:00
executable makepkg: add PACMAN_AUTH configurable setting for sudo elevation 2021-04-07 22:41:54 +10:00
integrity Update copyright year 2021-03-01 12:22:20 +10:00
lint_config Update copyright year 2021-03-01 12:22:20 +10:00
lint_package Update copyright year 2021-03-01 12:22:20 +10:00
lint_pkgbuild Update copyright year 2021-03-01 12:22:20 +10:00
source Update copyright year 2021-03-01 12:22:20 +10:00
tidy makepkg: squelch readelf warnings from debug stripping 2021-05-19 19:05:34 +10:00
util makepkg: fix the use of spaces in the localname:: component of sources 2021-04-07 22:38:34 +10:00
.gitignore libmakepkg: fix .gitignore to simply ignore all generated .sh files 2017-12-07 15:37:20 +10:00
buildenv.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
executable.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
integrity.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
lint_config.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
lint_package.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
lint_pkgbuild.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
meson.build meson: remove useless mkdir -p 2018-12-12 10:12:41 +10:00
source.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
srcinfo.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
tidy.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
util.sh.in Update copyright year 2021-03-01 12:22:20 +10:00