Re: Bug#1127311: newmat FTBFS with undefined symbol __parse_hwcap_and_convert_at_platform
Trupti <[email protected]> Thu, 26 Mar 2026 18:04:25 +0530
| Newsgroups | gmane.linux.debian.alioth.science-maintainers,gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
Dear Maintainer, Following up on my previous analysis, I have now submitted a formal Merge Request on Salsa with this fix: MR Link: https://salsa.debian.org/science-team/newmat/-/merge_requests/2 I have verified the build on a ppc64el(p10) machine and it is successful. Please review it and let me know if you can merge and upload this, or if you would like me to provide a .patch file instead. Thanks, Trupti On 2026-03-03 19:05, Trupti wrote: > Control: severity -1 important > > Dear Maintainer, > > > > After adding required libraries only on ppc64el architecture by > modifying the debian/rules with below > > > ifeq ($(DEB_HOST_ARCH),ppc64el) > export DEB_LDFLAGS_MAINT_APPEND += -lgcc -lgcc_s -lc > endif > > > With this change, the package builds successfully on ppc64el. > > > Thanks, > Trupti