Bug#420552: ARM: apt-get source: ../sysdeps/unix/sysv/linux/check_pf.c:68: make_request: Assertion...

2007-04-27 Thread Lennert Buytenhek
On Mon, Apr 23, 2007 at 09:37:22AM +0200, Martin Michlmayr wrote: > After upgrading my ARM sid chroot to current sid, I get the following > when running apt-get source. Is this a bug in apt or libc6? > > (sid)[EMAIL PROTECTED]:~/src$ apt-get source texlive-bin > Reading package lists... Done > B

Bug#343612: libgc: FTBFS on arm platforms

2005-12-16 Thread Lennert Buytenhek
Package: libgc Severity: serious Tags: patch Justification: no longer builds from source libgc 6.6 FTBFS on arm platforms using any current gcc/binutils combo, bailing out with an error of the following type: Error: Rn must not overlap other operands -- `swp r3,r5,[r3]' The ARM 'swp Rd,

Bug#333980: [mips/mipsel] FTBFS caused by -Werror

2005-10-29 Thread Lennert Buytenhek
Patch looks okay to me, as it enables -Wno-error only for the single file that fails to build with -Werror, itbl-lex.c, and there's already a number of -Werror exemptions in the binutils tree for files generated by bison/yacc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Bug#323512: Tested patch

2005-10-28 Thread Lennert Buytenhek
On Thu, Oct 27, 2005 at 02:25:58PM +0200, Lennert Buytenhek wrote: > > I incorporated Lennert's suggestion and created a patch that fixes the > > problem on at least i386. > > It seems like you've missed two more places in debian/rules2: > >

Bug#336057: gcc-2.95: FTBFS [arm] gcc/config/arm/arm.c:556: error: invalid lvalue in assignment

2005-10-27 Thread Lennert Buytenhek
Package: gcc-2.95 Severity: serious Tags: patch Justification: no longer builds from source Now that gcc 4.0 is the default system compiler, gcc-2.95 ftbfs on arm due to an 'invalid lvalue in assignment'. The attached patch fixes this issue. -- System Information: Debian Release: testing/unstab

Bug#323512: Tested patch

2005-10-27 Thread Lennert Buytenhek
On Thu, Oct 13, 2005 at 07:55:53AM -0700, Matt Kraai wrote: > I incorporated Lennert's suggestion and created a patch that fixes the > problem on at least i386. It seems like you've missed two more places in debian/rules2: ifeq ($(DEB_HOST_GNU_SYSTEM),linux) ifeq ($(DEB_HOST_GNU_

Bug#333510: [FTBFS] perl fails on arm with -O2

2005-10-21 Thread Lennert Buytenhek
Please also enable the workaround for the armeb (big-endian ARM) arch. The original patch from Riku checked for arm*, which does include armeb, but the patch that went in checks for arm-*. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#323512: FTBFS: Unable to find libstdc++.a.2.10.0

2005-10-12 Thread Lennert Buytenhek
> Thanks for investigating this. In that case, the following, untested > patch should fix this problem. That's exactly the patch I've been testing with, but it doesn't quite solve the issue: it seems that you also need to patch all occurences of arm-linux (to arm-linux-gnu), i386-linux (to i386-l

Bug#323512: FTBFS: Unable to find libstdc++.a.2.10.0

2005-10-11 Thread Lennert Buytenhek
debian/rules.defs: DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) debian/rules2: ifeq ($(DEB_HOST_GNU_SYSTEM),linux) lib_arlib = libstdc++-$(LIBSTDCXX_IF)$(LIBC_IF)$(CXX_IF)-$(lib_version).a lib_marlink = libstdc++$(LIBC_IF)$(CXX