Bug#745969: guile-1.8: FTBFS: conflicting types for 'yyget_leng'

2014-10-09 Thread Edmund Grimley Evans
In case anyone still wants to build guile-1.8, a fix (remove declarations of 'yy*' functions in c-tokenize.lex) is described here: http://lists.gnu.org/archive/html/guile-devel/2010-03/msg00081.html It seems to work on arm64. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#738430: idzebra bug 738430

2014-08-26 Thread Edmund Grimley Evans
Hi, Have you looked into this idzebra bug at all? Sorry that I can't easily contribute to bugs.debian.org. Some observations for you: 1. There are three places in the source code where a char is passed to isalpha or isspace. You should cast to unsigned char here, I think, to avoid getting

Bug#746109: rats: FTBFS: tokens.h:96:17: error: conflicting types for 'yycleng'

2014-10-14 Thread Edmund Grimley Evans
This looks just like bug #745969, where a fix is described: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745969 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#752514: Bug #752514: ruby-fftw3: FTBFS on armhf

2014-10-29 Thread Edmund Grimley Evans
The build failure on the buildds may be caused by this: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767138 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#762647: samtools: FTBFS: test suite errors

2014-11-19 Thread Edmund Grimley Evans
This can be fixed on arm64 at least by fixed this bug in htslib: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770162 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#752514: libfftw3 SIGILL on armhf

2014-11-19 Thread Edmund Grimley Evans
Kamal Mostafa ka...@debian.org: Edmund et al., I would appreciate your expertise here... Does it also appear to you that my minimodem (0.20-1) failure[0] could be caused by the fftw3 NEON is perhaps broken bug?   Does it make sense that abel.d.o would be affected by it, but harris and

Bug#767138: libfftw3 SIGILL on armhf

2014-11-20 Thread Edmund Grimley Evans
Here are my latest thoughts on what the run-time test for NEON should probably look like. Previous proposals used two static variables instead of just one, but I think that would be less thread-safe. The variable cached is used in only two places, so, provided the access to it is atomic, the

Bug#752026: libpdl-stats-perl: FTBFS on arm*

2014-12-04 Thread Edmund Grimley Evans
It seems this can be fixed on arm64 by replacing -1 with 2 in these two lines in Kmeans/kmeans.pp: ($_tmp = $var_a($ibad, )) .= -1; $var_a-inplace-setvaltobad(-1); However, I don't know whether that's the right way to fix the problem as I don't know how Perl's and PDL's type system is

Bug#784743: pgplot5: FTBFS: No rule to make target '/usr/include/zconf.h'

2015-05-08 Thread Edmund Grimley Evans
Source: pgplot5 Version: 5.2.2-19 Severity: serious I found it failed to build in jessie or unstable on amd64. In each case the error was the same as the one reported by the arm64 and ppc64el buildds: gfortran -c -u -Wall -O2 -fPIC /tmp/pgplot5/pgplot5-5.2.2/drivers/pgdriv.f make[1]: *** No

Bug#770631: statsmodels: Build-Depends on nodejs not satisfiable on some architectures

2015-05-13 Thread Edmund Grimley Evans
The upstream documentation is a bit unclear, but I read somewhere that statsmodels' documentation can be built with pandoc. On amd64 I was able to build statsmodels after uninstalling nodejs and installing pandoc instead. A package called pandoc sounds like a more obvious choice for building

Bug#789930: gofigure2: FTBFS in unstable

2015-06-25 Thread Edmund Grimley Evans
Source: gofigure2 Version: 0.9.0-3 Severity: serious You can see the log from the recent build failure on arm64 here: https://buildd.debian.org/status/package.php?p=gofigure2suite=sid I got the same error on amd64. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a

Bug#789932: ginkgocadx: FTBFS in unstable

2015-06-25 Thread Edmund Grimley Evans
Source: ginkgocadx Version: 3.7.0.1465.37+dfsg-1 Severity: serious You can see the log from the recent build failure on arm64 here: https://buildd.debian.org/status/package.php?p=ginkgocadxsuite=sid I got the same error on amd64. -- To UNSUBSCRIBE, email to

Bug#789931: itksnap: FTBFS in unstable

2015-06-25 Thread Edmund Grimley Evans
Source: itksnap Version: 2.2.0-1.1 Severity: serious You can see the log from the recent build failure on arm64 here: https://buildd.debian.org/status/package.php?p=itksnapsuite=sid I got the same error on amd64. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a

Bug#790008: texlive-bin: texlive-binaries uninstallable on several architectures

2015-06-26 Thread Edmund Grimley Evans
Source: texlive-bin Version: 2015.20150524.37493-2 Severity: serious texlive-binaries depends unconditionally on libtexluajit2, which is only built for Architecture: amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc according to debian/control, but that list may

Bug#789138: dogtag-pki: FTBFS

2015-06-18 Thread Edmund Grimley Evans
Source: dogtag-pki Version: 10.2.0-4 Severity: serious Justification: fails to build from source (but built successfully in the past) It recently failed to build on arm64 with this error: com/netscape/cms/tomcat/ProxyRealm.java:22: error: ProxyRealm is not abstract and does not override abstract

Bug#784743: pgplot5: FTBFS: No rule to make target '/usr/include/zconf.h'

2015-05-31 Thread Edmund Grimley Evans
I was able to build pgplot5 like this: apt-get source pgplot5 dpkg-source --skip-patches -x pgplot5_5.2.2-19.dsc cd pgplot5-5.2.2/ perl -i -pe 's/:.*/:/ if m!/usr/include/zconf!;' \ debian/patches/linker-specific-changes dpkg-buildpackage -b So the fix could be a one-line change in that

Bug#732723: cegui-mk2: Please upgrade OGRE dependency to 1.9 when upstream ready

2015-05-31 Thread Edmund Grimley Evans
Upstream 0.8.4 seems to build easily on Debian unstable (the build system has changed since 0.7.6): apt-get install debhelper cdbs libtool automake1.11 autoconf \ pkg-config libxerces-c-dev libboost-signals-dev libboost-regex-dev \ libfreetype6-dev libtiff-dev libgl1-mesa-dev libglu1-mesa-dev

Bug#790080: kwidgetsaddons: FTBFS on arm*: kwidgetsaddons-kcolumnresizertest fails

2015-07-03 Thread Edmund Grimley Evans
Is the source for 5.9.0-1 still available somewhere? I tried to reconstruct it from git, and it looked as though I got the same build failure on arm64 unstable as 5.11.0-1 gave on 2015-06-26, although 5.9.0-1 was built successfully on 2015-04-23. So it looks as though a change in some other

Bug#790080: EGL, Qt and xvfb

2015-07-06 Thread Edmund Grimley Evans
Ideally we should tests the tests on an arm* machine running X11 and see what happens there (and that means not calling xvfb too). Do you mean running an X server? Why would that be necessary? Could the test be making use of an X server other than in the usual way, through DISPLAY? It is

Bug#795092: gstreamermm-1.0: syntax error in changelog

2015-08-10 Thread Edmund Grimley Evans
Source: gstreamermm-1.0 Version: 1.4.3+dfsg-2 Severity: serious The changelog has full month names (June/July) instead of three-letter abbreviations (Jun/Jul): https://sources.debian.net/src/gstreamermm-1.0/1.4.3%2Bdfsg-2/debian/changelog/ This is wrong:

Bug#803136: docker.io: FTBFS

2015-10-27 Thread Edmund Grimley Evans
Source: docker.io Version: 1.7.1~dfsg1-1 Severity: serious It failed to build on arm64, ppc64 and ppc64el: https://buildd.debian.org/status/package.php?p=docker.io=sid There is a different error in each case, unfortunately, and on an up-to-date amd64 system there is a yet another, different

Bug#803136: docker.io: FTBFS

2015-10-29 Thread Edmund Grimley Evans
The new docker.io 1.8.2~ds1-1 is BD-Uninstallable on arm64 and several other architectures because of mongodb. On arm64: (https://buildd.debian.org/status/package.php?p=docker.io=sid) docker.io build-depends on: - arm64:golang-github-hashicorp-go-msgpack-dev (>= 0.0~git20140221~)

Bug#791435: s/xmp/xpm/

2015-07-07 Thread Edmund Grimley Evans
This line in debian/control seems to be wrong: Provides: libgd2-dev, libgd2-xmp-dev, libgd2-noxpm-dev -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#868165: emacs25: FTBFS on arm64

2017-07-21 Thread Edmund Grimley Evans
The Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/emacs25/+bug/1656474 Memory corruption reported on mailing list: http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00827.html It looks like Emacs Lisp may be involved. Does Emacs Lisp use tagged pointers? Pointers have fairly

Bug#861281: rnahybrid: FTBFS on armel

2017-04-28 Thread Edmund Grimley Evans
There may be no demand for this package (rnahybrid) on armel, but the FTBFS might be caused by a bug in gcc-6, which would be worth reporting if someone can confirm it.

Bug#862360: llvm-toolchain-3.8: Fix R_AARCH64_MOVW_UABS_G3 relocation

2017-05-12 Thread Edmund Grimley Evans
> Unfortunately, this one line fix does not solve the problem of the LLVM > build hanging during the sanitizer tests. > > Both issues appeared around the same time and seem to be linked to specific > kernel versions. Julia started failing when the kernel started using more bits in virtual

Bug#861484: julia: FTBFS on arm64

2017-05-11 Thread Edmund Grimley Evans
This problem is caused by: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862360 How I discovered this, would be a long story. The effect of the LLVM bug is to OR the register field of a "movz xD, #IMM, lsl #48" with bits 43-47 of an address. With some kernels those bits are always zero, so

Bug#862360: llvm-toolchain-3.8: Fix R_AARCH64_MOVW_UABS_G3 relocation

2017-05-12 Thread Edmund Grimley Evans
You don't have this patch, I think: https://reviews.llvm.org/D22095

Bug#861249: FTBFS: math_test.Vector2TypeTest.test_cross fails

2017-05-21 Thread Edmund Grimley Evans
On arm64 and at least one other architecture, the error says: -3.2862601528904633e-16 != 0 It looks as though the test is computing (1.2 * 3.4 - 3.4 * 1.2). Now, the log to base 2 of (1.2 * 3.4) divided by 3.286e-16 is about 53.5. There are 52 bits in the mantissa of a 64-bit float, or 53

Bug#835108: lepton: probably using its own "md5.h" but calling system library functions

2017-05-27 Thread Edmund Grimley Evans
It seems to me likely that both #835108 and #853479 are caused by the thing I mentioned at 2.1 in #863446: the program uses the "md5.h" included in the package's source, but calls the system library functions, which use a different MD5_CTX.

Bug#864809: gocryptfs: FTBFS: "does not implement nodefs.File (missing Flock method)"

2017-06-15 Thread Edmund Grimley Evans
Source: gocryptfs Version: 1.2.1-1 Severity: serious This arm64 build log shows the error: https://buildd.debian.org/status/fetch.php?pkg=gocryptfs=arm64=1.2.1-1=1497480941=0 The same error also happens on amd64 with the latest golang-github-hanwen-go-fuse-dev from unstable,

Bug#845786: gammaray FTBFS on arm64, armel, mips* and s390x: QFatal in quickinspectortest

2017-05-02 Thread Edmund Grimley Evans
It worked on arm64 on the third attempt. The second failure was different from the first failure. So perhaps worth trying several times on other architectures.

Bug#857855: redis FTBFS on arm64: Executing test client: NOREPLICAS Not enough good slaves to write..

2017-05-02 Thread Edmund Grimley Evans
It built on arm64 on the second attempt. So you can probably downgrade this bug, or close it altogether if nobody can reproduce the build failure.

Bug#818616: luajit: laujit segfaults on arm64

2017-09-21 Thread Edmund Grimley Evans
I think this bug was fixed in 2.1.0~beta3. Can it be closed please? Any objections? # tail -n 1 /proc/self/maps eb71-eb731000 rw-p 00:00 0 [stack] # dpkg -i libluajit-5.1-2_2.1.0~beta2+dfsg-1_arm64.deb

Bug#871566: swarmkit FTBFS: cannot find package "github.com/docker/docker/api/types"

2018-01-09 Thread Edmund Grimley Evans
The build failure quoted above is not reproducible with the current state of sid, I think. However, it is still not possible to build swarmkit for a different reason: an indirect dependency on golang-github-juju-ansiterm. See #886613 and the "Dependency installability problem for swarmkit" on

Bug#871566: swarmkit FTBFS: cannot find package "github.com/docker/docker/api/types"

2018-01-26 Thread Edmund Grimley Evans
I was able to build swarmkit on arm64 after I manually installed a newer golang-github-docker-docker-dev. There's some kind of circular dependency between swarmkit and docker.io. I think someone will have to break it with a binary upload. (There was a binary upload on amd64, I notice.) According

Bug#871566: swarmkit FTBFS: cannot find package "github.com/docker/docker/api/types"

2018-01-26 Thread Edmund Grimley Evans
swarmkit should build-dep on golang-github-docker-docker-dev (>= 1.13.1~), or something like that.

Bug#912167: dpuser FTBFS on arm64: Segmentation fault

2018-10-30 Thread Edmund Grimley Evans
This may be caused by a bug in "giza". Someone please tell the giza developers. The segfault happens when _giza_parse_string tries to return. The return address on the stack was corrupted by this call to cairo_get_current_point: https://sources.debian.org/src/giza/1.0.0-1/src/lex.yy.c/#L2285 If

Bug#920835: mlucas FTBFS on !amd64: test failures

2019-01-31 Thread Edmund Grimley Evans
In 17.1-2 there's a simple omission in a script, which can be fixed with: perl -i -pe 's!DIRNAME"!DIRNAME/mlucas-generic-c"!' scripts/mlucas.in