Source: searchandrescue Version: 1.5.0-1 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, At the moment, searchandrescue FTBFS in ppc64el architecture with the following error: proc.c: In function 'PConfCheckDepends': proc.c:1096:6: warning: variable 'depend_progress_ratio' set but not used [-Wunused-but-set-variable] int depend_progress_ratio = 0; /* In percent. */ ^ make[1]: Leaving directory `/«PKGBUILDDIR»/pconf' Compiler passed all compatibility tests! bX11.so' not found in defined platform paths! ne or more compoents are not available on your system, please install them first and then resume this configuration. Configuring for platform `Linux'... Checking this platform... Checking Dependency: X11-lib... make: *** [configure-stamp] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 uld not find all dependencies for required feature `X11'led dependency!! I just created a patch to add ppc64el libraries and the build works fine. Could you please accept this patch? Thank you, Breno
Index: searchandrescue-1.5.0/sar/platforms.ini =================================================================== --- searchandrescue-1.5.0.orig/sar/platforms.ini +++ searchandrescue-1.5.0/sar/platforms.ini @@ -169,6 +169,7 @@ Platform = Linux PlatformSearchPathLib = /usr/lib/mips-linux-gnu/ PlatformSearchPathLib = /usr/lib/mipsel-linux-gnu/ PlatformSearchPathLib = /usr/lib/powerpc-linux-gnu/ + PlatformSearchPathLib = /usr/lib/powerpc64le-linux-gnu/ PlatformSearchPathLib = /usr/lib/powerpc-linux-gnuspe/ PlatformSearchPathLib = /usr/lib/s390-linux-gnu/ PlatformSearchPathLib = /usr/lib/s390x-linux-gnu/