Opened 6 years ago
Closed 6 years ago
#57527 closed defect (fixed)
postgresql11 build fails when +llvm is specified but no default llvm is selected
Reported by: | tgyurci (Teubel György) | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | ||
Port: | postgresql11 |
Description
It checks for the llvm-config command, but that command is not exist by default:
$ port installed llvm-6.0 The following ports are currently installed: llvm-6.0 @6.0.1_0 (active) $ port select --show llvm The currently selected version for 'llvm' is 'none'. $ sudo port -v install postgresql11 +llvm ... checking for llvm-config... no checking for llvm-config-7... no checking for llvm-config-6.0... no checking for llvm-config-5.0... no checking for llvm-config-4.0... no checking for llvm-config-3.9... no configure: error: llvm-config not found, but required when compiling --with-llvm, specify with LLVM_CONFIG=
Change History (3)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Owner: | set to jyrkiwahlstedt |
---|---|
Status: | new → assigned |
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please add the port maintainer(s) to Cc (
port info --maintainers postgresql11
), if any.