[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-31 Thread Barry Warsaw
malus, thanks for following up with us on this.  I'm going to close this
bug report, but please do feel free to re-open it if the problem comes
back.

** Changed in: python3.2 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-31 Thread malus
actually it was mplayer2 and I removed it and reinstalled mplayer and no
longer  received that error it would sometimes give it to me shortly
after login and always when I tried to play anything with mplayer2 don't
know why but that fixed it.

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


Re: [Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-31 Thread Barry Warsaw
On Aug 31, 2011, at 05:23 AM, malus wrote:

>that C program displays
>langinfo: 'ANSI_X3.4-1968'
>for me too

Okay, so clearly the manpage is wrong. ;)

Your original report says that you were "trying to play a movie with mplayer"
when you got this crash.  Can you describe exactly what you were doing to get
this error?

Also, can you try this:

$ sudo apt-get install --reinstall python3 python3.2

and let us know what happens?

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-30 Thread malus
that C program displays
langinfo: 'ANSI_X3.4-1968'
for me too

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-30 Thread Barry Warsaw
What does this give you:

$ locale charmap

?  I get "UTF-8" (sans quotes).  The manpage claims this is exactly the
string returned by nl_langinfo(CODESET)[*].  It would also be
interesting to know whether nl_langinfo() is returning NULL or the empty
string, since the manpage states it should only return the empty string
if CODESET were not valid.  nl_langinfo() is not documented to return
NULL.

FWIW, the locale command gives me exactly the same output as you have.

Python tracker issues that could be relevant: 8610 (closed).

[*] I'm not sure I believe the manpage though.  Try compiling and
running this C program.  For me, this prints 'ANSI_X3.4-1968' (i.e. US-
ASCII) while 'locale charmap' returns UTF-8.


#include 
#include 

int main(int argc, char** argv)
{
   char *info = nl_langinfo(CODESET);
   
   if (info == NULL) {
  printf("langinfo is NULL\n");
   }
   else {
  printf("langinfo: '%s'\n", info);
   }
   return 0;
}

What does that C program print for you?

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-23 Thread malus
Here is the output of the locale command
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-23 Thread Scott Kitterman
** Package changed: python3-defaults (Ubuntu) => python3.2 (Ubuntu)

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-23 Thread Michael Vogt
Could you please paste the output of the "locale" command here? This
error is pretty deep in pythonrun.c, if nl_langinfo(CODESET) fails it
will fail hard. I'm not sure if this is desired behavior. This maybe a
upstream issue.

** Changed in: python3-defaults (Ubuntu)
   Status: New => Incomplete

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-23 Thread Michael Vogt
Here is the error:

Setting up python3.2-minimal (3.2.2~rc1-1) ...

Fatal Python error: Py_Initialize: Unable to get the locale encoding

EOFError: EOF read where not expected

Aborted (core dumped)

dpkg: error processing python3.2-minimal (--configure):

 subprocess installed post-installation script returned error exit

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

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/831739/+subscriptions

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


[Bug 831739] Re: package python3 3.2-3 [modified: usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 134

2011-08-22 Thread malus
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/831739

Title:
  package python3 3.2-3 [modified:
  usr/share/doc/python3/changelog.Debian.gz] failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/831739/+subscriptions

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