pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
databases/postgresql-client unable to find pkgsrc libuuid
On AWS Linux 2, both databases/postgresql12-client and
databases/postgresql13-client are unable to build without native
libuuid-devel installed.
the AWS Linux 2 native compiler is gcc 7.3.1, nothing in default
environment appears out of order
here is the pkgsrc mk.conf, all deps were built with this mk.conf:
# Example /data/pkg/etc/mk.conf file produced by bootstrap-pkgsrc
# Sat Apr 3 09:06:15 UTC 2021
.ifdef BSD_PKG_MK # begin pkgsrc settings
ABI= 64
FETCH_USING= curl
# net does not support ipv6
FETCH_BEFORE_ARGS= -4
PKG_DBDIR= /data/pkg/pkgdb
LOCALBASE= /data/pkg
VARBASE= /data/pkg/var
PKG_TOOLS_BIN= /data/pkg/sbin
PKGINFODIR= info
PKGMANDIR= man
MAKE_JOBS= 4
# WARNING: Changing PREFER_* after bootstrap will require rebuilding all
# packages with a dependency that switched between native/pkgsrc.
#PREFER_PKGSRC= yes
PYTHON_VERSION_DEFAULT= 37
# dep reduction: server doesn't need x11, gettext, docs
PKG_OPTIONS.xz= -nls
PKG_OPTIONS.db4= -doc
PKG_OPTIONS.python37= pymalloc -x11
# pgsql needs libxml2 which depends on icu so might as well depend on icu
PKG_OPTIONS.postgresql13= icu -gssapi -nls
PKG_OPTIONS.postgresql12= icu -gssapi -nls
# reduce deps on gettext
PKG_OPTIONS.gtexinfo= -nls
PKG_OPTIONS.bison= -nls
PKG_OPTIONS.curl= -http2 -idn -inet6
# org does not support ipv6
PKG_OPTIONS.libxml2= icu -inet6
PKG_OPTIONS.nginx= pcre ssl realip
# required for FreeType2 which is required for py-Reportlab
PKG_OPTIONS.freetype2= png
# FIPS 140-2 compliance must use native RHEL 1.0.2k-fips
PREFER_NATIVE= openssl
USE_BUILTIN.openssl= yes
PREFER.openssl= native
.endif # end pkgsrc settings
Home |
Main Index |
Thread Index |
Old Index