Summary: | x11-toolkits/qt5-declarative thread-related configuration error | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Bertrand Petit <bsdpr> |
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> |
Status: | Closed Not A Bug | ||
Severity: | Affects Only Me | CC: | bsdpr, tcberner |
Priority: | --- | Flags: | tcberner:
maintainer-feedback+
|
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Bertrand Petit
2019-01-30 18:23:13 UTC
Moin moin The problem lies here: qt5-buildtools-5.11.2 [..] qt5-qmake-5.11.2 Never mix Qt versions. Upgrade all your ports and not selectively. Then the problem will go away :) mfg Tobias (In reply to Tobias C. Berner from comment #1) Thank you very much, you are right. I did a package removal of qt5-core-5.11.2_1 but I should had removed qt5* instead. May I suggest the addition of a version constrained dependency on qt5-buidtools and/or qt5-qmake somewhere in the qt5 dependency tree or all qt5 ports? (In reply to Bertrand Petit from comment #2) A version constraint is not possible with the way stuff gets depended on mostly. But why aren't you using poudriere/synth to build the packages and let pkg figure it out itself? If you do everything by hand (via simply calling make), then you are also required to figure out the dependency graph and upgrade it first. mfg Tobias (In reply to Tobias C. Berner from comment #3) Unfortunately I'm quite short on storage resources, I would not be able to store all those packages for the three architectures I run FreBSD on. |