an is running on 64-bits
machine then the issue occurs. If lover optimization level is used, this
situation is not present. This patch reduces optimization level on mips/mipsel
only for problematic code parts that induce described behaviour.
Author: Dejan Latinovic
Bug-Debian: http://bugs.debian.or
Hi,
I after further investigation I have discovered that this address (a1+v0) is
valid in pure 32-bit system,
but if we have 32-bits Debian on 64-bits machine the address is not valid.
This happens because compiler for some reason counting on overflow in address
calculation.
Kernel does not co
Hello,
I took a look at this issue.
The reason of an illegal instruction is related to ldxc1 instruction.
> ldxc1 $f0,v0(a1)
> (gdb) p/x $a1
> $50 = 0xaaa8ae10
> (gdb) p/x $v0
> $51 = 0xaaaf0248
The address (a1+v0) seems to be valid and aligned to 8, but causes error anyway.
I will investigate
Package: flint
Version: 2.5.2-8
Severity: importatnt
Tags: sid, patch
Justification: FTBFS
User: debian-m...@lists.debian.org
Usertags: mips-patch
Flint-arb FTBFS on mips and arm with following error:
> add_si../Makefile.subdirs:84: recipe for target
> '../build/arf/test/t-add_si_RUN' faile
Package: pcl
Version: 1.7.2-7
Tags: sid patch
Severity: important
Justification: FTBFS
User: debian-m...@lists.debian.org
Usertags: mips-patch
While trying to build pcl on mips/mipsel architecture,
build fails with an error:
> [ 54%] Building CXX object
> recognition/CMakeFiles/pcl_recognition
Package: yade
Version: 1.12.0-2
Tags: sid patch
Severity: normal
Justification: FTBFS
User: debian-m...@lists.debian.org
Usertags: mips-patch
Package yade version 1.12.0-2 FTBFS for mips/mipsel arch
with an error:
> /usr/bin/c++ -DYADE_ODEINT -DYADE_VTK6 -Dyade_EXPORTS -g -O2
> -fstack-prot
Hello,
Maybe it is possible to blacklist blitz++ on cavium machines,
and try to build it on broadcom board (ball, swarm).
I had tested it locally.
On cavium board,
build fail with TERM signal.
If tests are ran manually, all tests pass,
but requires a lot of time.
Actually, the array test is t
Control: tags -1 + patch
Hi,
the reason for test failures is a need to
access .sdformat in HOME directory.
Patch that fix this issue is attached.
With this patch I was able to build sdformat
for i386, amd64, mips and mipsel.
Could you please consider including these changes?
Best Regards,
Hi,
it seams that build of chealpix fails only on Cavium machines.
Even on Cavium, tests execute successfully but
it takes a lot of time.
On Broadcom and Loongson boards,
chealpix builds successfully for me.
The same conclusion could be made from
build logs:
https://buildd.debian.org/status/log
Package: openturns
Version: 1.3-2
Tags: sid patch
Severity: important
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch
Package openturns FTBFS on mips/mipsel with an error:
> debian/rules:48: *** This package requires more than 1GB RAM; do not bui
Package: flann
Version: 1.8.4-3
Tags: sid patch
Severity: important
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch
Package flann FTBFS for mips and mipsel with an error:
> [ 85%] Built target flann_mpi_server
> Linking CXX executable ../bin/fla
Package: sivp
Version: 0.5.3+svn287-2
Tags: sid patch
Severity: important
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch
Control: block -1 by 750548
Using glugen2 with this fix:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750548,
package sivp builds successfully
Package: aster
Version: 11.3.0-2-2
Severity: important
Tags: sid patch
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch
On attempt to build from source for mips,
aster failed with following error:
> The following packages have unmet dependencies:
>
efault result is 2^31–1 (2147483647).
A patch fixing this issue is attached.
Author: "Dejan Latinovic"
Description: Set RecCounter=0 if rbound_==0 to avoid cast of -inf.
Index: linbox-1.3.2/linbox/algorithms/rational-reconstruction-base.h
===
14 matches
Mail list logo