[Bug 193372] Re: binary package cannot be linked to, locally-rebuilt version works
I can confirm this. I actually had the same problem and had to compile from the sources again to fix it. My release: Linux noname 2.6.24-19-generic #1 SMP Wed Jun 4 16:35:01 UTC 2008 i686 GNU/Linux `lsb_release -a`: Distributor ID: Ubuntu Description: Ubuntu 8.04 Release: 8.04 Codename: hardy Aside: What I think a bit problematic is the renaming of the library from QGLViewer to lower case qglviewer. This should also be corrected in the documentation. Besides: anyone searching for help on the net, would find the original authors page and wonder why it does not find the library. But that's quite a philosophical problem. -- binary package cannot be linked to, locally-rebuilt version works https://bugs.launchpad.net/bugs/193372 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 232071] Re: bookmarks organizer: bookmark detail area does not automatically resize to use minimal required space
I'm now using: $ apt-cache policy firefox firefox: Installed: 3.0+nobinonly-0ubuntu0.8.04.1 Candidate: 3.0+nobinonly-0ubuntu0.8.04.1 Version table: *** 3.0+nobinonly-0ubuntu0.8.04.1 0 500 http://ch.archive.ubuntu.com hardy-updates/main Packages 100 /var/lib/dpkg/status 3.0~b5+nobinonly-0ubuntu3 0 500 http://ch.archive.ubuntu.com hardy/main Packages I now tried again before doing the suggested tweaks. It worked, thanks for the help. Seems as if a restart or the update to the release version helped. ** Changed in: firefox-3.0 (Ubuntu) Status: Incomplete => Invalid -- bookmarks organizer: bookmark detail area does not automatically resize to use minimal required space https://bugs.launchpad.net/bugs/232071 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 232071] [NEW] bookmarks organizer: bookmark detail area does not automatically resize to use minimal required space
Public bug reported: Binary package hint: firefox-3.0 Mozilla Firefox 3 Beta 5 Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5 The lower part of the bookmark organizer with the bookmark details does not use the minimal required space after resizing it manually. It uses as much space as set before but cannot be set to resize automatically again. Maybe there is only missing an option to make it resize automatically again. Package: $ apt-cache policy firefox-3.0 firefox-3.0: Installed: 3.0~b5+nobinonly-0ubuntu3 Candidate: 3.0~b5+nobinonly-0ubuntu3 Version table: *** 3.0~b5+nobinonly-0ubuntu3 0 500 http://ch.archive.ubuntu.com hardy/main Packages 100 /var/lib/dpkg/status ProblemType: Bug Architecture: i386 Date: Tue May 20 00:47:30 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal fglrx Package: firefox-3.0 3.0~b5+nobinonly-0ubuntu3 PackageArchitecture: i386 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: firefox-3.0 Uname: Linux 2.6.24-16-generic i686 ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- bookmarks organizer: bookmark detail area does not automatically resize to use minimal required space https://bugs.launchpad.net/bugs/232071 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 232071] Re: bookmarks organizer: bookmark detail area does not automatically resize to use minimal required space
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/14612137/Dependencies.txt ** Attachment added: "pluginreg.dat.txt" http://launchpadlibrarian.net/14612138/pluginreg.dat.txt ** Attachment added: "profiles.ini.txt" http://launchpadlibrarian.net/14612139/profiles.ini.txt -- bookmarks organizer: bookmark detail area does not automatically resize to use minimal required space https://bugs.launchpad.net/bugs/232071 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 108189] Re: files list file for package `*' is missing final newline
Hi, I had similar problems after new installation of Ubuntu 8.04. My error message was: dpkg: serious warning: files list file for package `*' missing, assuming package has no files currently installed. For * being several installed packages eg. python-conf, xserver-xorg-video-ati and so on. In /var/lib/dpkg/info/ I really found that the *.list files for those packages were missing. But the packages really seemed to be installed, because a "sudo apt-get install python-conf" would tell that it is installed. For the same reason "sudo apt-get -f install" did not work as well. The only option I had was to trick apt-get to spit out the tentatively missing packages again: sudo apt-get --reinstall With this you can build up a command to reinstall all such broken packages: sudo apt-get --reinstall install $(echo y | sudo apt-get --reinstall install python-conf | grep "dpkg:" | grep -o "\`.*'" | sed "s/[\`']//g") Unfortunately there are cyclic dependencies between some of these packages and also other conflicts while reinstalling. A work around would be to add in a "| head -n20" before the ')' to only install the first 20 of the list. And then run the whole command repeatedly. -- files list file for package `*' is missing final newline https://bugs.launchpad.net/bugs/108189 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226708] [NEW] ucf < 3.006 breaks update-grub in hardy
Public bug reported: Binary package hint: ucf Request put ucf 3.006 also into hardy -> will fix problems with update-grub ucf 3.006 fixes problem in update-grub update-grub does not terminate successful with ucf 3.005 or even lower for hardy. This prevents all packages that use update-grub in their install scripts to install successfully: eg. memtest86 or maybe even a new kernel-image (not sure though). I experienced this on a newly installed ubuntu 8.04 with an ucf 3.005. To resolve the problem I had to get and install ucf 3.006. ** Affects: ucf (Ubuntu) Importance: Undecided Status: New ** Tags: 8.04 grub hardy heron ucf update-grub -- ucf < 3.006 breaks update-grub in hardy https://bugs.launchpad.net/bugs/226708 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 224398] Re: update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04
Thanks for your help! I'm sorry I can't provide more information any more, as I decided to make a new install of 8.04. When I did that, it seems I have erased also the files you are asking for. Sorry for that. Still I got some trouble with the new installation, but I placed that as a comment to bug #108189. When I tried to use update-grup I run into problems with ucf 3.005 (see bug #226708 as a request) Regards Philipp -- update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04 https://bugs.launchpad.net/bugs/224398 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 224398] [NEW] update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04
Public bug reported: Binary package hint: update-manager Bug against 'update-manager': installArchives() failed - xorg - xserver-xorg - ubuntu-desktop Update manager failed on automatic upgrade from Ubuntu 7.10 to Ubuntu 8.04. Due to the failure to configure the above listed packages. ProblemType: Package Architecture: i386 Date: Tue Apr 29 22:00:25 2008 DistroRelease: Ubuntu 8.04 ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1) NonfreeKernelModules: ath_hal Package: update-manager 1:0.87.24 PackageArchitecture: all SourcePackage: update-manager Title: package update-manager 1:0.87.24 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1) Uname: Linux 2.6.24-16-generic i686 ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package -- update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04 https://bugs.launchpad.net/bugs/224398 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 224398] Re: update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/14025147/Dependencies.txt -- update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04 https://bugs.launchpad.net/bugs/224398 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 224398] Re: update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04
** Attachment added: "Shortened verion of apt-term.log" http://launchpadlibrarian.net/14025342/apt-term-shortened.log -- update-manager failed upgrade successfully from ubuntu 7.10 to ubuntu 8.04 https://bugs.launchpad.net/bugs/224398 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226708] Re: ucf < 3.006 breaks update-grub in hardy
Added link to question https://answers.launchpad.net/ubuntu/+question/32022 I think this problem was also because of the bug in the three-way merge. -- ucf < 3.006 breaks update-grub in hardy https://bugs.launchpad.net/bugs/226708 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226708] Re: ucf < 3.006 breaks update-grub in hardy
The Problem is that update-grub exactly uses this three-way merging option. If you have a look at the update-grub script grep -i three-way /usr/sbin/update-grub should give you a hit. apt-cache policy grub Gives: grub: Installed: 0.97-29ubuntu21 Candidate: 0.97-29ubuntu21 Version table: *** 0.97-29ubuntu21 0 500 http://ch.archive.ubuntu.com hardy/main Packages 100 /var/lib/dpkg/status with dpkg -S update-grub I found that update-grub is in the grub package. Hope this is more clear and verifiable now. ** Attachment added: "update-grub script which contains a tree-way merge check with ucf" http://launchpadlibrarian.net/14465809/update-grub -- ucf < 3.006 breaks update-grub in hardy https://bugs.launchpad.net/bugs/226708 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.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226708] Re: ucf < 3.006 breaks update-grub in hardy
I cannot reproduce the problem myself right now. But I really had to use the ucf 3.006 when I wanted to run update-grub on a brand new installed Ubuntu 8.04. Currently, I don't have the time to make a reinstall and try it out an other time. But maybe somebody else experiences the same difficulties. -- ucf < 3.006 breaks update-grub in hardy https://bugs.launchpad.net/bugs/226708 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.ubuntu.com/mailman/listinfo/ubuntu-bugs