Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Diego Biurrun
On Mon, Apr 14, 2008 at 04:38:47PM +0200, Lucas Nussbaum wrote: Don't blame gcc 4.3. It built that code fine last week. Blame dpkg (see my other mail) If gcc fails to allocate registers, it is a bug in gcc. Report it to them. Diego -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Lucas Nussbaum
Package: mplayer Version: 1.0~rc2-10 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080413 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Diego Biurrun
On Mon, Apr 14, 2008 at 12:48:56PM +0200, Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now the default on most architectures (even if it's not the case on i386

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread A Mennucc
On Mon, Apr 14, 2008 at 12:48:56PM +0200, Lucas Nussbaum wrote: Package: mplayer Version: 1.0~rc2-10 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080413 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread A Mennucc
hi Read from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402950#44 on. As you see, that piece of code worked in the past, if enough optimization was allowed. The fact that it does not work anymore is quite surprising and I would consider this a regression in gcc 4.3 anyhow I will do some

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Lucas Nussbaum
On 14/04/08 at 13:55 +0200, A Mennucc wrote: On Mon, Apr 14, 2008 at 12:48:56PM +0200, Lucas Nussbaum wrote: Package: mplayer Version: 1.0~rc2-10 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080413 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Lucas Nussbaum
On 14/04/08 at 11:58 +0200, Diego Biurrun wrote: On Mon, Apr 14, 2008 at 12:48:56PM +0200, Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now the

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Reimar Döffinger
On Mon, Apr 14, 2008 at 04:30:24PM +0200, Lucas Nussbaum wrote: On 14/04/08 at 11:58 +0200, Diego Biurrun wrote: On Mon, Apr 14, 2008 at 12:48:56PM +0200, Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread Lucas Nussbaum
On 14/04/08 at 15:06 +0200, Reimar Döffinger wrote: On Mon, Apr 14, 2008 at 04:30:24PM +0200, Lucas Nussbaum wrote: On 14/04/08 at 11:58 +0200, Diego Biurrun wrote: On Mon, Apr 14, 2008 at 12:48:56PM +0200, Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread A Mennucc
On Mon, Apr 14, 2008 at 03:06:50PM +0200, Reimar Döffinger wrote: This might be caused by the default value of CFLAGS now set by dpkg-buildpackage. No, certainly not. well, looking at the original bug report, it really says cc -g -O2 more details are in

Bug#475973: mplayer: FTBFS: cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2008-04-14 Thread A Mennucc
On Mon, Apr 14, 2008 at 04:38:47PM +0200, Lucas Nussbaum wrote: Don't blame gcc 4.3. It built that code fine last week. Blame dpkg (see my other mail) actually, I am happy to know that. Having one gcc bug that stops mplayer from transitioning from sid to lenny was already one gcc bug too many.