Bug#968184: autopkgtest is infinitely outputting "ERROR: not valid"

2020-08-10 Thread Iain Lane
Control: severity -1 serious

On Mon, Aug 10, 2020 at 11:32:42AM +0100, Iain Lane wrote:
> I've pinged the Debian CI people, will report back & upgrade the 
> severity if they confirm it is happening on Debian too.

Yeah, same here

  
https://ci.debian.net/data/autopkgtest/testing/arm64/c/calculix-cgx/6606733/log.gz

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#943396: FTBFS on armhf: testsuite segfault

2019-10-24 Thread Iain Lane
Package: src:fftw3
Version: 3.3.8-2
Severity: serious
Tags: patch

Hiya,

We found this in an Ubuntu test rebuild, but I just confirmed on
harris.d.o:

> perl -w ./check.pl -r --estimate -c=5 -v `pwd`/bench
> Executing "/home/laney/fftw3-3.3.8/tests/bench -o estimate --verbose=1   
> --verify '//obrd7560' --verify '//ibrd7560' --verify '//ofrd7560' --verify 
> '//ifrd7560' --verify 'obrd7560' --verify 'ibrd7560' --verify 'ofrd7560' 
> --verify 'ifrd7560' --verify '//obcd7560' --verify '//ibcd7560' --verify 
> '//ofcd7560' --verify '//ifcd7560' --verify 'obcd7560' --verify 'ibcd7560' 
> --verify 'ofcd7560' --verify 'ifcd7560' --verify 'okd5e00*18' --verify 
> 'ikd5e00*18' --verify 'obrd8x3x7v7' --verify 'ibrd8x3x7v7' --verify 
> 'ofrd8x3x7v7' --verify 'ifrd8x3x7v7' --verify '//obcd8x3x7v7' --verify 
> '//ibcd8x3x7v7' --verify '//ofcd8x3x7v7' --verify '//ifcd8x3x7v7' --verify 
> 'obcd8x3x7v7' --verify 'ibcd8x3x7v7' --verify 'ofcd8x3x7v7' --verify 
> 'ifcd8x3x7v7' --verify 'okd17472o00' --verify 'ikd17472o00' --verify 
> 'obr5x8x10x14v6' --verify 'ibr5x8x10x14v6' --verify 'ofr5x8x10x14v6' --verify 
> 'ifr5x8x10x14v6' --verify '//obc5x8x10x14v6' --verify '//ibc5x8x10x14v6' 
> --verify '//ofc5x8x10x14v6' --verify '//ifc5x8x10x14v6' --verify 
> 'obc5x8x10x14v6' --verify 'ibc5x8x10x14v6' --verify 'ofc5x8x10x14v6' --verify 
> 'ifc5x8x10x14v6'"
> //obrd7560 2.36623e-07 7.01972e-07 2.57654e-07
> //ibrd7560 2.70078e-07 7.01972e-07 2.48174e-07
> //ofrd7560 2.32727e-07 7.01972e-07 2.3547e-07
> Segmentation fault

I can try to get a backtrace if you want, or feel free to grab the build
from harris:~laney/fftw3-3.3.8 and poke at it. Daniel Van Vugt from the
Ubuntu team investigated this a little bit and found that disabling Neon
works around this problem. See the MR:

  https://salsa.debian.org/science-team/fftw3/merge_requests/1

Would appreciate your thoughts.

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#888338: libavg: FTBFS with FFmpeg 4.0

2018-08-15 Thread Iain Lane
On Thu, Aug 02, 2018 at 09:28:50PM +0100, peter green wrote:
> I applied the patch that jcowgill submitted upstream plus another upstream 
> commit and disabled vdpau support (which has been removed upstream) and was 
> able to get the debian package to build, so I uploaded it to raspbian.
> 
> A debdiff should appear soon at 
> https://debdiffs.raspbian.org/main/liba/libavg/ No intent to nmu in debian.

Thanks Peter. I'm going to upload that to Ubuntu.

For reference, I saw an additional FTBFS due to confusion between
CXXFLAGS and CPPFLAGS. Patch for that is attached, but it looks like
upstream has dropped autotools in favour of CMake anyway so maybe it
won't be needed.

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
Description: Pass AM_CXXFLAGS for a C++ build, not CPPFLAGS which is for the preprocessor
Author: Iain Lane 

--- libavg-1.8.2.orig/src/base/triangulate/Makefile.am
+++ libavg-1.8.2/src/base/triangulate/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I.. @XML2_CFLAGS@ @PTHREAD_CFLAGS@
+AM_CXXFLAGS = -I.. @XML2_CFLAGS@ @PTHREAD_CFLAGS@
 ALL_H = Triangulate.h Shapes.h Utils.h \
 AdvancingFront.h Sweep.h SweepContext.h
 


signature.asc
Description: PGP signature
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers