From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#21978: tbb broken on mips64el but tests always pass Date: Sat, 21 Nov 2015 22:13:42 +0100 Message-ID: <87r3jjqcmx.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0FUy-00040P-2A for bug-guix@gnu.org; Sat, 21 Nov 2015 16:15:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0FUs-0008S5-Ug for bug-guix@gnu.org; Sat, 21 Nov 2015 16:15:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0FUs-0008Rz-RK for bug-guix@gnu.org; Sat, 21 Nov 2015 16:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a0FUs-00017n-G0 for bug-guix@gnu.org; Sat, 21 Nov 2015 16:15:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0FTl-0003Uw-Uu for bug-guix@gnu.org; Sat, 21 Nov 2015 16:13:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0FTg-00083v-WA for bug-guix@gnu.org; Sat, 21 Nov 2015 16:13:53 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:24944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0FTg-00083R-Mg for bug-guix@gnu.org; Sat, 21 Nov 2015 16:13:48 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 21978@debbugs.gnu.org The “tbb” package appears to be broken on mips64el but both the build phase and the check phase always pass. This means that “tbb” is built “successfully”, which results in downstream build failures. Debian patches the sources of “tbb” such that the build fails on bad tests: https://sources.debian.net/src/tbb/4.3~20150611-0.1/debian/patches/failonbadtests.patch/ We should do the same.