Bug#728810: debootstrap: --arch option is broken

2013-11-06 Thread Mislav Blazevic
On Tue, Nov 5, 2013 at 8:19 PM, Cyril Brulebois k...@debian.org wrote:

 Mislav Blazevic krofnica...@gmail.com (2013-11-05):
  I tried to install i386 Debian system with following command:
  debootstrap --arch i386 jessie .
  After installation finished I chrooted into it and noticed that it
  actually installed amd64 Debian.  (after chroot .) uname -m outputs
  x86_64 which is not expected behaviour.

 You most likely want to enable the linux32 personality. Can be done by
 entering the chroot with:
   (sudo) linux32 chroot $foo

 See also setarch(8).

 If that's the only issue you had, it looks like a non-issue to me?

 Mraw,
 KiBi.


Looks like this is non-issue. I apologize for my ignorance.


Bug#728810: debootstrap: --arch option is broken

2013-11-05 Thread Mislav Blazevic
Package: debootstrap
Version: 1.0.55
Severity: important

Dear Maintainer,

I tried to install i386 Debian system with following command:
debootstrap --arch i386 jessie .
After installation finished I chrooted into it and noticed that it actually 
installed amd64 Debian.
(after chroot .) uname -m outputs x86_64 which is not expected behaviour.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-3-amd64 (SMP w/2 CPU cores)
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 debootstrap depends on:
ii  wget  1.14-4

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.15-1

debootstrap suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#709380:

2013-05-27 Thread Mislav Blazevic
Since 3.8.2-1 I can no longer reproduce this bug.


Bug#709380:

2013-05-22 Thread Mislav Blazevic
Here is a better backtrace ( with debug symbols ):
Also, it seems to be same as:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/1048265

(glchess:9962): GLib-GIO-CRITICAL **: g_application_list_actions: assertion
`application-priv-is_registered' failed

Program received signal SIGSEGV, Segmentation fault.
g_action_muxer_insert (muxer=0x7c3500, prefix=0x77a35475 app,
action_group=0x67a080)
at
/build/buildd-gtk+3.0_3.8.0-1-amd64-grmSSt/gtk+3.0-3.8.0/./gtk/gactionmuxer.c:645
645
/build/buildd-gtk+3.0_3.8.0-1-amd64-grmSSt/gtk+3.0-3.8.0/./gtk/gactionmuxer.c:
No such file or directory.
(gdb) bt
#0  g_action_muxer_insert (muxer=0x7c3500, prefix=0x77a35475 app,
action_group=0x67a080)
at
/build/buildd-gtk+3.0_3.8.0-1-amd64-grmSSt/gtk+3.0-3.8.0/./gtk/gactionmuxer.c:645
#1  0x779e2024 in gtk_window_set_application (window=0x83c060,
application=0x67a080)
at
/build/buildd-gtk+3.0_3.8.0-1-amd64-grmSSt/gtk+3.0-3.8.0/./gtk/gtkwindow.c:2781
#2  0x777b025c in gtk_application_window_added
(application=0x67a080,
window=0x83c060)
at
/build/buildd-gtk+3.0_3.8.0-1-amd64-grmSSt/gtk+3.0-3.8.0/./gtk/gtkapplication.c:511
#3  0x75fd5a94 in g_cclosure_marshal_VOID__OBJECTv ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x75fd28e7 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x75feb2b6 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6  0x75febf82 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x00415599 in application_construct ()
#8  0x00418d5d in gl_chess_main ()
#9  0x7516ba55 in __libc_start_main (main=0x40f5c0 main, argc=1,
---Type return to continue, or q return to quit---
ubp_av=0x7fffe3f8, init=optimized out, fini=optimized out,
rtld_fini=optimized out, stack_end=0x7fffe3e8) at libc-start.c:260
#10 0x0040f609 in _start ()
(gdb)


Bug#705929: [pkg-wine-party] Bug#705929: /usr/bin/wine32: Wine breaks audio and (some) video playback

2013-04-23 Thread Mislav Blazevic
I am using pulseaudio.

$ ps x | grep pulseaudio
 4404 ?Sl0:19 /usr/bin/pulseaudio --start --log-target=syslog

Isn't it default?

Regards,
Mislav

On Tue, Apr 23, 2013 at 1:56 AM, Michael Gilbert mgilb...@debian.orgwrote:

 control: severity -1 minor

  Package: wine-bin
  Version: 1.4.1-4
  Severity: important
  File: /usr/bin/wine32
 
  Dear Maintainer,
  Running World of Warcraft in wine has some nasty side effects:
  - No audio in vlc media player while totem is unable to playback video
 as well
  - Gnash (+html5) video streaming cannot be started/unpaused
 
  Notes:
  There is sound in WoW.
  Closing WoW causes gnash to start video playback.
  (gnash): Videos started before WoW work fine.
  (vlc): Videos (audio) started before WoW break.

 i assume you're using alsa, which is notorious for not playing well
 with multiple sound applications.  I've had a lot of success using
 pulseaudio instead.  So, can you give that a shot?

 Best wishes,
 Mike



Bug#705929: Additional information

2013-04-22 Thread Mislav Blazevic
There is also one more audio issue which may be related: Audio of resumed
video in gnash will have really high volume so i must put it near mute on
scale to get rid of static-like noise effect.


Bug#705156: gparted: Crashes while scanning if flash drive is plugged

2013-04-10 Thread Mislav Blazevic
Package: gparted
Version: 0.12.1-2+b1
Severity: important

Dear Maintainer,

Some flash drives can crash gparted on startup.
Here is backtrace:

root@debian:/home/krofna# gparted
==
libparted : 2.3
==
Backtrace has 15 calls on stack:
  15: /lib/x86_64-linux-gnu/libparted.so.0(ped_assert+0x2e) [0x7f2873b8f2ee]
  14: /lib/x86_64-linux-gnu/libparted.so.0(+0x3e02e) [0x7f2873bb902e]
  13: /lib/x86_64-linux-gnu/libparted.so.0(+0x3e43e) [0x7f2873bb943e]
  12: /lib/x86_64-linux-gnu/libparted.so.0(+0x40c73) [0x7f2873bbbc73]
  11: /lib/x86_64-linux-gnu/libparted.so.0(ped_disk_add_partition+0x163)
[0x7f2873b95053]
  10: /lib/x86_64-linux-gnu/libparted.so.0(+0x3f72b) [0x7f2873bba72b]
  9: /lib/x86_64-linux-gnu/libparted.so.0(+0x407c3) [0x7f2873bbb7c3]
  8: /lib/x86_64-linux-gnu/libparted.so.0(ped_disk_new+0x58) [0x7f2873b954f8]
  7: /usr/sbin/gpartedbin() [0x473c64]
  6: /usr/sbin/gpartedbin() [0x47deb3]
  5: /usr/sbin/gpartedbin() [0x4adb57]
  4: /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1(+0x4614d) [0x7f28725c514d]
  3: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x6cf45) [0x7f2871bebf45]
  2: /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50) [0x7f2870fc5b50]
  1: /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f2870d0fa7d]
Assertion (head_size = 63) at ../../../libparted/labels/dos.c:662 in function
probe_partition_for_geom() failed.



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gparted depends on:
ii  libatkmm-1.6-1  2.22.6-1
ii  libc6   2.13-38
ii  libgcc1 1:4.7.2-5
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libglibmm-2.4-1c2a  2.32.1-1
ii  libgtk2.0-0 2.24.10-2
ii  libgtkmm-2.4-1c2a   1:2.24.2-1
ii  libpangomm-1.4-12.28.4-1
ii  libparted0debian1   2.3-12
ii  libsigc++-2.0-0c2a  2.2.10-0.2
ii  libstdc++6  4.7.2-5
ii  libuuid12.20.1-5.3

gparted recommends no packages.

Versions of packages gparted suggests:
pn  dmraid none
ii  dmsetup2:1.02.74-7
ii  dosfstools 3.0.13-1
pn  gpart  none
pn  jfsutils   none
pn  kpartx none
pn  ntfsprogs  none
pn  reiser4progs   none
pn  reiserfsprogs  none
pn  xfsprogs   none
ii  yelp   3.4.2-1+b1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org