Hey everyone,
I am trying to get Gitlab running on my server (FreeBSD 10.3).
Gitlab installs the following package: rubygem-github-linguist-5.0.11
This is causing a conflict with qtchooser, the want to install in the same directory?
After some searching on the net, it appears that qtchooser is a wrapper that replaces qt-binaries to add an option to choose between qt4 or qt5 binaries.
However, I don't have any qt4 packages installed?
Now on every pkg install or update, the qtchooser package is added to the install list.
For example, I am trying to install postgresql96-server:
Because qtchooser is conflicting with rubygem-github-linguist, on every update/install, pkg will want to remove gitlab and rubygem-github-linguist.
I am wondering how to get rid of qtchooser, as the entire purpose is not applicable to my system...
I am still a rookie in FreeBSD, so if I am trying to do something stupid, please let me know
I am trying to get Gitlab running on my server (FreeBSD 10.3).
Gitlab installs the following package: rubygem-github-linguist-5.0.11
This is causing a conflict with qtchooser, the want to install in the same directory?
After some searching on the net, it appears that qtchooser is a wrapper that replaces qt-binaries to add an option to choose between qt4 or qt5 binaries.
However, I don't have any qt4 packages installed?
Now on every pkg install or update, the qtchooser package is added to the install list.
For example, I am trying to install postgresql96-server:
Code:
Installed packages to be REMOVED:
php71-pgsql-7.1.4
gitlab-9.1.9
rubygem-github-linguist-5.0.11
rubygem-pg-0.21.0
New packages to be INSTALLED:
postgresql96-client: 9.6.3_2
postgresql96-server: 9.6.3_1
compat6x-amd64: 6.4.604000.200810_3
qtchooser: 39
Because qtchooser is conflicting with rubygem-github-linguist, on every update/install, pkg will want to remove gitlab and rubygem-github-linguist.
I am wondering how to get rid of qtchooser, as the entire purpose is not applicable to my system...
I am still a rookie in FreeBSD, so if I am trying to do something stupid, please let me know