Bug#775402: scalapack: FTBFS on mips64el

2015-03-11 Thread James Cowgill
On Thu, 15 Jan 2015 10:07:06 + James Cowgill  
wrote:
> I've attached a patch which fixes this for me. All it does is add the
> mips64 arches to the OPENMPI_ARCHES variable.

I just realised the patch I sent was slightly wrong because it didn't
contain the changes to debian/control I had to make (sorry). This patch
should work.

Thanks,
James

diff -ur a/debian/control b/debian/control
--- a/debian/control	2014-10-22 19:52:16.0 +0100
+++ b/debian/control	2015-03-11 09:30:27.284208227 +
@@ -13,7 +13,7 @@
 
 Package: libscalapack-openmpi1
 Section: libs
-Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc
+Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc
 Depends: mpi-default-bin, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: scalapack1-mpich, scalapack1-lam
 Breaks: libscalapack-mpi1 (<< 1.8.0-9.1)
@@ -49,8 +49,8 @@
 
 Package: libscalapack-mpi-dev
 Section: libdevel
-Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc hppa m68k powerpcspe ppc64 s390x sparc64
-Depends: libscalapack-openmpi1 (= ${binary:Version}) [alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc],
+Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc hppa m68k powerpcspe ppc64 s390x sparc64
+Depends: libscalapack-openmpi1 (= ${binary:Version}) [alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc],
  libscalapack-mpich1 (= ${binary:Version}) [hppa m68k powerpcspe ppc64 s390x sparc64],
  libblacs-mpi-dev, ${misc:Depends}
 Conflicts: scalapack-mpich-dev, scalapack-lam-dev
@@ -71,7 +71,7 @@
 
 Package: scalapack-mpi-test
 Section: math
-Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc hppa m68k powerpcspe ppc64 s390x sparc64
+Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc hppa m68k powerpcspe ppc64 s390x sparc64
 Depends: scalapack-test-common, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: scalapack-mpich-test, scalapack-lam-test
 Replaces: scalapack-mpich-test, scalapack-lam-test
diff -ur a/debian/rules b/debian/rules
--- a/debian/rules	2014-10-22 19:47:40.0 +0100
+++ b/debian/rules	2015-03-10 16:29:33.099287192 +
@@ -17,7 +17,7 @@
 # This list of archs is maintained separately from that of the mpi-defaults
 # package. If there is a mismatch between the two, the package will FTBFS. This
 # is on purpose, to avoid silent breakage. See #740620 for more details.
-OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc
+OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc
 MPICH_ARCHS=hppa m68k powerpcspe ppc64 s390x sparc64
 
 build: build-$(SCALAPACK_MPI) build-pvm


signature.asc
Description: This is a digitally signed message part


Bug#775402: scalapack: FTBFS on mips64el

2015-03-10 Thread Muammar El Khatib
On Tue, Mar 10, 2015 at 12:24 PM, YunQiang Su  wrote:
>> The full log can be found here:
>> http://mipsdebian.imgtec.com/debian/logs/s/scalapack/scalapack_1.8.0-12_mips64el-20150114-0313.build.gz
>>
>> I've attached a patch which fixes this for me. All it does is add the
>> mips64 arches to the OPENMPI_ARCHES variable.
>
> I nmued this package with the attached patch.


Thank you very much.


Best regards,



-- 
Muammar El Khatib.
http://muammar.me | http://proyectociencia.org


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#775402: scalapack: FTBFS on mips64el

2015-03-10 Thread YunQiang Su
On Thu, 15 Jan 2015 10:07:06 + James Cowgill
 wrote:
> Source: scalapack
> Version: 1.8.0-12
> Severity: important
> Tags: patch
>
> Hi,
>
> scalapack FTBFS on mips64el because it isn't in any of the ARCHS lines
> in the debian/rules file.
>
> The full log can be found here:
> http://mipsdebian.imgtec.com/debian/logs/s/scalapack/scalapack_1.8.0-12_mips64el-20150114-0313.build.gz
>
> I've attached a patch which fixes this for me. All it does is add the
> mips64 arches to the OPENMPI_ARCHES variable.

I nmued this package with the attached patch.

>
> Thanks,
> James


scalapack-775402.debdiff
Description: Binary data


Bug#775402: scalapack: FTBFS on mips64el

2015-01-15 Thread James Cowgill
Source: scalapack
Version: 1.8.0-12
Severity: important
Tags: patch

Hi,

scalapack FTBFS on mips64el because it isn't in any of the ARCHS lines
in the debian/rules file.

The full log can be found here:
http://mipsdebian.imgtec.com/debian/logs/s/scalapack/scalapack_1.8.0-12_mips64el-20150114-0313.build.gz

I've attached a patch which fixes this for me. All it does is add the
mips64 arches to the OPENMPI_ARCHES variable.

Thanks,
James
diff -u -r a/debian/rules b/debian/rules
--- a/debian/rules	2015-01-14 16:56:27.945537905 +
+++ b/debian/rules	2014-10-22 19:47:40.0 +0100
@@ -17,7 +17,7 @@
 # This list of archs is maintained separately from that of the mpi-defaults
 # package. If there is a mismatch between the two, the package will FTBFS. This
 # is on purpose, to avoid silent breakage. See #740620 for more details.
-OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64el sparc
+OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el sparc
 MPICH_ARCHS=hppa m68k powerpcspe ppc64 s390x sparc64
 
 build: build-$(SCALAPACK_MPI) build-pvm