Date: Sun, 23 Oct 2011 11:35:29 +0200 From: Rainer Hurling <rhurlin@gwdg.de> To: freebsd-ports <freebsd-ports@freebsd.org> Subject: databases/postgresql90-contrib fails to build Message-ID: <4EA3DFE1.3090905@gwdg.de>
next in thread | raw e-mail | index | archive | help
When I try to build databases/postgresql90-contrib, it stops with not finding the right uuid lib: #cd /usr/ports/databases/databases/postgresql90-contrib # make ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for postgresql-contrib-9.0.5 => SHA256 Checksum OK for postgresql/postgresql-9.0.5.tar.bz2. ===> Patching for postgresql-contrib-9.0.5 ===> Applying FreeBSD patches for postgresql-contrib-9.0.5 ===> postgresql-contrib-9.0.5 depends on executable: gmake - found ===> postgresql-contrib-9.0.5 depends on executable: bison - found ===> postgresql-contrib-9.0.5 depends on shared library: xslt.2 - found ===> postgresql-contrib-9.0.5 depends on shared library: xml2.5 - found ===> postgresql-contrib-9.0.5 depends on shared library: pq.5 - found ===> Configuring for postgresql-contrib-9.0.5 checking build system type... amd64-portbld-freebsd9.0 [..SNIP..] checking for -lreadline... yes (-lreadline) checking for inflate in -lz... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_library_init in -lssl... yes checking for xmlSaveToBuffer in -lxml2... yes checking for xsltCleanupGlobals in -lxslt... yes checking for uuid_export in -lossp-uuid... no checking for uuid_export in -luuid... no configure: error: library 'ossp-uuid' or 'uuid' is required for OSSP-UUID ===> Script "configure" failed unexpectedly. Please report the problem to girgen@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/postgresql90-contrib/work/postgresql-9.0.5/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Obviously the port would like to have misc/ossp-uuid installed. But this conflicts with misc/e2fsprogs-libuuid, which was installed by KDE4. An old PR http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121745 shows some more complexity with this issue. There Jørgen Kjærsgaard told about a possible solution, but the PR was reopened in December 2009. Is there anybody working on this or is there a workaround? Thanks in advance, Rainer Hurling
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EA3DFE1.3090905>