Package: setools Version: 3.3.7-3.3 Severity: wishlist Tags: patch sid User: [email protected] Usertags: powerpcspe
Hi, setools FTBFS on powerpcspe[1] like this: dh_makeshlibs -a dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libsefs4/DEBIAN/symbols doesn't match completely debian/libsefs4.symbols.powerpcspe --- debian/libsefs4.symbols.powerpcspe (libsefs4_3.3.7-3.3_powerpcspe) +++ dpkg-gensymbolsZXOpF_ 2013-02-21 12:52:36.549861453 +0000 @@ -86,17 +86,17 @@ _ZTI11sefs_fclist@VERS_4.0 3.3.4.ds _ZTI15sefs_filesystem@VERS_4.0 3.3.4.ds _ZTI7sefs_db@VERS_4.0 3.3.4.ds - _ZTISt16invalid_argument@VERS_4.0 3.3.4.ds +#MISSING: 3.3.7-3.3# _ZTISt16invalid_argument@VERS_4.0 3.3.4.ds _ZTS11sefs_fcfile@VERS_4.0 3.3.4.ds _ZTS11sefs_fclist@VERS_4.0 3.3.4.ds _ZTS15sefs_filesystem@VERS_4.0 3.3.4.ds _ZTS7sefs_db@VERS_4.0 3.3.4.ds - _ZTSSt16invalid_argument@VERS_4.0 3.3.4.ds +#MISSING: 3.3.7-3.3# _ZTSSt16invalid_argument@VERS_4.0 3.3.4.ds _ZTV11sefs_fcfile@VERS_4.0 3.3.4.ds _ZTV11sefs_fclist@VERS_4.0 3.3.4.ds _ZTV15sefs_filesystem@VERS_4.0 3.3.4.ds _ZTV7sefs_db@VERS_4.0 3.3.4.ds - _ZTVSt16invalid_argument@VERS_4.0 3.3.4.ds +#MISSING: 3.3.7-3.3# _ZTVSt16invalid_argument@VERS_4.0 3.3.4.ds libsefs_get_version@VERS_4.0 3.3.4.ds sefs_db_create_from_file@VERS_4.0 3.3.4.ds sefs_db_create_from_filesystem@VERS_4.0 3.3.4.ds dh_makeshlibs: dpkg-gensymbols -plibsefs4 -Idebian/libsefs4.symbols.powerpcspe -Pdebian/libsefs4 -edebian/libsefs4/usr/lib/powerpc-linux-gnuspe/libsefs.so.4.0.3 returned exit code 1 make: *** [binary-arch] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2 The attached patch fixes this. Thanks, Roland [1] http://wiki.debian.org/PowerPCSPEPort -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- setools-3.3.7.orig/debian/libsefs4.symbols.powerpcspe 2012-06-28 13:26:42.000000000 +0200 +++ setools-3.3.7/debian/libsefs4.symbols.powerpcspe 2013-02-21 14:37:48.806297224 +0100 @@ -86,17 +86,14 @@ _ZTI11sefs_fclist@VERS_4.0 3.3.4.ds _ZTI15sefs_filesystem@VERS_4.0 3.3.4.ds _ZTI7sefs_db@VERS_4.0 3.3.4.ds - _ZTISt16invalid_argument@VERS_4.0 3.3.4.ds _ZTS11sefs_fcfile@VERS_4.0 3.3.4.ds _ZTS11sefs_fclist@VERS_4.0 3.3.4.ds _ZTS15sefs_filesystem@VERS_4.0 3.3.4.ds _ZTS7sefs_db@VERS_4.0 3.3.4.ds - _ZTSSt16invalid_argument@VERS_4.0 3.3.4.ds _ZTV11sefs_fcfile@VERS_4.0 3.3.4.ds _ZTV11sefs_fclist@VERS_4.0 3.3.4.ds _ZTV15sefs_filesystem@VERS_4.0 3.3.4.ds _ZTV7sefs_db@VERS_4.0 3.3.4.ds - _ZTVSt16invalid_argument@VERS_4.0 3.3.4.ds libsefs_get_version@VERS_4.0 3.3.4.ds sefs_db_create_from_file@VERS_4.0 3.3.4.ds sefs_db_create_from_filesystem@VERS_4.0 3.3.4.ds

