#1010988 libtpms: FTBFS on hppa - error: â-fstack-protectorâ not supported for this target [-Werror] #1010988
- Package:
- src:libtpms
- Source:
- libtpms
- Submitter:
- John David Anglin
- Date:
- 2023-03-09 16:27:03 UTC
- Severity:
- normal
Dear Maintainer, See: https://buildd.debian.org/status/fetch.php?pkg=libtpms&arch=hppa&ver=0.9.2-3&stamp=1652542630&raw=0 Simplest fix is to add "-Wno-error" in debian/rules for hppa. Better fix would be to adjust package to not add ‘-fstack-protector’ on hppa. It will never be supported since stack grows up. Regards, Dave Anglin
Dear Maintainer, This can be worked around by configuring with "--disable-hardening" on hppa. This can be added in debian/rules. Regards, Dave Anglin