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 bu
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 sub
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] targetsp
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))) || t
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 are