Ticket #1569 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Package ncurses wants to install file /usr/lib/libncurses.so.5 But that file is already provided by package * libncurses5

Reported by: JJR Owned by: tick
Priority: normal Milestone:
Component: opkg Version: GTA02v5
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Estimated Completion (week):
HasPatchForReview: PatchReviewResult:
Reproducible:

Description

opkg upgrade

gives me

Collected errors:

  • Package ncurses wants to install file /usr/lib/libncurses.so.5

But that file is already provided by package * libncurses5

Change History

comment:1 Changed 5 years ago by olberger

Same here. In case it would be useful

comment:2 Changed 5 years ago by Strolls

I get this, too.

Full error:

root@om-gta02:~# 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
root@om-gta02:~#


This is when updating the factory-installed 2007.2 image.

comment:3 Changed 5 years ago by tick

  • Status changed from new to accepted

comment:4 Changed 5 years ago by tick

  • Status changed from accepted to in_testing

This is because of /usr/lib/libncurses.so.5 move from libncurses5 to ncurses.

I guess you may resolve this with
opkg -force-depends remove libncurses5
opkg install ncurses libncurses5

comment:5 Changed 5 years ago by tick

  • Status changed from in_testing to closed
  • Resolution set to fixed

close it

Note: See TracTickets for help on using tickets.