Intro:
FreeBSD 10.1-RELEASE-p3
make.conf has line WITH_PKGNG="YES"
Everything is done inside a jail.
Port tree is updated using
Problem:
Cant update/install near (90%) of ports.
Each
Doing
FreeBSD 10.1-RELEASE-p3
make.conf has line WITH_PKGNG="YES"
Everything is done inside a jail.
Port tree is updated using
ezjail-admin update -P and mounted to jail.Problem:
Cant update/install near (90%) of ports.
Each
make install (or portinstall misc/bash) want to 'reinstall' already installed port (of same version).Doing
make deinstall reinstall works fine, but this is needed for EACH port now :-(
Code:
[root@svn /usr/ports/shells/bash]# make install
===> bash-4.3.39 depends on executable: bison - not found
===> Verifying install for bison in /usr/ports/devel/bison
===> bison-2.7.1,1 depends on package: m4>=1.4.16,1 - found
===> bison-2.7.1,1 depends on executable: msgfmt - found
===> bison-2.7.1,1 depends on file: /usr/local/bin/perl5.18.4 - found
===> bison-2.7.1,1 depends on shared library: libintl.so - not found
===> Verifying for libintl.so in /usr/ports/devel/gettext-runtime
===> Installing for gettext-runtime-0.19.4
===> gettext-runtime-0.19.4 depends on executable: indexinfo - found
===> Checking if gettext-runtime already installed
===> gettext-runtime-0.19.4 is already installed
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 gettext-runtime
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1