diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-07-19 08:12:48 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-07-27 02:21:58 +0200 |
commit | 316b031b7c1c8b9a6f4194b1378c58106b2a34dd (patch) | |
tree | afd381d757e3e84bce325b395bcd5bd98242cbd3 /build-aux/ltmain-asneeded.patch | |
parent | 757e85b21df62bf6c8e7d8c0642c1e93735aabce (diff) | |
download | pacman-316b031b7c1c8b9a6f4194b1378c58106b2a34dd.tar.gz pacman-316b031b7c1c8b9a6f4194b1378c58106b2a34dd.tar.xz |
makepkg: reduce strictness of pkgver in depends linting
This change was introduced to prevent entries like depends=('foo>').
However, it had the unintended side effect of causing a number of
working PKGBUILDs to fail to build. This happened when a PKGBUILD
defined one variable through calling a "complex" statement within the
PKGBUILD's package function (e.g. a function or evaluating in a
subshell), then used it to define the package metadata variable.
extract_function_variable() cannot execute the package function in order
to retrieve this information, so it performs a simple grep + eval instead
and in the process misses the contextual awareness of running within the
package function.
While not catching these "issues" can result in incorrect SRCINFO, the
resulting packages are fine. Stop aborting on the common case where the
pkgver of a dependency is dynamically set during the package function
until the large number of broken PKGBUILDs are fixed, and the
restrictions of the PKGBUILD format are documented.
"Fixes" FS#58776
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'build-aux/ltmain-asneeded.patch')
0 files changed, 0 insertions, 0 deletions