[Bug 233003] ports-mgmt/portmaster failed to update x11-toolkits/qt5-declarative

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 5 20:27:06 GMT 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233003

            Bug ID: 233003
           Summary: ports-mgmt/portmaster failed to update
                    x11-toolkits/qt5-declarative
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: mikhail.rokhin at gmail.com
                CC: kde at FreeBSD.org, se at FreeBSD.org
                CC: kde at FreeBSD.org, se at FreeBSD.org

Recently, they've changed it in the ports tree from split of qt5-quick &
qt5-qml into one port qt5-declarative.

Portmaster detects it when checks ports tree for updates, but fails to remove
qt5-quick & qt5-qml before installing newly compiled qt5-declarative, leading
to error from pkg-static:
qt5-declarative conflicts with qt5-quick & qt5-qml (installs files into the
same place) ...

So, it needs manual 
 pkg del -f of qt5-quick & qt5-qml 
 make install qt5-declarative
to succeed.

That is common problem for portmaster for some other cases, when it fails auto
removal of existing packages before installing new one, leading to ports
conflict. Seems like portmaster can't detect such conflicts properly.

Also there's warning from pkg-static that @exec is deprecated.

Thank you for development.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list