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

Can build on UbuntuLTS12.04 #152

Open
uplusplus opened this issue Mar 25, 2014 · 1 comment
Open

Can build on UbuntuLTS12.04 #152

uplusplus opened this issue Mar 25, 2014 · 1 comment

Comments

@uplusplus
Copy link

make deps
make release

I got this error:

relx -o rel/etorrent
make: relx:command not found
make: *** [release] error 127

erlang:
Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V5.10.4 (abort with ^G)

I try to download relx from:
https://github.com/erlware/relx/releases/download/v0.5.2/relx
and put it into etorrent dir,and compile again,I got another error:

===> Starting relx build process ...
===> Resolving OTP Applications from directories:
/work/erlang/etorrent/deps
/usr/lib/erlang/lib
===> Resolving available OTP Releases from directories:
/work/erlang/etorrent/deps
/usr/lib/erlang/lib
===> Resolved etorrent-1.2.1
Errors generating release
Duplicated application included:
ets_lru included in idna and hackney

make: *** [release] 错误 127

@uplusplus
Copy link
Author

patch deps/hackney/src/hackney.app.src:

{included_applications, [idna, hackney_lib]}

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

1 participant