Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Oct 2019 11:41:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241053] databases/postgresql12-server: LLVM option assumes OPENSSL is enabled
Message-ID:  <bug-241053-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241053

            Bug ID: 241053
           Summary: databases/postgresql12-server: LLVM option assumes
                    OPENSSL is enabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql@FreeBSD.org
          Reporter: noah.bergbauer@tum.de
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)
          Assignee: pgsql@FreeBSD.org

The current pkg-plist-server includes a long list of LLVM bitcode (.bc) fil=
es
that are packaged if the LLVM build option is enabled. However some of these
files are not compiled if certain other options are disabled. For example w=
ith
OPENSSL and GSSAPI disabled I see this error:

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: package        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Building package for postgresql12-server-12.0
pkg-static: Unable to access file
/wrkdirs/usr/ports/databases/postgresql12-server/work/stage/usr/local/lib/p=
ostgresql/bitcode/postgres/libpq/be-gssapi-common.bc:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/databases/postgresql12-server/work/stage/usr/local/lib/p=
ostgresql/bitcode/postgres/libpq/be-secure-gssapi.bc:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/databases/postgresql12-server/work/stage/usr/local/lib/p=
ostgresql/bitcode/postgres/libpq/be-secure-openssl.bc:No
such file or directory
*** Error code 1

This affects databases/postgresql11-server as well.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241053-7788>