Hi, I am trying to install www/wordpress via pkg inside a jail.
To my astonishment, when I call
I dealt with this so far by installing the German translation. Inside the Wordpress the language can be changed to English.
What am I doing wrong? Why is French being pulled in instead of the non-translated package?
To my astonishment, when I call
pkg install www/wordpress, a couple of translations are also pulled in and for some reason the French translation becomes active, so I see Wordpress in French:
Bash:
pkg -c /my/jail/root install www/wordpress
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 4 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
fr-wordpress-fr_FR: 6.2.2_1,1
ja-wordpress-ja: 6.2.2_1
ru-wordpress-ru_RU: 6.2.2_1
wordpress: 6.2.2_1,1
Number of packages to be installed: 4
The process will require 261 MiB more space.
60 MiB to be downloaded.
Proceed with this action? [y/N]: y
[1/4] Fetching fr-wordpress-fr_FR-6.2.2_1,1.pkg: 100% 15 MiB 8.0MB/s 00:02
[2/4] Fetching ru-wordpress-ru_RU-6.2.2_1.pkg: 100% 15 MiB 8.0MB/s 00:02
[3/4] Fetching wordpress-6.2.2_1,1.pkg: 100% 15 MiB 7.7MB/s 00:02
[4/4] Fetching ja-wordpress-ja-6.2.2_1.pkg: 100% 15 MiB 15.9MB/s 00:01
Checking integrity... done (10 conflicting)
- fr-wordpress-fr_FR-6.2.2_1,1 conflicts with de-wordpress-de_DE-6.2.2_1 on /usr/local/www/wordpress/index.php
- ru-wordpress-ru_RU-6.2.2_1 conflicts with fr-wordpress-fr_FR-6.2.2_1,1 on /usr/local/www/wordpress/index.php
- ru-wordpress-ru_RU-6.2.2_1 conflicts with de-wordpress-de_DE-6.2.2_1 on /usr/local/www/wordpress/index.php
- wordpress-6.2.2_1,1 conflicts with fr-wordpress-fr_FR-6.2.2_1,1 on /usr/local/www/wordpress/index.php
- wordpress-6.2.2_1,1 conflicts with de-wordpress-de_DE-6.2.2_1 on /usr/local/www/wordpress/index.php
- wordpress-6.2.2_1,1 conflicts with ru-wordpress-ru_RU-6.2.2_1 on /usr/local/www/wordpress/license.txt
- ja-wordpress-ja-6.2.2_1 conflicts with fr-wordpress-fr_FR-6.2.2_1,1 on /usr/local/www/wordpress/index.php
- ja-wordpress-ja-6.2.2_1 conflicts with de-wordpress-de_DE-6.2.2_1 on /usr/local/www/wordpress/index.php
- ja-wordpress-ja-6.2.2_1 conflicts with ru-wordpress-ru_RU-6.2.2_1 on /usr/local/www/wordpress/license.txt
- ja-wordpress-ja-6.2.2_1 conflicts with wordpress-6.2.2_1,1 on /usr/local/www/wordpress/readme.html
Cannot solve problem using SAT solver, trying another plan
Cannot solve problem using SAT solver, trying another plan
Cannot solve problem using SAT solver, trying another plan
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 2 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
de-wordpress-de_DE: 6.2.2_1
New packages to be INSTALLED:
fr-wordpress-fr_FR: 6.2.2_1,1
Number of packages to be removed: 1
Number of packages to be installed: 1
Proceed with this action? [y/N]:
I dealt with this so far by installing the German translation. Inside the Wordpress the language can be changed to English.
What am I doing wrong? Why is French being pulled in instead of the non-translated package?