[Bug 117547] Re: fails to upgrade python2.5

2007-06-02 Thread Scott Kitterman
Sami,

The problem you are having is a different issue.  Please don't hijack
bugs.  What you probably have is a mirror that isn't fully updated.
Wait a few hours, then try to apt-get update and then try the upgrade
again.  If you still have a problem, file a new bug.

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


[Bug 117547] Re: fails to upgrade python2.5

2007-06-01 Thread Sami Kosonen
I have also a problem with this same package:

[EMAIL PROTECTED]:~$ sudo aptitude upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Initializing package states... Done
Building tag database... Done  
The following packages have unmet dependencies:
  python2.5: Depends: python2.5-minimal (= 2.5.1~rc1-0ubuntu3) but 
2.5.1-0ubuntu1 is installed.

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


[Bug 117547] Re: fails to upgrade python2.5

2007-06-01 Thread Scott Kitterman
It looks like you have/had some kind of file system corruption.  I'm
marking this bug rejected, because I don't think there's an actual
Python specific problem here.

** Changed in: python2.5 (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


[Bug 117547] Re: fails to upgrade python2.5

2007-06-01 Thread oican
At last i managed to delete those files by file system debugging. But
upgrade is still broken.

[EMAIL PROTECTED]:/usr/lib/python2.5/encodings$ sudo apt-get -f upgrade 
python2.5-minimal
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages have been kept back:
  linux-headers-generic linux-image-generic linux-restricted-modules-generic
The following packages will be upgraded:
  adept adept-batch adept-common adept-installer adept-manager adept-notifier 
adept-updater gimp gimp-data gimp-python hwdb-client-common
  hwdb-client-gnome hwdb-client-kde idle kappfinder kate kcontrol kdebase 
kdebase-bin kdebase-data kdebase-dev kdebase-kio-plugins kdepasswd kdeprint
  kdesktop kdm kfind khelpcenter kicker klipper kmenuedit konqueror 
konqueror-nsplugins konsole kpager kpersonalizer ksmserver ksplash ksysguard
  ksysguardd ktip kwin libfreetype6 libfreetype6-dev libgimp2.0 libkonq4 
libpulse0 linux-generic python python-all python-all-dev python-dev python-doc
  python-gdbm python-minimal python-tk python2.5-doc python2.5-minimal 
unattended-upgrades
59 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
Need to get 5655kB/46.5MB of archives.
After unpacking 12.3kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://security.ubuntu.com feisty-security/main gimp 2.2.13-1ubuntu4.1 
[2969kB]
Get:2 http://security.ubuntu.com feisty-security/main gimp-data 
2.2.13-1ubuntu4.1 [2105kB]
Get:3 http://security.ubuntu.com feisty-security/main libgimp2.0 
2.2.13-1ubuntu4.1 [441kB]
Get:4 http://security.ubuntu.com feisty-security/main gimp-python 
2.2.13-1ubuntu4.1 [140kB]
Fetched 5655kB in 1m17s (72.7kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 380132 files and directories currently installed.)
Preparing to replace python2.5-minimal 2.5.1~rc1-0ubuntu3 (using 
.../python2.5-minimal_2.5.1-0ubuntu1_i386.deb) ...
Unpacking replacement python2.5-minimal ...
dpkg: error processing 
/var/cache/apt/archives/python2.5-minimal_2.5.1-0ubuntu1_i386.deb (--unpack):
 unable to make backup link of `./usr/lib/python2.5/lib-dynload/_random.so' 
before installing new version: Too many links
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/python2.5-minimal_2.5.1-0ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


Re: [Bug 117547] Re: fails to upgrade python2.5

2007-05-30 Thread oican
Of course. But those files have non-root ownership . For example user :
6xx, group: 128x , and the odd thing is even the owner has no wr
permissions.  root is not able to do anything on those files.
I'm stuck with this error,  I've been using Debian on my laptop for years,
and Ubuntu on my work desktop but i 've never encountered such an incidence.

On 5/30/07, Scott Kitterman <[EMAIL PROTECTED]> wrote:
>
> Have you tried to manually remove them?
>
> For example,
>
> sudo rm /usr/lib/python2.5/encodings/cp1250.pyc
>
> --
> fails to upgrade python2.5
> https://bugs.launchpad.net/bugs/117547
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Ozgur

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


[Bug 117547] Re: fails to upgrade python2.5

2007-05-30 Thread Scott Kitterman
Have you tried to manually remove them?

For example,

sudo rm /usr/lib/python2.5/encodings/cp1250.pyc

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


Re: [Bug 117547] Re: fails to upgrade python2.5

2007-05-30 Thread oican
Does anybody have any ide about how to delete those files?

rm: cannot remove `/usr/lib/python2.5/encodings/cp1250.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp1251.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp1254.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp1257.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp424.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp737.pyc': Operation not
permitted

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


Re: [Bug 117547] Re: fails to upgrade python2.5

2007-05-29 Thread oican
I'll give  the output once again.Maybe useful.

[EMAIL PROTECTED]:~$ sudo aptitude dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
  linux-headers-2.6.20-16 linux-headers-2.6.20-16-generic
linux-image-2.6.20-16-generic linux-restricted-modules-2.6.20-16-generic
The following NEW packages will be installed:
  linux-headers-2.6.20-16 linux-headers-2.6.20-16-generic
linux-image-2.6.20-16-generic linux-restricted-modules-2.6.20-16-generic
The following packages will be upgraded:
  hwdb-client-common hwdb-client-gnome hwdb-client-kde idle kappfinder kate
kcontrol kdebase kdebase-bin kdebase-data kdebase-dev kdebase-kio-plugins
  kdepasswd kdeprint kdesktop kdm kfind khelpcenter kicker klipper kmenuedit
konqueror konqueror-nsplugins konsole kpager kpersonalizer ksmserver
  ksplash ksysguard ksysguardd ktip kwin libkonq4 libpulse0 linux-generic
linux-headers-generic linux-image-generic linux-restricted-modules-generic
  python python-all python-all-dev python-dev python-doc python-gdbm
python-minimal python-tk python2.5-doc python2.5-minimal unattended-upgrades
49 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/85.8MB of archives. After unpacking 179MB will be used.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 380132 files and directories currently installed.)
Preparing to replace python2.5-minimal 2.5.1~rc1-0ubuntu3 (using
.../python2.5-minimal_2.5.1-0ubuntu1_i386.deb) ...
rm: cannot remove `/usr/lib/python2.5/encodings/cp1250.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp1251.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp1254.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp1257.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp424.pyc': Operation not
permitted
rm: cannot remove `/usr/lib/python2.5/encodings/cp737.pyc': Operation not
permitted
dpkg: warning - old pre-removal script returned error exit status 123
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement python2.5-minimal ...
dpkg: error processing
/var/cache/apt/archives/python2.5-minimal_2.5.1-0ubuntu1_i386.deb
(--unpack):
 unable to make backup link of `./usr/lib/python2.5/lib-dynload/_random.so'
before installing new version: Too many links
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/python2.5-minimal_2.5.1-0ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of python2.5:
 python2.5 depends on python2.5-minimal (= 2.5.1-0ubuntu1); however:
  Version of python2.5-minimal on system is 2.5.1~rc1-0ubuntu3.
dpkg: error processing python2.5 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python2.5-dev:
 python2.5-dev depends on python2.5 (= 2.5.1-0ubuntu1); however:
  Package python2.5 is not configured yet.
dpkg: error processing python2.5-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.5
 python2.5-dev
===

On 5/29/07, ozgur <[EMAIL PROTECTED]> wrote:
>
> i had also tried "aptitude dist-upgrade". It did not work. Here's my
> sources list:
> 
> # deb cdrom:[Ubuntu 6.10 _Feisty Eft_ - Release i386 (20061025)]/ feisty
> main restricted
>
> deb http://tr.archive.ubuntu.com/ubuntu/ feisty main restricted
> deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty restricted main
> multiverse universe #Added by software-properties
>
> ## Major bug fix updates produced after the final release of the
> ## distribution.
> deb http://tr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
> deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty-updates restricted
> main multiverse universe #Added by software-properties
>
> ## Uncomment the following two lines to add software from the 'universe'
> ## repository.
> ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the
> Ubuntu
> ## team, and may not be under a free licence. Please satisfy yourself as
> to
> ## your rights to use the software. Also, please note that software in
> ## universe WILL NOT receive any review or updates from the Ubuntu
> security
> ## team.
> # deb http://tr.archive.ubuntu.com/ubuntu/ feisty universe
> # deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty universe
>
> ## Uncomment the following two lines to add software from the 'backports'
> ## rep

Re: [Bug 117547] Re: fails to upgrade python2.5

2007-05-29 Thread oican
i had also tried "aptitude dist-upgrade". It did not work. Here's my sources
list:

# deb cdrom:[Ubuntu 6.10 _Feisty Eft_ - Release i386 (20061025)]/ feisty
main restricted

deb http://tr.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty restricted main
multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://tr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty-updates restricted main
multiverse universe #Added by software-properties

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://tr.archive.ubuntu.com/ubuntu/ feisty universe
# deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://tr.archive.ubuntu.com/ubuntu/ feisty-backports main restricted
universe multiverse
# deb-src http://tr.archive.ubuntu.com/ubuntu/ feisty-backports main
restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security restricted main
multiverse universe #Added by software-properties
# deb http://security.ubuntu.com/ubuntu feisty-security universe
# deb-src http://security.ubuntu.com/ubuntu feisty-security universe



On 5/29/07, Scott Kitterman <[EMAIL PROTECTED]> wrote:
>
> You might try sudo aptitude dist-upgrade.  If that doesn't work, please
> paste a copy of your full /etc/apt/sources.list.
>
> --
> fails to upgrade python2.5
> https://bugs.launchpad.net/bugs/117547
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Ozgur

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


[Bug 117547] Re: fails to upgrade python2.5

2007-05-29 Thread Scott Kitterman
You might try sudo aptitude dist-upgrade.  If that doesn't work, please
paste a copy of your full /etc/apt/sources.list.

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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


[Bug 117547] Re: fails to upgrade python2.5

2007-05-29 Thread oican
i also wonder how some files have (e.g.
/usr/lib/python2.5/encodings/cp1250.pyc ) has some non-root ownership ?
Even i can not delete them manually.

-- 
fails to upgrade python2.5
https://bugs.launchpad.net/bugs/117547
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