Bug#926514: brltty: FTBFS on ia64 because the link check doesn't account for libunwind
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <155455224767.11550.411507357104052828.reportbug__17093.0335576244$1554552569$gmane$org@z6.physik.fu-berlin.de> |
Source: brltty Version: 5.6-10 Severity: normal User: [email protected] Usertags: ia64 Hi! brltty currently FTBFS on ia64 because the link check at the end of debian/rules does not account for the fact that binaries on ia64 link against libunwind*: # Check that we didn't accidentally link against something outside of # d-i world grep Depends: debian/brltty-udeb/DEBIAN/control | perl -ne 'map {unless (/-udeb/ or /^ ?preseed-common$/) {print $_; exit 1}} split /,/' libunwind8make: *** [debian/rules:257: brltty-udeb] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 Adding a "or /libunwind.*/" should be able to fix the problem though. Will test later and attach a tested patch. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913