I have several packages/ports failing with the following:
I use
I have
set in /etc/make.conf and a number of configurations in /usr/local/etc/buildflags.conf.
Disabling /etc/make.conf and /usr/local/etc/buildflags.conf entirely still gives me the same or similar errors (even when the port tries to build with, e.g., databases/db41 as a dependency).
Re-building db4[1-8] succeeds but even after re-installing, I still see the same error.
Any thoughts?
Code:
===> evolution-data-server-2.32.1_4 depends on shared library: libdb-4.8.so - not found
===> Verifying for libdb-4.8.so in /usr/ports/databases/db48
===> Installing for db48-4.8.30.0
===> Generating temporary packing list
===> Checking if databases/db48 already installed
===> db48-4.8.30.0 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 databases/db48
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** [check-already-installed] Error code 1
Stop in /usr/ports/databases/db48.
*** [lib-depends] Error code 1
Stop in /usr/ports/databases/evolution-data-server.
*** [build] Error code 1
Stop in /usr/ports/databases/evolution-data-server.
===>>> make failed for databases/evolution-data-server
===>>> Aborting update
I use
portmaster -dP --no-confirm
in most cases for everything, and databases/evolution-data-server is not the only port that I'm having trouble with. Others include devel/apr1, www/libxul, and x11-toolkits/libgnomui, to name a few.I have
Code:
WITH_BDB_HIGHEST=yes
Disabling /etc/make.conf and /usr/local/etc/buildflags.conf entirely still gives me the same or similar errors (even when the port tries to build with, e.g., databases/db41 as a dependency).
Re-building db4[1-8] succeeds but even after re-installing, I still see the same error.
Any thoughts?