[Bug 950817] Re: nautilus crashed with SIGSEGV in nautilus_file_invalidate_extension_info_internal()

2012-04-02 Thread Raphaël Hertzog
It's libglib2.0-0 2.31.20-0ubuntu2 which is supposed to not be affected
by LP#932627 ... so it must be something else. I don't know what though.
I'm also not convinced that nautilus-dropbox is faulty. The crash
happens in a function of libnautilus-extension1a. I'm thus adding
nautilus as affected package too.

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  nautilus crashed with SIGSEGV in
  nautilus_file_invalidate_extension_info_internal()

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

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


[Bug 932556] Re: nautilus crashed with SIGABRT (due to nautilus-dropbox)

2012-04-02 Thread Raphaël Hertzog
This was a bug in glib that got fixed in the mean time.

** Changed in: nautilus-dropbox (Ubuntu)
   Status: New => Invalid

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

Title:
  nautilus crashed with SIGABRT (due to nautilus-dropbox)

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

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


[Bug 955685] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-04-02 Thread Raphaël Hertzog
I'm not quite sure why this crash is reported against nautilus-dropbox
because the thread that had the problem does not seem to be running
nautilus-dropbox code? Reassigning to nautilus.

** Package changed: nautilus-dropbox (Ubuntu) => nautilus (Ubuntu)

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_cast()

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

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


[Bug 932627] Re: nautilus crashes when opening any folder or file

2012-02-21 Thread Raphaël Hertzog
Chris, thanks for tracking it down. Do you feel like reporting it
upstream? I don't see the bug yet on
https://bugzilla.gnome.org/buglist.cgi?product=glib&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&version=2.31.x

I have added glib to the list of affected packages since the underlying
bug is there.

** Changed in: glib2.0 (Ubuntu)
   Status: New => Confirmed

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

Title:
  nautilus crashes when opening any folder or file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/932627/+subscriptions

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


[Bug 932627] Re: nautilus crashes when opening any folder or file

2012-02-21 Thread Raphaël Hertzog
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  nautilus crashes when opening any folder or file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/932627/+subscriptions

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


[Bug 930429] Re: Segmentation Fault on shared-mime-info during apt-get install -f

2012-02-11 Thread Raphaël Hertzog
The segmentation fault happens in the shared-mime-info package (in its
postinst script). It's not a bug in dpkg.

** Package changed: dpkg (Ubuntu) => shared-mime-info (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/930429

Title:
  Segmentation Fault on shared-mime-info during apt-get install -f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/930429/+subscriptions

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


[Bug 486576] Re: GLIBC_PRIVATE not defined in libc.so.6 with link time reference

2011-11-26 Thread Raphaël Hertzog
This looks like a too-lax dependency from glib against libc6. It's
pretty old I'm not sure there's anything useful to find here.

** Package changed: dpkg (Ubuntu) => glib2.0 (Ubuntu)

** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  GLIBC_PRIVATE not defined in libc.so.6 with link time reference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/486576/+subscriptions

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


[Bug 884979] Re: purging a package for different architecture may delete files needed for the actual architecture

2011-11-02 Thread Raphaël Hertzog
This is a bug of libglib2.0-0 because its postrm purge removes it
unconditionnaly even if the package is still installed on another
architecture.

Cf the extract below of /var/lib/dpkg/info/libglib2.0-0:i386.postrm
if [ "$1" = purge ] && [ -d /usr/share/glib-2.0/schemas ]; then
# Purge the compiled schemas
rm -f /usr/share/glib-2.0/schemas/gschemas.compiled
rmdir -p --ignore-fail-on-non-empty /usr/share/glib-2.0/schemas
fi

** Package changed: dpkg (Ubuntu) => glib2.0 (Ubuntu)

** Tags added: multiarch

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

Title:
  purging a package for different architecture may delete files needed
  for the actual architecture

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/884979/+subscriptions

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


[Bug 875624] Re: package libreoffice-core 1:3.4.3-3ubuntu2~natty1 failed to install/upgrade: ErrorMessage: package libreoffice-core is already installed and configured

2011-10-16 Thread Raphaël Hertzog
Reassigning to python-gnomeapplet due to this error:

Removing python-gnomeapplet ...

Segmentation fault (core dumped)

dpkg: error processing python-gnomeapplet (--remove):

 subprocess installed pre-removal script returned error exit status 139

** Package changed: dpkg (Ubuntu) => gnome-python-desktop (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/875624

Title:
  package libreoffice-core 1:3.4.3-3ubuntu2~natty1 failed to
  install/upgrade: ErrorMessage: package libreoffice-core is already
  installed and configured

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

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


[Bug 778633] Re: package libglib2.0-data 2.26.1-0ubuntu1 failed to install/upgrade: ErrorMessage: package libglib2.0-data is already installed and configured

2011-05-06 Thread Raphaël Hertzog
The error is this one:
Preparing to replace libglib2.0-data 2.26.1-0ubuntu1 (using 
.../libglib2.0-data_2.28.6-0ubuntu1_all.deb) ...

rm: cannot remove `/usr/share/doc/libglib2.0-data': Is a directory

dpkg: error processing
/var/cache/apt/archives/libglib2.0-data_2.28.6-0ubuntu1_all.deb
(--unpack):

 subprocess new pre-installation script returned error exit status 1

Reaffecting to glib2.0.


** Package changed: dpkg (Ubuntu) => glib2.0 (Ubuntu)

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

Title:
  package libglib2.0-data 2.26.1-0ubuntu1 failed to install/upgrade:
  ErrorMessage: package libglib2.0-data is already installed and
  configured

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


[Bug 775172] Re: package libpango1.0-dev 1.28.3-4~eugenesan~maverick1 failed to install/upgrade: ErrorMessage: package libpango1.0-dev is already installed and configured

2011-05-01 Thread Raphaël Hertzog
The real failure is this one:

Preparing to replace libpango1.0-dev 1.28.3-4~eugenesan~maverick1 (using
.../libpango1.0-dev_1.28.4-0ubuntu1_amd64.deb) ...

rm: cannot remove `/usr/share/doc/libpango1.0-dev': Is a directory

dpkg: error processing
/var/cache/apt/archives/libpango1.0-dev_1.28.4-0ubuntu1_amd64.deb
(--unpack):

 subprocess new pre-installation script returned error exit status 1

Since you removed and reinstalled libpango1.0-dev you're fine. Your
system has been upgraded.

** Package changed: dpkg (Ubuntu) => pango1.0 (Ubuntu)

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

Title:
  package libpango1.0-dev 1.28.3-4~eugenesan~maverick1 failed to
  install/upgrade: ErrorMessage: package libpango1.0-dev is already
  installed and configured

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


[Bug 771323] Re: package libpango1.0-dev 1.28.3-4~eugenesan~maverick1 failed to install/upgrade: ErrorMessage: package libpango1.0-dev is already installed and configured

2011-04-26 Thread Raphaël Hertzog
Hum, I have been a bit too quick. You're upgrading from a third-party
package to an ubuntu package... so there might be something to do.
Reassigning to pango.

** Package changed: dpkg (Ubuntu) => pango1.0 (Ubuntu)

** Changed in: pango1.0 (Ubuntu)
   Status: Invalid => New

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

Title:
  package libpango1.0-dev 1.28.3-4~eugenesan~maverick1 failed to
  install/upgrade: ErrorMessage: package libpango1.0-dev is already
  installed and configured

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