[Touch-packages] [Bug 1626220] Re: please remove openjpeg

2016-11-06 Thread Andreas Cadhalpun
ffmpeg was synced from Debian, so it uses openjpeg2 now also in Ubuntu.

** Changed in: ffmpeg (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openjpeg in Ubuntu.
https://bugs.launchpad.net/bugs/1626220

Title:
  please remove openjpeg

Status in calligra package in Ubuntu:
  New
Status in ffmpeg package in Ubuntu:
  Fix Released
Status in kimageformats package in Ubuntu:
  New
Status in openjpeg package in Ubuntu:
  New

Bug description:
  It looks like openjpeg packages openjpeg 1.5.2, while openjpeg2
  packages openjpeg 2.1.1. I don't think we want both packaged. It looks
  like Debian has removed openjpeg from testing and unstable.

  Thanks

  $ reverse-depends -b src:openjpeg
  Reverse-Build-Depends
  =
  * calligra  (for libopenjpeg-dev)
  * ffmpeg(for libopenjpeg-dev)
  * kimageformats (for libopenjpeg-dev)

  $ reverse-depends src:openjpeg
  Reverse-Depends
  ===
  * krita (for libopenjpeg5)
  * libavcodec-extra57(for libopenjpeg5)
  * libavcodec57  (for libopenjpeg5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calligra/+bug/1626220/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1513985] Re: ffmpeg test idct8x8 (SIMPLE-ARM) fails on ARM32 when built with binutils from the trunk

2015-11-10 Thread Andreas Cadhalpun
A small clarification: the SIMPLE-ARM implementation can also be
selected at runtime, e.g. with the '-idct simplearm' option. That's
mainly useful for debugging purposes, though.

Regarding the binutils bug:
Attached testcase test.S doesn't require compiling ffmpeg, but simply:
$ gcc -g -c -o test.o test.S

Analyzing the difference of 'objdump -d test.o' between variants built
with working and broken binutils show that the working binutils always
always uses 'ldr.w' for ldr, while the broken version sometimes
optimizes this to 'movw', which is a correct alternative, but one time
to 'movt', which only sets half of the register.

** Attachment added: "testcase"
   
https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/1513985/+attachment/4516473/+files/test.S

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1513985

Title:
  ffmpeg test idct8x8 (SIMPLE-ARM) fails on ARM32 when built with
  binutils from the trunk

Status in binutils:
  Unknown
Status in binutils package in Ubuntu:
  Confirmed
Status in ffmpeg package in Ubuntu:
  Fix Released

Bug description:
  ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils
  from the trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/1513985/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1513985] Re: ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-07 Thread Andreas Cadhalpun
Debugging the failing command 'libavcodec/dct-test -i' with gdb shows
that this is clearly a binutils bug.

* Working with binutils 2.25.1-6ubuntu1:
Breakpoint 1, __end_a_evaluation () at libavcodec/arm/simple_idct_arm.S:239
239 ldr r10, =MASK_MSHW  @ R10=0x
(gdb) disas
Dump of assembler code for function __end_a_evaluation:
   0x00012c08 <+0>: add.w   r8, r6, r0
   0x00012c0c <+4>: add.w   r9, r2, r1
=> 0x00012c10 <+8>: ldr.w   r10, [pc, #540] ; 0x12e30 
<__end_bef_a_evaluation+44>
   0x00012c14 <+12>:and.w   r9, r10, r9, lsl #5
   0x00012c18 <+16>:mvn.w   r11, r10
   0x00012c1c <+20>:and.w   r8, r11, r8, asr #11
   0x00012c20 <+24>:orr.w   r8, r8, r9
   0x00012c24 <+28>:str.w   r8, [lr]
   0x00012c28 <+32>:add.w   r8, r3, r5
   0x00012c2c <+36>:add.w   r9, r4, r7
   0x00012c30 <+40>:and.w   r9, r10, r9, lsl #5
   0x00012c34 <+44>:and.w   r8, r11, r8, asr #11
   0x00012c38 <+48>:orr.w   r8, r8, r9
   0x00012c3c <+52>:str.w   r8, [lr, #4]
   0x00012c40 <+56>:sub.w   r8, r4, r7
   0x00012c44 <+60>:sub.w   r9, r3, r5
   0x00012c48 <+64>:and.w   r9, r10, r9, lsl #5
   0x00012c4c <+68>:and.w   r8, r11, r8, asr #11
   0x00012c50 <+72>:orr.w   r8, r8, r9
   0x00012c54 <+76>:str.w   r8, [lr, #8]
   0x00012c58 <+80>:sub.w   r8, r2, r1
   0x00012c5c <+84>:sub.w   r9, r6, r0
   0x00012c60 <+88>:and.w   r9, r10, r9, lsl #5
   0x00012c64 <+92>:and.w   r8, r11, r8, asr #11
   0x00012c68 <+96>:orr.w   r8, r8, r9
   0x00012c6c <+100>:   str.w   r8, [lr, #12]
   0x00012c70 <+104>:   b.n 0x12c92 <__end_row_loop>
End of assembler dump.
(gdb) info registers r10
r100x22a3   8867
(gdb) n
240 and r9, r10, r9, lsl #ROW_SHIFT2MSHW @ R9=0x & 
((a1+b1)<<5)
(gdb) info registers r10
r100x   -65536

This correctly sets the r10 register to 0x.

 * Broken with bintuils 2.25.51.20151028-0ubuntu1:
Breakpoint 1, __end_a_evaluation () at libavcodec/arm/simple_idct_arm.S:239
239 ldr r10, =MASK_MSHW  @ R10=0x
(gdb) disas
Dump of assembler code for function __end_a_evaluation:
   0x00012c08 <+0>: add.w   r8, r6, r0
   0x00012c0c <+4>: add.w   r9, r2, r1
=> 0x00012c10 <+8>: movtr10, #65535 ; 0x
   0x00012c14 <+12>:and.w   r9, r10, r9, lsl #5
   0x00012c18 <+16>:mvn.w   r11, r10
   0x00012c1c <+20>:and.w   r8, r11, r8, asr #11
   0x00012c20 <+24>:orr.w   r8, r8, r9
   0x00012c24 <+28>:str.w   r8, [lr]
   0x00012c28 <+32>:add.w   r8, r3, r5
   0x00012c2c <+36>:add.w   r9, r4, r7
   0x00012c30 <+40>:and.w   r9, r10, r9, lsl #5
   0x00012c34 <+44>:and.w   r8, r11, r8, asr #11
   0x00012c38 <+48>:orr.w   r8, r8, r9
   0x00012c3c <+52>:str.w   r8, [lr, #4]
   0x00012c40 <+56>:sub.w   r8, r4, r7
   0x00012c44 <+60>:sub.w   r9, r3, r5
   0x00012c48 <+64>:and.w   r9, r10, r9, lsl #5
   0x00012c4c <+68>:and.w   r8, r11, r8, asr #11
   0x00012c50 <+72>:orr.w   r8, r8, r9
   0x00012c54 <+76>:str.w   r8, [lr, #8]
   0x00012c58 <+80>:sub.w   r8, r2, r1
   0x00012c5c <+84>:sub.w   r9, r6, r0
   0x00012c60 <+88>:and.w   r9, r10, r9, lsl #5
   0x00012c64 <+92>:and.w   r8, r11, r8, asr #11
   0x00012c68 <+96>:orr.w   r8, r8, r9
   0x00012c6c <+100>:   str.w   r8, [lr, #12]
   0x00012c70 <+104>:   b.n 0x12c92 <__end_row_loop>
End of assembler dump.
(gdb) info registers r10
r100x22a3   8867
(gdb) n
240 and r9, r10, r9, lsl #ROW_SHIFT2MSHW @ R9=0x & 
((a1+b1)<<5)
(gdb) info registers r10
r100x22a3   -56669

This only sets the upper half of r10, leaving the lower half untouched.

** Changed in: binutils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1513985

Title:
  ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils
  from the trunk

Status in binutils:
  Unknown
Status in binutils package in Ubuntu:
  Confirmed
Status in ffmpeg package in Ubuntu:
  New

Bug description:
  ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils
  from the trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/1513985/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp