[Desktop-packages] [Bug 1694425] Re: performance critical libyuv built with Os

2018-07-08 Thread Julian Taylor
** Changed in: firefox (Ubuntu)
   Status: New => Fix Released

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

Title:
  performance critical libyuv built with Os

Status in firefox package in Ubuntu:
  Fix Released
Status in firefox package in Debian:
  Fix Released

Bug description:
  Imported from Debian bug http://bugs.debian.org/863672:

  This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
  --aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp
  Content-Type: multipart/mixed; boundary="SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR";
   protected-headers="v1"
  From: Julian Taylor 
  To: Debian Bug Tracking System 
  Message-ID: <009ef781-1692-0d59-4b28-1742166ba...@googlemail.com>
  Subject: performance critical libyuv built with Os

  --SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR
  Content-Type: text/plain; charset=utf-8
  Content-Language: en-GB
  Content-Transfer-Encoding: quoted-printable

  Package: firefox
  Version:  53.0.is.52.0.2-1
  Severity: normal

  
  libyuv which is a performance critical library for firefix is built with
  -Os which is horrible for performance for it.
  In particular row_common.cc which contains the generic parts of the
  color transformation code:

  See:
  https://buildd.debian.org/status/fetch.php?pkg=3Dfirefox=3Damd64=
  =3D53.0.is.52.0.2-1=3D1492644908=3D0

  /usr/bin/g++ -std=3Dgnu++11 -o row_common.o -c  ...   -fPIC
  -DMOZILLA_CLIENT -include
  /PKGBUILDDIR/build-browser/mozilla-config.h -MD -MP -MF
  =2Edeps/row_common.o.pp -Wdate-time -D_FORTIFY_SOURCE=3D2 -Wall
  -Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual
  -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code
  -Wwrite-strings -Wno-invalid-offsetof -Wc++14-compat
  -Wno-error=3Dmaybe-uninitialized -Wno-error=3Ddeprecated-declarations
  -Wno-error=3Darray-bounds -fno-lifetime-dse -fstack-protector-strong
  -Wformat -Werror=3Dformat-security -fno-schedule-insns2 -fno-lifetime-dse=

  -fno-delete-null-pointer-checks -fno-exceptions -fno-strict-aliasing
  -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions
  -fno-math-errno -pthread -pipe  -g -freorder-blocks -Os
  -fomit-frame-pointer
  /PKGBUILDDIR/media/libyuv/source/row_common.cc

  
  The problematic part is the YuvPixel function which is called in loops
  and in turn calls tiny clamp functions.
  Os disables inlining so this causes massive overhead.
  This is the top cpu profile on sites which e.g. display videos.
17.25%  libxul.so   [.] YuvPixel=E2=96=92
 6.58%  libxul.so   [.] Clamp   =E2=96=92
 6.46%  libxul.so   [.] clamp255

  The problem is not as bad as it looks as this generic code is only
  executed on machines that do not have SSSE3, AVX2 or NEON (see
  convert_argb.cc)
  But there are still plenty useful cpus that do not have these
  instruction sets and are crippled by the compiler flags used.

  Is it possible to compile this library with O3 to allow the compiler to
  vectorize it with the best available generic instruction set (e.g. SSE2
  on x64).

  cheers,
  Julian Taylor

  
  --SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR--

  --aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp
  Content-Type: application/pgp-signature; name="signature.asc"
  Content-Description: OpenPGP digital signature
  Content-Disposition: attachment; filename="signature.asc"

  -BEGIN PGP SIGNATURE-

  iQI7BAEBCAAlBQJZLI9HHhxqdGF5bG9yLmRlYmlhbkBnb29nbGVtYWlsLmNvbQAK
  CRAyzEqsAodW/yfHD/0ZBE3JGMGPM/yD3HNR4EslXMGKHxoT6JowG5TWI9UHy+5U
  utj6vgrZ3hDEefGbI+UCDPehDK8tAlSTCI/wFxuqOO4+AB7EQia4bA2Agt7f3xfV
  Y458uBPG860j7AEhgAtLHGN5TAZUwN5jegXj12qBtR1wCrk5gBCRDC6+wy+cqiE6
  tApXdeM+3XsdYBS7udezJkw6NyhzMhiRebEwnB9wpztBIz/GSDxaftF0zLmrN4b8
  CYNVPH426/YAbDkzzAphKJnlcLoELxeU42xVd2G34rPA8NoDbuw2J3ZV4oIGi+/v
  S2XZsLkmcxFRb8JndfuayQtuGyMziPs4W2QDn3sZsh350hg77+V9/hYosxfnQc5d
  Eetuu4rX4dGLdGFmq2fkrsB08G37Z6kl31B1TtvenZ2ejSGWoxc1gkHVmFfSDmCk
  nfzuM5m+T518+7WZJ1HbEzI3ISQz1KtrKRPHLQi73N0qMRk6JZe4u3FVAOdxJYx9
  QYqEKYaGLVMa3A3Nuwtn3QI4bXC3OoJSdHEl5wxDUV/zvruAsFhWYKl9QjqNo8Zn
  2UWbr/hd3+2Lv/vVJLBr41AISi/6Ybs47FnloIqvEMlQDxlf1d4e2fLoqmal0oFv
  QT3mIXWjBmf0f52tsYSRGNw4OiYPx/6iaMET9WhQm8K5lKSTgkjv04s9cad90A==
  =P1R4
  -END PGP SIGNATURE-

  --aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp--

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

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


[Desktop-packages] [Bug 1694425] [NEW] performance critical libyuv built with Os

2017-05-30 Thread Julian Taylor
Public bug reported:

Imported from Debian bug http://bugs.debian.org/863672:

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp
Content-Type: multipart/mixed; boundary="SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR";
 protected-headers="v1"
From: Julian Taylor <jtaylor.deb...@googlemail.com>
To: Debian Bug Tracking System <sub...@bugs.debian.org>
Message-ID: <009ef781-1692-0d59-4b28-1742166ba...@googlemail.com>
Subject: performance critical libyuv built with Os

--SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR
Content-Type: text/plain; charset=utf-8
Content-Language: en-GB
Content-Transfer-Encoding: quoted-printable

Package: firefox
Version:  53.0.is.52.0.2-1
Severity: normal


libyuv which is a performance critical library for firefix is built with
-Os which is horrible for performance for it.
In particular row_common.cc which contains the generic parts of the
color transformation code:

See:
https://buildd.debian.org/status/fetch.php?pkg=3Dfirefox=3Damd64=
=3D53.0.is.52.0.2-1=3D1492644908=3D0

/usr/bin/g++ -std=3Dgnu++11 -o row_common.o -c  ...   -fPIC
-DMOZILLA_CLIENT -include
/PKGBUILDDIR/build-browser/mozilla-config.h -MD -MP -MF
=2Edeps/row_common.o.pp -Wdate-time -D_FORTIFY_SOURCE=3D2 -Wall
-Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual
-Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code
-Wwrite-strings -Wno-invalid-offsetof -Wc++14-compat
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Ddeprecated-declarations
-Wno-error=3Darray-bounds -fno-lifetime-dse -fstack-protector-strong
-Wformat -Werror=3Dformat-security -fno-schedule-insns2 -fno-lifetime-dse=

-fno-delete-null-pointer-checks -fno-exceptions -fno-strict-aliasing
-fno-rtti -ffunction-sections -fdata-sections -fno-exceptions
-fno-math-errno -pthread -pipe  -g -freorder-blocks -Os
-fomit-frame-pointer
/PKGBUILDDIR/media/libyuv/source/row_common.cc


The problematic part is the YuvPixel function which is called in loops
and in turn calls tiny clamp functions.
Os disables inlining so this causes massive overhead.
This is the top cpu profile on sites which e.g. display videos.
  17.25%  libxul.so   [.] YuvPixel=E2=96=92
   6.58%  libxul.so   [.] Clamp   =E2=96=92
   6.46%  libxul.so   [.] clamp255

The problem is not as bad as it looks as this generic code is only
executed on machines that do not have SSSE3, AVX2 or NEON (see
convert_argb.cc)
But there are still plenty useful cpus that do not have these
instruction sets and are crippled by the compiler flags used.

Is it possible to compile this library with O3 to allow the compiler to
vectorize it with the best available generic instruction set (e.g. SSE2
on x64).

cheers,
Julian Taylor


--SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR--

--aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-BEGIN PGP SIGNATURE-

iQI7BAEBCAAlBQJZLI9HHhxqdGF5bG9yLmRlYmlhbkBnb29nbGVtYWlsLmNvbQAK
CRAyzEqsAodW/yfHD/0ZBE3JGMGPM/yD3HNR4EslXMGKHxoT6JowG5TWI9UHy+5U
utj6vgrZ3hDEefGbI+UCDPehDK8tAlSTCI/wFxuqOO4+AB7EQia4bA2Agt7f3xfV
Y458uBPG860j7AEhgAtLHGN5TAZUwN5jegXj12qBtR1wCrk5gBCRDC6+wy+cqiE6
tApXdeM+3XsdYBS7udezJkw6NyhzMhiRebEwnB9wpztBIz/GSDxaftF0zLmrN4b8
CYNVPH426/YAbDkzzAphKJnlcLoELxeU42xVd2G34rPA8NoDbuw2J3ZV4oIGi+/v
S2XZsLkmcxFRb8JndfuayQtuGyMziPs4W2QDn3sZsh350hg77+V9/hYosxfnQc5d
Eetuu4rX4dGLdGFmq2fkrsB08G37Z6kl31B1TtvenZ2ejSGWoxc1gkHVmFfSDmCk
nfzuM5m+T518+7WZJ1HbEzI3ISQz1KtrKRPHLQi73N0qMRk6JZe4u3FVAOdxJYx9
QYqEKYaGLVMa3A3Nuwtn3QI4bXC3OoJSdHEl5wxDUV/zvruAsFhWYKl9QjqNo8Zn
2UWbr/hd3+2Lv/vVJLBr41AISi/6Ybs47FnloIqvEMlQDxlf1d4e2fLoqmal0oFv
QT3mIXWjBmf0f52tsYSRGNw4OiYPx/6iaMET9WhQm8K5lKSTgkjv04s9cad90A==
=P1R4
-END PGP SIGNATURE-

--aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp--

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: firefox (Debian)
 Importance: Undecided
 Status: New

** Bug watch added: Debian Bug tracker #863672
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863672

** Changed in: firefox (Debian)
 Remote watch: None => Debian Bug tracker #863672

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

Title:
  performance critical libyuv built with Os

Status in firefox package in Ubuntu:
  New
Status in firefox package in Debian:
  New

Bug description:
  Imported from Debian bug http://bugs.debian.org/863672:

  This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
  --aN5BOcfPQ1wkI3kOWF0Bpe7cmio8VfIEp
  Content-Type: multipart/mixed; boundary="SrbvOHijIbL538GHuOsAk6jhGEBxW5ENR";
   protected-headers="v1"
  From: Julian Taylor <jtaylor.deb...@googlemail.com>
  To: Debian Bug Tr

[Desktop-packages] [Bug 1654707] Re: Cant upgrade: "add stricter shlib dependencies " ends with supposed broken dependencies

2017-01-07 Thread Julian Taylor
this issue is fixed in 3.3.5-3

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

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

Title:
  Cant upgrade: "add stricter shlib dependencies " ends with supposed
  broken dependencies

Status in fftw3 package in Ubuntu:
  Fix Released

Bug description:
  The upgrade to 3.3.5-2 is impossible: warns about broken dependecies,
  but they are not identified.

  fftw3 (3.3.5-2) unstable; urgency=medium

    * add stricter shlib dependencies for partial upgrades (Closes: #849593)
    * mark libfft3-mpi-dev m-a same and libfftw3-doc m-a foreign

   -- Julian Taylor <jtaylor.deb...@googlemail.com>  Fri, 06 Jan 2017
  18:44:49 +0100

  Looks like that " add stricter shlib dependencies for partial upgrades
  " is the root cause of the upgrade failure.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: libfftw3-double3 3.3.5-1
  ProcVersionSignature: Ubuntu 4.9.0-11.12-generic 4.9.0
  Uname: Linux 4.9.0-11-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jan  7 06:02:28 2017
  Dependencies:
   gcc-6-base 6.3.0-2ubuntu1
   libc6 2.24-7ubuntu2
   libgcc1 1:6.3.0-2ubuntu1
   libgomp1 6.3.0-2ubuntu1
  SourcePackage: fftw3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1638842] Re: network-manager does not manage ethernet and bluetooth interfaces when Ubuntu 16.10 is installed using chroot/netboot method

2016-12-30 Thread Julian Taylor
I just upgraded from 16.04 desktop to 16.10 and the file 
/etc/NetworkManager/conf.d/10-globally-managed-devices.conf was not created so 
my wired network did not work.
Creating the file fixed this issue.
Is the file supposed to be created on desktop upgrades?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1638842

Title:
  network-manager does not manage ethernet and bluetooth interfaces when
  Ubuntu 16.10 is installed using chroot/netboot method

Status in network-manager package in Ubuntu:
  Won't Fix

Bug description:
  Hello,

  I installed Ubuntu 16.10 using a chroot. I use network-manager to
  manage connections. My system is up-to-date (so I use network-manager
  1.2.4-0ubuntu1).

  Wifi works perfectly but I cannot connect to wired networks and using
  my phone's Bluetooth connection. Corresponding devices are said to be
  unmanaged by network-manager. nmcli dev outputs:

  DEVICETYPE  STATE CONNECTION 
  enp1s0ethernet  unmanaged -- 
  wlp2s0wifi  disconnected  --
  6C:9B:02:2C:EE:2C btunmanaged -- 
  hfp/org/bluez/hci0/dev_6C_9B_02_2C_EE_2C  gsm   unmanaged -- 
  loloopback  unmanaged -- 

  The following command has no effect:
  sudo nmcli dev set enp1s0 managed yes

  I can connect to a wired connection by doing:
  ifconfig enp1s0 up
  dhclient enp1s0

  There is nothing in the file /etc/network/interfaces.

  Everything works perfectly if I downgrade network-manager to this
  version: network-manager_1.2.2-0ubuntu0.16.04.3_amd64.deb
  (http://packages.ubuntu.com/xenial-updates/amd64/network-
  manager/download). I had to install libreadline6 and downgrade nplan
  to meet dependencies.

  I don't know what to join to this bug report so please ask in case
  anything is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842/+subscriptions

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


[Desktop-packages] [Bug 1611676] Re: clang++ does not work with gccgo-6 installed

2016-08-10 Thread Julian Taylor
** Description changed:

- gccgo-6 fills /usr/lib/gcc/x86_64-linux-gnu/6 which triggers clang to
- select gcc6 stdlib folders. But the gcc6 installation is incomplete so
- all compilations will fail with not finding headers or standard
- libraries.
+ In 16.04 with gcc 5 as default, gccgo-6 fills /usr/lib/gcc/x86_64-linux-
+ gnu/6 which triggers clang to select gcc6 stdlib folders. But the gcc6
+ installation is incomplete so all compilations will fail with not
+ finding headers or standard libraries.
  
  E.g.
  #include 
  int main() {}
  
  fails with cannot find cstdio
  
  See the verbose output where it selects gcc 6 as base.
  clang++ -v file.cc
  
- removing gccgo-6 makes it functional again.
+ removing gccgo-6 makes it functional again by choosing the complete gcc
+ 5 installation.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1611676

Title:
  clang++ does not work with gccgo-6 installed

Status in llvm-toolchain-3.8 package in Ubuntu:
  New

Bug description:
  In 16.04 with gcc 5 as default, gccgo-6 fills /usr/lib/gcc/x86_64
  -linux-gnu/6 which triggers clang to select gcc6 stdlib folders. But
  the gcc6 installation is incomplete so all compilations will fail with
  not finding headers or standard libraries.

  E.g.
  #include 
  int main() {}

  fails with cannot find cstdio

  See the verbose output where it selects gcc 6 as base.
  clang++ -v file.cc

  removing gccgo-6 makes it functional again by choosing the complete
  gcc 5 installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.8/+bug/1611676/+subscriptions

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


[Desktop-packages] [Bug 1611676] [NEW] clang++ does not work with gccgo-6 installed

2016-08-10 Thread Julian Taylor
Public bug reported:

In 16.04 with gcc 5 as default, gccgo-6 fills /usr/lib/gcc/x86_64-linux-
gnu/6 which triggers clang to select gcc6 stdlib folders. But the gcc6
installation is incomplete so all compilations will fail with not
finding headers or standard libraries.

E.g.
#include 
int main() {}

fails with cannot find cstdio

See the verbose output where it selects gcc 6 as base.
clang++ -v file.cc

removing gccgo-6 makes it functional again by choosing the complete gcc
5 installation.

** Affects: llvm-toolchain-3.8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1611676

Title:
  clang++ does not work with gccgo-6 installed

Status in llvm-toolchain-3.8 package in Ubuntu:
  New

Bug description:
  In 16.04 with gcc 5 as default, gccgo-6 fills /usr/lib/gcc/x86_64
  -linux-gnu/6 which triggers clang to select gcc6 stdlib folders. But
  the gcc6 installation is incomplete so all compilations will fail with
  not finding headers or standard libraries.

  E.g.
  #include 
  int main() {}

  fails with cannot find cstdio

  See the verbose output where it selects gcc 6 as base.
  clang++ -v file.cc

  removing gccgo-6 makes it functional again by choosing the complete
  gcc 5 installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.8/+bug/1611676/+subscriptions

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


[Desktop-packages] [Bug 1040885] Re: gnome-terminal auto-restores its size

2013-10-02 Thread Julian Taylor
** Changed in: gnome-terminal (Ubuntu Quantal)
   Status: Confirmed = Triaged

** Changed in: gnome-terminal (Ubuntu Raring)
   Status: Confirmed = Triaged

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

Title:
  gnome-terminal auto-restores its size

Status in GNOME Terminal:
  Fix Released
Status in “gnome-terminal” package in Ubuntu:
  Fix Released
Status in “gnome-terminal” source package in Quantal:
  Triaged
Status in “gnome-terminal” source package in Raring:
  Triaged

Bug description:
  Occurs on Quantal and Raring

  TEST CASE
  1. Press CTRL+ALT+T to launch a terminal
  2. Press CTRL+SHIFT+T to open a new tab
  3. Make sure the second tab is active and resize the window (Alt+Middle mouse 
button or Windows handles)
  4. Click on the desktop

  ACTUAL RESULT
  Size of the terminal is restored to its initial size. It doesn't occur if the 
window is resized while first tab is active.

  EXPECTED RESULT
  The terminal doesn't autoresize with the user clicks on the desktop

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-terminal 3.5.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  ApportVersion: 2.5.1-0ubuntu1
  Architecture: amd64
  Date: Thu Aug 23 23:21:07 2012
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to quantal on 2012-01-31 (204 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1040885/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2013-06-22 Thread Julian Taylor
the version in proposed works for me in raring i386 and amd64

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  glines segfault

Status in GNOME Games:
  Fix Released
Status in “five-or-more” package in Ubuntu:
  Fix Released
Status in “gnome-games” package in Ubuntu:
  Fix Released
Status in “gnome-games” source package in Precise:
  Fix Released
Status in “gnome-games” source package in Quantal:
  Fix Released
Status in “five-or-more” source package in Raring:
  Fix Committed
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  [Fix] the cause is the use of uninitialized data in a preview, the fix
  is to simply not do this.

  [TEST CASE]
  start glines on 32 bit, it should not segfault

  [Regression potential]
  pretty low, it just delays drawing of some preview data before the games has 
actually started

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2013-05-30 Thread Julian Taylor
the patch was dropped in the split to five-or-more in raring as upstream 
claimed it was fixed, it seems this is not the case.
the old patch applied to quantal and older still works.

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

Title:
  glines segfault

Status in GNOME Games:
  Fix Released
Status in “gnome-games” package in Ubuntu:
  Fix Released
Status in “gnome-games” source package in Precise:
  Fix Released
Status in “gnome-games” source package in Quantal:
  Fix Released
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  [Fix] the cause is the use of uninitialized data in a preview, the fix
  is to simply not do this.

  [TEST CASE]
  start glines on 32 bit, it should not segfault

  [Regression potential]
  pretty low, it just delays drawing of some preview data before the games has 
actually started

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2013-05-30 Thread Julian Taylor
** Also affects: five-or-more (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: five-or-more (Ubuntu Precise)

** No longer affects: five-or-more (Ubuntu Quantal)

** Also affects: gnome-games (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: five-or-more (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: five-or-more (Ubuntu)
   Status: New = Fix Released

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

Title:
  glines segfault

Status in GNOME Games:
  Fix Released
Status in “five-or-more” package in Ubuntu:
  Fix Released
Status in “gnome-games” package in Ubuntu:
  Fix Released
Status in “gnome-games” source package in Precise:
  Fix Released
Status in “gnome-games” source package in Quantal:
  Fix Released
Status in “five-or-more” source package in Raring:
  Confirmed
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  [Fix] the cause is the use of uninitialized data in a preview, the fix
  is to simply not do this.

  [TEST CASE]
  start glines on 32 bit, it should not segfault

  [Regression potential]
  pretty low, it just delays drawing of some preview data before the games has 
actually started

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2013-05-30 Thread Julian Taylor
I have uploaded a fix for ubuntu 13.04, please test it when it has been 
accepted.
The release will post instructions.

** No longer affects: gnome-games (Ubuntu Raring)

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

Title:
  glines segfault

Status in GNOME Games:
  Fix Released
Status in “five-or-more” package in Ubuntu:
  Fix Released
Status in “gnome-games” package in Ubuntu:
  Fix Released
Status in “gnome-games” source package in Precise:
  Fix Released
Status in “gnome-games” source package in Quantal:
  Fix Released
Status in “five-or-more” source package in Raring:
  Confirmed
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  [Fix] the cause is the use of uninitialized data in a preview, the fix
  is to simply not do this.

  [TEST CASE]
  start glines on 32 bit, it should not segfault

  [Regression potential]
  pretty low, it just delays drawing of some preview data before the games has 
actually started

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 1141106] Re: usr/bin/libreoffice script bad symlink following

2013-03-15 Thread Julian Taylor
one can try readlink and fall back to the thing that breaks under unusual 
circumstances only if its not there.
But for ubuntu/debian we don't even need to care, we have readlink in coreutils.

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

Title:
  usr/bin/libreoffice script bad symlink following

Status in “libreoffice” package in Ubuntu:
  Confirmed
Status in “libreoffice” package in Debian:
  New

Bug description:
  1:4.0.0~beta2-0ubuntu2

  content of usr/bin/libreoffice:

  sd_cwd=`pwd`
  sd_res=$0
  while [ -h $sd_res ] ; do
  cd `dirname $sd_res`
  sd_basename=`basename $sd_res`
  sd_res=`ls -l $sd_basename | sed s/.*$sd_basename - //g`
  done
  cd `dirname $sd_res`
  sd_prog=`pwd`
  cd $sd_cwd


  sd_res is a symlink in ubuntu so it goes in there
  please use something sane like readlink to get the target instead of that 
weird sed line

  a user in #ubuntu+1 reports issues with it because he apparently has some 
invalid locale in the month part of ls -l:
  he gets:
  02:04 Allard /usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root 
root 34 ���../lib/libreoffice/program
  02:04 Allard /usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found

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

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


[Desktop-packages] [Bug 1141106] Re: usr/bin/libreoffice script bad symlink following

2013-03-03 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #702191
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702191

** Also affects: libreoffice (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702191
   Importance: Unknown
   Status: Unknown

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

Title:
  usr/bin/libreoffice script bad symlink following

Status in “libreoffice” package in Ubuntu:
  New
Status in “libreoffice” package in Debian:
  Unknown

Bug description:
  1:4.0.0~beta2-0ubuntu2

  content of usr/bin/libreoffice:

  sd_cwd=`pwd`
  sd_res=$0
  while [ -h $sd_res ] ; do
  cd `dirname $sd_res`
  sd_basename=`basename $sd_res`
  sd_res=`ls -l $sd_basename | sed s/.*$sd_basename - //g`
  done
  cd `dirname $sd_res`
  sd_prog=`pwd`
  cd $sd_cwd


  sd_res is a symlink in ubuntu so it goes in there
  please use something sane like readlink to get the target instead of that 
weird sed line

  a user in #ubuntu+1 reports issues with it because he apparently has some 
invalid locale in the month part of ls -l:
  he gets:
  02:04 Allard /usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root 
root 34 ���../lib/libreoffice/program
  02:04 Allard /usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found

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

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


[Desktop-packages] [Bug 1141106] [NEW] usr/bin/libreoffice script bad symlink following

2013-03-02 Thread Julian Taylor
Public bug reported:

1:4.0.0~beta2-0ubuntu2

content of usr/bin/libreoffice:

sd_cwd=`pwd`
sd_res=$0
while [ -h $sd_res ] ; do
cd `dirname $sd_res`
sd_basename=`basename $sd_res`
sd_res=`ls -l $sd_basename | sed s/.*$sd_basename - //g`
done
cd `dirname $sd_res`
sd_prog=`pwd`
cd $sd_cwd


sd_res is a symlink in ubuntu so it goes in there
please use something sane like readlink to get the target instead of that weird 
sed line

a user in #ubuntu+1 reports issues with it because he apparently has some 
invalid locale in the month part of ls -l:
he gets:
02:04 Allard /usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root root 
34 ���../lib/libreoffice/program
02:04 Allard /usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  usr/bin/libreoffice script bad symlink following

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  1:4.0.0~beta2-0ubuntu2

  content of usr/bin/libreoffice:

  sd_cwd=`pwd`
  sd_res=$0
  while [ -h $sd_res ] ; do
  cd `dirname $sd_res`
  sd_basename=`basename $sd_res`
  sd_res=`ls -l $sd_basename | sed s/.*$sd_basename - //g`
  done
  cd `dirname $sd_res`
  sd_prog=`pwd`
  cd $sd_cwd


  sd_res is a symlink in ubuntu so it goes in there
  please use something sane like readlink to get the target instead of that 
weird sed line

  a user in #ubuntu+1 reports issues with it because he apparently has some 
invalid locale in the month part of ls -l:
  he gets:
  02:04 Allard /usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root 
root 34 ���../lib/libreoffice/program
  02:04 Allard /usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found

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

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


[Desktop-packages] [Bug 1124508] Re: Transmission crashes on exit [curl_multi_cleanup error]

2013-02-28 Thread Julian Taylor
** Tags added: patch

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

Title:
  Transmission crashes on exit [curl_multi_cleanup error]

Status in Curl - transfer files with URL syntax:
  New
Status in “curl” package in Ubuntu:
  Triaged
Status in “transmission” package in Ubuntu:
  Invalid

Bug description:
  Lubuntu 13.04
  Transmission 2.76

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: transmission-gtk 2.76-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-6.11-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  CasperVersion: 1.330
  Date: Wed Feb 13 20:51:27 2013
  ExecutablePath: /usr/bin/transmission-gtk
  LiveMediaBuild: Lubuntu 13.04 Raring Ringtail - Alpha i386 (20130213)
  MarkForUpload: True
  ProcCmdline: transmission-gtk
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1093220] Re: [SRU] Fix transmission-qt to open magnet links from a browser

2013-02-21 Thread Julian Taylor
can't get the link to work in quantal chromium or opera (they just
reject the url) but it works with firefox, adding of regular torrents
still works too.

** Tags removed: verification-done-precise verification-needed
** Tags added: verification-done

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

Title:
  [SRU] Fix transmission-qt to open magnet links from a browser

Status in “transmission” package in Ubuntu:
  Fix Released
Status in “transmission” source package in Precise:
  Fix Committed
Status in “transmission” source package in Quantal:
  Fix Committed
Status in “transmission” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  * Users can't open magnet links from browsers when using transmission-qt
  * Upstream bug report : https://trac.transmissionbt.com/ticket/4901

  [Test Case]
  * Install transmission-qt
  * Try opening a magnet link from a torrent site. Sample link : 
magnet:?xt=urn:btih:5f37f3ea084b9fd5b15a653922f1e85b4d368ab5dn=Kubuntu+Linux+12.10+Quantal+Quetzal+%2832-bit%29tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80tr=udp%3A%2F%2Ftracker.publicbt.com%3A80tr=udp%3A%2F%2Ftracker.istole.it%3A6969tr=udp%3A%2F%2Ftracker.ccc.de%3A80

  * transmission-qt launches but doesn't add the torrent
  * Install chromium and the updated package
  * Try to open same magnet link using chromium, transmission-qt should add the 
torrent

  [Regression Potential]
  * None

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

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


[Desktop-packages] [Bug 1131363] Re: .cache contains non-cache data

2013-02-21 Thread Julian Taylor
please file bugs against the offending packages.
xdg-utils can't do anything about other software using the specs wrong.

note that I can't reproduce the unity launcher issue in 12.10, maybe it
has already been fixed

** Changed in: xdg-utils (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1131363

Title:
  .cache contains non-cache data

Status in “xdg-utils” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu is storing non-cache data in $XDG_CACHE_HOME (default:
  ~/.cache).

  How to reproduce:
  mv .cache .cache.BAK
  # log off and back on

  log off and back on, and note that, among other things,  all launcher
  configuration is lost. I'm sure there are many more of this class of
  bug.

  It's likely that this bug should be filed against unity instead of /
  in addition to xdg-utils.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xdg-utils 1.1.0~rc1-2ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-38.60-generic 3.2.37
  Uname: Linux 3.2.0-38-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Feb 21 14:37:50 2013
  Dependencies:
   
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xdg-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1131363/+subscriptions

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


[Desktop-packages] [Bug 1112496] Re: python-imaging broken in raring

2013-02-09 Thread Julian Taylor
** Also affects: ocrfeeder (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  python-imaging broken in raring

Status in “comix” package in Ubuntu:
  New
Status in “gwibber” package in Ubuntu:
  Confirmed
Status in “ocrfeeder” package in Ubuntu:
  New
Status in “phatch” package in Ubuntu:
  Confirmed
Status in “python-imaging” package in Ubuntu:
  Triaged
Status in “comix” source package in Raring:
  New
Status in “gwibber” source package in Raring:
  Confirmed
Status in “ocrfeeder” source package in Raring:
  New
Status in “phatch” source package in Raring:
  Confirmed
Status in “python-imaging” source package in Raring:
  Triaged

Bug description:
  python-imaging in raring doesn't include a PIL.pth to point python at
  the library, so attempts to import modules from the package fail with,
  eg:

  rachel@rarity:/etc$ python -m ImageMode  echo ok
  /usr/bin/python: No module named Image

  When the PIL.pth file is manually created, so python can find it, the
  Image module itself still fails to load:

  rachel@rarity:/etc$ python -m Image
  Traceback (most recent call last):
File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
  __main__, fname, loader, pkg_name)
File /usr/lib/python2.7/runpy.py, line 72, in _run_code
  exec code in run_globals
File /usr/lib/python2.7/dist-packages/PIL/Image.py, line 75, in module
  from . import ImageMode
  ValueError: Attempted relative import in non-package

  The ImageMode module that line seems to be trying to import, however,
  seems to import fine by itself:

  rachel@rarity:/etc$ python -m ImageMode  echo ok
  ok

  (I've confirmed that ImageMode comes from the same place, as if I
  remove PIL.pth again, the above line just returns the No module named
  ImageMode error)

  I've tried reinstalling python-imaging already. I note in any case the
  PIL.pth file is missing on the file list available at
  packages.ubuntu.com for raring.

  This is on Ubuntu Raring as updated from Ubuntu Quantal a few days
  ago:

  rachel@rarity:/etc$ lsb_release -rd
  Description:  Ubuntu Raring Ringtail (development branch)
  Release:  13.04
  rachel@rarity:/etc$ apt-cache policy python
  python:
Installed: 2.7.3-10ubuntu5
Candidate: 2.7.3-10ubuntu5
Version table:
   *** 2.7.3-10ubuntu5 0
  500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status
  rachel@rarity:/etc$ apt-cache policy python-imaging
  python-imaging:
Installed: 1.1.7+1.7.8-1ubuntu1
Candidate: 1.1.7+1.7.8-1ubuntu1
Version table:
   *** 1.1.7+1.7.8-1ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

  Affects me as it affects building/packaging XBMC post-frodo for
  raring. :-)

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

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


[Desktop-packages] [Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-02 Thread Julian Taylor
*** This bug is a duplicate of bug 1112496 ***
https://bugs.launchpad.net/bugs/1112496

marking as duplicate of bug 1112496 until we have an answer if this is
an intentional change or a bug in the current package

** This bug has been marked a duplicate of bug 1112496
   python-imaging broken in raring

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

Title:
  gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-
  packages/gwibber/microblog/util/resources.py: No module named Image

Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  I got this error immediately after log-in, while I restarted my system
  requested by update manager after completing its process...

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: gwibber-service 3.6.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-3.7-generic 3.8.0-rc5
  Uname: Linux 3.8.0-3-generic i686
  ApportVersion: 2.8-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Fri Feb  1 09:35:09 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gwibber-service
  InstallationDate: Installed on 2012-03-30 (307 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  InterpreterPath: /usr/bin/python2.7
  MarkForUpload: True
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/gwibber-service
  PythonArgs: ['/usr/bin/gwibber-service']
  SourcePackage: gwibber
  Title: gwibber-service crashed with ImportError in 
/usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module 
named Image
  UpgradeStatus: Upgraded to raring on 2013-01-16 (15 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lp lpadmin plugdev sambashare 
vboxusers

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

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


[Desktop-packages] [Bug 1104310] Re: package aspell-en 6.0-0-6ubuntu2 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to aspell-en in Ubuntu.
https://bugs.launchpad.net/bugs/1104310

Title:
  package aspell-en 6.0-0-6ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “aspell-en” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: aspell-en 6.0-0-6ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:24:52 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: aspell-en
  Title: package aspell-en 6.0-0-6ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aspell-en/+bug/1104310/+subscriptions

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


[Desktop-packages] [Bug 1104277] Re: package x11proto-fixes-dev 1:5.0-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to x11proto-fixes in Ubuntu.
https://bugs.launchpad.net/bugs/1104277

Title:
  package x11proto-fixes-dev 1:5.0-2ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “x11proto-fixes” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: x11proto-fixes-dev 1:5.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:37:25 2013
  Dependencies:
   x11proto-core-dev 7.0.22-1
   x11proto-input-dev 2.1.99.6-1
   x11proto-xext-dev 7.2.0-3
   xorg-sgml-doctools 1:1.10-1
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: x11proto-fixes
  Title: package x11proto-fixes-dev 1:5.0-2ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11proto-fixes/+bug/1104277/+subscriptions

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


[Desktop-packages] [Bug 1104302] Re: package language-selector-gnome 0.79 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1104302

Title:
  package language-selector-gnome 0.79 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “language-selector” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: language-selector-gnome 0.79
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:37:51 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  Title: package language-selector-gnome 0.79 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1104302/+subscriptions

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


[Desktop-packages] [Bug 1104204] Re: package libxrender-dev 1:0.9.6-2build1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libxrender-dev 1:0.9.6-2build1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libxrender” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libxrender-dev 1:0.9.6-2build1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:20:14 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libxrender
  Title: package libxrender-dev 1:0.9.6-2build1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (5 days ago)

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

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


[Desktop-packages] [Bug 1104206] Re: package libxinerama-dev 2:1.1.1-3build1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libxinerama-dev 2:1.1.1-3build1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libxinerama” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libxinerama-dev 2:1.1.1-3build1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:21:51 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libxinerama
  Title: package libxinerama-dev 2:1.1.1-3build1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (5 days ago)

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

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


[Desktop-packages] [Bug 1103627] Re: package x11proto-xinerama-dev 1.2.1-2 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to x11proto-xinerama in Ubuntu.
https://bugs.launchpad.net/bugs/1103627

Title:
  package x11proto-xinerama-dev 1.2.1-2 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “x11proto-xinerama” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: x11proto-xinerama-dev 1.2.1-2
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:21:50 2013
  Dependencies:
   
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: x11proto-xinerama
  Title: package x11proto-xinerama-dev 1.2.1-2 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11proto-xinerama/+bug/1103627/+subscriptions

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


[Desktop-packages] [Bug 1103624] Re: package openoffice.org-writer 1:3.3.0-7ubuntu7 [modified: usr/share/doc/openoffice.org-writer/changelog.Debian.gz usr/share/doc/openoffice.org-writer/copyright] fa

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to openoffice.org in Ubuntu.
https://bugs.launchpad.net/bugs/1103624

Title:
  package openoffice.org-writer 1:3.3.0-7ubuntu7 [modified:
  usr/share/doc/openoffice.org-writer/changelog.Debian.gz
  usr/share/doc/openoffice.org-writer/copyright] failed to
  install/upgrade: ErrorMessage: subprocess rm cleanup returned error
  exit status 127

Status in “openoffice.org” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: openoffice.org-writer 1:3.3.0-7ubuntu7 [modified: 
usr/share/doc/openoffice.org-writer/changelog.Debian.gz 
usr/share/doc/openoffice.org-writer/copyright]
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:36:42 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: openoffice.org
  Title: package openoffice.org-writer 1:3.3.0-7ubuntu7 [modified: 
usr/share/doc/openoffice.org-writer/changelog.Debian.gz 
usr/share/doc/openoffice.org-writer/copyright] failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/1103624/+subscriptions

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


[Desktop-packages] [Bug 1103625] Re: package libsysfs-dev 2.1.0+repack-1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libsysfs-dev 2.1.0+repack-1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “sysfsutils” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libsysfs-dev 2.1.0+repack-1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:21:17 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: sysfsutils
  Title: package libsysfs-dev 2.1.0+repack-1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

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

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


[Desktop-packages] [Bug 1103582] Re: package lightdm (not installed) failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package lightdm (not installed) failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: lightdm (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:38:00 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: lightdm
  Title: package lightdm (not installed) failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

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

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


[Desktop-packages] [Bug 1103590] Re: package x11-apps 7.6+5ubuntu1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to x11-apps in Ubuntu.
https://bugs.launchpad.net/bugs/1103590

Title:
  package x11-apps 7.6+5ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess rm cleanup returned error exit status 127

Status in “x11-apps” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: x11-apps 7.6+5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:26:04 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: x11-apps
  Title: package x11-apps 7.6+5ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-apps/+bug/1103590/+subscriptions

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


[Desktop-packages] [Bug 1103568] Re: package python-gi-cairo 3.2.2-1~precise failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package python-gi-cairo 3.2.2-1~precise failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “pygobject” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: python-gi-cairo 3.2.2-1~precise
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:26:30 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: pygobject
  Title: package python-gi-cairo 3.2.2-1~precise failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

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

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


[Desktop-packages] [Bug 1103576] Re: package locales 2.13+git20120306-3 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to langpack-locales in Ubuntu.
https://bugs.launchpad.net/bugs/1103576

Title:
  package locales 2.13+git20120306-3 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “langpack-locales” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: locales 2.13+git20120306-3
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:24:07 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: langpack-locales
  Title: package locales 2.13+git20120306-3 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1103576/+subscriptions

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


[Desktop-packages] [Bug 1103570] Re: package libmad0 0.15.1b-7ubuntu1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libmad0 0.15.1b-7ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libmad” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libmad0 0.15.1b-7ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:27:11 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libmad
  Title: package libmad0 0.15.1b-7ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

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

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


[Desktop-packages] [Bug 1103619] Re: package hicolor-icon-theme 0.12-1ubuntu2 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hicolor-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/1103619

Title:
  package hicolor-icon-theme 0.12-1ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “hicolor-icon-theme” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: hicolor-icon-theme 0.12-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:25:09 2013
  Dependencies:
   
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: hicolor-icon-theme
  Title: package hicolor-icon-theme 0.12-1ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hicolor-icon-theme/+bug/1103619/+subscriptions

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


[Desktop-packages] [Bug 1103610] Re: package unity-greeter (not installed) failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-greeter in Ubuntu.
https://bugs.launchpad.net/bugs/1103610

Title:
  package unity-greeter (not installed) failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “unity-greeter” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: unity-greeter (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:38:02 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: unity-greeter
  Title: package unity-greeter (not installed) failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1103610/+subscriptions

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


[Desktop-packages] [Bug 1103574] Re: package language-selector 0.79 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1103574

Title:
  package language-selector 0.79 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “language-selector” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: language-selector 0.79
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:37:50 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  Title: package language-selector 0.79 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1103574/+subscriptions

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


[Desktop-packages] [Bug 1104334] Re: package xauth 1:1.0.6-1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-24 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package xauth 1:1.0.6-1 failed to install/upgrade: ErrorMessage:
  subprocess rm cleanup returned error exit status 127

Status in “xauth” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: xauth 1:1.0.6-1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:26:03 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: xauth
  Title: package xauth 1:1.0.6-1 failed to install/upgrade: ErrorMessage: 
subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (5 days ago)

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

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


[Desktop-packages] [Bug 1104565] Re: No sound through headphone jack since last update of ubuntu 12.04.1LTS

2013-01-24 Thread Julian Taylor
** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided = High

** Summary changed:

- No sound through headphone jack since last update of ubuntu 12.04.1LTS
+ [Regression] No sound through headphone jack since last update of ubuntu 
12.04.1LTS

** Tags added: regression-update

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

Title:
  [Regression] No sound through headphone jack since last update of
  ubuntu 12.04.1LTS

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Since the last update of ubuntu 12.04LTS, I cannot get sound through
  my headphone jack. The sound can still be heard with the external
  speaker jack, but not from my front headphones jack.

  The version of pulseaudio that causes troubles has number
  1:1.1-0ubuntu15.2.

  Reverting back to 1:1.1-0ubuntu15 and then rebooting fixes the
  problem.

  I noticed, with version 15.2 that when I plugged the headphone set,
  the sound settings window swithed from speakers to headphones. On
  the contrary, with the older 15 version, when I plug the headphone,
  the sound settings window stays on speakers, though I hear the sound
  via the headphones.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2141 F pulseaudio
   /dev/snd/pcmC0D0c:   christophe   2141 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xdffdc000 irq 44'
 Mixer name : 'SigmaTel STAC9227'
 Components : 'HDA:83847618,102801dd,00100201'
 Controls  : 39
 Simple ctrls  : 22
  Date: Fri Jan 25 00:18:45 2013
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120425-15:28
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/christophe not ours.
   No PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/24/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.4.0
  dmi.board.name: 0WG864
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.4.0:bd05/24/2007:svnDellInc.:pnDellDM061:pvr:rvnDellInc.:rn0WG864:rvr:cvnDellInc.:ct6:cvr:
  dmi.product.name: Dell DM061
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1102545] Re: package libice-dev 2:1.0.7-2build1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libice-dev 2:1.0.7-2build1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libice” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libice-dev 2:1.0.7-2build1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:20:53 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libice
  Title: package libice-dev 2:1.0.7-2build1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1103104] Re: package libmono-data-tds2.0-cil 2.10.8.1-1ubuntu2.2 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libmono-data-tds2.0-cil 2.10.8.1-1ubuntu2.2 failed to
  install/upgrade: ErrorMessage: subprocess rm cleanup returned error
  exit status 127

Status in “mono” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libmono-data-tds2.0-cil 2.10.8.1-1ubuntu2.2
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:18:10 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: mono
  Title: package libmono-data-tds2.0-cil 2.10.8.1-1ubuntu2.2 failed to 
install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (3 days ago)

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

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


[Desktop-packages] [Bug 1103097] Re: package fonts-opensymbol 2:102.2+LibO3.5.4-0ubuntu1.1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package fonts-opensymbol 2:102.2+LibO3.5.4-0ubuntu1.1 failed to
  install/upgrade: ErrorMessage: subprocess rm cleanup returned error
  exit status 127

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: fonts-opensymbol 2:102.2+LibO3.5.4-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:37:09 2013
  Dependencies:
   
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: libreoffice
  Title: package fonts-opensymbol 2:102.2+LibO3.5.4-0ubuntu1.1 failed to 
install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (3 days ago)

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

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


[Desktop-packages] [Bug 1102535] Re: package libgtop2-7 2.28.4-2 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libgtop2-7 2.28.4-2 failed to install/upgrade: ErrorMessage:
  subprocess rm cleanup returned error exit status 127

Status in “libgtop2” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libgtop2-7 2.28.4-2
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:26:02 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libgtop2
  Title: package libgtop2-7 2.28.4-2 failed to install/upgrade: ErrorMessage: 
subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1102532] Re: package libxft-dev 2.2.0-3ubuntu2 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libxft-dev 2.2.0-3ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “xft” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libxft-dev 2.2.0-3ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:24:35 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: xft
  Title: package libxft-dev 2.2.0-3ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1103090] Re: package libfs6 2:1.0.3-1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libfs6 2:1.0.3-1 failed to install/upgrade: ErrorMessage:
  subprocess rm cleanup returned error exit status 127

Status in “libfs” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libfs6 2:1.0.3-1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:26:05 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libfs
  Title: package libfs6 2:1.0.3-1 failed to install/upgrade: ErrorMessage: 
subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (3 days ago)

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

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


[Desktop-packages] [Bug 1102556] Re: package libgtkspell0 2.0.16-1ubuntu5 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libgtkspell0 2.0.16-1ubuntu5 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “gtkspell” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libgtkspell0 2.0.16-1ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:28:41 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: gtkspell
  Title: package libgtkspell0 2.0.16-1ubuntu5 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1102561] Re: package libreoffice-l10n-de (not installed) failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libreoffice-l10n-de (not installed) failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-l10n-de (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:36:53 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libreoffice
  Title: package libreoffice-l10n-de (not installed) failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1102583] Re: package libedataserverui-3.0-1 3.2.3-0ubuntu7 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1102583

Title:
  package libedataserverui-3.0-1 3.2.3-0ubuntu7 failed to
  install/upgrade: ErrorMessage: subprocess rm cleanup returned error
  exit status 127

Status in “evolution-data-server” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libedataserverui-3.0-1 3.2.3-0ubuntu7
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:28:44 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: evolution-data-server
  Title: package libedataserverui-3.0-1 3.2.3-0ubuntu7 failed to 
install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1102583/+subscriptions

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


[Desktop-packages] [Bug 1102573] Re: package libxfixes-dev 1:5.0-4ubuntu4 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libxfixes-dev 1:5.0-4ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libxfixes” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libxfixes-dev 1:5.0-4ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:37:26 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libxfixes
  Title: package libxfixes-dev 1:5.0-4ubuntu4 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1102536] Re: package libavfilter2 4:0.8.4-0ubuntu0.12.04.1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libavfilter2 4:0.8.4-0ubuntu0.12.04.1 failed to
  install/upgrade: ErrorMessage: subprocess rm cleanup returned error
  exit status 127

Status in “libav” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libavfilter2 4:0.8.4-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:29:45 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libav
  Title: package libavfilter2 4:0.8.4-0ubuntu0.12.04.1 failed to 
install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1102571] Re: package libxext-dev 2:1.3.0-3build1 failed to install/upgrade: ErrorMessage: subprocess rm cleanup returned error exit status 127

2013-01-22 Thread Julian Taylor
*** This bug is a duplicate of bug 1103111 ***
https://bugs.launchpad.net/bugs/1103111

** This bug has been marked a duplicate of bug 1103111
   Upgrade failure

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

Title:
  package libxext-dev 2:1.3.0-3build1 failed to install/upgrade:
  ErrorMessage: subprocess rm cleanup returned error exit status 127

Status in “libxext” package in Ubuntu:
  New

Bug description:
  upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libxext-dev 2:1.3.0-3build1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
  Uname: Linux 3.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Sat Jan 19 12:21:00 2013
  ErrorMessage: ErrorMessage: subprocess rm cleanup returned error exit status 
127
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 
(20110719.2)
  MarkForUpload: True
  SourcePackage: libxext
  Title: package libxext-dev 2:1.3.0-3build1 failed to install/upgrade: 
ErrorMessage: subprocess rm cleanup returned error exit status 127
  UpgradeStatus: Upgraded to precise on 2013-01-19 (2 days ago)

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

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


[Desktop-packages] [Bug 1101156] Re: libpango1.0-dev unusable for static builds

2013-01-18 Thread Julian Taylor
if not depending on -dev packages for static builds is a bug is debatable, 
shared libraries are the preferred way for distributions which packages cater 
to.
It certainly does not make it unusable

pangoft2 is in the -dev package in quantal:
libpango1.0-dev: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.a

in which distribution is it not?

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

Title:
  libpango1.0-dev unusable for static builds

Status in “pango1.0” package in Ubuntu:
  New

Bug description:
  The package has two problems using it with static builds:
  1. It doesn't pull the required libthai-dev and libselinux1-dev.
  2. The libpangoft2 library is only provided in the non-dev package in shared 
form, the static one is missing from the -dev package.

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

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


[Desktop-packages] [Bug 1101156] Re: libpango1.0-dev unusable for static builds

2013-01-18 Thread Julian Taylor
its also present in precise:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.1 LTS
Release:12.04
Codename:   precise
# dpkg -S libpangoft2-1.0.a
libpango1.0-dev: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.a


concerning the dependencies, please file a bug in debian if you really need the 
-dev dependencies, it is not worth deviating from our upstream for this.
https://wiki.ubuntu.com/Debian/Bugs

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

Title:
  libpango1.0-dev unusable for static builds

Status in “pango1.0” package in Ubuntu:
  New

Bug description:
  The package has two problems using it with static builds:
  1. It doesn't pull the required libthai-dev and libselinux1-dev.
  2. The libpangoft2 library is only provided in the non-dev package in shared 
form, the static one is missing from the -dev package.

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

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2013-01-16 Thread Julian Taylor
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  glines segfault

Status in GNOME Games:
  Confirmed
Status in “gnome-games” package in Ubuntu:
  Fix Released
Status in “gnome-games” source package in Precise:
  Fix Committed
Status in “gnome-games” source package in Quantal:
  Fix Committed
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  [Fix] the cause is the use of uninitialized data in a preview, the fix
  is to simply not do this.

  [TEST CASE]
  start glines on 32 bit, it should not segfault

  [Regression potential]
  pretty low, it just delays drawing of some preview data before the games has 
actually started

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2012-12-26 Thread Julian Taylor
I confirmed it for 13.04 too
the patch in the upstream bug which looks a bit nicer and seems to work fine 
too.

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

Title:
  glines segfault

Status in GNOME Games:
  Confirmed
Status in “gnome-games” package in Ubuntu:
  Triaged
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  glines does not start from application menu. From a terminal, glines receives 
a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2012-12-26 Thread Julian Taylor
** Description changed:

- glines does not start from application menu. From a terminal, glines receives 
a Segment fault.
+ [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04
+ 
+ [Fix] the cause is the use of uninitialized data in a preview, the fix
+ is to simply not do this.
+ 
+ [TEST CASE]
+ start glines on 32 bit, it should not segfault
+ 
+ [Regression potential]
+ pretty low, it just delays drawing of some preview data before the games has 
actually started
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

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

Title:
  glines segfault

Status in GNOME Games:
  Confirmed
Status in “gnome-games” package in Ubuntu:
  Triaged
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  [Impact] glines does not start from application menu. From a terminal, glines 
receives a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  [Fix] the cause is the use of uninitialized data in a preview, the fix
  is to simply not do this.

  [TEST CASE]
  start glines on 32 bit, it should not segfault

  [Regression potential]
  pretty low, it just delays drawing of some preview data before the games has 
actually started

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 995281] Re: glines segfault

2012-12-25 Thread Julian Taylor
the patch works fine in precise
can someone confirm that 12.10 and 13.04 are still affected, the code as 
changed a bit.

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

Title:
  glines segfault

Status in GNOME Games:
  Confirmed
Status in “gnome-games” package in Ubuntu:
  Triaged
Status in Baltix GNU/Linux:
  New
Status in “gnome-games” package in Debian:
  New

Bug description:
  glines does not start from application menu. From a terminal, glines receives 
a Segment fault.
  It was working fine with Ubuntu 11.10 and crash after update to 12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glines 1:3.4.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May  6 00:18:08 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to precise on 2012-05-03 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/995281/+subscriptions

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


[Desktop-packages] [Bug 768931] Re: no custom icon on launcher displayed for mono winforms and ogre apps

2012-12-08 Thread Julian Taylor
its invalid for keepass because its not keepass's buisness to fix it.
mono does not set the WM_CLASS property which you could consider a bug, but 
other desktops handle that just fine

it actually seems to be fixed in quantal, openbve works too
so we can mark it fix released

** Changed in: unity (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/768931

Title:
  no custom icon on launcher displayed for mono winforms and ogre apps

Status in BAMF Application Matching Framework:
  Triaged
Status in Unity:
  Triaged
Status in “keepass2” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: unity

  applications based on libmono-winforms2.0-cil do not display a icon on the 
launcher. One only sees the generic questionmark.
  Also it shows three lines which indicate the number of instances when there 
is only one.
  In the unity app place and the gnome2 menu the icon is displayed correctly. 

  Example applications are keepass2
  (https://launchpad.net/~jtaylor/+archive/keepass), openbve and
  xsddiagram

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Fri Apr 22 13:36:21 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110329.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1071749] Re: mono failed to compile

2012-10-26 Thread Julian Taylor
the package is patched to fix that

upstream has a commit too:
https://github.com/mono/mono/commit/58f443c5d2de9ce481905e3d9091150317570398

** Changed in: mono (Ubuntu)
   Status: New = Invalid

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

Title:
  mono failed to compile

Status in “mono” package in Ubuntu:
  Invalid

Bug description:
  syslog.c: In function 'Mono_Posix_Syscall_syslog':
  syslog.c:37:2: error: format not a string literal and no format arguments 
[-Werror=format-security]
  syslog.c: At top level:
  syslog.c:43:1: warning: no previous prototype for 
'Mono_Posix_Syscall_syslog2' [-Wmissing-prototypes]
  cc1: some warnings being treated as errors

  Description:  Ubuntu Raring Ringtail (development branch)
  Release:  13.04

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

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


[Desktop-packages] [Bug 1062007] Re: evolution-calendar-factory crashed with SIGSEGV in g_hash_table_lookup_node()

2012-10-05 Thread Julian Taylor
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1062007

Title:
  evolution-calendar-factory crashed with SIGSEGV in
  g_hash_table_lookup_node()

Status in “evolution-data-server” package in Ubuntu:
  Confirmed

Bug description:
  starts os

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: evolution-data-server 3.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  Date: Fri Oct  5 00:36:11 2012
  Disassembly: = 0x1:  Não é possível acessar a memória no endereço 0x1
  ExecutablePath: /usr/lib/evolution/evolution-calendar-factory
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcCmdline: /usr/lib/evolution/evolution-calendar-factory
  ProcEnviron:
   SHELL=/bin/false
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANGUAGE=pt_BR:pt:en
   LANG=pt_BR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x1:   Não é possível acessar a memória no endereço 0x1
   PC (0x0001) not located in a known VMA region (needed executable region)!
   source 0x1 (0x0001) not located in a known VMA region (needed readable 
region)!
  SegvReason:
   executing NULL VMA
   reading NULL VMA
  Signal: 11
  SourcePackage: evolution-data-server
  StacktraceTop:
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from 
/usr/lib/evolution-data-server/calendar-backends/libecalbackendcontacts.so
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: evolution-calendar-factory crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: Upgraded to quantal on 2012-08-12 (53 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1062007/+subscriptions

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


[Desktop-packages] [Bug 1051578] Re: error while loading shared libraries: libwebkit-1.0.so.2

2012-10-03 Thread Julian Taylor
** Changed in: liferea (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  error while loading shared libraries: libwebkit-1.0.so.2

Status in “liferea” package in Ubuntu:
  Invalid

Bug description:
  while starting liferea (1.8.3-0.1ubuntu2 0 on ubuntu 12.04 / 64bit) i
  get the following error:

   liferea: error while loading shared libraries: libwebkit-1.0.so.2:
  cannot open shared object file: No such file or directory

  as a result the application launch is stopped. Am i guessing right
  that this might be packaging-related?

  Can i offer any additional informations?
  Any idea if there is a workaround like manually installing the relevant parts 
via apt?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: liferea 1.8.3-0.1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Sun Sep 16 15:29:18 2012
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  SourcePackage: liferea
  UpgradeStatus: Upgraded to precise on 2012-04-22 (147 days ago)

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

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


[Desktop-packages] [Bug 1051578] Re: error while loading shared libraries: libwebkit-1.0.so.2

2012-09-26 Thread Julian Taylor
you can use lddtree from pax-utils to track down which library or application 
pulls in the nonexistant .so.2
then reinstall the archive version of that.

its likely liferea itself that needs reinstalling

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

Title:
  error while loading shared libraries: libwebkit-1.0.so.2

Status in “liferea” package in Ubuntu:
  Incomplete

Bug description:
  while starting liferea (1.8.3-0.1ubuntu2 0 on ubuntu 12.04 / 64bit) i
  get the following error:

   liferea: error while loading shared libraries: libwebkit-1.0.so.2:
  cannot open shared object file: No such file or directory

  as a result the application launch is stopped. Am i guessing right
  that this might be packaging-related?

  Can i offer any additional informations?
  Any idea if there is a workaround like manually installing the relevant parts 
via apt?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: liferea 1.8.3-0.1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Sun Sep 16 15:29:18 2012
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  SourcePackage: liferea
  UpgradeStatus: Upgraded to precise on 2012-04-22 (147 days ago)

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

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


[Desktop-packages] [Bug 1051578] Re: error while loading shared libraries: libwebkit-1.0.so.2

2012-09-17 Thread Julian Taylor
my guess is that this could be related to the ppa packages you have
installed:

libjavascriptcoregtk-1.0-0 1.8.1-0ubuntu2~ppwkt1 [origin: LP-PPA-webkit-team]
libwebkitgtk-1.0-0 1.8.1-0ubuntu2~ppwkt1 [origin: LP-PPA-webkit-team]
libwebkitgtk-1.0-common 1.8.1-0ubuntu2~ppwkt1 [origin: LP-PPA-webkit-team]

can you try reverting back to the distribution packages and try again
please

apt-get install libwebkitgtk-1.0-common=1.8.1-0ubuntu0.12.04.1
libwebkitgtk-1.0-0=1.8.1-0ubuntu0.12.04.1
libjavascriptcoregtk-1.0-0=1.8.1-0ubuntu0.12.04.1

remove the ppa so they don't upgrade again:
delete LP-PPA-webkit-team from /etc/apt/sources.list.d/
apt-get update

** Changed in: liferea (Ubuntu)
   Status: New = Incomplete

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

Title:
  error while loading shared libraries: libwebkit-1.0.so.2

Status in “liferea” package in Ubuntu:
  Incomplete

Bug description:
  while starting liferea (1.8.3-0.1ubuntu2 0 on ubuntu 12.04 / 64bit) i
  get the following error:

   liferea: error while loading shared libraries: libwebkit-1.0.so.2:
  cannot open shared object file: No such file or directory

  as a result the application launch is stopped. Am i guessing right
  that this might be packaging-related?

  Can i offer any additional informations?
  Any idea if there is a workaround like manually installing the relevant parts 
via apt?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: liferea 1.8.3-0.1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Sun Sep 16 15:29:18 2012
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  SourcePackage: liferea
  UpgradeStatus: Upgraded to precise on 2012-04-22 (147 days ago)

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

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


[Desktop-packages] [Bug 1043072] Re: gnome-panel crashed with SIGSEGV in gtk_widget_verify_invariants()

2012-09-16 Thread Julian Taylor
** Visibility changed to: Public

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

Title:
  gnome-panel crashed with SIGSEGV in gtk_widget_verify_invariants()

Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  ...

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-panel 1:3.5.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-13.13-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: amd64
  Date: Wed Aug 29 07:45:00 2012
  ExecutablePath: /usr/bin/gnome-panel
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120809.1)
  ProcCmdline: gnome-panel
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f81487c3209:mov0x80(%rax),%ecx
   PC (0x7f81487c3209) ok
   source 0x80(%rax) (0xab2a) not located in a known VMA region 
(needed readable region)!
   destination %ecx ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-panel
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_widget_size_allocate () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? ()
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-panel crashed with SIGSEGV in gtk_widget_size_allocate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 862950] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2012-09-10 Thread Julian Taylor
** Visibility changed to: Public

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

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

Status in “metacity” package in Ubuntu:
  Confirmed

Bug description:
  when you click the playlist button on vlc it crashes

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: metacity 1:2.34.1-1ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  Date: Thu Sep 29 23:12:21 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/metacity
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
  ProcCmdline: metacity
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: metacity
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? ()
   ?? ()
  Title: metacity crashed with SIGABRT in __kernel_vsyscall()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 1017914] Re: python: double free or corruption (out)

2012-06-27 Thread Julian Taylor
** Changed in: gstreamer
   Importance: Undecided = Unknown

** Changed in: gstreamer
   Status: New = Unknown

** Changed in: gstreamer
 Remote watch: None = GNOME Bug Tracker #678897

** Package changed: python2.7 (Ubuntu) = gstreamer0.10 (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1017914

Title:
  python: double free or corruption (out)

Status in The GStreamer Multimedia Framework:
  Unknown
Status in Python:
  New
Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  Testing the code attached and extracted from

  http://bazaar.launchpad.net/~jderose/+junk/gst-
  examples/view/head:/webcam-1.0

  https://wiki.ubuntu.com/Novacut/GStreamer1.0

  *** glibc detected *** python: double free or corruption (out): 0xb3467ed0 ***
  === Backtrace: =
  /lib/i386-linux-gnu/libc.so.6(+0x73e42)[0xb73a5e42]
  /usr/lib/i386-linux-gnu/libX11.so.6(+0x368ff)[0xb624f8ff]
  /usr/lib/i386-linux-gnu/libX11.so.6(_XEventsQueued+0x68)[0xb62503e8]
  /usr/lib/i386-linux-gnu/libX11.so.6(XPending+0x68)[0xb6241188]
  /usr/lib/i386-linux-gnu/libgdk-3.so.0(+0x4ad64)[0xb63a4d64]
  /usr/lib/i386-linux-gnu/libgdk-3.so.0(+0x4add3)[0xb63a4dd3]
  /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_check+0x19f)[0xb6d6583f]
  /lib/i386-linux-gnu/libglib-2.0.so.0(+0x46d02)[0xb6d65d02]
  /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0x7b)[0xb6d6624b]
  /usr/lib/i386-linux-gnu/libgtk-3.so.0(gtk_main+0x9d)[0xb6584d5d]
  /usr/lib/i386-linux-gnu/libffi.so.6(ffi_call_SYSV+0x1a)[0xb6bb535a]
  /usr/lib/i386-linux-gnu/libffi.so.6(ffi_call+0x6f)[0xb6bb508f]
  /usr/lib/libgirepository-1.0.so.1(g_callable_info_invoke+0x38d)[0xb6e735cd]
  /usr/lib/libgirepository-1.0.so.1(g_function_info_invoke+0xa4)[0xb6e74ba4]
  /usr/lib/python2.7/dist-packages/gi/_gi.so(+0x1155a)[0xb6ede55a]
  /usr/lib/python2.7/dist-packages/gi/_gi.so(+0x12260)[0xb6edf260]
  python(PyEval_EvalFrameEx+0x3ead)[0x808c7bd]
  python(PyEval_EvalCodeEx+0x150)[0x81a7d70]
  python(PyEval_EvalFrameEx+0x6cc)[0x8088fdc]
  python(PyEval_EvalFrameEx+0x7bc)[0x80890cc]
  python(PyEval_EvalCodeEx+0x150)[0x81a7d70]
  python(PyRun_SimpleFileExFlags+0x2c1)[0x8151e21]
  python(Py_Main+0x559)[0x815a4d9]
  python(main+0x1b)[0x805e78b]
  /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xb734b4d3]
  python[0x805e7b1]
  === Memory map: 
  08048000-0829f000 r-xp  08:07 3015493/usr/bin/python2.7
  0829f000-082a r--p 00256000 08:07 3015493/usr/bin/python2.7
  082a-082f5000 rw-p 00257000 08:07 3015493/usr/bin/python2.7
  082f5000-08301000 rw-p  00:00 0 
  09ec1000-0a284000 rw-p  00:00 0  [heap]
  b2a0-b2c8 rw-s 0078 00:05 8935   /dev/video0
  b2c8-b2f0 rw-s 0050 00:05 8935   /dev/video0
  b2f0-b318 rw-s 0028 00:05 8935   /dev/video0
  b318-b340 rw-s  00:05 8935   /dev/video0
  b340-b346d000 rw-p  00:00 0 
  b346d000-b350 ---p  00:00 0 
  b353b000-b353c000 ---p  00:00 0 
  b353c000-b3d3c000 rw-p  00:00 0  [stack:6249]
  b3d3c000-b3d8 r-xp  08:07 3039227
/usr/lib/i386-linux-gnu/libjpeg.so.8.0.2
  b3d8-b3d81000 r--p 00043000 08:07 3039227
/usr/lib/i386-linux-gnu/libjpeg.so.8.0.2
  b3d81000-b3d82000 rw-p 00044000 08:07 3039227
/usr/lib/i386-linux-gnu/libjpeg.so.8.0.2
  b3d82000-b3d92000 rw-p  00:00 0 
  b3d92000-b3db6000 r-xp  08:07 3019345
/usr/lib/i386-linux-gnu/libv4lconvert.so.0
  b3db6000-b3db7000 r--p 00024000 08:07 3019345
/usr/lib/i386-linux-gnu/libv4lconvert.so.0
  b3db7000-b3db8000 rw-p 00025000 08:07 3019345
/usr/lib/i386-linux-gnu/libv4lconvert.so.0
  b3db8000-b3e0a000 rw-p  00:00 0 
  b3e35000-b3e36000 ---p  00:00 0 
  b3e36000-b4636000 rw-p  00:00 0  [stack:6248]
  b4636000-b46c1000 r-xp  08:07 3045207
/usr/lib/i386-linux-gnu/liborc-0.4.so.0.16.0
  b46c1000-b46c2000 r--p 0008a000 08:07 3045207
/usr/lib/i386-linux-gnu/liborc-0.4.so.0.16.0
  b46c2000-b46c6000 rw-p 0008b000 08:07 3045207
/usr/lib/i386-linux-gnu/liborc-0.4.so.0.16.0
  b46c6000-b46fb000 r-xp  08:07 3014814
/usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0.0.0
  b46fb000-b46fc000 ---p 00035000 08:07 3014814
/usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0.0.0
  b46fc000-b46fd000 r--p 00035000 08:07 3014814
/usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0.0.0
  b46fd000-b470 rw-p 00036000 08:07 3014814
/usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0.0.0
  b470-b4721000 rw-p  00:00 0 
  b4721000-b480 ---p  00:00 0 
  b481a000-b483e000 r-xp  08:07 331428 
/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so
  b483e000-b483f000 r--p 00023000 08:07 331428 
/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so
  

[Desktop-packages] [Bug 1012229] Re: installing 32bit dev packages on 64bit OS frequently fails

2012-06-12 Thread Julian Taylor
this is most likely due to many packages depending on glib-dev and glib-dev 
recommends python
if you don't disable installing recommends the foreign python will attempt to 
replace the native one which will break your system

it is probably better to install with --no-install-recommends to avoid
unnecessary stuff.

** Package changed: ubuntu = glib2.0 (Ubuntu)

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

Title:
  installing 32bit dev packages on 64bit OS frequently fails

Status in “glib2.0” package in Ubuntu:
  New

Bug description:
  I've installed a number of 32bit libraries and their dev packages (to
  build 32 bit binaries on a 64bit host), but a handful of them
  effectively can't be installed without catastrophic harm to the
  system.  Here's an example.

  $ uname -a
  Linux hostname 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

  $ cat /etc/issue
  Ubuntu 12.04 LTS \n \l

  $ sudo apt-get install libappindicator3-dev:i386
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
libopenal1:i386 sound-theme-freedesktop libsdl-ttf2.0-0:i386 libgconf-2-4 
libgconf-2-4:i386 gconf2-common libstdc++5:i386
libqt4-declarative:i386 libgail18:i386 libldap-2.4-2:i386 libgphoto2-l10n 
libao-common libv4l-0:i386 liblcms1:i386
libqt4-qt3support:i386 libroken18-heimdal:i386 libunistring0:i386 
libcupsimage2:i386 libgphoto2-port0:i386 libidn11:i386
libcaca0:i386 gtk2-engines:i386 libgudev-1.0-0:i386 libgconf2-doc 
libcdparanoia0:i386 libavc1394-0:i386
gstreamer0.10-fluendo-mp3:i386 qdbus glib-networking-common libaio1:i386 
libsane:i386 odbcinst1debian2 odbcinst1debian2:i386
libqt4-test:i386 libqt4-script:i386 libqt4-designer:i386 
libsdl-mixer1.2:i386 libqt4-network:i386 libqt4-dbus libqt4-dbus:i386
libcap2:i386 libproxy1 libproxy1:i386 ibus-gtk:i386 libtdb1:i386 
libasn1-8-heimdal:i386 libspeex1:i386 libxslt1.1:i386
libgomp1:i386 libcapi20-3:i386 libibus-1.0-0:i386 libopenal-data odbcinst 
libgssapi3-heimdal:i386 libvisual-0.4-0:i386
libcanberra0:i386 gtk2-engines-murrine:i386 libwavpack1:i386 
libqt4-opengl:i386 libsoup-gnome2.4-1:i386 libmysqlclient18:i386
libv4lconvert0:i386 gstreamer0.10-plugins-good:i386 libqt4-xmlpatterns:i386 
gir1.2-gconf-2.0:i386 libiec61883-0:i386
libsdl-image1.2:i386 libwind0-heimdal:i386 libsdl1.2debian:i386 
libxaw7:i386 libgdbm3:i386 libcurl3:i386 libqtcore4
libqtcore4:i386 libesd0:i386 libmikmod2:i386 oss-compat 
libpulse-mainloop-glib0:i386 libtheora0:i386 libaa1:i386
libieee1284-3:i386 libao4:i386 libxmu6:i386 libcanberra-gtk0:i386 
libvorbisfile3:i386 libqt4-sql:i386 libsane-common
esound-common libxpm4:i386 libqt4-svg:i386 libusb-0.1-4:i386 
libgail-common:i386 libhcrypto4-heimdal:i386 liborc-0.4-0:i386
libraw1394-11:i386 libshout3:i386 libdv4:i386 libhx509-5-heimdal:i386 
libqt4-xml libqt4-xml:i386 gstreamer0.10-x:i386
libgettextpo0:i386 libxss1:i386 libgd2-xpm:i386 libheimbase1-heimdal:i386 
libsdl-net1.2:i386 libvisual-0.4-plugins:i386
libgstreamer-plugins-base0.10-0:i386 libxtst6:i386 gtk2-engines-pixbuf:i386 
gsettings-desktop-schemas libqtgui4:i386
libtag1c2a:i386 libssl0.9.8:i386 libmpg123-0:i386 libmad0:i386 
libsasl2-2:i386 gtk2-engines-oxygen:i386 gconf-service
xaw3dg:i386 liboil0.3:i386 libheimntlm0-heimdal:i386 libpulsedsp:i386 
libqt4-sql-mysql:i386 libodbc1:i386 libexif12:i386
libqt4-scripttools:i386 libglu1-mesa:i386 librtmp0:i386 libqtwebkit4:i386 
glib-networking-services libgstreamer0.10-0:i386
libxp6:i386 libaudio2:i386 libxt6:i386 libxv1:i386 libsasl2-modules:i386 
gstreamer0.10-plugins-base:i386 libmng1:i386 libltdl7
libltdl7:i386 libkrb5-26-heimdal:i386 libssl1.0.0:i386 glib-networking 
glib-networking:i386 gconf-service-backend
libsoup2.4-1:i386 libgphoto2-2:i386 libtag1-vanilla:i386 libaudiofile1:i386
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
debhelper dh-apparmor gettext gir1.2-atk-1.0:i386 gir1.2-gtk-2.0:i386 
html2text indicator-application:i386 intltool-debian
libappindicator3-1:i386 libatk1.0-dev:i386 libcroco3 
libdbusmenu-glib-dev:i386 libdbusmenu-glib4:i386 libdbusmenu-gtk3-4:i386
libgettextpo0 libgtk-3-0 libgtk-3-0:i386 libgtk-3-bin libgtk-3-common 
libgtk2.0-dev:i386 libindicator3-7:i386
libmail-sendmail-perl libsys-hostname-long-perl libunistring0 
libxcomposite-dev:i386 libxcursor-dev:i386 libxdamage-dev:i386
libxfixes-dev:i386 libxi-dev:i386 libxinerama-dev:i386 libxml2-utils 
libxrandr-dev:i386 po-debconf python3 python3-minimal
python3.2 python3.2-minimal x11proto-composite-dev x11proto-damage-dev 
x11proto-fixes-dev x11proto-randr-dev
x11proto-xinerama-dev
  Suggested 

[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2012-05-30 Thread Julian Taylor
the binary package from debian and quantal does not work either

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “easymp3gain” package in Ubuntu:
  Fix Released
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either.
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2012-05-29 Thread Julian Taylor
the version from quantal compiled in precise does not work either an my
amd64 system

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “easymp3gain” package in Ubuntu:
  Fix Released
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either.
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2012-05-29 Thread Julian Taylor
I built it for 32 bit and installed it (yey multiarch), the theme is
pretty borked but it works :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “easymp3gain” package in Ubuntu:
  Fix Released
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either.
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


[Desktop-packages] [Bug 986382] Re: Zenity 3.2.0 CPU usage 100%

2012-05-08 Thread Julian Taylor
*** This bug is a duplicate of bug 995435 ***
https://bugs.launchpad.net/bugs/995435

** This bug has been marked a duplicate of bug 995435
   Zenity --list uses 100%cpu and does nothing

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

Title:
  Zenity 3.2.0 CPU usage 100%

Status in “zenity” package in Ubuntu:
  New

Bug description:
  Ryzom is a Game that I tried installing through the Ubuntu Software Center. 
Ryzom uses Zenity in order to display a bar which goes in a loop to the right 
and back to the left.
  Suddenly, the animation broke completely resulting in CPU usage almost 100% 
by the zenity instance!

  See the attached file please.

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

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


[Desktop-packages] [Bug 995435] Re: Zenity --list uses 100%cpu and does nothing

2012-05-08 Thread Julian Taylor
it busy waits in tree.c:123:
123 while (g_io_channel_get_flags(channel) != G_IO_FLAG_IS_READABLE)
124   ;

** Summary changed:

- Zenity do not work?
+ Zenity --list uses 100%cpu and does nothing

** Changed in: zenity (Ubuntu)
   Importance: Undecided = High

** Changed in: zenity (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Zenity --list uses 100%cpu and does nothing

Status in “zenity” package in Ubuntu:
  Triaged

Bug description:
  Lubuntu 12.04-64
  Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

  Eternal Lands (MMORPG-client) script (part of script):
  ...
  {
sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
while read name dir server port description
do
echo $name
echo $description
echo $server
echo $port
echo $dir
done | \
zenity --title=Eternal Lands Launcher${non_standard} --width=450 
--height=280 \
--list \
--column Name \
--column Description \
--column Server \
--column Port \
--column Directory \
--text Choose the Server/Configuration - main is the standard
  }
  ...

  When this script start - zenity get 25% of CPU and 22 Mb RSS and 430
  Mb memory - and nothing (not window, not anything)...

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

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


[Desktop-packages] [Bug 995435] Re: Zenity --list uses 100%cpu and does nothing

2012-05-08 Thread Julian Taylor
easy to reproduce from an manpage example
find  .  -name  '*'  | zenity --list --title Search Results --text Finding 
all  header files.. --column Files

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

Title:
  Zenity --list uses 100%cpu and does nothing

Status in “zenity” package in Ubuntu:
  Triaged

Bug description:
  Lubuntu 12.04-64
  Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

  Eternal Lands (MMORPG-client) script (part of script):
  ...
  {
sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
while read name dir server port description
do
echo $name
echo $description
echo $server
echo $port
echo $dir
done | \
zenity --title=Eternal Lands Launcher${non_standard} --width=450 
--height=280 \
--list \
--column Name \
--column Description \
--column Server \
--column Port \
--column Directory \
--text Choose the Server/Configuration - main is the standard
  }
  ...

  When this script start - zenity get 25% of CPU and 22 Mb RSS and 430
  Mb memory - and nothing (not window, not anything)...

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

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


[Desktop-packages] [Bug 995435] Re: Zenity --list uses 100%cpu and does nothing

2012-05-08 Thread Julian Taylor
revised listview patch

** Bug watch added: GNOME Bug Tracker #673529
   https://bugzilla.gnome.org/show_bug.cgi?id=673529

** Also affects: zenity via
   https://bugzilla.gnome.org/show_bug.cgi?id=673529
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #612683
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612683

** Also affects: zenity (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612683
   Importance: Unknown
   Status: Unknown

** Patch added: git_list_view_segfault.patch
   
https://bugs.launchpad.net/debian/+source/zenity/+bug/995435/+attachment/3137451/+files/git_list_view_segfault.patch

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

Title:
  Zenity --list uses 100%cpu and does nothing

Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Triaged
Status in “zenity” package in Debian:
  Unknown

Bug description:
  Lubuntu 12.04-64
  Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

  Eternal Lands (MMORPG-client) script (part of script):
  ...
  {
sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
while read name dir server port description
do
echo $name
echo $description
echo $server
echo $port
echo $dir
done | \
zenity --title=Eternal Lands Launcher${non_standard} --width=450 
--height=280 \
--list \
--column Name \
--column Description \
--column Server \
--column Port \
--column Directory \
--text Choose the Server/Configuration - main is the standard
  }
  ...

  When this script start - zenity get 25% of CPU and 22 Mb RSS and 430
  Mb memory - and nothing (not window, not anything)...

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

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


[Desktop-packages] [Bug 995435] Re: Zenity --list uses 100%cpu and does nothing

2012-05-08 Thread Julian Taylor
** No longer affects: zenity (Debian)

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

Title:
  Zenity --list uses 100%cpu and does nothing

Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Triaged

Bug description:
  Lubuntu 12.04-64
  Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

  Eternal Lands (MMORPG-client) script (part of script):
  ...
  {
sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
while read name dir server port description
do
echo $name
echo $description
echo $server
echo $port
echo $dir
done | \
zenity --title=Eternal Lands Launcher${non_standard} --width=450 
--height=280 \
--list \
--column Name \
--column Description \
--column Server \
--column Port \
--column Directory \
--text Choose the Server/Configuration - main is the standard
  }
  ...

  When this script start - zenity get 25% of CPU and 22 Mb RSS and 430
  Mb memory - and nothing (not window, not anything)...

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

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


[Desktop-packages] [Bug 968534] Re: zenity crashed with SIGSEGV in zenity_tree_dialog_response()

2012-05-08 Thread Julian Taylor
this update introduces bug 995435

** Tags added: regression-updates

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

Title:
  zenity crashed with SIGSEGV in zenity_tree_dialog_response()

Status in Ubuntu Customization Kit:
  Fix Released
Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Fix Committed
Status in “zenity” source package in Precise:
  Fix Released
Status in “zenity” source package in Quantal:
  Fix Committed

Bug description:
  TESTCASE:
  * run zenity --list --column=bug --checklist option
  * click any of the button
  * it segfaults without the update, it works with it

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

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


[Desktop-packages] [Bug 968534] Re: zenity crashed with SIGSEGV in zenity_tree_dialog_response()

2012-05-08 Thread Julian Taylor
proper patch applied upstream:
http://git.gnome.org/browse/zenity/commit/?id=127c298ac43cbdf3b965002e7e9115571ca1d90d

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

Title:
  zenity crashed with SIGSEGV in zenity_tree_dialog_response()

Status in Ubuntu Customization Kit:
  Fix Released
Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Fix Committed
Status in “zenity” source package in Precise:
  Fix Released
Status in “zenity” source package in Quantal:
  Fix Committed

Bug description:
  TESTCASE:
  * run zenity --list --column=bug --checklist option
  * click any of the button
  * it segfaults without the update, it works with it

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

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


[Desktop-packages] [Bug 968534] Re: zenity crashed with SIGSEGV in zenity_tree_dialog_response()

2012-05-08 Thread Julian Taylor
** Tags removed: regression-updates
** Tags added: regression-release

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

Title:
  zenity crashed with SIGSEGV in zenity_tree_dialog_response()

Status in Ubuntu Customization Kit:
  Fix Released
Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Fix Committed
Status in “zenity” source package in Precise:
  Fix Released
Status in “zenity” source package in Quantal:
  Fix Committed

Bug description:
  TESTCASE:
  * run zenity --list --column=bug --checklist option
  * click any of the button
  * it segfaults without the update, it works with it

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

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


[Desktop-packages] [Bug 995435] Re: Zenity --list uses 100%cpu and does nothing

2012-05-08 Thread Julian Taylor
** Tags added: regression-release

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

Title:
  Zenity --list uses 100%cpu and does nothing

Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Triaged

Bug description:
  Lubuntu 12.04-64
  Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

  Eternal Lands (MMORPG-client) script (part of script):
  ...
  {
sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
while read name dir server port description
do
echo $name
echo $description
echo $server
echo $port
echo $dir
done | \
zenity --title=Eternal Lands Launcher${non_standard} --width=450 
--height=280 \
--list \
--column Name \
--column Description \
--column Server \
--column Port \
--column Directory \
--text Choose the Server/Configuration - main is the standard
  }
  ...

  When this script start - zenity get 25% of CPU and 22 Mb RSS and 430
  Mb memory - and nothing (not window, not anything)...

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

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


[Desktop-packages] [Bug 968534] Re: zenity crashed with SIGSEGV in zenity_tree_dialog_response()

2012-05-08 Thread Julian Taylor
there are still more issues lingering in this code, e.g. endless loop on cancel 
due to channel use after shutdown:
https://bugzilla.gnome.org/show_bug.cgi?id=675705

** Bug watch added: GNOME Bug Tracker #675705
   https://bugzilla.gnome.org/show_bug.cgi?id=675705

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

Title:
  zenity crashed with SIGSEGV in zenity_tree_dialog_response()

Status in Ubuntu Customization Kit:
  Fix Released
Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Fix Committed
Status in “zenity” source package in Precise:
  Fix Released
Status in “zenity” source package in Quantal:
  Fix Committed

Bug description:
  TESTCASE:
  * run zenity --list --column=bug --checklist option
  * click any of the button
  * it segfaults without the update, it works with it

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

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


[Desktop-packages] [Bug 768931] Re: no custom icon on launcher displayed for mono winforms and ogre apps

2012-04-26 Thread Julian Taylor
indeed its still broken in unity
I was logged into unity2d and didn't notice, when back in unity the 
questionmark reappeard, alhtouh it only has one of those arrow things instead 
of three and clicking on it actually brings up keepass more reliably than 
before.

** Changed in: unity (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: unity
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/768931

Title:
  no custom icon on launcher displayed for mono winforms and ogre apps

Status in BAMF Application Matching Framework:
  Invalid
Status in Unity:
  Confirmed
Status in “keepass2” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: unity

  applications based on libmono-winforms2.0-cil do not display a icon on the 
launcher. One only sees the generic questionmark.
  Also it shows three lines which indicate the number of instances when there 
is only one.
  In the unity app place and the gnome2 menu the icon is displayed correctly. 

  Example applications are keepass2
  (https://launchpad.net/~jtaylor/+archive/keepass), openbve and
  xsddiagram

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Fri Apr 22 13:36:21 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110329.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2012-01-28 Thread Julian Taylor
unfortunatly the only way I know of is updating your gtk installation.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “easymp3gain” package in Ubuntu:
  Triaged
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either.
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2012-01-28 Thread Julian Taylor
its not trivial and it will effect all other applications.
I built a newer gtk in my ppa, but it might break your system so install at own 
risk. I will not give any support when something breaks.
https://launchpad.net/~jtaylor/+archive/jtaylor

what is probably saver is downloading libgtk2.0-0 from that ppa (or ubuntu 
precise), extract it (dpkg -x package.deb target-dir) and then just preloading 
it:
LD_PRELOAD=/path/to/libgtk-x11-2.0.so.0 easymp3gain
no idea if that will work though.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “easymp3gain” package in Ubuntu:
  Triaged
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either.
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


[Desktop-packages] [Bug 916177] Re: Libreoffice 3.4 failed to upgrade to 3.5 because the pre-inst script was unable to remove /usr/lib/libreoffice/basis3.4 folder

2012-01-13 Thread Julian Taylor
*** This bug is a duplicate of bug 804943 ***
https://bugs.launchpad.net/bugs/804943

** This bug has been marked a duplicate of bug 804943
   blcr kernel module failed to build with kernel 3.0 : configure: error: 
--with-linux argument '3.0-x' is neither a kernel version string nor a full path

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

Title:
  Libreoffice 3.4 failed to upgrade to 3.5 because the pre-inst script
  was unable to remove /usr/lib/libreoffice/basis3.4 folder

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  libreoffice-base-core:
Installed: 1:3.5.0~beta2-2ubuntu2
Candidate: 1:3.5.0~beta2-2ubuntu2
Version table:
   *** 1:3.5.0~beta2-2ubuntu2 0
  500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  Expected Outcome: Libreoffice 3.4 should upgraded cleanly to
  Libreoffice 3.5 using apt-get dist-upgrade.

  Actual Outcome: Libreoffice 3.4 failed to upgrade to Libreoffice 3.5 because 
the pre-inst script was unable to remove /usr/lib/libreoffice/basis3.4 folder.
  This is because the basis3.4 folder was not empty. It had one folder called 
program and a hidden file. By manually removing the contents of the basis3.4 
folder and running apt-get dist-upgrade again, the upgrade process proceeded to 
completion.
  Note: I only removed the contents of the basis3.4 folder, not the folder 
itself. Otherwise, the dpkg upgrade process got stuck again and complained that 
/usr/lib/libreoffice/basis3.4 did not exist, so cannot removed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-base-core 1:3.5.0~beta2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Sat Jan 14 00:21:12 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20111215)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 915585] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  default report

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 19:42:55 2012
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20111228)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915567] Re: package libreoffice-core (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Got this failure while running: sudo apt-get dist-upgrade

  Let me know if any extra info is needed.

  I removed all libreoffice packages in order to finish configuring
  other packages.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  NonfreeKernelModules: nvidia wl
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 15:56:39 2012
  DpkgTerminalLog:
   Preparing to replace libreoffice-core 1:3.4.4-0ubuntu2 (using 
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb) ...
   rmdir: failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory 
not empty
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 
(2030.1)
  SourcePackage: libreoffice
  Title: package libreoffice-core (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 915633] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Installed distribution upgrade for 12.04 and it did not install
  package libreoffice-core 1:3.4.4

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 12 16:39:27 2012
  DpkgTerminalLog:
   Preparing to replace libreoffice-core 1:3.4.4-0ubuntu2 (using 
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_amd64.deb) ...
   rmdir: failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory 
not empty
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_amd64.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915632] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Doing a partial upgrade. It says:

  Could not install '/var/cache/apt/archives/libreoffice-
  core_1%3a3.5.0~beta2-2ubuntu2_i386.deb'

  The upgrade will continue but the '/var/cache/apt/archives
  /libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb' package may not
  be in a working state. Please consider submitting a bug report about
  it.

  subprocess new pre-installation script returned error exit status 1

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  NonfreeKernelModules: fglrx
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 22:35:34 2012
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915611] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Tried to make the daily upgrades on 12.04.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.14-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 21:51:08 2012
  DpkgTerminalLog:
   Vorbereitung zum Ersetzen von libreoffice-core 1:3.4.4-0ubuntu2 (durch 
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb) ...
   rmdir: konnte „usr/lib/libreoffice/basis3.4/program/“ nicht entfernen: Das 
Verzeichnis ist nicht leer
   dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb 
(--unpack):
Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück
  ErrorMessage: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 
zurück
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 
(20111216.1)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 915634] Re: package libreoffice-core (not installed) failed to install/upgrade: podproces nový pre-installation skript vrátil chybový status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core (not installed) failed to install/upgrade:
  podproces nový pre-installation skript vrátil chybový status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  package libreoffice-core (not installed) failed to install/upgrade
  pre-installation script returner error status 1

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 12 17:51:34 2012
  ErrorMessage: podproces nový pre-installation skript vrátil chybový status 1
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120105)
  SourcePackage: libreoffice
  Title: package libreoffice-core (not installed) failed to install/upgrade: 
podproces nový pre-installation skript vrátil chybový status 1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915620] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Updating Ubuntu 12.08 64-bit

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 12 16:11:04 2012
  DpkgTerminalLog:
   Preparing to replace libreoffice-core 1:3.4.4-0ubuntu2 (using 
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_amd64.deb) ...
   rmdir: failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory 
not empty
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_amd64.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110715)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
  UpgradeStatus: Upgraded to precise on 2011-12-03 (39 days ago)

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

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


[Desktop-packages] [Bug 915587] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: underprocessen nytt pre-installation-skript gav felkod 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  underprocessen nytt pre-installation-skript gav felkod 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Core

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 20:48:29 2012
  DpkgTerminalLog:
   Förbereder att ersätta libreoffice-core 1:3.4.4-0ubuntu2 (med 
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb) ...
   rmdir: misslyckades att ta bort ”usr/lib/libreoffice/basis3.4/program/”: 
Katalog inte tom
   dpkg: fel vid hantering av 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb 
(--unpack):
underprocessen nytt pre-installation-skript gav felkod 1
  ErrorMessage: underprocessen nytt pre-installation-skript gav felkod 1
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
underprocessen nytt pre-installation-skript gav felkod 1
  UpgradeStatus: Upgraded to precise on 2011-12-30 (13 days ago)

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

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


[Desktop-packages] [Bug 915582] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  was part of the partial upgrade.  Can no longer see version 3.4.4 in
  the launcher neither does it launch via dash

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 12 19:42:46 2012
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915584] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Attempting to upgrade and libreoffice-core 1:3.4.4-Obuntu2 failed to
  install

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 13:42:51 2012
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 
(2030.1)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915613] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Failed to upgrade from previous version.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Fri Jan 13 04:53:20 2012
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915595] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  Ran Update Manger, libreoffice was being updated from 1:3.4.4-0ubuntu2 to 
1:3.5.0~beta2-2ubuntu2.

  Needed to do a partial upgraded, accepted. All packages downloaded and
  installed successfully other than libreoffice-core (which remains in
  update-manager), instead I got an error dialogue saying it failed to
  install.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.14-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 12 20:04:18 2012
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20120105)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
  UpgradeStatus: Upgraded to precise on 2012-01-12 (0 days ago)

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

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


[Desktop-packages] [Bug 915605] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread Julian Taylor
*** This bug is a duplicate of bug 915271 ***
https://bugs.launchpad.net/bugs/915271

** This bug has been marked a duplicate of bug 915271
   package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: rmdir: 
failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory not empty

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

Title:
  package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  When installing updates:
  Errors were encountered while processing:
   /var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.4.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.14-generic 3.2.0
  Uname: Linux 3.2.0-8-generic i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Jan 12 21:06:45 2012
  DuplicateSignature:
   Unpacking replacement libreoffice-math ...
   Preparing to replace libreoffice-core 1:3.4.4-0ubuntu2 (using 
.../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb) ...
   rmdir: failed to remove `usr/lib/libreoffice/basis3.4/program/': Directory 
not empty
   dpkg: error processing 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 
(2029.1)
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
  UpgradeStatus: Upgraded to precise on 2011-12-17 (26 days ago)

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

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


[Desktop-packages] [Bug 583056] Re: Assertion error (r == n_visible_rows) in gtk_file_system_model_sort causes applications to crash

2011-12-04 Thread Julian Taylor
the fix was released with gtk 2.24.4 available from 11.04 onwards

** Changed in: gtk+2.0 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/583056

Title:
  Assertion error (r == n_visible_rows) in gtk_file_system_model_sort
  causes applications to crash

Status in GTK+ GUI Toolkit:
  New
Status in The OpenOffice.org Suite:
  Invalid
Status in “gtk+2.0” package in Ubuntu:
  Fix Released
Status in Fedora:
  Unknown

Bug description:
  Binary package hint: openoffice.org

  OOo crashes with the following error message:
  
Gtk:ERROR:/build/buildd/gtk+2.0-2.20.0/gtk/gtkfilesystemmodel.c:746:gtk_file_system_model_sort:
 assertion failed: (r == n_visible_rows)

  Steps to reproduce:
  Create a file called /tmp/foo.xls
  Select file-open in oocalc, browse to /tmp and select 'Microsoft Excel 2007 
XML' from the file formats list
  Rename foo.xls to foo.xlsx

  
  Note that the steps to reproduce don't seem to be entirely bullet proof. If 
I, for example, create the file in some other directory than /tmp OOo may not 
crash.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: openoffice.org (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Wed May 19 22:25:26 2010
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org

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

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


[Desktop-packages] [Bug 878933] Re: Crash when attempting to open a second file from the recent file list

2011-10-31 Thread Julian Taylor
copy paste from duplicate:
these commits should be enough to fix this issue: f4814585 aa8f54b736 79d16aab 
2a2edc9
but as there are more issues (e.g. bug 875878) I recommend backport the whole 
.7 branch for this file

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/878933

Title:
  Crash when attempting to open a second file from the recent file list

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “gtk+2.0” package in Ubuntu:
  Confirmed
Status in “gtk+2.0” source package in Oneiric:
  New

Bug description:
  How to reproduce:
  Launch geany
  Click Open - Select a file from the recent files list
  Click Open - Crashes with the following error
  
Gtk:ERROR:/build/buildd/gtk+2.0-2.24.6/gtk/gtkfilechooserdefault.c:8751:gtk_file_chooser_default_initial_focus:
 assertion failed: (widget != NULL)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: geany 0.20-1.1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Thu Oct 20 16:56:02 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=pt:pt_BR:en
   PATH=(custom, user)
   LANG=pt_PT.UTF-8
   SHELL=/bin/bash
  SourcePackage: geany
  UpgradeStatus: Upgraded to oneiric on 2011-09-26 (23 days ago)

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

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


[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2011-10-31 Thread Julian Taylor
** Changed in: gtk
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Released
Status in “easymp3gain” package in Ubuntu:
  Triaged
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either. 
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


[Desktop-packages] [Bug 881024] Re: no software in For Purchase menu

2011-10-24 Thread Julian Taylor
*** This bug is a duplicate of bug 881023 ***
https://bugs.launchpad.net/bugs/881023

** This bug has been marked a duplicate of bug 881023
   no software in For Purchase menu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/881024

Title:
  no software in For Purchase menu

Status in “software-center” package in Ubuntu:
  New

Bug description:
  No software in menu For Purchase

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: software-center 4.0.5
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  Architecture: i386
  Date: Mon Oct 24 20:38:07 2011
  InstallationMedia: Kubuntu 11.04 Natty Narwhal - Alpha i386 (20110303)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pl_PL
   PATH=(custom, user)
   LANG=pl_PL.UTF-8
   LC_MESSAGES=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/881024/+subscriptions

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


[Desktop-packages] [Bug 875878] Re: Easymp3gain Hangs when clicking Add File or Add Folder

2011-10-20 Thread Julian Taylor
upstream already fixed it.
But backporting the fix is tricky as the diff is ~2500 lines in a single file.

** Changed in: gtk
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/875878

Title:
  Easymp3gain Hangs when clicking Add File or Add Folder

Status in GTK+ GUI Toolkit:
  Fix Committed
Status in “easymp3gain” package in Ubuntu:
  Triaged
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Source Package: /usr/bin/easymp3gain
  Ubuntu release 11.10
  Package version: easymp3gain-gtk 0.5.0-6

  I've used easymp3gain in previous Ubuntu releases, but this was the first 
time in Ubuntu 11.10.
  It loads normally, but when I choose Add Folder, the Select Destination 
window opens, but I can't do anything in it. Neither choose folders, change 
discs in the left tree, or even cancel the operation. The Close icon in the 
upper right corner doesn't work either. 
  Only way to get out of it is via Kill Process in System Monitor
  The first times, I could open one file with Add File, but now that doesn't 
work either.

  My hard drives are healthy,  and I have no problems in other
  applications.

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

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


  1   2   >