[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-05 Thread ldng
Sorry for answering late, been busy. That's what I have rightnow but I'm not sure it's still relevant as package seems fixed. hope it helps. $ dpkg-divert --list '*GL*' diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx diversion of /usr/lib/libGL.so.1.2

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
ldng, thanks for following up. It's unfortunate that you're unable to reproduce the problem now, since I don't see anything in the changelogs that would explain this being fixed. Then again, I couldn't find anything in the *package* that explains why it was broken either... coastgnu, since it ap

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
Ok, so unfortunately at this point the upgrade failure appears to be completely unreproducible and I can't find any trace of it in the xorg- driver-fglrx package. The failure does point to a diversions problem, so it's not a bug in mesa and I'm reassigning; but I'm also dropping this package from

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package python-support - 0.7.5ubuntu1 --- python-support (0.7.5ubuntu1) hardy; urgency=low * update-python-modules: - deal with package content moving from package foo to empty foo and new python-foo (LP: #208961) -- Michael Vogt <[EMAIL PROTECT

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-01 Thread Steve Langasek
Hi ldng, This mesa error message is reminiscent of problems I've seen before involving diversions, and nvidia glx packages. Can you please provide the output from these two commands? dpkg-divert --list '*GL*' dpkg -l '*gl*' ** Changed in: mesa (Ubuntu) Status: New => Incomplete -- Upd

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-02 Thread Steve Langasek
coastgnu, You don't appear to have reported problems with mesa on upgrade, however. I need this information from the original submitter of this bug report, ldng, who unfortunately ran into two unrelated problems in the same upgrade. -- Update manager fails - From Gutsy to Hardy Beta https://bug

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
** Attachment added: "apt.log" http://launchpadlibrarian.net/12969929/apt.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
apt-term.log ** Attachment added: "apt-term.log" http://launchpadlibrarian.net/12970024/apt-term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
main.log ** Attachment added: "main.log" http://launchpadlibrarian.net/12970027/main.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
term.log ** Attachment added: "term.log" http://launchpadlibrarian.net/12970048/term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
It seems to be a sepolgen related problem. Apparently resolved some problem by : # rm /var/lib/python-support/python2.5/sepolgen/__init__.py # nano /var/lib/python-support/python2.5/sepolgen/__init__.py # dpkg -e /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb # dpkg -e /var/cache/apt/arc

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
The following resolves most of the problems except for libgl1-mesa-glx : # apt-get update # apt-get dist-upgrade # LC_ALL=C apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
Fixed it the ugly way after searching a bit alternative ways : # nano /var/lib/dpkg/status - Version: 7.0.1-1ubuntu3 + Version: 7.0.3~rc2-1ubuntu2 # apt-get -f install -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification beca

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Description changed: Update manager fails to update cleanly from Gutsy to Hardy Beta. Update manager was invoked as this : $ /usr/bin/update-manager -d + + Error is: + + Preparing to replace libgl1-mesa-glx 7.0.1-1ubuntu3 (using .../libgl1-mesa-glx_7.0.3~rc2-1ubuntu2_i386.deb) ... + U

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
For the python-sepolgen problem it looks like the following is happening: 1. python-sepolgen (new package) is unpacked but the posinst script did not yet run 2. python-libxml2 gets unpacked and the prerm is run (because it gets upgraded) 3. python-support expects files in /var/lib/python-suppor

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
The bug is slightly more complicated to reproduce. The replacment of sepolgen is the key, the new package is empty, that means that: $ ls -l /var/lib/python-support/python2.4/sepolgen/__init__.py lrwxrwxrwx 1 root root 55 2008-03-31 13:43 /var/lib/python-support/python2.4/sepolgen/__init__.py ->

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
Reproducable with the sepolgen and python-libxml2 from gutsy and then: $ sudo dpkg --unpack /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-libxml2_2.6.31.dfsg-2ubuntu1_amd64.deb from hardy. -

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Attachment added: "Proposed fix" http://launchpadlibrarian.net/12989652/python-support_0.7.5ubuntu1.debdiff -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-05-28 Thread Bryce Harrington
Has anyone been able to reproduce it lately? If it's no longer occurring for anyone maybe we don't need to have this bug open. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Importance: High => Undecided -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/b

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-12 Thread ldng
I agree, I think you can dedicate your time to more useful bugs has it seems fixed. Thanks for take care Steve. P.D: Just in case : $ LANG=C ls -l /usr/lib/fglrx /usr/X11R6/lib/fglrx /usr/X11R6/lib/fglrx: total 0 /usr/lib/fglrx: total 392 -rw-r--r-- 1 root root 394924 Apr 6 00:06 libGL.so.1.2.x

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-28 Thread vali
Hey, I had the same problem but more strangely I didn't even had fglrx installed. As soon as I removed the diversions everything worked perfect, here maybe it helps you too... [EMAIL PROTECTED]:/home/valy# dpkg-divert --remove /usr/lib/libGL.so.1 Removing `diversion of /usr/lib/libGL.so.1 to

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-30 Thread Michael Vogt
** Tags added: gutsy2hardy -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-09-09 Thread Bryce Harrington
No response in a number of months; assuming this is no longer an issue we need to keep open. Feel free to reopen with additional details if this is incorrect. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Status: Incomplete => Fix Released -- Update manager fails - From Gutsy t

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-09-09 Thread Bryce Harrington
No response in a number of months; assuming this is no longer an issue we need to keep open. Feel free to reopen with additional details if this is incorrect. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Status: Incomplete => Fix Released -- Update manager fails - From Gutsy t

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-05 Thread ldng
Sorry for answering late, been busy. That's what I have rightnow but I'm not sure it's still relevant as package seems fixed. hope it helps. $ dpkg-divert --list '*GL*' diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx diversion of /usr/lib/libGL.so.1.2

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Description changed: Update manager fails to update cleanly from Gutsy to Hardy Beta. Update manager was invoked as this : $ /usr/bin/update-manager -d + + Error is: + + Preparing to replace libgl1-mesa-glx 7.0.1-1ubuntu3 (using .../libgl1-mesa-glx_7.0.3~rc2-1ubuntu2_i386.deb) ... + U

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
For the python-sepolgen problem it looks like the following is happening: 1. python-sepolgen (new package) is unpacked but the posinst script did not yet run 2. python-libxml2 gets unpacked and the prerm is run (because it gets upgraded) 3. python-support expects files in /var/lib/python-suppor

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
The bug is slightly more complicated to reproduce. The replacment of sepolgen is the key, the new package is empty, that means that: $ ls -l /var/lib/python-support/python2.4/sepolgen/__init__.py lrwxrwxrwx 1 root root 55 2008-03-31 13:43 /var/lib/python-support/python2.4/sepolgen/__init__.py ->

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
Reproducable with the sepolgen and python-libxml2 from gutsy and then: $ sudo dpkg --unpack /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-libxml2_2.6.31.dfsg-2ubuntu1_amd64.deb from hardy. -

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Attachment added: "Proposed fix" http://launchpadlibrarian.net/12989652/python-support_0.7.5ubuntu1.debdiff -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package python-support - 0.7.5ubuntu1 --- python-support (0.7.5ubuntu1) hardy; urgency=low * update-python-modules: - deal with package content moving from package foo to empty foo and new python-foo (LP: #208961) -- Michael Vogt <[EMAIL PROTECT

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-01 Thread Steve Langasek
Hi ldng, This mesa error message is reminiscent of problems I've seen before involving diversions, and nvidia glx packages. Can you please provide the output from these two commands? dpkg-divert --list '*GL*' dpkg -l '*gl*' ** Changed in: mesa (Ubuntu) Status: New => Incomplete -- Upd

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-02 Thread Steve Langasek
coastgnu, You don't appear to have reported problems with mesa on upgrade, however. I need this information from the original submitter of this bug report, ldng, who unfortunately ran into two unrelated problems in the same upgrade. -- Update manager fails - From Gutsy to Hardy Beta https://bug

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
ldng, thanks for following up. It's unfortunate that you're unable to reproduce the problem now, since I don't see anything in the changelogs that would explain this being fixed. Then again, I couldn't find anything in the *package* that explains why it was broken either... coastgnu, since it ap

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
Ok, so unfortunately at this point the upgrade failure appears to be completely unreproducible and I can't find any trace of it in the xorg- driver-fglrx package. The failure does point to a diversions problem, so it's not a bug in mesa and I'm reassigning; but I'm also dropping this package from

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-12 Thread ldng
I agree, I think you can dedicate your time to more useful bugs has it seems fixed. Thanks for take care Steve. P.D: Just in case : $ LANG=C ls -l /usr/lib/fglrx /usr/X11R6/lib/fglrx /usr/X11R6/lib/fglrx: total 0 /usr/lib/fglrx: total 392 -rw-r--r-- 1 root root 394924 Apr 6 00:06 libGL.so.1.2.x

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-30 Thread Michael Vogt
** Tags added: gutsy2hardy -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
** Attachment added: "apt.log" http://launchpadlibrarian.net/12969929/apt.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
apt-term.log ** Attachment added: "apt-term.log" http://launchpadlibrarian.net/12970024/apt-term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
main.log ** Attachment added: "main.log" http://launchpadlibrarian.net/12970027/main.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
term.log ** Attachment added: "term.log" http://launchpadlibrarian.net/12970048/term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
It seems to be a sepolgen related problem. Apparently resolved some problem by : # rm /var/lib/python-support/python2.5/sepolgen/__init__.py # nano /var/lib/python-support/python2.5/sepolgen/__init__.py # dpkg -e /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb # dpkg -e /var/cache/apt/arc

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
The following resolves most of the problems except for libgl1-mesa-glx : # apt-get update # apt-get dist-upgrade # LC_ALL=C apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
Fixed it the ugly way after searching a bit alternative ways : # nano /var/lib/dpkg/status - Version: 7.0.1-1ubuntu3 + Version: 7.0.3~rc2-1ubuntu2 # apt-get -f install -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification beca

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-05-28 Thread Bryce Harrington
Has anyone been able to reproduce it lately? If it's no longer occurring for anyone maybe we don't need to have this bug open. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Importance: High => Undecided -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/b

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-28 Thread vali
Hey, I had the same problem but more strangely I didn't even had fglrx installed. As soon as I removed the diversions everything worked perfect, here maybe it helps you too... [EMAIL PROTECTED]:/home/valy# dpkg-divert --remove /usr/lib/libGL.so.1 Removing `diversion of /usr/lib/libGL.so.1 to

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-01 Thread Steve Langasek
Hi ldng, This mesa error message is reminiscent of problems I've seen before involving diversions, and nvidia glx packages. Can you please provide the output from these two commands? dpkg-divert --list '*GL*' dpkg -l '*gl*' ** Changed in: mesa (Ubuntu) Status: New => Incomplete -- Upd

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-02 Thread Steve Langasek
coastgnu, You don't appear to have reported problems with mesa on upgrade, however. I need this information from the original submitter of this bug report, ldng, who unfortunately ran into two unrelated problems in the same upgrade. -- Update manager fails - From Gutsy to Hardy Beta https://bug

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-05 Thread ldng
Sorry for answering late, been busy. That's what I have rightnow but I'm not sure it's still relevant as package seems fixed. hope it helps. $ dpkg-divert --list '*GL*' diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx diversion of /usr/lib/libGL.so.1.2

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
ldng, thanks for following up. It's unfortunate that you're unable to reproduce the problem now, since I don't see anything in the changelogs that would explain this being fixed. Then again, I couldn't find anything in the *package* that explains why it was broken either... coastgnu, since it ap

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
Ok, so unfortunately at this point the upgrade failure appears to be completely unreproducible and I can't find any trace of it in the xorg- driver-fglrx package. The failure does point to a diversions problem, so it's not a bug in mesa and I'm reassigning; but I'm also dropping this package from

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-12 Thread ldng
I agree, I think you can dedicate your time to more useful bugs has it seems fixed. Thanks for take care Steve. P.D: Just in case : $ LANG=C ls -l /usr/lib/fglrx /usr/X11R6/lib/fglrx /usr/X11R6/lib/fglrx: total 0 /usr/lib/fglrx: total 392 -rw-r--r-- 1 root root 394924 Apr 6 00:06 libGL.so.1.2.x

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
** Attachment added: "apt.log" http://launchpadlibrarian.net/12969929/apt.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
apt-term.log ** Attachment added: "apt-term.log" http://launchpadlibrarian.net/12970024/apt-term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
main.log ** Attachment added: "main.log" http://launchpadlibrarian.net/12970027/main.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
term.log ** Attachment added: "term.log" http://launchpadlibrarian.net/12970048/term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
It seems to be a sepolgen related problem. Apparently resolved some problem by : # rm /var/lib/python-support/python2.5/sepolgen/__init__.py # nano /var/lib/python-support/python2.5/sepolgen/__init__.py # dpkg -e /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb # dpkg -e /var/cache/apt/arc

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
The following resolves most of the problems except for libgl1-mesa-glx : # apt-get update # apt-get dist-upgrade # LC_ALL=C apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
Fixed it the ugly way after searching a bit alternative ways : # nano /var/lib/dpkg/status - Version: 7.0.1-1ubuntu3 + Version: 7.0.3~rc2-1ubuntu2 # apt-get -f install -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification beca

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Description changed: Update manager fails to update cleanly from Gutsy to Hardy Beta. Update manager was invoked as this : $ /usr/bin/update-manager -d + + Error is: + + Preparing to replace libgl1-mesa-glx 7.0.1-1ubuntu3 (using .../libgl1-mesa-glx_7.0.3~rc2-1ubuntu2_i386.deb) ... + U

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
For the python-sepolgen problem it looks like the following is happening: 1. python-sepolgen (new package) is unpacked but the posinst script did not yet run 2. python-libxml2 gets unpacked and the prerm is run (because it gets upgraded) 3. python-support expects files in /var/lib/python-suppor

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
The bug is slightly more complicated to reproduce. The replacment of sepolgen is the key, the new package is empty, that means that: $ ls -l /var/lib/python-support/python2.4/sepolgen/__init__.py lrwxrwxrwx 1 root root 55 2008-03-31 13:43 /var/lib/python-support/python2.4/sepolgen/__init__.py ->

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
Reproducable with the sepolgen and python-libxml2 from gutsy and then: $ sudo dpkg --unpack /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-libxml2_2.6.31.dfsg-2ubuntu1_amd64.deb from hardy. -

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Attachment added: "Proposed fix" http://launchpadlibrarian.net/12989652/python-support_0.7.5ubuntu1.debdiff -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package python-support - 0.7.5ubuntu1 --- python-support (0.7.5ubuntu1) hardy; urgency=low * update-python-modules: - deal with package content moving from package foo to empty foo and new python-foo (LP: #208961) -- Michael Vogt <[EMAIL PROTECT

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-09-09 Thread Bryce Harrington
No response in a number of months; assuming this is no longer an issue we need to keep open. Feel free to reopen with additional details if this is incorrect. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Status: Incomplete => Fix Released -- Update manager fails - From Gutsy t

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-05-28 Thread Bryce Harrington
Has anyone been able to reproduce it lately? If it's no longer occurring for anyone maybe we don't need to have this bug open. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Importance: High => Undecided -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/b

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-28 Thread vali
Hey, I had the same problem but more strangely I didn't even had fglrx installed. As soon as I removed the diversions everything worked perfect, here maybe it helps you too... [EMAIL PROTECTED]:/home/valy# dpkg-divert --remove /usr/lib/libGL.so.1 Removing `diversion of /usr/lib/libGL.so.1 to

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-30 Thread Michael Vogt
** Tags added: gutsy2hardy -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-01 Thread Steve Langasek
Hi ldng, This mesa error message is reminiscent of problems I've seen before involving diversions, and nvidia glx packages. Can you please provide the output from these two commands? dpkg-divert --list '*GL*' dpkg -l '*gl*' ** Changed in: mesa (Ubuntu) Status: New => Incomplete -- Upd

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-02 Thread Steve Langasek
coastgnu, You don't appear to have reported problems with mesa on upgrade, however. I need this information from the original submitter of this bug report, ldng, who unfortunately ran into two unrelated problems in the same upgrade. -- Update manager fails - From Gutsy to Hardy Beta https://bug

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-05 Thread ldng
Sorry for answering late, been busy. That's what I have rightnow but I'm not sure it's still relevant as package seems fixed. hope it helps. $ dpkg-divert --list '*GL*' diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx diversion of /usr/lib/libGL.so.1.2

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
ldng, thanks for following up. It's unfortunate that you're unable to reproduce the problem now, since I don't see anything in the changelogs that would explain this being fixed. Then again, I couldn't find anything in the *package* that explains why it was broken either... coastgnu, since it ap

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
Ok, so unfortunately at this point the upgrade failure appears to be completely unreproducible and I can't find any trace of it in the xorg- driver-fglrx package. The failure does point to a diversions problem, so it's not a bug in mesa and I'm reassigning; but I'm also dropping this package from

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-12 Thread ldng
I agree, I think you can dedicate your time to more useful bugs has it seems fixed. Thanks for take care Steve. P.D: Just in case : $ LANG=C ls -l /usr/lib/fglrx /usr/X11R6/lib/fglrx /usr/X11R6/lib/fglrx: total 0 /usr/lib/fglrx: total 392 -rw-r--r-- 1 root root 394924 Apr 6 00:06 libGL.so.1.2.x

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
** Attachment added: "apt.log" http://launchpadlibrarian.net/12969929/apt.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
apt-term.log ** Attachment added: "apt-term.log" http://launchpadlibrarian.net/12970024/apt-term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
main.log ** Attachment added: "main.log" http://launchpadlibrarian.net/12970027/main.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
term.log ** Attachment added: "term.log" http://launchpadlibrarian.net/12970048/term.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
It seems to be a sepolgen related problem. Apparently resolved some problem by : # rm /var/lib/python-support/python2.5/sepolgen/__init__.py # nano /var/lib/python-support/python2.5/sepolgen/__init__.py # dpkg -e /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb # dpkg -e /var/cache/apt/arc

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
The following resolves most of the problems except for libgl1-mesa-glx : # apt-get update # apt-get dist-upgrade # LC_ALL=C apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
Fixed it the ugly way after searching a bit alternative ways : # nano /var/lib/dpkg/status - Version: 7.0.1-1ubuntu3 + Version: 7.0.3~rc2-1ubuntu2 # apt-get -f install -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification beca

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Description changed: Update manager fails to update cleanly from Gutsy to Hardy Beta. Update manager was invoked as this : $ /usr/bin/update-manager -d + + Error is: + + Preparing to replace libgl1-mesa-glx 7.0.1-1ubuntu3 (using .../libgl1-mesa-glx_7.0.3~rc2-1ubuntu2_i386.deb) ... + U

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
For the python-sepolgen problem it looks like the following is happening: 1. python-sepolgen (new package) is unpacked but the posinst script did not yet run 2. python-libxml2 gets unpacked and the prerm is run (because it gets upgraded) 3. python-support expects files in /var/lib/python-suppor

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
The bug is slightly more complicated to reproduce. The replacment of sepolgen is the key, the new package is empty, that means that: $ ls -l /var/lib/python-support/python2.4/sepolgen/__init__.py lrwxrwxrwx 1 root root 55 2008-03-31 13:43 /var/lib/python-support/python2.4/sepolgen/__init__.py ->

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
Reproducable with the sepolgen and python-libxml2 from gutsy and then: $ sudo dpkg --unpack /var/cache/apt/archives/sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-sepolgen_1.0.11-0ubuntu1_all.deb /var/cache/apt/archives/python-libxml2_2.6.31.dfsg-2ubuntu1_amd64.deb from hardy. -

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Michael Vogt
** Attachment added: "Proposed fix" http://launchpadlibrarian.net/12989652/python-support_0.7.5ubuntu1.debdiff -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package python-support - 0.7.5ubuntu1 --- python-support (0.7.5ubuntu1) hardy; urgency=low * update-python-modules: - deal with package content moving from package foo to empty foo and new python-foo (LP: #208961) -- Michael Vogt <[EMAIL PROTECT

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-09-09 Thread Bryce Harrington
No response in a number of months; assuming this is no longer an issue we need to keep open. Feel free to reopen with additional details if this is incorrect. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Status: Incomplete => Fix Released -- Update manager fails - From Gutsy t

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-05-28 Thread Bryce Harrington
Has anyone been able to reproduce it lately? If it's no longer occurring for anyone maybe we don't need to have this bug open. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Importance: High => Undecided -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/b

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-28 Thread vali
Hey, I had the same problem but more strangely I didn't even had fglrx installed. As soon as I removed the diversions everything worked perfect, here maybe it helps you too... [EMAIL PROTECTED]:/home/valy# dpkg-divert --remove /usr/lib/libGL.so.1 Removing `diversion of /usr/lib/libGL.so.1 to

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-30 Thread Michael Vogt
** Tags added: gutsy2hardy -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-05-28 Thread Bryce Harrington
Has anyone been able to reproduce it lately? If it's no longer occurring for anyone maybe we don't need to have this bug open. ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu) Importance: High => Undecided -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/b

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-01 Thread Steve Langasek
Hi ldng, This mesa error message is reminiscent of problems I've seen before involving diversions, and nvidia glx packages. Can you please provide the output from these two commands? dpkg-divert --list '*GL*' dpkg -l '*gl*' ** Changed in: mesa (Ubuntu) Status: New => Incomplete -- Upd

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-02 Thread Steve Langasek
coastgnu, You don't appear to have reported problems with mesa on upgrade, however. I need this information from the original submitter of this bug report, ldng, who unfortunately ran into two unrelated problems in the same upgrade. -- Update manager fails - From Gutsy to Hardy Beta https://bug

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-05 Thread ldng
Sorry for answering late, been busy. That's what I have rightnow but I'm not sure it's still relevant as package seems fixed. hope it helps. $ dpkg-divert --list '*GL*' diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx diversion of /usr/lib/libGL.so.1.2

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
ldng, thanks for following up. It's unfortunate that you're unable to reproduce the problem now, since I don't see anything in the changelogs that would explain this being fixed. Then again, I couldn't find anything in the *package* that explains why it was broken either... coastgnu, since it ap

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-09 Thread Steve Langasek
Ok, so unfortunately at this point the upgrade failure appears to be completely unreproducible and I can't find any trace of it in the xorg- driver-fglrx package. The failure does point to a diversions problem, so it's not a bug in mesa and I'm reassigning; but I'm also dropping this package from

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-04-12 Thread ldng
I agree, I think you can dedicate your time to more useful bugs has it seems fixed. Thanks for take care Steve. P.D: Just in case : $ LANG=C ls -l /usr/lib/fglrx /usr/X11R6/lib/fglrx /usr/X11R6/lib/fglrx: total 0 /usr/lib/fglrx: total 392 -rw-r--r-- 1 root root 394924 Apr 6 00:06 libGL.so.1.2.x

[Bug 208961] Re: Update manager fails - From Gutsy to Hardy Beta

2008-03-29 Thread ldng
** Attachment added: "apt.log" http://launchpadlibrarian.net/12969929/apt.log -- Update manager fails - From Gutsy to Hardy Beta https://bugs.launchpad.net/bugs/208961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

  1   2   >