Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling ChicagoBoss/deps/aleppo/src/aleppo_parser.yrl failed: #693

Open
graeme-defty opened this issue Jul 29, 2020 · 3 comments
Open

Comments

@graeme-defty
Copy link
Contributor

graeme-defty commented Jul 29, 2020

Hi All,

I seem to have another (different) issue building CB :-(

Starting in a VM with a clean install of Ubuntu 18.4.4, I installed git, cloned the latest CB and after installing erlang-base and fixing the erlmc issue (#692 - thanks @theorix) tried to do a make and got lots of downloads, then:
....
==> goldrush (get-deps)
==> lager (get-deps)
==> pmod_transform (get-deps)
==> erlando (get-deps)
==> aleppo (get-deps)
==> medici (get-deps)
==> jsx (get-deps)
==> ibrowse (get-deps)
==> ddb (get-deps)
==> epgsql (get-deps)
==> erlmc (get-deps)
==> mysql (get-deps)
==> poolboy (get-deps)
==> uuid (get-deps)
==> redo (get-deps)
==> ets_cache (get-deps)
==> proper (get-deps)
==> dh_date (get-deps)
==> tiny_pq (get-deps)
==> boss_test (get-deps)
==> boss_db (get-deps)
==> tinymq (get-deps)
==> erlydtl (get-deps)
==> dynamic_compile (get-deps)
==> jaderl (get-deps)
==> gen_smtp (get-deps)
==> iso8601 (get-deps)
==> mimetypes (get-deps)
==> mochiweb (get-deps)
==> cowlib (get-deps)
==> ranch (get-deps)
==> cowboy (get-deps)
==> simple_bridge (get-deps)
==> ChicagoBoss (get-deps)
==> goldrush (compile)
==> lager (compile)
==> pmod_transform (compile)
==> erlando (compile)
==> aleppo (compile)
Compiling ChicagoBoss/deps/aleppo/src/aleppo_parser.yrl failed:
ERROR: compile failed while processing /ChicagoBoss/deps/aleppo: rebar_abort
Makefile:14: recipe for target 'compile' failed
make: *** [compile] Error 1

Not the greatest error message I have ever seen. :-(

Obviously something wrong with the yrl, but it's far from clear what.

Has yrl syntax changed recently? OR (more likely since nobody else has reported this) have I done something dumb?

BTW, the erl command gives me:

Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:10] [kernel-poll:false]
Eshell V9.2 (abort with ^G)
1>

Any suggestions, please?

Thank you,

Graeme

@graeme-defty
Copy link
Contributor Author

Anyone??? ;-(

@rlander
Copy link

rlander commented Aug 29, 2020

If I'm not mistaken, Aleppo is a boss_db dependency.

I've been using this fork https://github.com/AlexanderKai/ChicagoBoss which in turn pulls this boss_db fork https://github.com/AlexanderKai/boss_db and compiles succesfully.

See if it works for you.

@graeme-defty
Copy link
Contributor Author

graeme-defty commented Aug 31, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants