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

make fails on erlmc #697

Open
khonkonen opened this issue May 5, 2021 · 3 comments
Open

make fails on erlmc #697

khonkonen opened this issue May 5, 2021 · 3 comments

Comments

@khonkonen
Copy link

khonkonen commented May 5, 2021

When I run the make command, other repos on the dependency list are able to clone, however, I could not resolve https://github.com/layerhq/erlmc.

Repro/Commands used:
$ git clone https://github.com/ChicagoBoss/ChicagoBoss.git
$ cd ChicagoBoss/
$ git checkout tags/v0.9-beta1
$ make

Excerpt/output:

Cloning into 'jsx'...
Pulling ibrowse from {git,"https://github.com/cmullaparthi/ibrowse.git",
{tag,"v4.4.0"}}
Cloning into 'ibrowse'...
==> jsx (get-deps)
==> ibrowse (get-deps)
==> epgsql (get-deps)
==> boss_db (get-deps)
Pulling erlmc from {git,"https://github.com/layerhq/erlmc.git",
{tag,"c5280da"}}
Cloning into 'erlmc'...
fatal: could not read Username for 'https://github.com': No such device or address
ERROR: sh(git clone -n https://github.com/layerhq/erlmc.git erlmc)
failed with return code 128 and the following output:
Cloning into 'erlmc'...
fatal: could not read Username for 'https://github.com': No such device or address

@danikp
Copy link
Contributor

danikp commented May 12, 2021

Hi, please checkout latest version, fixed there

@matheuscamarques
Copy link

start-server.bat
==> ead (get-deps)
Pulling boss from {git,"https://github.com/ChicagoBoss/ChicagoBoss.git",
{tag,"v0.9-beta1"}}
Cloning into 'boss'...
==> boss (get-deps)
Pulling boss_db from {git,"https://github.com/ErlyORM/boss_db.git",
{tag,"7f2942c"}}
Cloning into 'boss_db'...
Pulling tinymq from {git,"https://github.com/ChicagoBoss/tinymq.git",
{tag,"v0.8.16"}}
Cloning into 'tinymq'...
Pulling erlydtl from {git,"https://github.com/erlydtl/erlydtl.git",
{tag,"032746b"}}
Cloning into 'erlydtl'...
Pulling jaderl from {git,"https://github.com/erlydtl/jaderl.git",
{tag,"14a80dafd"}}
Cloning into 'jaderl'...
Pulling gen_smtp from {git,"https://github.com/Vagabond/gen_smtp.git",
{tag,"0.11.0"}}
Cloning into 'gen_smtp'...
error: invalid path 'test/fixtures/dkim-rsa-private-encrypted:12345.pem'
ERROR: sh(cmd /q /c git checkout -q 0.11.0)
failed with return code 1 and the following output:
error: invalid path 'test/fixtures/dkim-rsa-private-encrypted:12345.pem'

ERROR: 'get-deps' failed while processing c:/Users/karla/OneDrive/┴rea de Trabalho/chicago-boss/ead/deps/boss: rebar_abort
WARN: Directory expected to be an app dir, but no app file found
in ebin/ or src/:
c:/Users/karla/OneDrive/┴rea de Trabalho/chicago-boss/ead/deps/gen_smtp
==> boss_db (pre_compile)
==> boss_db (compile)
Dependency not available: lager-.* ({git,
"https://github.com/erlang-lager/lager.git",
{tag,"3.5.1"}})
Dependency not available: erlando-.* ({git,
"https://github.com/ChicagoBoss/erlando.git",
{tag,"b0b77dd9b9"}})
ERROR: compile failed while processing c:/Users/karla/OneDrive/┴rea de Trabalho/chicago-boss/ead/deps/boss_db: rebar_abort
Dependency not available: aleppo-.* ({git,
"https://github.com/ErlyORM/aleppo.git",
{tag,"v0.9.2"}})
Dependency not available: medici-.* ({git,
"https://github.com/ErlyORM/medici.git",
{tag,"bb6167459d"}})
Dependency not available: ddb-.* ({git,"https://github.com/ErlyORM/ddb.git",
{tag,"2941b5f"}})
Dependency not available: epgsql-.* ({git,
"https://github.com/epgsql/epgsql.git",
{tag,"c7dfb064811"}})
Dependency not available: erlmc-.* ({git,
"https://github.com/layerhq/erlmc.git",
{tag,"c5280da"}})
Dependency not available: mysql-.* ({git,
"https://github.com/ErlyORM/erlang-mysql-driver.git",
{tag,"v0.0.1"}})
Dependency not available: poolboy-.* ({git,
"https://github.com/devinus/poolboy.git",
{tag,"1.5.1"}})
Dependency not available: uuid-.* ({git,
"https://github.com/avtobiff/erlang-uuid.git",
{tag,"v0.5.0"}})
Dependency not available: redo-.* ({git,"https://github.com/heroku/redo.git",
{tag,"cd75a11"}})
Dependency not available: ets_cache-.* ({git,
"https://github.com/cuongth/ets_cache.git",
{tag,"c7a17204cd"}})
Dependency not available: proper-.* ({git,
"https://github.com/manopapad/proper.git",
{tag,"6d7df1e"}})
Dependency not available: dh_date-.* ({git,
"https://github.com/daleharvey/dh_date.git",
{tag,"23e5a61"}})
Dependency not available: tiny_pq-.* ({git,
"https://github.com/ChicagoBoss/tiny_pq.git",
{tag,"v0.8.16"}})
Dependency not available: boss_test-.* ({git,
"https://github.com/ChicagoBoss/boss_test.git",
{tag,"0.0.1"}})

@srhoulam
Copy link

I am also experiencing this issue. It depends on layerhq/erlmc, which is a repository that gives a 404 when I visit it in browser.

~/git/ChicagoBoss (master)$ make
[0] 19:38:37
===> Verifying dependencies...
===> Fetching erlmc (from {git,"https://github.com/layerhq/erlmc.git",
                 {ref,"abc972b27c1fbb146d03329299ef640e424b98b8"}})
===> Failed to fetch and copy dep: {git,"https://github.com/layerhq/erlmc.git",
                                  {ref,
                                      "abc972b27c1fbb146d03329299ef640e424b98b8"}}
make: *** [Makefile:14: compile] Error 1

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

4 participants