Hi,
I am using 11.1-RELEASE-p11
I need automake-1.16.1 to compile mailman from ports.
I get this message:
I tried to uninstall automake:
but when I try to install NEW version, I still get 1.15:
# pkg install automake
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: amavisd-new has a missing dependency: lha
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
automake: 1.15.1
Number of packages to be installed: 1
The process will require 2 MiB more space.
Proceed with this action? [y/N]: n
it sounds strange to me, because on a different server, with same configuration, I do have automake-1.16.
On both server, this is /etc/pkg/FreeBSD.conf:
Any suggestion?
Thank you very much!
I am using 11.1-RELEASE-p11
I need automake-1.16.1 to compile mailman from ports.
I get this message:
Code:
====> Compressing man pages (compress-man)
===> Installing for automake-1.16.1
===> Checking if automake already installed
===> An older version of automake is already installed (automake-1.15.1)
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of automake
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/devel/automake
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/mail/mailman
*** Error code 1
Stop.
make: stopped in /usr/ports/mail/mailman
I tried to uninstall automake:
Code:
# pkg delete automake
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
automake-1.15.1
Number of packages to be removed: 1
The operation will free 2 MiB.
Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling automake-1.15.1...
[1/1] Deleting files for automake-1.15.1: 100%
but when I try to install NEW version, I still get 1.15:
# pkg install automake
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: amavisd-new has a missing dependency: lha
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
automake: 1.15.1
Number of packages to be installed: 1
The process will require 2 MiB more space.
Proceed with this action? [y/N]: n
Code:
# pkg install automake
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: amavisd-new has a missing dependency: lha
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
automake: 1.15.1
Number of packages to be installed: 1
The process will require 2 MiB more space.
Proceed with this action? [y/N]: n
it sounds strange to me, because on a different server, with same configuration, I do have automake-1.16.
On both server, this is /etc/pkg/FreeBSD.conf:
Code:
# $FreeBSD: releng/11.1/etc/pkg/FreeBSD.conf 320745 2017-07-06 17:22:33Z gjb $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
Any suggestion?
Thank you very much!