Your message dated Mon, 23 Sep 2013 17:18:33 +0000
with message-id <[email protected]>
and subject line Bug#700495: fixed in blas 1.2.20110419-6
has caused the Debian Bug report #700495,
regarding blas: FTBFS on powerpcspe due to -O3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
700495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700495
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: blas
Version: 1.2.20110419-5
Severity: wishlist
Tags: patch sid
User: [email protected]
Usertags: powerpcspe

Hi,

on powerpcspe [1], blas FTBFS like this:

======================================================================
mkdir -p debian/test
touch debian/test_dir
LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH cblas/testing/xscblat1 > 
debian/test/xscblat1
awk '/fail/ || /FAIL/ {exit 1}' debian/test/xscblat1 || (cat 
debian/test/xscblat1 && false)
 Real CBLAS Test Program Results


 Test of subprogram number  1         CBLAS_SDOT     
                                    ----- PASS -----

 Test of subprogram number  2         CBLAS_SAXPY    
                                       FAIL

 CASE  N INCX INCY MODE  I                             COMP(I)                  
           TRUE(I)  DIFFERENCE     SIZE(I)

    2  2    1    1 9999  1                      0.14900000E+01                  
    0.68000001E+00  0.8100E+00  0.1170E+01

 Test of subprogram number  3         CBLAS_SROTG    
                                    ----- PASS -----

 Test of subprogram number  4         CBLAS_SROT     
                                    ----- PASS -----

 Test of subprogram number  5         CBLAS_SCOPY    
                                    ----- PASS -----

 Test of subprogram number  6         CBLAS_SSWAP    
                                    ----- PASS -----
make: *** [debian/test/xscblat1] Error 1

 Test of subprogram number  7         CBLAS_SNRM2    
                                    ----- PASS -----

 Test of subprogram number  8         CBLAS_SASUM    
                                    ----- PASS -----

 Test of subprogram number  9         CBLAS_SSCAL    
                                    ----- PASS -----

 Test of subprogram number 10         CBLAS_ISAMAX   
                                    ----- PASS -----
rm test/sblat1.f test/zblat3.f test/sblat2.f test/cblat3.f test/sblat3.f 
test/cblat2.f test/dblat3.f test/zblat1.f test/dblat2.f test/cblat1.f 
test/zblat2.f test/dblat1.f
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
======================================================================

This can be fixed by adding the attached patch.

Thanks in advance,

Roland


[1] http://wiki.debian.org/PowerPCSPEPort


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
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
--- blas-1.2.20110419/debian/rules.orig	2012-04-10 21:38:36.000000000 +0200
+++ blas-1.2.20110419/debian/rules	2013-02-13 14:44:20.178776095 +0100
@@ -6,7 +6,11 @@
 GCC:=gcc
 F77FLAGS:= -pipe -g  -fomit-frame-pointer -fno-whole-file
 
-F77FLAGS:=$(F77FLAGS) -O3
+ifeq ($(ARCH),powerpcspe)
+  F77FLAGS:=$(F77FLAGS) -O2
+else
+  F77FLAGS:=$(F77FLAGS) -O3
+endif
 
 ifneq (,$(filter $(ARCH),i386 lpia hurd-i386 kfreebsd-i386 m68k))
   F77_EXTRA_FLAGS = -ffloat-store

--- End Message ---
--- Begin Message ---
Source: blas
Source-Version: 1.2.20110419-6

We believe that the bug you reported is fixed in the latest version of
blas, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Villemot <[email protected]> (supplier of updated blas package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Sep 2013 18:56:25 +0200
Source: blas
Binary: libblas3 libblas3gf libblas-dev libblas-test libblas-doc
Architecture: source amd64 all
Version: 1.2.20110419-6
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Sébastien Villemot <[email protected]>
Description: 
 libblas-dev - Basic Linear Algebra Subroutines 3, static library
 libblas-doc - Basic Linear Algebra Subroutines 3, documentation
 libblas-test - Basic Linear Algebra Subroutines 3, testing programs
 libblas3   - Basic Linear Algebra Reference implementations, shared library
 libblas3gf - Transitional package for libblas
Closes: 700495
Changes: 
 blas (1.2.20110419-6) unstable; urgency=low
 .
   * Use my @debian.org address
   * Remove obsolete DM-Upload-Allowed flag
   * Bump to debhelper compat level 9
   * Remove pre-squeeze Conflicts/Replaces/Provides
   * Use quilt to manage the patch to upstream sources
   * Rewrite debian/rules using dh
   * Test programs are now installed under /usr/lib/libblas, for consistency 
with
     the library objects
   * Inject flags from dpkg-buildflags (Closes: #700495)
   * Switch VCS to git
   * Improve long description of libblas-test
   * Bump to Standards-Version 3.9.4, no changes needed
   * Ship in libblas-test a script for running all BLAS tests
   * Register cinterface.pdf into doc-base, and fix the doc-base section
     for the BLAS FAQ
Checksums-Sha1: 
 be2b8157054eb894738700749a0fd25c7272911e 2244 blas_1.2.20110419-6.dsc
 25c5ef8f3da84291fd843ed1f3d289ae40eaf54d 60033 
blas_1.2.20110419-6.debian.tar.gz
 53db9fe9d025ff2b9b9775f717343cee477f7c56 158480 
libblas3_1.2.20110419-6_amd64.deb
 7a88211070bfd9592368e571c0d49754ab47284c 8296 libblas3gf_1.2.20110419-6_all.deb
 5ba0d95e64edf2dec8f642a0bb6dbb7a50e1d8c0 154046 
libblas-dev_1.2.20110419-6_amd64.deb
 b9deedd4b35da861870bda205c237e671dfb53c2 286456 
libblas-test_1.2.20110419-6_amd64.deb
 6d40e02e296f230a20505be4f5f718ae17c81612 391218 
libblas-doc_1.2.20110419-6_all.deb
Checksums-Sha256: 
 0cd6d7696f9a3df2f9dece560f3d813d1a71611b463e930f9401550ae10374f4 2244 
blas_1.2.20110419-6.dsc
 b988751ef544c3c157dc801834f1aaa874cf968bff588be6feeadcc36bb6cabf 60033 
blas_1.2.20110419-6.debian.tar.gz
 3eeb38105fc33a43daab8c02645a130780d05bfff16f09cfe6e089d27d79b0a0 158480 
libblas3_1.2.20110419-6_amd64.deb
 1b6f5cb843f9f53e1ab0bff172f7aca5fe62b507e3e472378dd50670ada8cb88 8296 
libblas3gf_1.2.20110419-6_all.deb
 044789256be7a2d8844e77efd79af6f332bf2e69f0f3dfabc221966521e25bfe 154046 
libblas-dev_1.2.20110419-6_amd64.deb
 779eefb574f781bfcdf5652af5e72fb3e3490e69389bacb910c2a8e99976846a 286456 
libblas-test_1.2.20110419-6_amd64.deb
 5ae4101d491fa15eb8fed4ea1c5f494a0992d690adb00e625f7650835e679207 391218 
libblas-doc_1.2.20110419-6_all.deb
Files: 
 08d298b9fdde9b9685cf18fa4a5c6e13 2244 libs optional blas_1.2.20110419-6.dsc
 773783fd851089cbf6e0f74983a2041e 60033 libs optional 
blas_1.2.20110419-6.debian.tar.gz
 5519f1957b33f7f380c66d0f29226010 158480 libs optional 
libblas3_1.2.20110419-6_amd64.deb
 265a8c5ed6ac43a8dff4d4498b59996f 8296 oldlibs optional 
libblas3gf_1.2.20110419-6_all.deb
 0d154fa27e7168939961849013e2fe7a 154046 libdevel optional 
libblas-dev_1.2.20110419-6_amd64.deb
 d034e88b6fb8746a6b834c47896068a3 286456 devel extra 
libblas-test_1.2.20110419-6_amd64.deb
 5fecc0abe0063518bd1458078bd8a95e 391218 doc optional 
libblas-doc_1.2.20110419-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSQHVtAAoJECzs6TUOzr5KuXcP/2poTeIIOq2KdR1uRkml6CrL
x907l4wGWp8xrsm9GUpxG+KDYIJIVNRm3/xfKBooTsWSC1e5WwdQVgRLt2a9U6Fe
chw221IBr0XtvRq86clJXZgVnepezPeXyNUoc6lAdrTuTTtjicc+Myu1zRFZ2qF2
ipaKLNbCFtAIoQpAjn9aF6hCsTL6KGQ5FHn4DvizH0Vbs/FlN/vTbrGBv/q8/WAA
D+Oy3CqQWTK6mq2ftyjICcgaNS8mA/htznmeQwJVdAn3EJweNvRaonM7U0go/N/s
WAdhrCTDPFXWpeibGLF18JWtXNxYLY4JC/Me94fPy1xzKqyxjQaGWruibcUkqx5K
Q5eaX0wVs8jLwoqh8rcmaai2ZVv2o8lkYt9i5T+Fi2sXXJ/rRsQif0XgQHy5Snvt
CmfHx/caAyQlVKd+8ypbQ8ScPH7+To5lDlMlDEfKtSUnusD6wIOsLWuXVdUW5Vxa
xz5tfm0l/IYT6roP28uWGn0yF4EffdHJRig14u1qw6oHLrsW9ebtQmTYSzcaZTwu
QVE63H6244I8SPkr2ZAtYpSu+X8v2gp/BtXqmf3ZJIqSwtRkPIhrmO1UI9J0Pknl
iN1k1JZWyPt11VOGZmbcGVMszhPbgMe9a+1MYQWL/M8tLylk4S/Zyc79lVYU0G6K
nDdIUfji1ojha2OXa7eW
=v+sL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to