[Bug 1718458] Re: package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-10-24 Thread Claudia Enk de Aguiar
Yes, James Page.  After a lot of search, I could bypass the error by
issuing configure alternatives and selecting python2 as the primary
python engine.

I had this error either with fresh install or long term install of
Ubuntu Server and Ubuntu Desktop.  I was installing Django Geoserver.

Although it could be corrected by returning to Python2 or prevented by
changing the instruction's order as how to install those softwares, I
think it's the kind of error I am not used to get in Ubuntu
distribution, and that's why I chose it to be the main OS software in my
work servers and desktops.

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

Title:
  package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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

[Bug 1718458] [NEW] package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-09-20 Thread Claudia Enk de Aguiar
Public bug reported:

Installing virtualenvwrapper in Ubuntu 16.04 with python3 by $ sudo apt
install virtualenvwrapper

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pbr 1.8.0-4ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Sep 20 10:56:20 2017
Dependencies: python-six 1.10.0-3
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationDate: Installed on 2017-04-26 (146 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: python-pbr
Title: package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-pbr (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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

[Bug 1718432] [NEW] package python-virtualenv 15.0.1+ds-3ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-09-20 Thread Claudia Enk de Aguiar
Public bug reported:

Installing virtualenvwrapper with $ sudo apt install virtualenvwrapper
and python3 Ubuntu 16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-virtualenv 15.0.1+ds-3ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Sep 20 10:56:21 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationDate: Installed on 2017-04-26 (146 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: python-virtualenv
Title: package python-virtualenv 15.0.1+ds-3ubuntu1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-virtualenv (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python-virtualenv 15.0.1+ds-3ubuntu1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

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

[Bug 1700964] Re: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de erro 1

2017-06-28 Thread Claudia Enk de Aguiar
** Description changed:

- Installing Django with PostgreSQL as per instructions at
- https://docs.djangoproject.com/en/1.11/ref/databases/#postgresql-notes ,
- but instead of pip I used apt.  Afterwards I installed with pip and all
- went well for PostgreSQL.  But it broke apt so that now I cannot either
- finish installation or remove the package, and I get warnings every time
- I update apt sources.
+ Updated from python version 2.7 to 3.5 and removed the former from the
+ alternatives list.  It broke apt so that I could not either finish
+ installation or remove the package, and I got warnings every time I
+ installed other packages or updated apt sources, and various crashes
+ reports on startup.
+ 
+ Adding python 2.7 to alternatives again, with priority set to  2 ($ sudo
+ update-alternatives --install /usr/bin/python python /usr/bin/python2.7
+ 2) restored normal behavior, but it took me a bit to understand what to
+ do.
+ 
+ Maybe there could be a better warning or error message that pointed the
+ user to the right direction.
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-psycopg2 2.6.1-1build2
  ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
  Uname: Linux 4.4.0-81-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue Jun 27 15:46:57 2017
  ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 1
  InstallationDate: Installed on 2016-12-06 (203 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
-  dpkg 1.18.4ubuntu1.2
-  apt  1.2.20
+  dpkg 1.18.4ubuntu1.2
+  apt  1.2.20
  SourcePackage: psycopg2
  Title: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: 
sub-processo script pre-removal instalado retornou estado de saída de erro 1
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Updated from python version 2.7 to 3.5 and removed the former from the
- alternatives list.  It broke apt so that I could not either finish
- installation or remove the package, and I got warnings every time I
- installed other packages or updated apt sources, and various crashes
- reports on startup.
+ alternatives list.  It broke python-psycopg2 package so that I could not
+ either finish installation or remove the package, and I got warnings
+ every time I installed other packages through apt or updated apt
+ sources, and various crashes reports on startup.
  
  Adding python 2.7 to alternatives again, with priority set to  2 ($ sudo
  update-alternatives --install /usr/bin/python python /usr/bin/python2.7
  2) restored normal behavior, but it took me a bit to understand what to
  do.
  
  Maybe there could be a better warning or error message that pointed the
  user to the right direction.
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-psycopg2 2.6.1-1build2
  ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
  Uname: Linux 4.4.0-81-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue Jun 27 15:46:57 2017
  ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 1
  InstallationDate: Installed on 2016-12-06 (203 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: psycopg2
  Title: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: 
sub-processo script pre-removal instalado retornou estado de saída de erro 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-
  processo script pre-removal instalado retornou estado de saída de erro
  1

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

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

[Bug 1700964] [NEW] package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de erro 1

2017-06-28 Thread Claudia Enk de Aguiar
Public bug reported:

Installing Django with PostgreSQL as per instructions at
https://docs.djangoproject.com/en/1.11/ref/databases/#postgresql-notes ,
but instead of pip I used apt.  Afterwards I installed with pip and all
went well for PostgreSQL.  But it broke apt so that now I cannot either
finish installation or remove the package, and I get warnings every time
I update apt sources.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-psycopg2 2.6.1-1build2
ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
Uname: Linux 4.4.0-81-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Tue Jun 27 15:46:57 2017
ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 1
InstallationDate: Installed on 2016-12-06 (203 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: psycopg2
Title: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: 
sub-processo script pre-removal instalado retornou estado de saída de erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-
  processo script pre-removal instalado retornou estado de saída de erro
  1

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

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

[Bug 1700078] [NEW] package python-sqlparse 0.1.18-1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-06-23 Thread Claudia Enk de Aguiar
Public bug reported:

After I installed pip and django.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-sqlparse 0.1.18-1
ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
Uname: Linux 4.4.0-81-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Fri Jun 23 09:49:38 2017
Dependencies:
 
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationDate: Installed on 2016-12-06 (199 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: sqlparse
Title: package python-sqlparse 0.1.18-1 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package python-sqlparse 0.1.18-1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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

[Bug 146145] Re: Can't recive files from cell phone

2007-12-10 Thread Claudia Enk de Aguiar
As I use AMD64 architeture and as I don't like compiling either, I went
to the debian page and downloaded the file
kdebluetooth_1.0~beta8-2_amd64.deb directly.

I did

[quote]
$ sudo dpkg -i kdebluetooth_1.0~beta8-2_amd64.deb[quote]

and it worked nicely after it.

I don't understand why can't this package be incorporated in Gutsy
repositories.

-- 
Can't recive files from cell phone
https://bugs.launchpad.net/bugs/146145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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