Re: Bug#1127311: newmat FTBFS with undefined symbol __parse_hwcap_and_convert_at_platform

Trupti <[email protected]> Tue, 03 Mar 2026 19:05:08 +0530
Newsgroups gmane.linux.debian.alioth.science-maintainers,gmane.linux.debian.ports.powerpc
Message-ID <[email protected]>
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