Bug 357882 - kimpanel is still provided by kdeplasma-addons even that now is provided by plasma-desktop (since 01fce13 commit)
Summary: kimpanel is still provided by kdeplasma-addons even that now is provided by p...
Status: RESOLVED UPSTREAM
Alias: None
Product: kdeplasma-addons
Classification: Unmaintained
Component: General (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 12:46 UTC by desaparecido
Modified: 2016-01-13 00:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description desaparecido 2016-01-12 12:46:41 UTC
since plasma-desktop commit 01fce13 , kimpanel is provided by plasma-desktop, but kdeplasma-addons is still providing too so I needed when I try to install kdeplasma-addons from git I have this error:

Packages (1) kdeplasma-addons-git-r6982.3830e82-1

Total Installed Size:  2.43 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                        [#######################################] 100%
(1/1) checking package integrity                                      [#######################################] 100%
(1/1) loading package files                                           [#######################################] 100%
(1/1) checking for file conflicts                                     [#######################################] 100%
error: failed to commit transaction (conflicting files)
kdeplasma-addons-git: /usr/lib/kimpanel-ibus-panel exists in filesystem
kdeplasma-addons-git: /usr/lib/kimpanel-scim-panel exists in filesystem
kdeplasma-addons-git: /usr/lib/qt/plugins/plasma/dataengine/plasma_engine_kimpanel.so exists in filesystem
kdeplasma-addons-git: /usr/lib/qt/qml/org/kde/plasma/private/kimpanel/libkimpanelplugin.so exists in filesystem
kdeplasma-addons-git: /usr/lib/qt/qml/org/kde/plasma/private/kimpanel/qmldir exists in filesystem
kdeplasma-addons-git: /usr/share/kservices5/plasma-applet-org.kde.plasma.kimpanel.desktop exists in filesystem
kdeplasma-addons-git: /usr/share/kservices5/plasma-dataengine-kimpanel.desktop exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/InputPanel.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/StatusIcon.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/main.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.desktop exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/services/kimpanel.operations exists in filesystem
Errors occurred, no packages were upgraded.




Reproducible: Always

Steps to Reproduce:
1.uninstall all kf5 and plasma packages
2.build all kf5 and plasma latest commit from git
3.error when trying to install kdeplasma-addons

Actual Results:  
error when trying to install kdeplasma-addons:

Packages (1) kdeplasma-addons-git-r6982.3830e82-1

Total Installed Size:  2.43 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                        [#######################################] 100%
(1/1) checking package integrity                                      [#######################################] 100%
(1/1) loading package files                                           [#######################################] 100%
(1/1) checking for file conflicts                                     [#######################################] 100%
error: failed to commit transaction (conflicting files)
kdeplasma-addons-git: /usr/lib/kimpanel-ibus-panel exists in filesystem
kdeplasma-addons-git: /usr/lib/kimpanel-scim-panel exists in filesystem
kdeplasma-addons-git: /usr/lib/qt/plugins/plasma/dataengine/plasma_engine_kimpanel.so exists in filesystem
kdeplasma-addons-git: /usr/lib/qt/qml/org/kde/plasma/private/kimpanel/libkimpanelplugin.so exists in filesystem
kdeplasma-addons-git: /usr/lib/qt/qml/org/kde/plasma/private/kimpanel/qmldir exists in filesystem
kdeplasma-addons-git: /usr/share/kservices5/plasma-applet-org.kde.plasma.kimpanel.desktop exists in filesystem
kdeplasma-addons-git: /usr/share/kservices5/plasma-dataengine-kimpanel.desktop exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/InputPanel.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/StatusIcon.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/main.qml exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.desktop exists in filesystem
kdeplasma-addons-git: /usr/share/plasma/services/kimpanel.operations exists in filesystem
Errors occurred, no packages were upgraded.


Expected Results:  
successfully install of kdeplasma-addons

using Archlinux updated, with [testing] repo enabled.  Latest commits of KF5 and Plasma (using AUR repo for PKGBUILDs)
Comment 1 desaparecido 2016-01-13 00:01:54 UTC
solved with the latest commit c24ceb9 of kdeplasma-addons .. thanks