Re: Problem upgrading ncurses
- Original Message - From: Dale Schumacher [EMAIL PROTECTED] Date: Wednesday, July 23, 2008 19:44 Subject: Problem upgrading ncurses To: List for Openmoko community discussion community@lists.openmoko.org Going through my daily ritual of update and upgrade, I've been having trouble with ncurses. [EMAIL PROTECTED]:~# cat /proc/version Linux version 2.6.24 ([EMAIL PROTECTED]) (gcc version 4.1.2) #1 PREEMPT Tue Jul 22 02:21:01 CEST 2008 [EMAIL PROTECTED]:~# opkg upgrade Upgrading ncurses on root from 5.4-r14 to 5.4-r15... Downloading http://buildhost.openmoko.org/daily-feed/armv4t/ncurses_5.4-r15_armv4t.ipk Collected errors: * Package ncurses wants to install file /usr/lib/libncurses.so.5 But that file is already provided by package * libncurses5 This has persisted for at least the last 24 hours. Is anyone else seeing this problem? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community At the risk of sounding like an AOLer: Me too! Also in the same time frame as you report. -- Alex ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Problem upgrading ncurses
On Wed, 23 Jul 2008 18:43:54 -0500 Dale Schumacher [EMAIL PROTECTED] wrote: Going through my daily ritual of update and upgrade, I've been having trouble with ncurses. [EMAIL PROTECTED]:~# cat /proc/version Linux version 2.6.24 ([EMAIL PROTECTED]) (gcc version 4.1.2) #1 PREEMPT Tue Jul 22 02:21:01 CEST 2008 [EMAIL PROTECTED]:~# opkg upgrade Upgrading ncurses on root from 5.4-r14 to 5.4-r15... Downloading http://buildhost.openmoko.org/daily-feed/armv4t/ncurses_5.4-r15_armv4t.ipk Collected errors: * Package ncurses wants to install file /usr/lib/libncurses.so.5 But that file is already provided by package * libncurses5 This has persisted for at least the last 24 hours. Is anyone else seeing this problem? I'm not sure, since I reflashed since experiencing this problem, but I was getting that on the same setup as I have now but with http://rabenfrost.net/celtune/celtune-rabenfrost.conf in /etc/opkg. Perhaps the ncurses from that repo is broken? -- Joseph Booker signature.asc Description: PGP signature ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Problem upgrading ncurses
[EMAIL PROTECTED]:~# opkg upgrade Upgrading ncurses on root from 5.4-r14 to 5.4-r15... Downloading http://buildhost.openmoko.org/daily-feed/armv4t/ncurses_5.4-r15_armv4t.ipk Collected errors: * Package ncurses wants to install file /usr/lib/libncurses.so.5 But that file is already provided by package * libncurses5 This has persisted for at least the last 24 hours. Is anyone else seeing this problem? I had it. I forcibly removed libncurses5 and everything is fine. ncurses no longer depends on libncurses5. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Problem upgrading ncurses
On 24 Jul 2008, at 00:43, Dale Schumacher wrote: Going through my daily ritual of update and upgrade, I've been having trouble with ncurses. [EMAIL PROTECTED]:~# cat /proc/version Linux version 2.6.24 ([EMAIL PROTECTED]) (gcc version 4.1.2) #1 PREEMPT Tue Jul 22 02:21:01 CEST 2008 [EMAIL PROTECTED]:~# opkg upgrade Upgrading ncurses on root from 5.4-r14 to 5.4-r15... Downloading http://buildhost.openmoko.org/daily-feed/armv4t/ ncurses_5.4-r15_armv4t.ipk Collected errors: * Package ncurses wants to install file /usr/lib/libncurses.so.5 But that file is already provided by package * libncurses5 This has persisted for at least the last 24 hours. Is anyone else seeing this problem? There's a bug in TRAC for this: https://docs.openmoko.org/trac/ticket/1569 The fix there went from in testing to bug closed in the last couple of days, so presumably it works. Please confirm. Also, could you possibly post to the list in plain text, not HTML? Stroller. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Problem upgrading ncurses
On Wed, Jul 23, 2008 at 6:54 PM, Stroller [EMAIL PROTECTED] wrote: There's a bug in TRAC for this: https://docs.openmoko.org/trac/ticket/1569 The fix there went from in testing to bug closed in the last couple of days, so presumably it works. Please confirm. This is exactly the problem. I applied the recommended fix: opkg -force-depends remove libncurses5 opkg install ncurses libncurses5 Now everything seems to be up-to-date. Thanks! Should this be in the wiki somewhere, or will new users not have this problem if they update/upgrade directly from the factory image? Also, could you possibly post to the list in plain text, not HTML? Sure, I could. I thought it would be more clear to post the transcript in fixed font. Doesn't it come through as multi-part-alternative anyway, so you should have a plain-text version too? It seems the richer markup is often useful. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Problem upgrading ncurses
Dale Schumacher wrote: On Wed, Jul 23, 2008 at 6:54 PM, Stroller [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: There's a bug in TRAC for this: https://docs.openmoko.org/trac/ticket/1569 The fix there went from in testing to bug closed in the last couple of days, so presumably it works. Please confirm. This is exactly the problem. I applied the recommended fix: opkg -force-depends remove libncurses5 opkg install ncurses libncurses5 Now everything seems to be up-to-date. Thanks! Should this be in the wiki somewhere, or will new users not have this problem if they update/upgrade directly from the factory image? opkg update, opkg upgrade still results in the same error But the forced remove above resolves it for me also, a subseqent update, upgrade gives no errors. It needs to go somewhere, anyone upgrading actory-installed 2007.2 image without re-flashing will hit this error message until the forced remove is done. -- Alex Fitzpatrick Gatineau, Quebec ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Problem upgrading ncurses
I believe that '-force-overwrite' allows the upgrade to proceed without necessitating an uninstall. Since OM documentation is so sparse, I have assumed that Debian dpkg command line options would work, as long as you get the syntax right. On Wed, Jul 23, 2008 at 8:09 PM, Dale Schumacher [EMAIL PROTECTED] wrote: On Wed, Jul 23, 2008 at 6:54 PM, Stroller [EMAIL PROTECTED] wrote: There's a bug in TRAC for this: https://docs.openmoko.org/trac/ticket/1569 The fix there went from in testing to bug closed in the last couple of days, so presumably it works. Please confirm. This is exactly the problem. I applied the recommended fix: opkg -force-depends remove libncurses5 opkg install ncurses libncurses5 Now everything seems to be up-to-date. Thanks! Should this be in the wiki somewhere, or will new users not have this problem if they update/upgrade directly from the factory image? Also, could you possibly post to the list in plain text, not HTML? Sure, I could. I thought it would be more clear to post the transcript in fixed font. Doesn't it come through as multi-part-alternative anyway, so you should have a plain-text version too? It seems the richer markup is often useful. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community -- Craig Allen [EMAIL PROTECTED] 781-742-2005 ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community