The fix for this was wrong; package now fails to build with this error on armel:
debian/rules:1270: *** Recursive variable `CONFIGURE_FLAGS' references itself (eventually). Stop. http://launchpadlibrarian.net/65277930/buildlog_ubuntu-natty- armel.libreoffice_1%3A3.3.1-1ubuntu4_FAILEDTOBUILD.txt.gz Instead of setting the arg and then filtering it (with the wrong type of makefile assignment), a better fix would be: # ARM target ifeq "$(ARCH)" "armel" ifeq "$(DIST)" "Ubuntu" CONFIGURE_FLAGS += --with-arm-target=7 else CONFIGURE_FLAGS += --with-arm-target=4 endif endif ifeq "$(ARCH)" "armhf" CONFIGURE_FLAGS += --with-arm-target=7 endif But if bug #726529 is progressing, maybe this will all be obsolete soon anyway? Regardless, the package still fails to build right now, so reopening this bug. ** Changed in: libreoffice (Ubuntu) Status: Fix Released => Triaged ** Changed in: libreoffice (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/725763 Title: FTBFS on armel, built for ARMv4, should be ARMv7 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs