[Bug 945353] Re: pypy version 1.8+dfsg-2 failed to build on armhf

2013-05-10 Thread Stefano Rivera
PyPy built on armhf in raring. ** Changed in: pypy (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/945353 Title: pypy version 1.8+dfsg-2 failed to

[Bug 945353] Re: pypy version 1.8+dfsg-2 failed to build on armhf

2012-06-25 Thread Stefano Rivera
I disabled the memory check for 1.9, and it built on armel, but for some reason timed out on armhf. The buildd hardware is apparently identical, so not entirely sure why it worked on one and not the other. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 945353] Re: pypy version 1.8+dfsg-2 failed to build on armhf

2012-03-09 Thread Marcin Juszkiewicz
override_dh_auto_configure: set -e; \ mem=$(shell sed -rne 's/^MemTotal: *([0-9]+) kB$$/\1/p' /proc/meminfo); \ dpkg-architecture -qDEB_BUILD_ARCH | grep -q s390 \ mem=$$(($$mem + $(shell sed -rne 's/^SwapTotal: *([0-9]+) kB$$/\1/p' /proc/meminfo))) ||

[Bug 945353] Re: pypy version 1.8+dfsg-2 failed to build on armhf

2012-03-09 Thread Marcin Juszkiewicz
After disabling check it failed to build on my Pandaboard with 512MB of swap: [translation] translate.py configuration: [translation] [translate] [translation] batch = True [translation] [goal_options] [translation] source = True [translation] opt = 3 [translation]

[Bug 945353] Re: pypy version 1.8+dfsg-2 failed to build on armhf

2012-03-02 Thread Ricardo Salveti
Interesting that this is failing even before trying to build the package at Launchpad's builders. Need to check if it's counting swap, and if not, would probably make sense to improve the checking a bit to allow it at least to try to build it. -- You received this bug notification because you