On Sun, Mar 02, 2014 at 12:44:41PM +0100, Filippo Rusconi wrote: > On Fri, Feb 28, 2014 at 01:23:16PM +0000, Dejan Latinovic wrote: > > > > I have attached a patch that solves this issue for me on > > mips/mipsel. > > OK, I'll put that in the git repository today and I'll have an upload > pretty soon. Thank you very much for your help.
Hello Filippo, If it's okay with you, I'll upload an NMU to fix #738137. The NMU patch is below. With Dejan's patch libpwiz builds on mips and mipsel. Cheers, Aníbal debdiff libpwiz_3.0.4624-8.dsc libpwiz_3.0.4624-8.1.dsc diff -Nru libpwiz-3.0.4624/debian/changelog libpwiz-3.0.4624/debian/changelog --- libpwiz-3.0.4624/debian/changelog 2014-02-11 14:46:15.000000000 +0000 +++ libpwiz-3.0.4624/debian/changelog 2014-03-08 03:04:40.000000000 +0000 @@ -1,3 +1,12 @@ +libpwiz (3.0.4624-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS on mips*: virtual memory exhausted" + Patch by Dejan Latinovic + Closes: #738137 + + -- Anibal Monsalve Salazar <ani...@debian.org> Sat, 08 Mar 2014 14:04:32 +1100 + libpwiz (3.0.4624-8) unstable; urgency=low * debian/rules: remove the parallel build on mips and mipsel hosts to diff -Nru libpwiz-3.0.4624/debian/rules libpwiz-3.0.4624/debian/rules --- libpwiz-3.0.4624/debian/rules 2014-02-11 14:46:15.000000000 +0000 +++ libpwiz-3.0.4624/debian/rules 2014-02-28 02:26:19.000000000 +0000 @@ -12,6 +12,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) DEBIAN_DIR = $(CURDIR)/debian BUILD_DIR = $(DEBIAN_DIR)/build @@ -70,6 +71,10 @@ CFLAGS+=$(CPPFLAGS) CXXFLAGS+=$(CPPFLAGS) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel)) + CXXFLAGS += --param ggc-min-expand=5 +endif + .PHONY: clean clean: # unpatch
signature.asc
Description: Digital signature