Solved pkg autoremove weird behaviour

After rebuilding all the ports in the system (to follow the system upgrade to version 11.2-RELEASE), i did the

Code:
pkg autoremove

command.

With my surprise, together with not needed dependencies, it proposed the complete removal of all the KDE-18.x.x.x compilation packages survived to the Plasma upgrade to version 5.

Now this programs are perfectly fine and also usefull to me.

Is this the normal pkg autoremove behaviour or there is something wrong with it?
 
to follow the system upgrade to version 12-RELEASE
Unlikely, FreeBSD 12.0 hasn't been released yet, so 12-RELEASE doesn't exist.

At this time there's only 12-CURRENT, which isn't a supported version. It is currently being prepared for release and the actual release is scheduled for 2 November. Support for it will probably start around 21 September, when stable/12 is created and the first BETA is released.
https://www.freebsd.org/releases/12.0R/schedule.html
 
I'm sorry, yes, it was 11.2-RELEASE upgrading from 11.2-RELEASE, my mistake.

I do confirm the pkg problem explained above.

Code:
<piggy@freebsd112vm>/usr # sudo pkg autoremove
Password:
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 103 packages:

Installed packages to be REMOVED:
        docbook2X-0.8.8_4
        OpenSP-1.5.2_3
        akonadi-mime-18.04.3_1
        akonadi-contacts-18.04.3_1
        akonadi-calendar-18.04.3_1
        calendarsupport-18.04.3_2
        akonadiconsole-18.04.3_1
        kdepim-18.04.3_1
        eventviews-18.04.3_2
        incidenceeditor-18.04.3_2
        kdepim-addons-18.04.3_1
        korganizer-18.04.3_2
        kdepim-runtime-18.04.3_2
        kaddressbook-18.04.3_2
        kalarm-18.04.3_2
        kmail-18.04.3_2
        libkdepim-18.04.3_2
        mailimporter-18.04.3_2
        mailcommon-18.04.3_2
        akonadi-import-wizard-18.04.3_1
        mbox-importer-18.04.3_1
        pim-data-exporter-18.04.3_1
        pimcommon-18.04.3_2
        kdepim-apps-libs-18.04.3_1
        messagelib-18.04.3_2
        akregator-18.04.3_1
        grantlee-editor-18.04.3_1
        kontact-18.04.3_1
        libgravatar-18.04.3_1
        libksieve-18.04.3_2
        pim-sieve-editor-18.04.3_1
        kmail-account-wizard-18.04.3_1
        kgpg-18.04.3
        kdeutils-18.04.3
        kmailtransport-18.04.3_1
        akonadi-search-18.04.3_1
        akonadi-notes-18.04.3_1
        kalarmcal-18.04.3_1
        akonadi-18.04.3_2
        ark-18.04.3
        kdemultimedia-18.04.3
        audiocd-kio-18.04.3
        kf5-kdnssd-5.49.0
        kio-extras-18.04.3_1
        dolphin-18.04.3_1
        kde-baseapps-18.04.3
        krfb-18.04.3_1
        krdc-18.04.3
        avahi-libdns-0.7
        minixmlto-0.0.2_1
        dragon-player-18.04.3
        filelight-18.04.3
        kpimtextedit-18.04.3_1
        kidentitymanagement-18.04.3_1
        kcalutils-18.04.3_1
        ktnef-18.04.3_1
        libkleo-18.04.3
        grantleetheme-18.04.3_1
        khelpcenter-18.04.3_1
        kdegraphics-18.04.3_1
        gwenview-18.04.3
        kamera-18.04.3
        kate-18.04.3
        kblog-18.04.3_1
        kcalc-18.04.3
        libkgapi-18.04.3_1
        kcalcore-18.04.3_1
        kcharselect-18.04.3
        kcolorchooser-18.04.3
        kcontacts-18.04.3_1
        kdav-18.04.3_1
        kdeadmin-18.04.3
        kdebugsettings-18.04.3
        kdegraphics-svgpart-18.04.3
        kdegraphics-thumbnailers-18.04.3
        kdenetwork-filesharing-18.04.3
        kdf-18.04.3
        kdiagram-2.6.0
        kdialog-18.04.3
        kf5-kimageformats-5.49.0
        kfloppy-18.04.3
        kldap-18.04.3_1
        kmbox-18.04.3_1
        ksmtp-18.04.3_1
        kmix-18.04.3
        konqueror-18.04.3
        kontactinterface-18.04.3_1
        kruler-18.04.3
        kteatime-18.04.3
        ktimer-18.04.3
        kwalletmanager-18.04.3
        libkdcraw-18.04.3_1
        libkipi-18.04.3
        spectacle-18.04.3
        libkcddb-18.04.3
        libmtp-1.1.15
        plasma5-plasma-pa-5.12.5_1
        print-manager-18.04.3
        py27-cython-0.28.2
        python3-3_3
        python35-3.5.6_1
        qt5-sqldrivers-mysql-5.10.1
        syndication-18.04.3_1

Number of packages to be removed: 103

The operation will free 386 MiB.

Proceed with deinstalling packages? [y/N]:
 
At quick glance these all appear to be dependencies of x11/kde5. If you have removed this meta port all its dependencies would get removed with a pkg-autoremove(8) because they've all been automatically installed and there's nothing else depending on them anymore.
 
thankx for your reply. No, KDE5 is there and work pretty fine, like those packages pkg autoremove pretend to remove. Is there something wrong with pkg?
 
Thank you. The problem was exactly that. No x11/kde5 installed. Simply quickly installing that port solved the problem and now my pkg autoremove look reasonable:
Code:
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 6 packages:

Installed packages to be REMOVED:
        docbook2X-0.8.8_4
        OpenSP-1.5.2_3
        minixmlto-0.0.2_1
        py27-cython-0.28.2
        python3-3_3
        python35-3.5.6_1

Number of packages to be removed: 6

The operation will free 121 MiB.
 
Back
Top