Why does pkg upgrade want to replace ports-mgmt/pkg with ports-mgmt/pkg-devel? I didn't ask for this. It's not installed... I also don't know why Java is being installed (?), but this is less important...
Using -d doesn't help in getting more output...
I also used pkg lock pkg, which has no effect, since it still wants to remove it (output is exactly the same as below, with some extra warning about it being locked).
Output (emphasis mine):
Edit: pkg upgrade -f does even weirder things:
meh ....
Code:
[~/pkg-unclobber]# pkg info | grep pkg
pkg-1.3.8_1 Package manager
Using -d doesn't help in getting more output...
I also used pkg lock pkg, which has no effect, since it still wants to remove it (output is exactly the same as below, with some extra warning about it being locked).
Output (emphasis mine):
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (93 candidates)... done
Checking integrity... done (2 conflicting)
Checking integrity... done (0 conflicting)
The following 65 packages will be affected (of 0 checked):
Installed packages to be REMOVED:
pkg-1.3.8_1
rubygem-bzip2-0.2.7_2
New packages to be INSTALLED:
bootstrap-openjdk: r351880
java-zoneinfo: 2014.f
pkg-devel: 1.4.0.p.a15
rubygem-bzip2-ruby: 0.2.7_2
Installed packages to be UPGRADED:
vim-lite: 7.4.398 -> 7.4.430
libiconv: 1.14_3 -> 1.14_4
libffi: 3.0.13_1 -> 3.0.13_2
python27: 2.7.8_4 -> 2.7.8_5
glib: 2.36.3_3 -> 2.36.3_4
p5-Archive-Zip: 1.37 -> 1.38
p5-IO-Socket-SSL: 1.997_2 -> 1.998
p5-Path-Class: 0.33 -> 0.34
p5-Net-SSLeay: 1.65 -> 1.66
p5-IO-Socket-IP: 0.31 -> 0.32
db5: 5.3.28_1 -> 5.3.28_2
ruby: 1.9.3.547,1 -> 1.9.3.547_3,1
libyaml: 0.1.6 -> 0.1.6_1
readline: 6.3.6_1 -> 6.3.8
popt: 1.16 -> 1.16_1
puppet: 3.6.2_1 -> 3.6.2_2
php5: 5.4.31_1 -> 5.4.32
php5-gd: 5.4.31_1 -> 5.4.32
t1lib: 5.1.2_3,1 -> 5.1.2_4,1
libssh2: 1.4.3_3,2 -> 1.4.3_4,2
mod_php5: 5.4.31_1,1 -> 5.4.32,1
gamin: 0.1.10_7 -> 0.1.10_8
php5-dom: 5.4.31_1 -> 5.4.32
php5-xmlreader: 5.4.31_1 -> 5.4.32
php5-session: 5.4.31_1 -> 5.4.32
php5-xmlwriter: 5.4.31_1 -> 5.4.32
php5-xml: 5.4.31_1 -> 5.4.32
php5-simplexml: 5.4.31_1 -> 5.4.32
php5-ctype: 5.4.31_1 -> 5.4.32
php5-sockets: 5.4.31_1 -> 5.4.32
php5-ldap: 5.4.31_1 -> 5.4.32
openldap-client: 2.4.39_1 -> 2.4.39_2
php5-snmp: 5.4.31_1 -> 5.4.32
php5-bcmath: 5.4.31_1 -> 5.4.32
php5-gettext: 5.4.31_1 -> 5.4.32
php5-mysqli: 5.4.31_1 -> 5.4.32
php5-mysql: 5.4.31_1 -> 5.4.32
php5-mbstring: 5.4.31_1 -> 5.4.32
php5-pgsql: 5.4.31_1 -> 5.4.32
augeas: 1.2.0_2 -> 1.2.0_3
libgcrypt: 1.6.1_3 -> 1.6.1_5
serf: 1.3.7 -> 1.3.7_1
subversion: 1.8.10_1 -> 1.8.10_2
p5-Net-DNS: 0.78 -> 0.79
ca_root_nss: 3.16.3 -> 3.17
gnutls: 3.2.16_4 -> 3.2.16_5
libidn: 1.28_1 -> 1.28_2
p5-MIME-Types: 2.04 -> 2.08
p5-YAML: 0.87 -> 1.11
unixODBC: 2.3.2 -> 2.3.2_1
rsync: 3.1.1_2 -> 3.1.1_3
libpaper: 1.1.24_2 -> 1.1.24.3
i386-wine-devel: 1.7.24,1 -> 1.7.25,1
cmake-modules: 2.8.12.1_1 -> 3.0.1_1
cmake: 2.8.12.1_4 -> 3.0.1_1
Installed packages to be REINSTALLED:
py27-pycrypto-2.6.1 (needed shared library changed)
libslang2-2.2.4_6 (needed shared library changed)
mc-4.8.12_2 (needed shared library changed)
trousers-tddl-0.3.10_7 (needed shared library changed)
The process will require 108 MB more space.
Proceed with this action? [y/N]: y
[..snip..]
pkg: pkg-devel-1.4.0.p.a15 conflicts with pkg-1.3.8_1 (installs files into the same place). Problematic file: /usr/local/etc/bash_completion.d/_pkg.bash
Edit: pkg upgrade -f does even weirder things:
Code:
New packages to be INSTALLED:
pkg-devel: 1.4.0.p.a15
Installed packages to be DOWNGRADED:
pkg: 1.3.8_1 -> 1.3.7
meh ....