[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-28 Thread Christophe Van Reusel
I finally succeeded in comiple it. Just unpacked the latest source from
2 weeks old. And applied the debian patches then 1 by one . Neeed to
even change the first three patch file to correct folder. 4 5 6 where
ok.

Then it compiled and installed perfect. But no change  Here the
backtrace gdb from failed start alsmixer.

Script is gestart op vr 28 okt 2011 10:48:08 CEST
~$ gdb gnome-alsamixer

GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08

Copyright (C) 2011 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-linux-gnu.

For bug reporting instructions, please see:

http://bugs.launchpad.net/gdb-linaro/...

Reading symbols from /usr/bin/gnome-alsamixer...done.

(gdb) run

Starting program: /usr/bin/gnome-alsamixer

[Thread debugging using libthread_db enabled]

warning: the debug information found in
/usr/lib/debug//usr/lib/libxml2.so.2.7.8 does not match
/usr/lib/libxml2.so.2 (CRC mismatch).


warning: the debug information found in
/usr/lib/debug/usr/lib/libxml2.so.2.7.8 does not match
/usr/lib/libxml2.so.2 (CRC mismatch).



(gnome-alsamixer:1975): GLib-GObject-WARNING **: invalid (NULL) pointer
instance


(gnome-alsamixer:1975): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed


(gnome-alsamixer:1975): Gtk-CRITICAL **:
IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon:
assertion `GTK_IS_ICON_THEME (icon_theme)' failed


(gnome-alsamixer:1975): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NULL' failed


(gnome-alsamixer:1975): GLib-CRITICAL **: g_hash_table_insert_internal:
assertion `hash_table != NULL' failed


(gnome-alsamixer:1975): Gtk-CRITICAL **:
IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon:
assertion `GTK_IS_ICON_THEME (icon_theme)' failed


(gnome-alsamixer:1975): Gtk-CRITICAL **:
IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon:
assertion `GTK_IS_ICON_THEME (icon_theme)' failed


(gnome-alsamixer:1975): Gtk-CRITICAL **:
IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Gtk-CRITICAL **: IA__gtk_icon_theme_has_icon:
assertion `GTK_IS_ICON_THEME (icon_theme)' failed


(gnome-alsamixer:1975): Gtk-CRITICAL **:
IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Gtk-CRITICAL **:
IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): GLib-GObject-CRITICAL **: g_object_get:
assertion `G_IS_OBJECT (object)' failed


(gnome-alsamixer:1975): Gdk-CRITICAL **:
IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Pango-CRITICAL **:
pango_context_set_font_description: assertion `context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_context_set_base_dir:
assertion `context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_context_set_language:
assertion `context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_layout_new: assertion
`context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_layout_set_text:
assertion `layout != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **:
pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)'
failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_layout_set_text:
assertion `layout != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **:
pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)'
failed


(gnome-alsamixer:1975): GLib-GObject-CRITICAL **: g_object_unref:
assertion `G_IS_OBJECT (object)' failed


(gnome-alsamixer:1975): Gdk-CRITICAL **:
IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed


(gnome-alsamixer:1975): Pango-CRITICAL **:
pango_context_set_font_description: assertion `context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_context_set_base_dir:
assertion `context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_context_set_language:
assertion `context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_layout_new: assertion
`context != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_layout_set_text:
assertion `layout != NULL' failed


(gnome-alsamixer:1975): Pango-CRITICAL **:
pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)'
failed


(gnome-alsamixer:1975): Pango-CRITICAL **: pango_layout_set_text:

[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-28 Thread Christophe Van Reusel
I found out this bug is same as

https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/849415

There is work on it.

The recent update one hour ago posted by Julien Lavergne(gilir). Does
solve this problem

I think this bug maybe marked as solved.

Just follow instriction from Julien Lavergne in link mentioned above


** Changed in: gnome-alsamixer (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-28 Thread Julien Lavergne
*** This bug is a duplicate of bug 849415 ***
https://bugs.launchpad.net/bugs/849415

** This bug has been marked a duplicate of bug 849415
   gnome-alsamixer crashed with SIGSEGV in gtk_accel_group_connect_by_path()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-27 Thread Christophe Van Reusel
** Attachment added: gnomealsa.txt
   
https://bugs.launchpad.net/bugs/882488/+attachment/2575092/+files/gnomealsa.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-alsamixer (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-27 Thread Christophe Van Reusel
Also extra . I tried to install the gnome-alsamixer from ubuntu onereic
source package.

It does not compile.

I used dpkg-source -x .dsc to upack the package.

The rest of process can be seen from attachement


** Attachment added: gnome-alsamixercompile.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+attachment/2575846/+files/gnome-alsamixercompile.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-27 Thread Christophe Van Reusel
I did not show wel trough the previous txt so I put the output here

/usr/local/src/gnome-alsamixer-0.9.7~cvs.20060916.ds.1$ ./configure 
--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --localstatedir=/var 
--docdir=/usr/share/ 
doc --datadir=/usr/share --mandir=/usr/share/man --includedir=/usr/include
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for rint... no
checking what warning flags to pass to the C compiler... -Wall 
-Wmissing-prototypes
checking what language compliance flags to pass to the C compiler... 
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DBUS_GTK... yes
checking for PACKAGE... yes
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema 
installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  az ca cs de dz el en_CA en_GB es eu 
fi fr gl hr hu ja mn mk nb ne nl pa pt pt_BR sk sq sr sr@Latn sv th uk vi zh_CN 
zh_TW
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnome-alsamixer.spec
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
]0;christophe@stefan3l: 
/usr/local/src/gnome-alsamixer-0.9.7~cvs.20060916.ds.1christophe@stefan3l:/usr/local/src/gnome-alsamixer-0.9.7~cvs.20060916.ds.1$
 make
make  all-recursive
make[1]: Map '/usr/local/src/gnome-alsamixer-0.9.7~cvs.20060916.ds.1' wordt 
binnengegaan
Making all in po
make[2]: Map '/usr/local/src/gnome-alsamixer-0.9.7~cvs.20060916.ds.1/po' wordt 
binnengegaan
file=./`echo az | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file az.po
file=./`echo ca | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file ca.po
file=./`echo cs | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file cs.po
file=./`echo de | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file de.po
file=./`echo dz | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file dz.po
file=./`echo el | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file el.po
file=./`echo en_CA | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt -c -o $file en_CA.po
file=./`echo en_GB | sed 's,.*/,,'`.gmo \
   rm -f $file  /usr/bin/msgfmt 

[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-27 Thread Christophe Van Reusel
Here the dbg run backtrace and output. 
I took with script -af from console.

Think there might be ussefull info in that debug


** Attachment added: gnome_alsamixer_gdb.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+attachment/2575733/+files/gnome_alsamixer_gdb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882488] Re: Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

2011-10-27 Thread Christophe Van Reusel
Hello Request for extra info. With the source there seems to be a very
big isue.

First the key always reported not found, But the key is imported by me.
I tried to use

dpkg-source -x as root or normal uses. The key is imported and when I
imorted it it always mentioned ok with indeed then name of creator. But
when I use dpkg-source -x  Here the output

dpkg-source -x gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2ubuntu1.dsc 
gpgv: Ondertekening heeft ma 12 sep 2011 22:00:57 CEST gemaakt met RSA sleutel 
ID 18F5FBCE
gpgv: Kan ondertekening niet controleren: public key not found
dpkg-source: warning: failed to verify signature on 
./gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2ubuntu1.dsc
dpkg-source: info: extracting gnome-alsamixer in 
gnome-alsamixer-0.9.7~cvs.20060916.ds.1
dpkg-source: info: unpacking gnome-alsamixer_0.9.7~cvs.20060916.ds.1.orig.tar.gz
dpkg-source: info: applying 
gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2ubuntu1.diff.gz
dpkg-source: info: upstream files that have been modified: 
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/Makefile.in
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/aclocal.m4
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/config.guess
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/config.sub
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/configure
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/src/Makefile.in

First the key always mentions public key not found. It is installed on
my system ! ??

Two the application off diff file does not occur fully.

dpkg-source: info: upstream files that have been modified: 
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/Makefile.in
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/aclocal.m4
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/config.guess
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/config.sub
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/configure
 gnome-alsamixer-0.9.7~cvs.20060916.ds.1/src/Makefile.in

There is much more that should have been patched How can this happen


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882488

Title:
  Ubuntu 11.10 oneiric gnome-alsamixer segmentation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/882488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs