Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-11-04 Thread Thibaut Paumard
Dear Reinhard,

Le 03/11/2013 02:11, Reinhard Tartler a écrit :
 Hi Thibaut,
 
 can you perhaps also provide a backtrace? It seems that there are no
 public s390x porter machines where I could get that myself.
 

Unfortunately, I can't: gdb seems to be broken on s390x. Reporting bug
as we speak:

(sid_s390x-dchroot)thibaut@zelenka:~/buggy$ gdb --args yorick -i check.i
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as s390x-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/lib/yorick/bin/yorick...Reading symbols from
/usr/lib/debug/usr/lib/yorick/bin/yorick...done.
done.
(gdb) r
Starting program: /usr/bin/yorick -i check.i
Couldn't write registers: Invalid argument.
(gdb)



 Also, I wonder why s390x would require -DPIC -fPIC in compilation
 flags, but s390 would not.

Where did you get that impression? As far as I can tell, the required
flags are -fPIC -shared, on all platforms.

In the meantime, I checked that my minimal example compiles and runs
fine on wheezy s390x. I can't check sid s390 as it has been retired.

Kind regards, Thibaut.




signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#700541: handbrake 0.9.9

2013-11-04 Thread Fabian Greffrath
Dear team,

Am Sonntag, den 16.06.2013, 13:04 +0200 schrieb Daniel Phillips: 
 I can confirm that 0.9.9 does not have the problem (not yet packaged
 for Debian in official repositories)

what's the status of handbrake 0.9.9 in handbrake. I haven't had a look
at it for quite some time. Did someone else? Does it still build?

- Fabian

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2013-11-04 Thread Benoît Delcour
Package: jackd2
Version: 1.9.9.5+20130622git7de15e7a-1
Severity: important
Tags: patch upstream

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Benoit Delcour benoit.delc...@campuslille.com
To: Debian Bug Tracking System sub...@bugs.debian.org
Subject: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit
X-Debbugs-Cc: benoit.delc...@campuslille.com

Package: jackd2
Version: 1.9.9.5+20130622git7de15e7a-2
Severity: important
Tags: upstream patch

TL;DR: the Rasperry Pi Bus error strikes again.
Maybe not for the same causes, but the fix does work.

I just got myself a dual Powermac G4 out of a garbage bin,
and immediately installed debian and jackd2.
It fails with an obscure Bus error; since I also own a raspberry pi,
I first tried to patch source with the same fix, and it works.
See Usage of __attribute__((__packed__)) causes bus error on ARM:

http://trac.jackaudio.org/ticket/295

The issue seems to be related to arm;
however the bug *seems* to hit at the same time:
Jack: JackEngine::NotifyAddClient: name = system
Bus error

The Raspberry bug has been workaround in:
https://github.com/jackaudio/jack2/commit/2f7d512b419cb75cef2e27db872d641de6e7aa0d

+#if defined(__arm__)

+#undef POST_PACKED_STRUCTURE

+#define POST_PACKED_STRUCTURE

+#endif /* __arm__ */

The comment for the commit also states:
Since it's only used for mixed
32/64bit jackd installations and we're not facing such a scenario on
ARM, there's little use to worry more atm.

Modifiying source to #undef  #define it unconditionnally did the trick.
Bug report tagged as patch, but I don't know the correct flag.
I can prepare an actual patch if/when I get the __powerpc__ 32bit-only thingy


-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (980, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc-smp (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jackd2 depends on:
ii  coreutils  8.13-3.5
ii  debconf [debconf-2.0]  1.5.49
ii  libasound2 1.0.27.2-3
ii  libc6  2.17-93
ii  libdbus-1-31.6.8-1+deb7u1
ii  libexpat1  2.1.0-1
ii  libgcc11:4.7.2-5
ii  libjack-jackd2-0   1.9.9.5+20130622git7de15e7a-2
ii  libopus0   1.1~beta-3
ii  libreadline6   6.2+dfsg-0.1
ii  libsamplerate0 0.1.8-5
ii  libsndfile11.0.25-7
ii  libstdc++6 4.7.2-5
ii  multiarch-support  2.13-38
ii  python 2.7.3-4+deb7u1
ii  python-dbus1.1.1-1

Versions of packages jackd2 recommends:
ii  jackd2-firewire  1.9.9.5+20130622git7de15e7a-2
ii  libpam-modules   1.1.3-7.1
ii  qjackctl 0.3.9-2

Versions of packages jackd2 suggests:
ii  jack-tools   20101210-2
ii  meterbridge  0.9.2-11

-- debconf information:
* jackd/tweak_rt_limits: true

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (990, 'stable'), (980, 'testing'), (500, 'stable'), (450, 
'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-rt-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jackd2 depends on:
ii  coreutils  8.13-3.5
ii  debconf [debconf-2.0]  1.5.49
ii  libasound2 1.0.27.2-3
ii  libc6  2.17-93
ii  libdbus-1-31.6.16-1
ii  libexpat1  2.1.0-1
ii  libgcc11:4.7.2-5
ii  libjack-jackd2-0   1.9.9.5+20130622git7de15e7a-1
ii  libopus0   1.1~beta-3
ii  libreadline6   6.2+dfsg-0.1
ii  libsamplerate0 0.1.8-5
ii  libsndfile11.0.25-7
ii  libstdc++6 4.7.2-5
ii  multiarch-support  2.13-38
ii  python 2.7.3-4+deb7u1
ii  python-dbus1.1.1-1

Versions of packages jackd2 recommends:
ii  jackd2-firewire  1.9.9.5+20130622git7de15e7a-1
ii  libpam-modules   1.1.3-7.1
ii  qjackctl 0.3.10-2

Versions of packages jackd2 suggests:
ii  jack-tools   20101210-2
ii  meterbridge  0.9.2-11

-- debconf information:
* jackd/tweak_rt_limits: true

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: notfound 606027 in 1:0.4.11-1, notfixed 606027 in 0.4.11-1, fixed 606027 in 1:0.4.11-1 ...

2013-11-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # bts housekeeping - correcting found/fixed versions to enable automatic bug 
 archival
 # having the same version for found and fixed in a closed bug will be treated 
 as a not-fixed-bug (no archival)
 # having no fixed versions in a closed bug will be treated as an invalid-bug 
 (archivable)
 # if a bug was fixed in a different source package I will clear the found 
 versions to avoid a reassign-found-affects-fixed-close roundtrip
 # the bts does not understand fixed-in-binNMU, so i will drop fixed versions 
 like 1.2-3+b1
 notfound 606027 1:0.4.11-1
Bug #606027 {Done: Sebastian Dröge sl...@circular-chaos.org} [liborc-0.4-0] 
gcompris crashes with SIGILL when playing 'mouse-clicked' sound.
No longer marked as found in versions orc/1:0.4.11-1.
 notfixed 606027 0.4.11-1
Bug #606027 {Done: Sebastian Dröge sl...@circular-chaos.org} [liborc-0.4-0] 
gcompris crashes with SIGILL when playing 'mouse-clicked' sound.
There is no source info for the package 'liborc-0.4-0' at version '0.4.11-1' 
with architecture ''
Unable to make a source version for version '0.4.11-1'
No longer marked as fixed in versions 0.4.11-1.
 fixed 606027 1:0.4.11-1
Bug #606027 {Done: Sebastian Dröge sl...@circular-chaos.org} [liborc-0.4-0] 
gcompris crashes with SIGILL when playing 'mouse-clicked' sound.
Marked as fixed in versions orc/1:0.4.11-1.
 notfixed 606393 0.8.1.3+dfsg-1
Bug #606393 {Done: Iain Lane la...@ubuntu.com} [gnome-do] gnome-do: crashes 
on start with Unhandled Exception: System.TypeLoadException
No longer marked as fixed in versions 0.8.1.3+dfsg-1.
 notfound 606715 2.2.2-5
Bug #606715 {Done: Samuel Thibault sthiba...@debian.org} [jodconverter] 
jodconverter: produces text files with CR/LF line terminators rather than LF
No longer marked as found in versions jodconverter-cli/2.2.2-5.
 notfixed 606780 zabbix-frontend-php/1:2.0.2+dfsg-4
Bug #606780 {Done: Dmitry Smirnov only...@member.fsf.org} 
[zabbix-frontend-php] zabbix-frontend-php: package fails to upgrade properly 
from lenny
The source zabbix-frontend-php and version 1:2.0.2+dfsg-4 do not appear to 
match any binary packages
No longer marked as fixed in versions zabbix-frontend-php/1:2.0.2+dfsg-4.
 fixed 606780 1:2.0.2+dfsg-4
Bug #606780 {Done: Dmitry Smirnov only...@member.fsf.org} 
[zabbix-frontend-php] zabbix-frontend-php: package fails to upgrade properly 
from lenny
Marked as fixed in versions zabbix/1:2.0.2+dfsg-4.
 notfixed 606795 zabbix-server-mysql/1:2.0.2+dfsg-4
Bug #606795 {Done: Dmitry Smirnov only...@member.fsf.org} 
[zabbix-server-mysql] zabbix-server-mysql: package fails to upgrade properly 
from lenny
The source zabbix-server-mysql and version 1:2.0.2+dfsg-4 do not appear to 
match any binary packages
No longer marked as fixed in versions zabbix-server-mysql/1:2.0.2+dfsg-4.
 fixed 606795 1:2.0.2+dfsg-4
Bug #606795 {Done: Dmitry Smirnov only...@member.fsf.org} 
[zabbix-server-mysql] zabbix-server-mysql: package fails to upgrade properly 
from lenny
Marked as fixed in versions zabbix/1:2.0.2+dfsg-4.
 notfixed 607451 0.2.5-2
Bug #607451 {Done: Alessio Treglia ales...@debian.org} [guayadeque] 
guayadeque: Last.fm tab renders badly
No longer marked as fixed in versions 0.2.5-2.
 notfixed 607499 2.1.0-3
Bug #607499 {Done: Nobuhiro Iwamatsu iwama...@nigauri.org} [python-opencv] 
segment fault in python-opencv
No longer marked as fixed in versions 2.1.0-3.
 notfixed 607653 7.21.1-3
Bug #607653 {Done: Alessandro Ghedini al3x...@gmail.com} [libcurl3] libcurl3: 
libcurl does not honor CURLOPT_PROXYTYPE when used with multi interface
There is no source info for the package 'libcurl3' at version '7.21.1-3' with 
architecture ''
Unable to make a source version for version '7.21.1-3'
No longer marked as fixed in versions 7.21.1-3.
 fixed 607653 7.21.1-1
Bug #607653 {Done: Alessandro Ghedini al3x...@gmail.com} [libcurl3] libcurl3: 
libcurl does not honor CURLOPT_PROXYTYPE when used with multi interface
Marked as fixed in versions curl/7.21.1-1.
 fixed 607780 1.4.7-1
Bug #607780 {Done: Ludovic Rousseau rouss...@debian.org} [ccid] ccid: buffer 
overflow
There is no source info for the package 'ccid' at version '1.4.7-1' with 
architecture ''
Unable to make a source version for version '1.4.7-1'
Marked as fixed in versions 1.4.7-1.
 notfixed 609132 0.7.1-2
Bug #609132 {Done: Dean Evans d...@codemonkies.net} [pokerth] [pokerth] Can't 
join Internet games
No longer marked as fixed in versions pokerth/0.7.1-2.
 notfixed 609326 490-1
Bug #609326 {Done: Eugene V. Lyubimkin jac...@debian.org} [unetbootin] 
unetbootin: No init found. Try passing init= bootarg.
No longer marked as fixed in versions 490-1.
 notfixed 609635 5.05
Bug #609635 {Done: Daniel Baumann daniel.baum...@progress-technologies.net} 
[file] buggy magic: Created with GIMP\377 comments
There is no source info for the package 'file' at version '5.05' with 
architecture ''
Unable to make a source version for version '5.05'
No longer marked as fixed in versions 

Bug#728202: cmus: m4a playback is broken

2013-11-04 Thread Thomas
Package: cmus
Version: 2.5.0-4
Followup-For: Bug #728202

Hi!

I did yesterday a 'aptitude safe-upgrade'.
That included cmus. It was updated from 2.5.0-2 to 2.5.0-4
and since then I have the same problem.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.10-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmus depends on:
ii  libao4  1.1.0-2
ii  libasound2  1.0.27.2-3
ii  libc6   2.17-93
ii  libcddb21.3.2-3
ii  libcdio-cdda1   0.83-4
ii  libcdio13   0.83-4
ii  libfaad22.7-8
ii  libflac81.3.0-2
ii  libmad0 0.15.1b-8
ii  libmodplug1 1:0.8.8.4-4
ii  libmpcdec6  2:0.1~r459-4
ii  libncursesw55.9+20130608-1
ii  libtinfo5   5.9+20130608-1
ii  libvorbisfile3  1.3.2-1.3
ii  libwavpack1 4.60.1-3

Versions of packages cmus recommends:
ii  cmus-plugin-ffmpeg  2.5.0-4
ii  libpulse0   4.0-6+b1

cmus suggests no packages.

-- no debconf information

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: openni_1.5.4.0-6_amd64.changes ACCEPTED into unstable, unstable

2013-11-04 Thread Jochen Sprickerhof
* Hans-Christoph Steiner h...@eds.org [2013-11-04 14:20]:
 Looks good.  Next step is tagging a release there, so there is an upstream
 tarball to build the package from.

I've just pushed Stable-5.1.0.41-pointclouds-1, can you import it?
Otherwise I can do it tomorrow.

 Here's your git repo:
 
 http://anonscm.debian.org/gitweb/?p=pkg-multimedia/openni-sensor-pointclouds.git;a=summary

Great, thx.

Cheers Jochen

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: openni_1.5.4.0-6_amd64.changes ACCEPTED into unstable, unstable

2013-11-04 Thread Hans-Christoph Steiner
On 11/04/2013 02:32 PM, Jochen Sprickerhof wrote:
 * Hans-Christoph Steiner h...@eds.org [2013-11-04 14:20]:
 Looks good.  Next step is tagging a release there, so there is an upstream
 tarball to build the package from.
 I've just pushed Stable-5.1.0.41-pointclouds-1, can you import it?
 Otherwise I can do it tomorrow.

Having a dash in the upstream version number will make it tricky since the
package version comes after a dash.  Also, I think its good to have as simple
tag names as possible.  Since PrimeSense has long ones, this repo could use
very short ones like  '5.1.0.41'  Or even '5.1.0.41.1' if you want to throw in
a pointcloud-specific version.

.hc


 Here's your git repo:

 http://anonscm.debian.org/gitweb/?p=pkg-multimedia/openni-sensor-pointclouds.git;a=summary
 Great, thx.

 Cheers Jochen


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#721375: marked as done (Dies with SIGSEGV)

2013-11-04 Thread Debian Bug Tracking System
Your message dated Mon, 4 Nov 2013 23:15:56 -0500
with message-id 
caj0cceysa3quzv-x9ae9gpbqob6kl1cud7qknt_lan23nbj...@mail.gmail.com
and subject line Re: Bug#721375: Dies with SIGSEGV
has caused the Debian Bug report #721375,
regarding Dies with SIGSEGV
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
721375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mplayer2
Version: 2.0-701-gd4c5b7f-2
Severity: important

Moin!

  mplayer2 segfaults here:

Christoph

gdb --args mplayer foo-1080p.mkv 
GNU gdb (GDB) 7.6 (Debian 7.6-5)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-kfreebsd-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/mplayer...Reading symbols from 
/usr/lib/debug/usr/bin/mplayer...done.
done.
(gdb) run
Starting program: /usr/bin/mplayer foo-1080p.mkv
MPlayer2 2.0-701-gd4c5b7f-2 (C) 2000-2012 MPlayer Team
Cannot open file '/home/christoph/.mplayer/input.conf': No such file or 
directory
Failed to open /home/christoph/.mplayer/input.conf.

Playing foo-1080p.mkv.
[mkv] SeekHead position beyond end of file - incomplete file?
[mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
[mkv] Track ID 2: audio (A_DTS), -aid 0, -alang ger
[mkv] Track ID 3: audio (A_DTS), -aid 1, -alang eng
[mkv] Will play video track 1.
Detected file format: Matroska
Load subtitles in .
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object 
file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
[ass] auto-open
Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [libavcodec]
Selected audio codec: DCA (DTS Coherent Acoustics) [libavcodec]
AUDIO: 48000 Hz, 2 ch, floatle, 1536.0 kbit/50.00% (ratio: 192000-384000)
AO: [pulse] Init failed: Connection refused
Failed to initialize audio driver 'pulse'
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VIDEO:  1920x816  23.976 fps0.0 kbps ( 0.0 kB/s)
VO: [xv] 1920x816 = 1920x816 Planar YV12 
X11 error: BadAccess (attempt to access private resource denied)

Program received signal SIGSEGV, Segmentation fault.
memset () at ../sysdeps/x86_64/memset.S:563
563 ../sysdeps/x86_64/memset.S: No such file or directory.
(gdb) bt full
#0  memset () at ../sysdeps/x86_64/memset.S:563
No locals.
#1  0x00464392 in memset (__len=optimized out, __ch=128, 
__dest=optimized out)
at /usr/include/x86_64-kfreebsd-gnu/bits/string3.h:84
No locals.
#2  allocate_xvimage (vo=0xc442c0, vo=0xc442c0, foo=0) at libvo/vo_xv.c:343
ctx = 0xc791f0
x11 = 0xc50680
#3  config (vo=0xc442c0, width=optimized out, height=optimized out, 
d_width=optimized out, 
d_height=optimized out, flags=optimized out, format=842094169) at 
libvo/vo_xv.c:289
x11 = optimized out
vinfo = {visual = 0xc64f00, visualid = 33, screen = 0, depth = 24, 
class = 4, red_mask = 16711680, 
  green_mask = 65280, blue_mask = 255, colormap_size = 256, 
bits_per_rgb = 8}
xswa = {background_pixmap = 140737488337132, background_pixel = 816, 
border_pixmap = 5820608, 
  border_pixel = 0, bit_gravity = 3159809, win_gravity = 2, 
backing_store = 24, 
  backing_planes = 140737488337056, backing_pixel = 140737488336864, 
save_under = 12862144, 
  event_mask = 9015536, do_not_propagate_mask = 13079024, 
override_redirect = 1920, colormap = 816, 
  cursor = 1920}
attribs = {x = 0, y = 0, width = 1366, height = 768, border_width = 0, 
depth = 24, 
  visual = 0xc64f00, root = 150, class = 1, bit_gravity = 1, 
win_gravity = 1, backing_store = 0, 
  backing_planes = 4294967295, backing_pixel = 0, save_under = 0, 
colormap = 32, map_installed = 1, 
  map_state = 2, all_event_masks = 5898292, your_event_mask = 0, 
do_not_propagate_mask = 0, 
  override_redirect = 0, screen = 0xc58ae0}
xswamask = optimized out
depth = optimized out
ctx = 0xc791f0
i = 0
#4  0x00440e52 in vo_config (vo=0xc442c0, width=width@entry=1920, 
height=height@entry=816, 
d_width=d_width@entry=1920, d_height=d_height@entry=816, 
flags=flags@entry=0, 
format=format@entry=842094169) at libvo/video_out.c:426