whitfin / rabbitmq-delimiter-exchange

Performant RabbitMQ exchange with support for multiple routing keys per message
MIT License
12 stars 4 forks source link

Build error #1

Closed johanrhodin closed 4 years ago

johanrhodin commented 4 years ago

When trying to make dist I get the following error:


src/rabbit_cert_info.erl:107: undefined macro 'id-at-surname'
src/rabbit_cert_info.erl:40: record 'OTPCertificate' undefined
src/rabbit_cert_info.erl:43: variable 'Issuer' is unbound
src/rabbit_cert_info.erl:50: record 'OTPCertificate' undefined
src/rabbit_cert_info.erl:53: variable 'Subject' is unbound
src/rabbit_cert_info.erl:61: record 'OTPCertificate' undefined
src/rabbit_cert_info.erl:64: variable 'Subject' is unbound
src/rabbit_cert_info.erl:71: record 'OTPCertificate' undefined
src/rabbit_cert_info.erl:74: variable 'Start' is unbound
src/rabbit_cert_info.erl:75: variable 'End' is unbound
src/rabbit_cert_info.erl:84: variable 'V' is unbound
src/rabbit_cert_info.erl:84: record 'AttributeTypeAndValue' undefined
src/rabbit_cert_info.erl:86: variable 'T' is unbound
src/rabbit_cert_info.erl:101: function format_rdn/1 undefined
src/rabbit_cert_info.erl:135: Warning: function escape_rdn_value/1 is unused
src/rabbit_cert_info.erl:138: Warning: function escape_rdn_value/2 is unused
erlang.mk:5360: recipe for target 'ebin/rabbit_common.app' failed
make[2]: *** [ebin/rabbit_common.app] Error 1
erlang.mk:5107: recipe for target 'app' failed
make[1]: *** [app] Error 2
make[1]: Leaving directory '/home/ubuntu/rabbitmq-delimiter-exchange-rabbitmq_v3_7_11/deps/rabbit_common'
erlang.mk:4433: recipe for target 'deps' failed
make: *** [deps] Error 2

This is Ubuntu 18.04.4 LTS, with RabbitMQ 3.7.21.
johanrhodin commented 4 years ago

OK, looks like we're missing some dependencies.

whitfin commented 4 years ago

@johanrhodin this appears to be something specific to your machine, but I'm unsure what it would be. Builds are working fine on my side.

johanrhodin commented 4 years ago

Yeah, most likely!