tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problem installing kde4-l10n-en_GB-4.14.3



On Thu, Apr 15, 2021 at 06:29:26PM -0400, Greg Troxel wrote:
> 
> Dave Tyson <dtyson%anduin.org.uk@localhost> writes:
> 
> > Just updated a system to NetBSD 9.99.81 on AMD64 and started to install some 
> > packages from pkgsrc-2021Q1.
> >
> > Everything seems to install OK and I put on kde4 from meta-pkg without any 
> > issues, however when I tried to add the en_GB locale package it failed to 
> > install due to a file conflict:
> >
> > ===> Installing binary package of kde4-l10n-en_GB-4.14.3
> > pkg_add: Conflicting PLIST with ark-20.04.1nb8: 
> > share/locale/en_GB/LC_MESSAGES/ark.mo
> > pkg_add: 1 package addition failed
> > *** Error code 1
> >
> > Stop.
> > make[2]: stopped in /usr/pkgsrc/x11/kde4-l10n-en_GB
> >
> > ark is installed as it is a pre-requisite for kde4:
> >
> > asus# pkg_info -R ark
> > Information for ark-20.04.1nb8:
> >
> > Required by:
> > kde4-4.14.3nb25
> 
> Basically, pkg_delete -f one or both of ark and kde4-110n.  Then install
> the new ones.

That won't be enough -- both install the same file:

/usr/pkgsrc> comm -12 */ark/PLIST */kde4-l10n-en_GB/PLIST
share/locale/en_GB/LC_MESSAGES/ark.mo

I guess ark is already the kde framework 5 version.
 Thomas


Home | Main Index | Thread Index | Old Index